summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/li...Linus Torvalds2016-07-2624-153/+314
|\
| * libata-scsi: better style in ata_msense_*()Tom Yan2016-07-201-6/+13
| * AHCI: Clear GHC.IS to prevent unexpectly asserting INTxPang Raymond2016-07-201-0/+8
| * ata: sata_dwc_460ex: remove redundant dev_err callWei Yongjun2016-07-191-8/+2
| * ata: define ATA_PROT_* in terms of ATA_PROT_FLAG_*Christoph Hellwig2016-07-183-49/+23
| * libata: remove ATA_PROT_FLAG_DATAChristoph Hellwig2016-07-181-2/+1
| * libata: remove ata_is_nodataChristoph Hellwig2016-07-182-6/+1
| * ata: make lba_{28,48}_ok() use ATA_MAX_SECTORS{,_LBA48}Tom Yan2016-07-181-3/+3
| * libata-scsi: minor cleanup for ata_scsi_zbc_out_xlatDamien Le Moal2016-07-151-4/+4
| * libata-scsi: Fix ZBC management out command translationDamien Le Moal2016-07-151-2/+2
| * libata-scsi: Fix translation of REPORT ZONES commandDamien Le Moal2016-07-151-2/+2
| * ata: Handle ATA NCQ NO-DATA commands correctlyHannes Reinecke2016-07-156-2/+12
| * libata-eh: decode all taskfile protocolsHannes Reinecke2016-07-141-0/+3
| * ata: fixup ATA_PROT_NODATAHannes Reinecke2016-07-142-3/+3
| * libsas: use ata_is_ncq() and ata_has_dma() accessorsHannes Reinecke2016-07-141-9/+2
| * libata: use ata_is_ncq() accessorsHannes Reinecke2016-07-143-5/+5
| * libata: return boolean values from ata_is_*Christoph Hellwig2016-07-141-8/+8
| * libata-scsi: avoid repeated calculation of number of TRIM rangesTom Yan2016-07-122-5/+6
| * libata-scsi: reject WRITE SAME (16) with n_block that exceeds limitTom Yan2016-07-121-1/+7
| * libata-scsi: rename ata_msense_ctl_mode() to ata_msense_control()Tom Yan2016-07-121-5/+5
| * libata-scsi: fix D_SENSE bit relection in control mode pageTom Yan2016-07-121-1/+1
| * ata: hpt366: fix incorrect mask when checking at cmd_high_timeColin Ian King2016-07-121-1/+1
| * libata-scsi: correct SPC version descriptorTom Yan2016-07-121-2/+2
| * libata-scsi: set CmdQue bit in standard INQUIRY data to 1Tom Yan2016-07-121-1/+4
| * libata-scsi: fix SET FEATURES "filtering" for ata_msense_caching()Tom Yan2016-07-122-1/+6
| * libata-scsi: set correct VERSION field for ZAC devicesTom Yan2016-07-121-1/+3
| * libata-scsi: correct cbd to CDB in commentTom Yan2016-07-061-1/+1
| * libata-scsi: do not respond with "invalid field" for FORMAT UNITTom Yan2016-07-061-5/+0
| * drivers: ata: pata_arasan_cf: use the same name for the same lockIago Abal2016-06-281-1/+1
| * ata: fix "ering" sysfs time printingArnd Bergmann2016-06-171-4/+5
| * ARM: dts: nsp: Add sata device tree entryYendapally Reddy Dhananjaya Reddy2016-06-162-0/+54
| * phy: Add SATA3 PHY support for Broadcom NSP SoCYendapally Reddy Dhananjaya Reddy2016-06-161-0/+81
| * ata: ahci_brcm: Add support for Broadcom NSP SoCYendapally Reddy Dhananjaya Reddy2016-06-162-11/+37
| * ata: ahci_brcmstb: rename to support across Broadcom SoC'sYendapally Reddy Dhananjaya Reddy2016-06-163-4/+4
| * dt-bindings: phy: Add documentation for NSP SATA PHYYendapally Reddy Dhananjaya Reddy2016-06-161-1/+3
| * dt-bindings: ata: add support for Broadcom NSP SoC ahciYendapally Reddy Dhananjaya Reddy2016-06-161-0/+1
| * dt-bindings: ata: rename brcm, sata-brcmstb.txt to brcm, sata-brcm.txtYendapally Reddy Dhananjaya Reddy2016-06-161-4/+4
| * ata: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-05-272-2/+2
| * MAINTAINERS: Add file patterns for ata device tree bindingsGeert Uytterhoeven2016-05-271-0/+1
| * pata_atiixp: fix trivial indentation misalignment on if statementColin Ian King2016-05-271-2/+2
* | Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-07-262-10/+37
|\ \
| * | cgroup: remove duplicated include from cgroup.cWei Yongjun2016-07-191-1/+0
| * | cgroup: Use lld instead of ld when printing pids controller events_limitKenny Yu2016-06-211-1/+1
| * | cgroup: Add pids controller event when fork fails because of pid limitKenny Yu2016-06-211-1/+33
| * | cgroup: allow NULL return from ss->css_alloc()Tejun Heo2016-06-211-0/+2
| * | cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner2016-06-171-1/+1
| * | cgroup: fix idr leak for the first cgroup rootJohannes Weiner2016-06-171-7/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-07-26184-4261/+19350
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-07-220-0/+0
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2016-07-215-5/+6
| |\ \ \ \