Age | Commit message (Expand) | Author | Files | Lines |
2019-08-16 | ide: remove the sgiioc4 driver | Christoph Hellwig | 3 | -640/+0 |
2019-07-09 | Merge tag 'docs-5.3' of git://git.lwn.net/linux | Linus Torvalds | 2 | -11/+11 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 3 | -14/+3 |
2019-06-14 | docs: ide: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -10/+10 |
2019-06-14 | docs: cdrom: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333 | Thomas Gleixner | 2 | -26/+2 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -14/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 3 | -16/+3 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 | Thomas Gleixner | 1 | -14/+1 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47 | Thomas Gleixner | 1 | -9/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-21 | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 24 | -0/+24 |
2019-05-21 | treewide: Add SPDX license identifier for missed files | Thomas Gleixner | 12 | -0/+12 |
2019-05-09 | ide: officially deprecated the legacy IDE driver | Christoph Hellwig | 1 | -0/+3 |
2019-05-08 | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block | Linus Torvalds | 3 | -4/+8 |
2019-04-12 | Revert "ide: unexport DISK_EVENT_MEDIA_CHANGE for ide-gd and ide-cd" | Martin Wilck | 3 | -4/+8 |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 1 | -2/+0 |
2019-03-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide | Linus Torvalds | 3 | -16/+16 |
2019-03-10 | drivers: ide: Kconfig: pedantic formatting | Enrico Weigelt, metux IT consult | 1 | -13/+13 |
2019-03-10 | ide: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
2019-03-10 | ide: hpt366: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -2/+2 |
2019-01-31 | ide: ensure atapi sense request aren't preempted | Jens Axboe | 4 | -38/+57 |
2019-01-22 | ide: fix a typo in the settings proc file name | Christoph Hellwig | 1 | -1/+1 |
2018-12-29 | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block | Linus Torvalds | 12 | -209/+259 |
2018-12-27 | Merge tag 'powerpc-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2018-12-22 | ide: Use of_node_name_eq for node name comparisons | Rob Herring | 1 | -1/+1 |
2018-12-10 | Merge tag 'v4.20-rc6' into for-4.21/block | Jens Axboe | 2 | -13/+3 |
2018-12-06 | ide: Use of_node_name_eq for node name comparisons | Rob Herring | 1 | -1/+1 |
2018-12-03 | ide: Change to use DEFINE_SHOW_ATTRIBUTE macro | Yangtao Li | 1 | -13/+2 |
2018-12-03 | ide: pmac: add of_node_put() | Yangtao Li | 1 | -0/+1 |
2018-11-16 | ide: don't acquire queue_lock in ide_complete_pm_rq | Christoph Hellwig | 1 | -3/+0 |
2018-11-16 | ide: don't acquire queue lock in ide_pm_execute_rq | Christoph Hellwig | 1 | -3/+0 |
2018-11-16 | ide: clear ide_req()->special for non-passthrough requests | Jens Axboe | 1 | -0/+5 |
2018-11-15 | block: remove the queue_lock indirection | Christoph Hellwig | 1 | -5/+5 |
2018-11-13 | ide: don't clear special on ide_queue_rq() entry | Jens Axboe | 2 | -5/+1 |
2018-11-10 | ide: don't use req->special | Christoph Hellwig | 11 | -26/+30 |
2018-11-10 | ide: cleanup ->prep_rq calling convention | Christoph Hellwig | 3 | -17/+17 |
2018-11-07 | ide: convert to blk-mq | Jens Axboe | 7 | -177/+228 |
2018-09-28 | block: genhd: add 'groups' argument to device_add_disk | Hannes Reinecke | 2 | -2/+2 |
2018-08-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide | Linus Torvalds | 7 | -9/+8 |
2018-08-13 | ide: mark expected switch fall-throughs | Gustavo A. R. Silva | 5 | -3/+8 |
2018-08-13 | ide-tape: remove redundant variable buffer_size | Colin Ian King | 1 | -2/+0 |
2018-08-13 | ide: remove redundant variables queue_run_ms and left | Colin Ian King | 1 | -4/+0 |
2018-08-03 | ide-cd: Remove redundant sense buffer | Kees Cook | 1 | -8/+9 |
2018-08-03 | block: Switch struct packet_command to use struct scsi_sense_hdr | Kees Cook | 3 | -22/+23 |
2018-08-03 | ide-cd: Drop unused sense buffers | Kees Cook | 3 | -44/+28 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 2 | -2/+2 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+3 |
2018-06-05 | ide: don't enable/disable interrupts in force threaded-IRQ mode | Sebastian Andrzej Siewior | 2 | -5/+10 |
2018-06-05 | ide: don't disable interrupts during kmap_atomic() | Sebastian Andrzej Siewior | 1 | -8/+0 |