summaryrefslogtreecommitdiff
path: root/drivers/ide
AgeCommit message (Expand)Author
2019-01-31ide: fix a typo in the settings proc file nameChristoph Hellwig
2018-12-21ide: pmac: add of_node_put()Yangtao Li
2018-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds
2018-08-13ide: mark expected switch fall-throughsGustavo A. R. Silva
2018-08-13ide-tape: remove redundant variable buffer_sizeColin Ian King
2018-08-13ide: remove redundant variables queue_run_ms and leftColin Ian King
2018-08-02ide-cd: Remove redundant sense bufferKees Cook
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook
2018-08-02ide-cd: Drop unused sense buffersKees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-05ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior
2018-06-05ide: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior
2018-06-05ide: Handle irq disabling consistentlySebastian Andrzej Siewior
2018-06-05alim15x3: move irq-restore before pci_dev_put()Sebastian Andrzej Siewior
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-16ide: replace ->proc_fops with ->proc_showChristoph Hellwig
2018-05-16ide: remove ide_driver_proc_writeChristoph Hellwig
2018-05-14block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-05-07ide: remove the PCI_DMA_BUS_IS_PHYS checkChristoph Hellwig
2018-05-07ide: kill ide_toggle_bounceChristoph Hellwig
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-04-03Merge tag 'leds_for_4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann
2018-03-17block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche
2018-03-11leds: Extends disk trigger for reads and writesLinus Walleij
2018-03-09cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi
2018-03-08block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche
2018-02-28block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche
2018-02-26genhd: Rename get_disk() to get_disk_and_module()Jan Kara
2018-02-06Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-01-29ide: remove duplicated assignment to 'cursg'Colin Ian King
2018-01-11sl82c105: deprecate pci_get_bus_and_slot()Sinan Kaya
2017-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds
2017-11-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14ide: Make ide_cdrom_prep_fs() initialize the sense buffer pointerBart Van Assche
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-10ide: ide-atapi: fix compile error with defining macro DEBUGHongxu Jia
2017-11-10ide, scsi: Tell the block layer at request allocation time about preempt requ...Bart Van Assche
2017-11-07drivers/ide-cd: Handle missing driver data during status check gracefullyBorislav Petkov
2017-11-06ide: Convert timers to use timer_setup()Kees Cook
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02block: fix CDROM dependency on BLK_DEVArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-01block: Rework drivers/cdrom/MakefileBart Van Assche
2017-11-01ide:ide-cd: fix kernel panic resulting from missing scsi_req_initHongxu Jia