summaryrefslogtreecommitdiffstats
path: root/drivers/ide
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior2018-06-052-5/+10
* ide: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior2018-06-051-8/+0
* ide: Handle irq disabling consistentlySebastian Andrzej Siewior2018-06-051-2/+2
* alim15x3: move irq-restore before pci_dev_put()Sebastian Andrzej Siewior2018-06-051-1/+1
* Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-043-33/+1
|\
| * ide: remove the PCI_DMA_BUS_IS_PHYS checkChristoph Hellwig2018-05-071-2/+1
| * ide: kill ide_toggle_bounceChristoph Hellwig2018-05-073-31/+0
* | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-045-265/+28
|\ \
| * | ide: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-165-219/+28
| * | ide: remove ide_driver_proc_writeChristoph Hellwig2018-05-161-46/+0
| |/
* | block: consistently use GFP_NOIO instead of __GFP_NORECLAIMChristoph Hellwig2018-05-142-2/+2
* | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-1410-14/+13
|/
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-054-13/+11
|\
| * block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-172-9/+5
| * cdrom: do not call check_disk_change() inside cdrom_open()Maurizio Lombardi2018-03-091-0/+2
| * block: Use blk_queue_flag_*() in drivers instead of queue_flag_*()Bart Van Assche2018-03-082-3/+3
| * block: Add 'lock' as third argument to blk_alloc_queue_node()Bart Van Assche2018-02-281-1/+1
* | Merge tag 'leds_for_4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-04-031-1/+1
|\ \
| * | leds: Extends disk trigger for reads and writesLinus Walleij2018-03-111-1/+1
* | | treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-262-12/+2
| |/ |/|
* | genhd: Rename get_disk() to get_disk_and_module()Jan Kara2018-02-261-1/+1
|/
* Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-061-2/+3
|\
| * sl82c105: deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-111-2/+3
* | ide: remove duplicated assignment to 'cursg'Colin Ian King2018-01-291-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2017-11-191-1/+1
|\
| * PNP: ide: constify pnp_device_idArvind Yadav2017-08-161-1/+1
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-171-2/+1
|\ \
| * | ide: Make ide_cdrom_prep_fs() initialize the sense buffer pointerBart Van Assche2017-11-141-2/+1
* | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-2/+2
|\ \ \ | |/ / |/| |
| * | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-2/+2
* | | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-143-5/+7
|\ \ \
| * | | ide: ide-atapi: fix compile error with defining macro DEBUGHongxu Jia2017-11-101-3/+3
| * | | ide, scsi: Tell the block layer at request allocation time about preempt requ...Bart Van Assche2017-11-101-2/+2
| * | | block: fix CDROM dependency on BLK_DEVArnd Bergmann2017-11-021-0/+1
| * | | block: Rework drivers/cdrom/MakefileBart Van Assche2017-11-011-0/+1
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-132-3/+3
|\ \ \ \
| * | | | ide: Convert timers to use timer_setup()Kees Cook2017-11-062-3/+3
| |/ / /
* | | | drivers/ide-cd: Handle missing driver data during status check gracefullyBorislav Petkov2017-11-071-1/+6
* | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0220-0/+20
|\ \ \ \
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0220-0/+20
| | |/ / | |/| |
* | | | ide:ide-cd: fix kernel panic resulting from missing scsi_req_initHongxu Jia2017-11-011-0/+1
|/ / /
* | | ide: fix IRQ assignment for PCI bus order probingLorenzo Pieralisi2017-10-031-4/+9
* | | ide: pci: free PCI BARs on initialization failureBartlomiej Zolnierkiewicz2017-10-031-23/+40
* | | ide: free hwif->portdev on hwif_init() failureBartlomiej Zolnierkiewicz2017-10-031-0/+1
|/ /
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+1
|\ \
| * | ide-floppy: Use blk_rq_is_scsi()Bart Van Assche2017-08-181-1/+1
| |/
* | ide: pmac: Convert to using %pOF instead of full_nameRob Herring2017-09-011-9/+9
|/
* ide: avoid warning for timings calculationArnd Bergmann2017-07-211-9/+9
OpenPOWER on IntegriCloud