summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-07-068-201/+548
|\
| * cgroup: implement "nsdelegate" mount optionTejun Heo2017-06-283-23/+135
| * cgroup: restructure cgroup_procs_write_permission()Tejun Heo2017-06-281-24/+33
| * cgroup: "cgroup.subtree_control" should be writeable by delegateeTejun Heo2017-06-251-4/+5
| * cgroup: fix lockdep warning in debug controllerTejun Heo2017-06-141-8/+21
| * cgroup: refactor cgroup_masks_read() in the debug controllerTejun Heo2017-06-141-25/+21Star
| * cgroup: make debug an implicit controller on cgroup2Tejun Heo2017-06-141-3/+56
| * cgroup: Make debug cgroup support v2 and thread modeWaiman Long2017-06-141-17/+153
| * cgroup: Make Kconfig prompt of debug cgroup more accurateWaiman Long2017-06-142-2/+11
| * cgroup: Move debug cgroup to its own fileWaiman Long2017-06-144-148/+157
| * cgroup: Keep accurate count of tasks in each css_setWaiman Long2017-06-143-5/+14
* | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-07-0636-236/+1589
|\ \
| * | sd: add support for TCG OPAL self encrypting disksChristoph Hellwig2017-06-294-1/+58
| * | libata: fix build warning from unused goto labelTejun Heo2017-06-291-1/+0Star
| * | libata: Support for an ATA PASS-THROUGH(32) command.Minwoo Im2017-06-273-6/+69
| * | ahci: Add Device ID for ASMedia 1061R and 1062RShawn Lin2017-06-271-0/+2
| * | sata_via: Enable optional hotplug on VT6420Ondrej Zary2017-06-261-4/+13
| * | ata: ahci_brcm: Avoid writing to read-only registersDoug Berger2017-06-221-8/+4Star
| * | libata: Add the AHCI_HFLAG_NO_WRITE_TO_RO flagDoug Berger2017-06-222-1/+4
| * | libata: Add the AHCI_HFLAG_YES_ALPM flagDoug Berger2017-06-222-0/+6
| * | ata: ftide010: fix resource printingArnd Bergmann2017-06-221-2/+2
| * | libata: make the function name in comment match the actual functionMinwoo Im2017-06-201-1/+1
| * | ata: sata_rcar: make of_device_ids const.Arvind Yadav2017-06-191-1/+1
| * | ata: pata_octeon_cf: make of_device_ids const.Arvind Yadav2017-06-191-1/+1
| * | libata: Convert bare printks to pr_contJoe Perches2017-06-121-21/+20Star
| * | libahci: wrong comments in ahci_do_softreset()Minwoo Im2017-06-121-2/+2
| * | ata: declare ata_port_info structures as constBhumika Goyal2017-06-124-6/+6
| * | ata: Add driver for Faraday Technology FTIDE010Linus Walleij2017-06-126-0/+1058
| * | ata: Add DT bindings for the Gemini SATA bridgeLinus Walleij2017-06-121-0/+55
| * | ata: Add DT bindings for Faraday Technology FTIDE010Linus Walleij2017-06-121-0/+38
| * | libata: implement SECURITY PROTOCOL IN/OUTChristoph Hellwig2017-06-054-0/+110
| * | libata: factor out a ata_identify_page_supported helperChristoph Hellwig2017-06-051-27/+32
| * | libata: clarify log page naming / groupingChristoph Hellwig2017-06-052-8/+12
| * | libata: factor out a ata_log_supported helperChristoph Hellwig2017-06-051-43/+16Star
| * | libata: move ata_read_log_page to libata-core.cChristoph Hellwig2017-06-053-66/+66
| * | ahci: qoriq: add ls1088a platforms supportYuantian Tang2017-06-021-0/+14
| * | ata: sata_fsl: cut drvdata assignmentLinus Walleij2017-05-301-2/+0Star
| * | ata: samsung_cf: cut drvdata assignmentLinus Walleij2017-05-301-2/+0Star
| * | ata: rb532_cf: cut drvdata assignmentLinus Walleij2017-05-301-2/+0Star
| * | ata: dwc_460ex: cut drvdata assignmentLinus Walleij2017-05-301-1/+0Star
| * | ata: ep93xx: cut drvdata assignmentLinus Walleij2017-05-301-1/+0Star
| * | ata: bf54x: cut drvdata assignmentLinus Walleij2017-05-301-2/+0Star
| * | ata: update references for libata documentationMauro Carvalho Chehab2017-05-1625-25/+25
| * | libata: fix identation on a kernel-doc markupMauro Carvalho Chehab2017-05-161-3/+4
| * | ata-sff: always map page before data transferTycho Andersen2017-05-161-36/+8Star
* | | Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-07-0619-70/+621
|\ \ \
| * | | percpu: fix static checker warnings in pcpu_destroy_chunkDennis Zhou2017-06-292-2/+8
| * | | percpu: fix early calls for spinlock in pcpu_statsDennis Zhou2017-06-211-4/+6
| * | | percpu: resolve err may not be initialized in pcpu_allocDennis Zhou2017-06-211-1/+3
| * | | percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov2017-06-2011-30/+31