summaryrefslogtreecommitdiff
path: root/drivers/block/DAC960.c
AgeCommit message (Expand)Author
2018-10-17drivers/block: Remove DAC960 driverHannes Reinecke
2018-08-21block/DAC960.c: make some arrays static const, shrinks object sizeColin Ian King
2018-07-09block/DAC960.c: fix defined but not used build warningsRandy Dunlap
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-24block drivers/block: Use octal not symbolic permissionsJoe Perches
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-05-11DAC960: don't use block layer bounce buffersChristoph Hellwig
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-06DAC960: split up ioctl function to reduce stack sizeArnd Bergmann
2018-01-02block: DAC960: Replace PCI pool old APIRomain Perier
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook
2017-07-29block: DAC960: shut up format-overflow warningArnd Bergmann
2017-06-09block: introduce new block status code typeChristoph Hellwig
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-27block: DAC960: print a hex number after a 0x prefixUwe Kleine-König
2014-08-08block: use pci_zalloc_consistentJoe Perches
2014-03-13DAC960: remove sleep_on usageArnd Bergmann
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-02-28Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-01-11dac960: return success instead of -ENOTTYDan Carpenter
2012-05-11dac960: Remove unused variables from DAC960_CreateProcEntries()Jesper Juhl
2012-03-02drivers/block/DAC960: fix -Wuninitialized warningDanny Kukawka
2012-03-02drivers/block/DAC960: fix DAC960_V2_IOCTL_Opcode_T -Wenum-compare warningDanny Kukawka
2011-04-21block: unexport DISK_EVENT_MEDIA_CHANGE for legacy/fringe driversTejun Heo
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-09dac960: Convert to bdops->check_events()Tejun Heo
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann
2010-03-15block: Finalize conversion of block limits functionsMartin K. Petersen
2010-02-26block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen
2010-02-26block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen
2010-01-11block: make PCI device id constantMárton Németh
2009-12-22drivers/block/DAC960.c: use DAC960_V2_ControllerJulia Lawall
2009-10-01dac960: switch to seq_fileAlexey Dobriyan
2009-09-23dac960: fix undefined behavior on empty stringMichael Buesch
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-09-22const: make block_device_operations constAlexey Dobriyan
2009-09-21trivial: remove unnecessary semicolonsJoe Perches
2009-09-21trivial: add __init/__exit macros to DAC960.cPeter Huewe
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: convert to pos and nr_sectors accessorsTejun Heo
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2008-10-21[PATCH] switch DAC960Al Viro