aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ide (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-16ide: remove the sgiioc4 driverChristoph Hellwig3-640/+0
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2-11/+11
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner3-14/+3
2019-06-14docs: ide: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-10/+10
2019-06-14docs: cdrom: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333Thomas Gleixner2-26/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner3-16/+3
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner1-9/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner24-0/+24
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner12-0/+12
2019-05-08ide: officially deprecated the legacy IDE driverChristoph Hellwig1-0/+3
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+8
2019-04-12Revert "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd"Martin Wilck3-4/+8
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-2/+0
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds3-16/+16
2019-03-10drivers: ide: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult1-13/+13
2019-03-10ide: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-03-10ide: hpt366: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2019-01-31ide: ensure atapi sense request aren't preemptedJens Axboe4-38/+57
2019-01-22ide: fix a typo in the settings proc file nameChristoph Hellwig1-1/+1
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds12-209/+259
2018-12-27Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2018-12-22ide: Use of_node_name_eq for node name comparisonsRob Herring1-1/+1
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2-13/+3
2018-12-05ide: Use of_node_name_eq for node name comparisonsRob Herring1-1/+1
2018-12-02ide: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li1-13/+2
2018-12-02ide: pmac: add of_node_put()Yangtao Li1-0/+1
2018-11-16ide: don't acquire queue_lock in ide_complete_pm_rqChristoph Hellwig1-3/+0
2018-11-16ide: don't acquire queue lock in ide_pm_execute_rqChristoph Hellwig1-3/+0
2018-11-15ide: clear ide_req()->special for non-passthrough requestsJens Axboe1-0/+5
2018-11-15block: remove the queue_lock indirectionChristoph Hellwig1-5/+5
2018-11-12ide: don't clear special on ide_queue_rq() entryJens Axboe2-5/+1
2018-11-10ide: don't use req->specialChristoph Hellwig11-26/+30
2018-11-09ide: cleanup ->prep_rq calling conventionChristoph Hellwig3-17/+17
2018-11-07ide: convert to blk-mqJens Axboe7-177/+228
2018-09-28block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2-2/+2
2018-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds7-9/+8
2018-08-13ide: mark expected switch fall-throughsGustavo A. R. Silva5-3/+8
2018-08-13ide-tape: remove redundant variable buffer_sizeColin Ian King1-2/+0
2018-08-13ide: remove redundant variables queue_run_ms and leftColin Ian King1-4/+0
2018-08-02ide-cd: Remove redundant sense bufferKees Cook1-8/+9
2018-08-02block: Switch struct packet_command to use struct scsi_sense_hdrKees Cook3-22/+23
2018-08-02ide-cd: Drop unused sense buffersKees Cook3-44/+28
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-2/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-06-05ide: don't enable/disable interrupts in force threaded-IRQ modeSebastian Andrzej Siewior2-5/+10
2018-06-05ide: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior1-8/+0