summaryrefslogtreecommitdiffstats
path: root/drivers/ide
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-092-11/+11
|\
| * docs: ide: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-10/+10
| * docs: cdrom: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-193-14/+3
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2019-06-052-26/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-303-16/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-9/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-2124-0/+24
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-2112-0/+12
* ide: officially deprecated the legacy IDE driverChristoph Hellwig2019-05-081-0/+3
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-073-4/+8
|\
| * Revert "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd"Martin Wilck2019-04-123-4/+8
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2019-03-113-16/+16
|\
| * drivers: ide: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult2019-03-101-13/+13
| * ide: mark expected switch fall-throughGustavo A. R. Silva2019-03-101-1/+1
| * ide: hpt366: mark expected switch fall-throughsGustavo A. R. Silva2019-03-101-2/+2
| * ide: Use of_node_name_eq for node name comparisonsRob Herring2018-12-051-1/+1
* | ide: ensure atapi sense request aren't preemptedJens Axboe2019-01-314-38/+57
* | ide: fix a typo in the settings proc file nameChristoph Hellwig2019-01-221-1/+1
* | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-2812-209/+259
|\ \
| * | Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2018-12-092-13/+3
| |\|
| * | ide: don't acquire queue_lock in ide_complete_pm_rqChristoph Hellwig2018-11-161-3/+0
| * | ide: don't acquire queue lock in ide_pm_execute_rqChristoph Hellwig2018-11-161-3/+0
| * | ide: clear ide_req()->special for non-passthrough requestsJens Axboe2018-11-151-0/+5
| * | block: remove the queue_lock indirectionChristoph Hellwig2018-11-151-5/+5
| * | ide: don't clear special on ide_queue_rq() entryJens Axboe2018-11-122-5/+1
| * | ide: don't use req->specialChristoph Hellwig2018-11-1011-26/+30
| * | ide: cleanup ->prep_rq calling conventionChristoph Hellwig2018-11-093-17/+17
| * | ide: convert to blk-mqJens Axboe2018-11-077-177/+228
* | | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-12-271-1/+1
|\ \ \ | |_|/ |/| |
| * | ide: Use of_node_name_eq for node name comparisonsRob Herring2018-12-221-1/+1
| |/
* | ide: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-021-13/+2
* | ide: pmac: add of_node_put()Yangtao Li2018-12-021-0/+1
|/
* block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-282-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2018-08-227-9/+8
|\
| * ide: mark expected switch fall-throughsGustavo A. R. Silva2018-08-135-3/+8
| * ide-tape: remove redundant variable buffer_sizeColin Ian King2018-08-131-2/+0
| * ide: remove redundant variables queue_run_ms and leftColin Ian King2018-08-131-4/+0
* | ide-cd: Remove redundant sense bufferKees Cook2018-08-021-8/+9
* | block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook2018-08-023-22/+23
* | ide-cd: Drop unused sense buffersKees Cook2018-08-023-44/+28
|/
* 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