aboutsummaryrefslogtreecommitdiff
path: root/drivers/ide
AgeCommit message (Expand)AuthorFilesLines
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 6-6/+6
2016-10-28block: split out request-only flags into a new namespaceGravatar Christoph Hellwig 6-35/+35
2016-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideGravatar Linus Torvalds 4-5/+6
2016-07-27Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a...Gravatar Linus Torvalds 1-1/+1
2016-07-26ide: missing break statement in set_timings_mdma()Gravatar Dan Carpenter 1-0/+1
2016-07-26ide: hpt366: fix incorrect mask when checking at cmd_high_timeGravatar Colin Ian King 1-1/+1
2016-07-26ide-tape: fix misprint in failure handling in idetape_init()Gravatar Alexey Khoroshilov 1-3/+3
2016-07-26cmd640: add __init attributeGravatar Julia Lawall 1-1/+1
2016-06-27block: convert to device_add_disk()Gravatar Dan Williams 2-4/+2
2016-06-20leds: convert IDE trigger to common disk triggerGravatar Stephan Linz 1-1/+1
2016-06-07block, drivers: add REQ_OP_FLUSH operationGravatar Mike Christie 1-1/+1
2016-06-07ide cd: do not set REQ_WRITE on requests.Gravatar Mike Christie 1-3/+0
2016-06-07drivers: use req op accessorGravatar Mike Christie 1-1/+1
2016-04-12ide-disk: update to using blk_queue_write_cache()Gravatar Jens Axboe 1-3/+3
2016-03-20ide: palm_bk3710: test clock rate to avoid division by 0Gravatar Wolfram Sang 1-0/+2
2016-03-20ide: icside: remove incorrect initconst annotationGravatar Arnd Bergmann 1-1/+1
2016-03-17ide: hpt366: convert to use match_string() helperGravatar Andy Shevchenko 1-7/+2
2016-02-05PCI: Remove includes of asm/pci-bridge.hGravatar Bjorn Helgaas 2-2/+0
2016-01-18drivers/ide: make ide-scan-pci.c driver explicitly non-modularGravatar Paul Gortmaker 1-2/+1
2016-01-18ide: constify ide_dma_ops structuresGravatar Julia Lawall 2-2/+2
2016-01-18ide: silence some underflow warningsGravatar Dan Carpenter 1-8/+8
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMGravatar Mel Gorman 10-14/+14
2015-11-03ide: pdc202xx_new: Replace timeval with ktime_tGravatar Amitoj Kaur Chawla 1-5/+5
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2015-06-25Merge branch 'for-4.2/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 12-44/+74
2015-05-28kernel/params: constify struct kernel_param_ops usesGravatar Luis R. Rodriguez 1-1/+1
2015-05-11Merge branch 'for-4.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-897/+0
2015-05-05block: move PM request support to IDEGravatar Christoph Hellwig 4-19/+49
2015-05-05block: move REQ_TYPE_SENSE to the ide driverGravatar Christoph Hellwig 4-9/+9
2015-05-05block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIVGravatar Christoph Hellwig 10-16/+16
2015-04-17ide: remove deprecated use of pci apiGravatar Quentin Lambert 4-7/+6
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Gravatar Linus Torvalds 1-5/+5
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-13/+1
2015-04-14Remove celleb-only SCC PATA driversGravatar Daniel Axtens 3-897/+0
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Gravatar Linus Torvalds 2-3/+3
2015-04-13Merge branch 'pnp'Gravatar Rafael J. Wysocki 1-13/+1
2015-03-27ide,ata: Rename ATA_IDX to ATA_SENSEGravatar Hannes Reinecke 2-3/+3
2015-03-23powerpc: Move Power Macintosh drivers to generic byteswappersGravatar David Gibson 1-5/+5
2015-03-18ide_tape: convert jiffies with jiffies_to_msecsGravatar Nicholas Mc Guire 1-2/+2
2015-03-18PNP: ide/ide-pnp: Use module_pnp_driver to register driverGravatar Peter Huewe 1-13/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 6-6/+0
2014-12-12drivers: ide: Fix mostly harmless off-by-one hardcoded valueGravatar Rasmus Villemoes 1-2/+2
2014-12-12IDE: Deletion of an unnecessary check before the function call "module_put"Gravatar Markus Elfring 1-2/+1
2014-10-20ide: drop owner assignment from platform_driversGravatar Wolfram Sang 6-6/+0
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+3
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2014-10-15Drivers: ide: Remove typedef atiixp_ide_timingGravatar Himangi Saraogi 1-4/+4
2014-10-04block: disable entropy contributions for nonrot devicesGravatar Mike Snitzer 1-1/+3
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosGravatar Joe Lawrence 1-1/+1
2014-08-05ide: use module_platform_driver()Gravatar Christoph Jaeger 2-24/+2