| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 2017-07-06 | 27 | -232/+1422 |
|\ |
|
| * | sd: add support for TCG OPAL self encrypting disks | Christoph Hellwig | 2017-06-29 | 1 | -0/+3 |
| * | libata: fix build warning from unused goto label | Tejun Heo | 2017-06-29 | 1 | -1/+0 |
| * | libata: Support for an ATA PASS-THROUGH(32) command. | Minwoo Im | 2017-06-27 | 2 | -6/+68 |
| * | ahci: Add Device ID for ASMedia 1061R and 1062R | Shawn Lin | 2017-06-27 | 1 | -0/+2 |
| * | sata_via: Enable optional hotplug on VT6420 | Ondrej Zary | 2017-06-26 | 1 | -4/+13 |
| * | ata: ahci_brcm: Avoid writing to read-only registers | Doug Berger | 2017-06-22 | 1 | -8/+4 |
| * | libata: Add the AHCI_HFLAG_NO_WRITE_TO_RO flag | Doug Berger | 2017-06-22 | 2 | -1/+4 |
| * | libata: Add the AHCI_HFLAG_YES_ALPM flag | Doug Berger | 2017-06-22 | 2 | -0/+6 |
| * | ata: ftide010: fix resource printing | Arnd Bergmann | 2017-06-22 | 1 | -2/+2 |
| * | libata: make the function name in comment match the actual function | Minwoo Im | 2017-06-20 | 1 | -1/+1 |
| * | ata: sata_rcar: make of_device_ids const. | Arvind Yadav | 2017-06-19 | 1 | -1/+1 |
| * | ata: pata_octeon_cf: make of_device_ids const. | Arvind Yadav | 2017-06-19 | 1 | -1/+1 |
| * | libata: Convert bare printks to pr_cont | Joe Perches | 2017-06-12 | 1 | -21/+20 |
| * | libahci: wrong comments in ahci_do_softreset() | Minwoo Im | 2017-06-12 | 1 | -2/+2 |
| * | ata: declare ata_port_info structures as const | Bhumika Goyal | 2017-06-12 | 4 | -6/+6 |
| * | ata: Add driver for Faraday Technology FTIDE010 | Linus Walleij | 2017-06-12 | 5 | -0/+1049 |
| * | libata: implement SECURITY PROTOCOL IN/OUT | Christoph Hellwig | 2017-06-05 | 2 | -0/+108 |
| * | libata: factor out a ata_identify_page_supported helper | Christoph Hellwig | 2017-06-05 | 1 | -27/+32 |
| * | libata: clarify log page naming / grouping | Christoph Hellwig | 2017-06-05 | 1 | -5/+5 |
| * | libata: factor out a ata_log_supported helper | Christoph Hellwig | 2017-06-05 | 1 | -43/+16 |
| * | libata: move ata_read_log_page to libata-core.c | Christoph Hellwig | 2017-06-05 | 3 | -66/+66 |
| * | ahci: qoriq: add ls1088a platforms support | Yuantian Tang | 2017-06-02 | 1 | -0/+14 |
| * | ata: sata_fsl: cut drvdata assignment | Linus Walleij | 2017-05-30 | 1 | -2/+0 |
| * | ata: samsung_cf: cut drvdata assignment | Linus Walleij | 2017-05-30 | 1 | -2/+0 |
| * | ata: rb532_cf: cut drvdata assignment | Linus Walleij | 2017-05-30 | 1 | -2/+0 |
| * | ata: dwc_460ex: cut drvdata assignment | Linus Walleij | 2017-05-30 | 1 | -1/+0 |
| * | ata: ep93xx: cut drvdata assignment | Linus Walleij | 2017-05-30 | 1 | -1/+0 |
| * | ata: bf54x: cut drvdata assignment | Linus Walleij | 2017-05-30 | 1 | -2/+0 |
| * | ata: update references for libata documentation | Mauro Carvalho Chehab | 2017-05-16 | 23 | -23/+23 |
| * | libata: fix identation on a kernel-doc markup | Mauro Carvalho Chehab | 2017-05-16 | 1 | -3/+4 |
| * | ata-sff: always map page before data transfer | Tycho Andersen | 2017-05-16 | 1 | -36/+8 |
* | | Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2017-07-04 | 1 | -6/+3 |
|\ \ |
|
| * | | ACPI / PM: Consolidate device wakeup settings code | Rafael J. Wysocki | 2017-06-28 | 1 | -6/+3 |
* | | | Merge tag 'docs-4.13' of git://git.lwn.net/linux | Linus Torvalds | 2017-07-04 | 23 | -26/+27 |
|\ \ \
| |/ /
|/| | |
|
| * | | ata: update references for libata documentation | Mauro Carvalho Chehab | 2017-05-16 | 23 | -23/+23 |
| * | | libata: fix identation on a kernel-doc markup | Mauro Carvalho Chehab | 2017-05-16 | 1 | -3/+4 |
| |/ |
|
* | | libata: fix error checking in in ata_parse_force_one() | Tejun Heo | 2017-05-31 | 1 | -1/+1 |
* | | Revert "ata: sata_mv: Convert to devm_ioremap_resource()" | Andrew Lunn | 2017-05-24 | 1 | -5/+8 |
* | | ata: libahci: properly propagate return value of platform_get_irq() | Thomas Petazzoni | 2017-05-16 | 1 | -2/+3 |
* | | ata: sata_rcar: Handle return value of clk_prepare_enable | Arvind Yadav | 2017-05-16 | 1 | -3/+12 |
* | | ahci: Acer SA5-271 SSD Not Detected Fix | Sui Chen | 2017-05-16 | 1 | -0/+38 |
|/ |
|
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-05-09 | 3 | -0/+392 |
|\ |
|
| * | pata_bk3710: clear status bits of BMISP on chipset initialization | Bartlomiej Zolnierkiewicz | 2017-03-30 | 1 | -1/+1 |
| * | pata_bk3710: disable IORDY Timer on chipset initialization | Bartlomiej Zolnierkiewicz | 2017-03-30 | 1 | -2/+2 |
| * | ata: add Palmchip BK3710 PATA controller driver | Bartlomiej Zolnierkiewicz | 2017-03-30 | 3 | -0/+392 |
* | | Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 2017-05-01 | 12 | -630/+256 |
|\ \ |
|
| * | | libata: remove SCT WRITE SAME support | Christoph Hellwig | 2017-04-29 | 1 | -103/+29 |
| * | | libata: reject passthrough WRITE SAME requests | Christoph Hellwig | 2017-04-29 | 1 | -0/+8 |
| * | | ata: ahci: add support for DaVinci DM816 SATA controller | Bartosz Golaszewski | 2017-03-24 | 3 | -0/+210 |