| Commit message (Expand) | Author | Age | Files | Lines |
* | s390/3270: fix crash with multiple reset device requests | Martin Schwidefsky | 2014-04-01 | 1 | -3/+6 |
* | s390/bitops,atomic: add missing memory barriers | Heiko Carstens | 2014-04-01 | 2 | -46/+65 |
* | s390/zcrypt: add length check for aligned data to avoid overflow in msg-type 6 | Ingo Tuchscherer | 2014-04-01 | 2 | -4/+18 |
* | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 2014-03-31 | 92 | -836/+2249 |
|\ |
|
| * | ata: fix Marvell SATA driver dependencies | Bartlomiej Zolnierkiewicz | 2014-03-27 | 1 | -0/+2 |
| * | ata: fix ARASAN CompactFlash PATA driver dependencies | Bartlomiej Zolnierkiewicz | 2014-03-26 | 1 | -0/+1 |
| * | ata: remove superfluous casts | Joe Perches | 2014-03-26 | 4 | -10/+6 |
| * | ata: sata_highbank: remove superfluous cast | Bartlomiej Zolnierkiewicz | 2014-03-26 | 1 | -1/+1 |
| * | ata: fix Calxeda Highbank SATA driver dependencies | Bartlomiej Zolnierkiewicz | 2014-03-26 | 1 | -0/+1 |
| * | ata: fix R-Car SATA driver dependencies | Bartlomiej Zolnierkiewicz | 2014-03-26 | 1 | -0/+1 |
| * | ARM: davinci: da850: update SATA AHCI support | Bartlomiej Zolnierkiewicz | 2014-03-25 | 2 | -92/+9 |
| * | ata: add new-style AHCI platform driver for DaVinci DA850 AHCI controller | Bartlomiej Zolnierkiewicz | 2014-03-25 | 3 | -0/+124 |
| * | ata: move library code from ahci_platform.c to libahci_platform.c | Bartlomiej Zolnierkiewicz | 2014-03-25 | 4 | -524/+549 |
| * | ata: ahci_platform: fix ahci_platform_data->suspend method handling | Bartlomiej Zolnierkiewicz | 2014-03-25 | 1 | -2/+9 |
| * | libata: remove unused ata_sas_port_async_resume() stub | Dan Williams | 2014-03-19 | 1 | -3/+0 |
| * | libata.h: add stub for ata_sas_port_resume | Randy Dunlap | 2014-03-19 | 1 | -0/+3 |
| * | libata: async resume | Todd Brandt | 2014-03-18 | 1 | -1/+1 |
| * | libata, libsas: kill pm_result and related cleanup | Dan Williams | 2014-03-18 | 5 | -124/+71 |
| * | ata: Fix compiler warning with APM X-Gene host controller driver | Loc Ho | 2014-03-18 | 1 | -1/+1 |
| * | arm64: Add APM X-Gene SoC AHCI SATA host controller DTS entries | Loc Ho | 2014-03-17 | 1 | -0/+80 |
| * | ata: Add APM X-Gene SoC AHCI SATA host controller driver | Loc Ho | 2014-03-17 | 3 | -0/+494 |
| * | Documentation: Add documentation for the APM X-Gene SoC SATA host controller ... | Loc Ho | 2014-03-17 | 1 | -0/+76 |
| * | arm64: Add APM X-Gene SoC 15Gbps Multi-purpose PHY DTS entries | Loc Ho | 2014-03-17 | 1 | -0/+72 |
| * | ata: ahci_sunxi: fix code formatting | Bartlomiej Zolnierkiewicz | 2014-03-17 | 1 | -22/+22 |
| * | ata: ahci_sunxi: make ahci_sunxi_resume() static | Bartlomiej Zolnierkiewicz | 2014-03-17 | 1 | -1/+1 |
| * | ata: ahci_platform: fix devm_ioremap_resource() return value checking | Bartlomiej Zolnierkiewicz | 2014-03-14 | 1 | -3/+3 |
| * | ata: pata_imx: fix devm_ioremap_resource() return value checking | Bartlomiej Zolnierkiewicz | 2014-03-14 | 1 | -2/+2 |
| * | ata: ahci_st: remove deprecated struct ahci_platform_data usage | Bartlomiej Zolnierkiewicz | 2014-03-14 | 1 | -11/+9 |
| * | ata: ahci_st: build fixes | Bartlomiej Zolnierkiewicz | 2014-03-14 | 2 | -8/+6 |
| * | libata: zpodd: eliminate odd_can_poweroff | Aaron Lu | 2014-03-14 | 1 | -19/+2 |
| * | libata: acpi: avoid passing NULL to ACPI evaluation method | Aaron Lu | 2014-03-14 | 1 | -0/+1 |
| * | libata: zpodd: should depend on PM_RUNTIME | Aaron Lu | 2014-03-14 | 1 | -1/+1 |
| * | ata: Fix SC1200 dependencies | Jean Delvare | 2014-03-14 | 1 | -1/+1 |
| * | ahci: st: Invoke AHCI Platform Suspend/Resume | Lee Jones | 2014-03-14 | 1 | -1/+5 |
| * | ahci: st: Only build for ST-Micro h/w | Lee Jones | 2014-03-14 | 1 | -0/+1 |
| * | ahci: st: Utilise ata_platform_remove_one() call | Lee Jones | 2014-03-14 | 1 | -18/+26 |
| * | ahci: st: Remove legacy dependencies on PHY | Lee Jones | 2014-03-14 | 2 | -3/+0 |
| * | ahci: st: Standardise naming conventions | Lee Jones | 2014-03-14 | 2 | -4/+4 |
| * | ahci: st: Add support for ST's SATA IP | Lee Jones | 2014-03-14 | 3 | -0/+249 |
| * | pata_legacy: Remove dead code | Silvan Jegen | 2014-03-11 | 1 | -1/+0 |
| * | ata: Fix CS55xx dependencies | Jean Delvare | 2014-03-11 | 1 | -4/+4 |
| * | libata: end the r-word | Dan Williams | 2014-03-07 | 1 | -2/+3 |
| * | ahci_imx: Put #ifdef CONFIG_PM_SLEEP around suspend / resume functions | Hans de Goede | 2014-03-06 | 1 | -0/+2 |
| * | ahci_sunxi: Use msleep instead of mdelay | Hans de Goede | 2014-02-23 | 1 | -3/+3 |
| * | ahci_platform: Drop unused ahci_platform_data members | Hans de Goede | 2014-02-22 | 2 | -12/+1 |
| * | ahci_platform: Drop support for imx53-ahci platform device type | Hans de Goede | 2014-02-22 | 1 | -40/+6 |
| * | ahci_platform: Drop support for ahci-strict platform device type | Hans de Goede | 2014-02-22 | 1 | -11/+0 |
| * | ata: ahci_platform: runtime resume the device before use | Roger Quadros | 2014-02-22 | 2 | -0/+16 |
| * | ata: ahci_platform: Manage SATA PHY | Roger Quadros | 2014-02-22 | 2 | -2/+47 |
| * | ata: ahci_platform: Update DT compatible list | Roger Quadros | 2014-02-22 | 1 | -2/+2 |