aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-2/+0
|\
| * ide: kill ide_toggle_bounceChristoph Hellwig2018-05-071-2/+0
* | ide: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-3/+3
|/
* Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds2018-04-051-1/+0
|\
| * block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>Bart Van Assche2018-03-171-1/+0
* | treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-261-6/+1
* | mn10300: Remove the architectureDavid Howells2018-03-091-1/+1
|/
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-131-1/+1
|\
| * ide: Convert timers to use timer_setup()Kees Cook2017-11-061-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* block: introduce new block status code typeChristoph Hellwig2017-06-091-3/+3
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-1/+1
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-9/+5
* ide: don't abuse cmd_typeChristoph Hellwig2017-01-311-11/+45
* block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-1/+7
* block: move PM request support to IDEChristoph Hellwig2015-05-051-0/+19
* block: move REQ_TYPE_SENSE to the ide driverChristoph Hellwig2015-05-051-0/+1
* block: move REQ_TYPE_ATA_TASKFILE and REQ_TYPE_ATA_PC to ide.hChristoph Hellwig2015-05-051-0/+7
* ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-061-6/+2
* ide: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-161-1/+1
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | device.h: audit and cleanup users in main include dirPaul Gortmaker2012-03-161-1/+2
|/
* switch procfs to umode_t useAl Viro2012-01-031-1/+1
* ide: Use linux/mutex.hAnton Blanchard2011-05-081-1/+1
* Merge branch 'master' into for-nextJiri Kosina2010-06-161-3/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds2010-05-241-2/+2
| |\
| | * ide: fix comment typo in ide.hSergei Shtylyov2010-04-151-2/+2
| * | block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()Tejun Heo2010-05-211-1/+1
| |/
* / fix typos concerning "management"Uwe Kleine-König2010-06-161-1/+1
|/
* ide: Requeue request after DMA timeoutHerbert Xu2010-04-011-0/+1
* ide: make ide_get_best_pio_mode() staticBartlomiej Zolnierkiewicz2010-01-191-1/+0
* ide: change ->set_dma_mode method parametersBartlomiej Zolnierkiewicz2010-01-191-1/+1
* ide: change ->set_pio_mode method parametersBartlomiej Zolnierkiewicz2010-01-191-1/+1
* ide: add drive->dma_mode fieldBartlomiej Zolnierkiewicz2010-01-191-0/+1
* ide: add drive->pio_mode fieldBartlomiej Zolnierkiewicz2010-01-191-0/+1
* ide: Increase WAIT_DRQ to accomodate some CF cards and SSD drives.David S. Miller2009-12-021-2/+2
* ide: convert to ->proc_fopsAlexey Dobriyan2009-09-011-21/+3
* ide: fix races in handling of user-space SET XFER commandsBartlomiej Zolnierkiewicz2009-08-071-1/+2
* ide: allow ide_dev_read_id() to be called from the IRQ contextBartlomiej Zolnierkiewicz2009-08-071-1/+2
* ide: fix resume for CONFIG_BLK_DEV_IDEACPI=yBartlomiej Zolnierkiewicz2009-06-291-0/+2
* ide: always kill the whole request on errorBartlomiej Zolnierkiewicz2009-06-261-1/+0
* ide: relax DMA info validity checkingBartlomiej Zolnierkiewicz2009-06-241-2/+0
* ide: do not access ide_drive_t 'drive_data' field directlyJoao Ramos2009-06-151-1/+11
* ide: move ack_intr() method into 'struct ide_port_ops' (take 2)Sergei Shtylyov2009-06-151-9/+1
* ide: don't enable IORDY at a probe timeBartlomiej Zolnierkiewicz2009-06-151-0/+6
* ide: IORDY handling fixesBartlomiej Zolnierkiewicz2009-06-151-0/+1
* Merge branch 'bp-remove-pc-buf' into for-nextBartlomiej Zolnierkiewicz2009-06-131-14/+4
|\
| * ide: unify interrupt reason checkingBorislav Petkov2009-05-141-0/+2
| * ide-atapi: remove pc->bufBorislav Petkov2009-05-141-11/+0