summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
...
* | | | libata-sff: remove harmful BUG_ON from ata_bmdma_qc_issueMark Lord2010-08-251-4/+0
* | | | sata_mv: fix broken DSM/TRIM support (v2)Mark Lord2010-08-251-7/+37
* | | | libata: be less of a drama queen on empty data commandsTejun Heo2010-08-251-4/+7
* | | | [libata] sata_dwc_460ex: signdness bugDan Carpenter2010-08-251-1/+1
* | | | ahci: add HFLAG_YES_FBS and apply it to 88SE9128Tejun Heo2010-08-253-2/+26
* | | | libata: remove no longer needed pata_winbond driverBartlomiej Zolnierkiewicz2010-08-254-285/+14
* | | | pata_cmd64x: revert commit d62f5576Tejun Heo2010-08-251-6/+0
* | | | ata: update for of_device to platform_device replacementStephen Rothwell2010-08-161-2/+2
* | | | Merge branch 'linus' into releaseLen Brown2010-08-1521-219/+3074
|\ \ \ \
| * \ \ \ Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-123-10/+10
| |\ \ \ \
| | * | | | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-063-10/+10
| | |/ / /
| * | | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-113-0/+424
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branches 'master' and 'devel' into for-linusRussell King2010-08-103-0/+424
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King2010-08-063-0/+424
| | | |\ \ | | | | |/ | | | |/|
| | | | * [ARM] pata_pxa: DMA-capable PATA driverMarek Vasut2010-06-183-0/+424
| * | | | docbook: fix fatal error from libataRandy Dunlap2010-08-101-1/+1
| * | | | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
| | * | | block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-1/+1
| | |/ /
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-075-30/+14
| |\ \ \
| | * | | libata: take advantage of cmwq and remove concurrency limitationsTejun Heo2010-07-025-30/+14
| | | |/ | | |/|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2010-08-061-19/+19
| |\ \ \
| | * | | pcmcia: do not use io_req_t when calling pcmcia_request_io()Dominik Brodowski2010-08-031-14/+15
| | * | | pcmcia: do not use io_req_t after call to pcmcia_request_io()Dominik Brodowski2010-08-031-4/+4
| | * | | pcmcia: remove cs_types.hDominik Brodowski2010-07-301-1/+0
| | | |/ | | |/|
| * | | sata_fsl,mv,nv: prepare for NCQ command completion updateTejun Heo2010-08-013-51/+48
| * | | ata: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)Peter Huewe2010-08-011-2/+1
| * | | ata_piix: fix locking around SIDPR accessTejun Heo2010-08-011-0/+8
| * | | [libata] update blacklist for new hyphenated pattern ranges (v2)Mark Lord2010-08-011-10/+4
| * | | libata: allow hyphenated pattern rangesMark Lord2010-08-011-4/+12
| * | | ata_generic: drop hard coded DMA force logic for CENATEKTejun Heo2010-08-011-4/+0
| * | | [libata] ahci: Fix warning: comparison between 'enum <anonymous>' and 'enum <...Justin P. Mattock2010-08-011-1/+1
| * | | [libata] add ATA_CMD_DSM to ata_get_cmd_descriptFUJITA Tomonori2010-08-011-0/+1
| * | | [libata] Add Samsung PATA controller driver, pata_samsung_cfAbhilash Kesavan2010-08-013-0/+693
| * | | [libata] Add 460EX on-chip SATA driver, sata_dwc_460exRupjyoti Sarmah2010-08-013-0/+1766
| * | | libata: reduce blacklist size even more (v2)Mark Lord2010-08-011-10/+3
| * | | libata: reduce blacklist size (v2)Mark Lord2010-08-011-54/+6
| * | | libata: glob_match for ata_device_blacklist (v2)Mark Lord2010-08-011-21/+57
| * | | ahci_platform: Remove unneeded ahci_driver.probe assignmentAnton Vorontsov2010-08-011-1/+0
| * | | ahci_platform: Provide for vendor specific initJassi Brar2010-08-011-10/+15
| |/ /
* | | gcc-4.6: ACPI: fix unused but set variables in ACPIAndi Kleen2010-08-151-6/+0
|/ /
* | ata_generic: implement ATA_GEN_* flags and force enable DMA on MBP 7,1Tejun Heo2010-07-011-7/+19
* | ahci,ata_generic: let ata_generic handle new MBP w/ MCP89Tejun Heo2010-07-012-0/+16
* | libahci: Fix bug in storing EM messagesHarry Zhang2010-07-011-2/+3
|/
* sata_sil24: Use memory barriers before issuing commandsCatalin Marinas2010-06-101-0/+10
* sata_sil24: memset() overflowDan Carpenter2010-06-101-1/+1
* ahci: redo stopping DMA engines on empty portsTejun Heo2010-06-071-18/+3
* sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24Colin Tuckley2010-06-071-6/+6
* sata_via: explain the magic fixTejun Heo2010-06-071-2/+16
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-06-035-8/+48
|\
OpenPOWER on IntegriCloud