Age | Commit message (Expand) | Author | Files | Lines |
2010-10-25 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2 | -3/+3 |
2010-10-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -1/+1 |
2010-10-22 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 28 | -601/+1634 |
2010-10-22 | pata_bf54x: fix return type of bfin_set_devctl | Mike Frysinger | 1 | -1/+1 |
2010-10-22 | Drivers: ata: Makefile: replace the use of <module>-objs with <module>-y | Tracey Dent | 1 | -1/+1 |
2010-10-22 | libahci: fix result_tf handling after an ATA PIO data-in command | Tejun Heo | 2 | -3/+16 |
2010-10-22 | pata_sl82c105: implement sff_irq_check() method | Sergei Shtylyov | 1 | -0/+11 |
2010-10-22 | pata_sil680: implement sff_irq_check() method | Sergei Shtylyov | 1 | -0/+12 |
2010-10-22 | pata_pdc202xx_old: implement sff_irq_check() method | Sergei Shtylyov | 1 | -0/+23 |
2010-10-22 | pata_cmd640: implement sff_irq_check() method | Sergei Shtylyov | 1 | -0/+12 |
2010-10-22 | ata_piix: Add device ID for ICH4-L | Ben Hutchings | 1 | -0/+2 |
2010-10-22 | pata_sil680: make sil680_sff_exec_command() 'static' | Sergei Shtylyov | 1 | -2/+2 |
2010-10-22 | ata: Intel IDE-R support | Alan Cox | 1 | -1/+53 |
2010-10-22 | libata: Signal that our SATL supports WRITE SAME(16) with UNMAP | Martin K. Petersen | 1 | -0/+14 |
2010-10-22 | ata_piix: remove SIDPR locking | Tejun Heo | 1 | -8/+0 |
2010-10-22 | libata: implement cross-port EH exclusion | Tejun Heo | 3 | -1/+75 |
2010-10-22 | libata: add @ap to ata_wait_register() and introduce ata_msleep() | Tejun Heo | 11 | -46/+54 |
2010-10-22 | ata_piix: implement LPM support | Tejun Heo | 1 | -1/+23 |
2010-10-22 | libata: implement LPM support for port multipliers | Tejun Heo | 3 | -10/+67 |
2010-10-22 | libata: reimplement link power management | Tejun Heo | 8 | -350/+195 |
2010-10-22 | libata: implement sata_link_scr_lpm() and make ata_dev_set_feature() global | Tejun Heo | 2 | -5/+72 |
2010-10-22 | libata: clean up lpm related symbols and sysfs show/store functions | Tejun Heo | 8 | -86/+64 |
2010-10-22 | [libata] Fix section mismatch: ata_sff_exit | Luck, Tony | 1 | -1/+1 |
2010-10-22 | drivers/ata/libata-transport.c: include linux/slab.h | Jeff Garzik | 1 | -0/+1 |
2010-10-22 | [libata] support for > 512 byte sectors (e.g. 4K Native) | Grant Grundler | 1 | -31/+65 |
2010-10-22 | libata: always use ata_qc_complete_multiple() for NCQ command completions | Tejun Heo | 4 | -65/+38 |
2010-10-22 | [libata] Add ATA transport class | Gwendal Grignou | 8 | -40/+883 |
2010-10-18 | Update broken web addresses in the kernel. | Justin P. Mattock | 1 | -2/+2 |
2010-10-11 | workqueue: add and use WQ_MEM_RECLAIM flag | Tejun Heo | 1 | -1/+1 |
2010-09-29 | pcmcia: move driver name to struct pcmcia_driver | Dominik Brodowski | 1 | -3/+1 |
2010-09-29 | pcmcia: use autoconfiguration feature for ioports and iomem | Dominik Brodowski | 1 | -55/+26 |
2010-09-29 | pcmcia: introduce autoconfiguration feature | Dominik Brodowski | 1 | -20/+3 |
2010-09-29 | pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device | Dominik Brodowski | 1 | -3/+2 |
2010-09-29 | pcmcia: simplify IntType | Dominik Brodowski | 1 | -1/+0 |
2010-09-29 | pcmcia: move Vpp setup to struct pcmcia_device | Dominik Brodowski | 1 | -2/+2 |
2010-09-28 | ahci: fix module refcount breakage introduced by libahci split | Tejun Heo | 4 | -14/+24 |
2010-09-10 | libata-sff: Reenable Port Multiplier after libata-sff remodeling. | Gwendal Grignou | 2 | -11/+29 |
2010-09-10 | libata: skip EH autopsy and recovery during suspend | Tejun Heo | 2 | -1/+17 |
2010-09-10 | ahci: AHCI and RAID mode SATA patch for Intel Patsburg DeviceIDs | Seth Heasley | 1 | -0/+3 |
2010-09-10 | ata_piix: IDE Mode SATA patch for Intel Patsburg DeviceIDs | Seth Heasley | 1 | -0/+4 |
2010-09-10 | libata,pata_via: revert ata_wait_idle() removal from ata_sff/via_tf_load() | Tejun Heo | 2 | -0/+5 |
2010-09-09 | ahci: fix hang on failed softreset | Tejun Heo | 1 | -1/+1 |
2010-09-09 | pata_artop: Fix device ID parity check | Jean Delvare | 1 | -1/+2 |
2010-08-26 | libata-sff: remove harmful BUG_ON from ata_bmdma_qc_issue | Mark Lord | 1 | -4/+0 |
2010-08-26 | sata_mv: fix broken DSM/TRIM support (v2) | Mark Lord | 1 | -7/+37 |
2010-08-26 | libata: be less of a drama queen on empty data commands | Tejun Heo | 1 | -4/+7 |
2010-08-26 | [libata] sata_dwc_460ex: signdness bug | Dan Carpenter | 1 | -1/+1 |
2010-08-26 | ahci: add HFLAG_YES_FBS and apply it to 88SE9128 | Tejun Heo | 3 | -2/+26 |
2010-08-26 | libata: remove no longer needed pata_winbond driver | Bartlomiej Zolnierkiewicz | 4 | -285/+14 |
2010-08-26 | pata_cmd64x: revert commit d62f5576 | Tejun Heo | 1 | -6/+0 |