| Commit message (Expand) | Author | Age |
* | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2014-01-08 |
|\ |
|
| * | sata_sis: missing PM support | Alan | 2014-01-01 |
| * | ahci: add PCI ID for Marvell 88SE9170 SATA controller | Simon Guinot | 2013-12-31 |
* | | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-12-24 |
|\| |
|
| * | libata, freezer: avoid block device removal while system is frozen | Tejun Heo | 2013-12-19 |
| * | libata: implement ATA_HORKAGE_NO_NCQ_TRIM and apply it to Micro M500 SSDs | Marc Carino | 2013-12-17 |
| * | libata: disable a disk via libata.force params | Robin H. Johnson | 2013-12-16 |
| * | ahci: bail out on ICH6 before using AHCI BAR | Paul Bolle | 2013-12-16 |
| * | ahci: imx: Explicitly clear IMX6Q_GPR13_SATA_MPLL_CLK_EN | Marek Vasut | 2013-12-03 |
| * | libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus SpinPoint M8 | Michele Baldessari | 2013-11-29 |
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 2013-12-06 |
|\ \
| |/
|/| |
|
| * | [SCSI] Disable WRITE SAME for RAID and virtual host adapter drivers | Martin K. Petersen | 2013-11-28 |
* | | ATA: Fix port removal ordering | Rafael J. Wysocki | 2013-11-27 |
* | | ahci: add Marvell 9230 to the AHCI PCI device list | Samir Benmendil | 2013-11-23 |
* | | ata: fix acpi_bus_get_device() return value check | Yijing Wang | 2013-11-23 |
* | | pata_arasan_cf: add missing clk_disable_unprepare() on error path | Wei Yongjun | 2013-11-22 |
* | | ahci: add support for IBM Akebono platform device | Alistair Popple | 2013-11-22 |
|/ |
|
* | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2013-11-20 |
|\ |
|
| * | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node | Rafael J. Wysocki | 2013-11-14 |
* | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 2013-11-20 |
|\ \ |
|
| * \ | Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel... | Vinod Koul | 2013-11-16 |
| |\ \ |
|
| | * | | dmaengine: remove DMA unmap flags | Bartlomiej Zolnierkiewicz | 2013-11-14 |
* | | | | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 2013-11-14 |
| |_|/
|/| | |
|
* | | | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-11-13 |
|\ \ \ |
|
| * | | | DMA-API: others: use dma_set_coherent_mask() | Russell King | 2013-10-31 |
| * | | | DMA-API: ata: pata_octeon_cf: convert to use dma_coerce_mask_and_coherent() | Russell King | 2013-10-31 |
* | | | | Merge branch 'for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 2013-11-13 |
|\ \ \ \ |
|
| * | | | | ahci: Add Device IDs for Intel Wildcat Point-LP | James Ralston | 2013-11-04 |
| * | | | | sata_rcar: Convert to clk_prepare/unprepare | Laurent Pinchart | 2013-10-29 |
| * | | | | drivers/libata: Set max sector to 65535 for Slimtype DVD A DS8A9SH drive | Shan Hai | 2013-10-28 |
| * | | | | libata: Add some missing command descriptions | Robert Hancock | 2013-10-27 |
| * | | | | sata_highbank: clear whole array in highbank_initialize_phys() | Dan Carpenter | 2013-10-27 |
| * | | | | ahci: disabled FBS prior to issuing software reset | xiangliang yu | 2013-10-27 |
| * | | | | libata: Fix display of sata speed | Gwendal Grignou | 2013-10-27 |
| * | | | | ahci: imx: setup power saving methods | Richard Zhu | 2013-10-15 |
| * | | | | ata_piix: minor typo and a printk fix | Levente Kurusa | 2013-10-13 |
| * | | | | ahci: Changing two module params with static and __read_mostly | Chuansheng Liu | 2013-09-22 |
| |/ / / |
|
* | | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-11-12 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | powerpc: add missing explicit OF includes for ppc | Rob Herring | 2013-11-11 |
| * | | | drivers: clean-up prom.h implicit includes | Rob Herring | 2013-10-09 |
* | | | | Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-10-22 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | libahci: fix turning on LEDs in ahci_start_port() | Lukasz Dorau | 2013-10-15 |
| * | | | libata: make ata_eh_qc_retry() bump scmd->allowed on bogus failures | Gwendal Grignou | 2013-10-07 |
| * | | | ahci_platform: use dev_info() instead of printk() | Jingoo Han | 2013-10-07 |
| * | | | ahci: use dev_info() instead of printk() | Jingoo Han | 2013-10-07 |
| * | | | pata_isapnp: Don't use invalid I/O ports | Ondrej Zary | 2013-10-07 |
| | |/
| |/| |
|
* | | | ATA / ACPI: remove power dependent device handling | Aaron Lu | 2013-10-17 |
| |/
|/| |
|
* | | update contact information for Mikael Pettersson | Mikael Pettersson | 2013-09-25 |
|/ |
|
* | Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 2013-09-03 |
|\ |
|
| * | libata: bugfix: Remove __le32 in ata_tf_to_fis() | Marc Carino | 2013-09-03 |