summaryrefslogtreecommitdiff
path: root/drivers/block/DAC960.c
Commit message (Expand)AuthorAge
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* block: DAC960: print a hex number after a 0x prefixUwe Kleine-König2016-10-27
* block: use pci_zalloc_consistentJoe Perches2014-08-08
* DAC960: remove sleep_on usageArnd Bergmann2014-03-13
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
* Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-28
|\
| * dac960: return success instead of -ENOTTYDan Carpenter2013-01-11
* | new helper: file_inode(file)Al Viro2013-02-22
|/
* dac960: Remove unused variables from DAC960_CreateProcEntries()Jesper Juhl2012-05-11
* drivers/block/DAC960: fix -Wuninitialized warningDanny Kukawka2012-03-02
* drivers/block/DAC960: fix DAC960_V2_IOCTL_Opcode_T -Wenum-compare warningDanny Kukawka2012-03-02
* block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo2011-04-21
* Fix common misspellingsLucas De Marchi2011-03-31
* dac960: Convert to bdops->check_events()Tejun Heo2011-03-09
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-05
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-07
* block: Finalize conversion of block limits functionsMartin K. Petersen2010-03-15
* block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-26
* block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-26
* block: make PCI device id constantMárton Németh2010-01-11
* drivers/block/DAC960.c: use DAC960_V2_ControllerJulia Lawall2009-12-22
* dac960: switch to seq_fileAlexey Dobriyan2009-10-01
* dac960: fix undefined behavior on empty stringMichael Buesch2009-09-23
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-22
|\
| * trivial: remove unnecessary semicolonsJoe Perches2009-09-21
| * trivial: add __init/__exit macros to DAC960.cPeter Huewe2009-09-21
* | const: make block_device_operations constAlexey Dobriyan2009-09-22
|/
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* block: implement and enforce request peek/start/fetchTejun Heo2009-05-11
* block: convert to pos and nr_sectors accessorsTejun Heo2009-05-11
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-07
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-07
* [PATCH] switch DAC960Al Viro2008-10-21
* [PATCH] beginning of methods conversionAl Viro2008-10-21
* DAC960: push down BKLAlan Cox2008-07-04
* blk_end_request: changing DAC960 (take 4)Kiyoshi Ueda2008-01-28
* [PATCH] Fix breakage after SG cleanupsRalf Baechle2007-10-23
* [SG] Update drivers to use sg helpersJens Axboe2007-10-22
* Fix "Fix DAC960 driver on machines which don't support 64-bit DMA"Andrew Morton2007-09-19
* Fix DAC960 driver on machines which don't support 64-bit DMAMatthew Wilcox2007-09-11
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-12
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-02-11
|\
| * [SCSI] DAC960: kmalloc->kzalloc/Casting cleanupsAhmed S. Darwish2007-02-07
* | [PATCH] drivers/block/DAC960: convert 'boolean' to 'bool'Richard Knutsson2007-02-11
|/
* [PATCH] slab: remove SLAB_ATOMICChristoph Lameter2006-12-07
* Various drivers' irq handlers: kill dead code, needless castsJeff Garzik2006-10-06
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-05
* [PATCH] completions: lockdep annotate on stack completionsPeter Zijlstra2006-10-01