summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-1517-61/+821
|\
| * cgroup: export list of cgroups v2 features using sysfsRoman Gushchin2017-11-061-0/+8
| * cgroup: export list of delegatable control files using sysfsRoman Gushchin2017-11-061-0/+61
| * cgroup: mark @cgrp __maybe_unused in cpu_stat_show()Tejun Heo2017-10-301-1/+1
| * MAINTAINERS: relocate cpuset.cChao Yu2017-10-301-1/+1
| * cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo2017-10-267-28/+75
| * sched: Implement interface for cgroup unified hierarchyTejun Heo2017-09-292-24/+183
| * sched: Misc preps for cgroup unified hierarchy interfaceTejun Heo2017-09-291-4/+4
| * sched/cputime: Add dummy cputime_adjust() implementation for CONFIG_VIRT_CPU_...Tejun Heo2017-09-251-0/+7
| * cgroup: statically initialize init_css_set->dfl_cgrpTejun Heo2017-09-251-0/+8
| * cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo2017-09-257-3/+453
| * cpuacct: Introduce cgroup_account_cputime[_field]()Tejun Heo2017-09-258-23/+44
| * sched/cputime: Expose cputime_adjust()Tejun Heo2017-09-252-4/+4
* | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2017-11-151-1/+2
|\ \
| * | percpu: don't forget to free the temporary struct pcpu_alloc_infoNicolas Pitre2017-10-041-1/+2
* | | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2017-11-151-1/+2
|\ \ \
| * | | workqueue: Fix comment for unbound workqueue's attrbutesWang Long2017-11-061-1/+2
| * | | Revert "workqueue: respect isolated cpus when queueing an unbound work"Tejun Heo2017-11-031-5/+1
| * | | workqueue: respect isolated cpus when queueing an unbound workTal Shorer2017-10-211-1/+5
* | | | Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2017-11-1516-74/+244
|\ \ \ \
| * | | | ahci: imx: Handle increased read failures for IMX53 temperature sensor in low...Egor Starkov2017-11-131-1/+1
| * | | | ata: sata_dwc_460ex: Propagate platform device ID to DMA driverAndy Shevchenko2017-11-131-0/+1
| * | | | ata: fixes kernel crash while tracing ata_eh_link_autopsy eventRameshwar Prasad Sahu2017-11-031-1/+1
| * | | | ata: pata_pdc2027x: Fix space before '[' error.Arvind Yadav2017-10-301-3/+3
| * | | | libata: fix spelling mistake: 'ambigious' -> 'ambiguous'Arvind Yadav2017-10-301-1/+1
| * | | | ata: ceva: Add SMMU support for SATA IPAnurag Kumar Vulisha2017-10-231-3/+7
| * | | | ata: ceva: Correct the suspend and resume logic for SATAAnurag Kumar Vulisha2017-10-231-2/+27
| * | | | ata: ceva: Correct the AXI bus configuration for SATA portsAnurag Kumar Vulisha2017-10-231-8/+8
| * | | | ata: ceva: Add CCI support for SATA if CCI is enabledAnurag Kumar Vulisha2017-10-231-0/+31
| * | | | ata: ceva: Make RxWaterMark value as module parameterAnurag Kumar Vulisha2017-10-231-1/+5
| * | | | ata: ceva: Disable Device Sleep capabilityAnurag Kumar Vulisha2017-10-231-0/+18
| * | | | ata: ceva: Add gen 3 mode support in driverAnurag Kumar Vulisha2017-10-231-2/+3
| * | | | ata: ceva: Move sata port phy oob settings to device-treeAnurag Kumar Vulisha2017-10-231-23/+61
| * | | | devicetree: bindings: Add sata port phy config parameters in ahci-cevaAnurag Kumar Vulisha2017-10-231-0/+39
| * | | | ata: mark expected switch fall-throughsGustavo A. R. Silva2017-10-235-2/+10
| * | | | ata: sata_mv: remove a redundant assignment to pointer ehiColin Ian King2017-10-231-3/+1
| * | | | ahci: Add support for Cavium's fifth generation SATA controllerRadha Mohan Chintakuntla2017-10-111-2/+7
| * | | | ata: sata_rcar: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-041-6/+1
| * | | | libata: make ata_port_type constBhumika Goyal2017-10-022-2/+2
| * | | | libata: make static arrays const, reduces object code sizeColin Ian King2017-09-191-5/+5
| * | | | ata: pata_artop: remove redundant initialization of pioColin Ian King2017-09-191-1/+1
| * | | | libata: Add new med_power_with_dipm link_power_management_policy settingHans de Goede2017-09-194-9/+12
* | | | | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-1544-87/+92
|\ \ \ \ \
| * | | | | module: Do not paper over type mismatches in module_param_call()Kees Cook2017-10-311-2/+2
| * | | | | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-3142-72/+87
| * | | | | module: Prepare to convert all module_param_call() prototypesKees Cook2017-10-311-10/+2
| * | | | | kernel/module: Delete an error message for a failed memory allocation in add_...Markus Elfring2017-10-191-3/+1
* | | | | | Merge tag 'mailbox-v4.15' of git://git.linaro.org/landing-teams/working/fujit...Linus Torvalds2017-11-156-28/+66
|\ \ \ \ \ \
| * | | | | | mailbox/omap: unregister mbox classArvind Yadav2017-11-141-1/+5
| * | | | | | mailbox: mailbox-test: don't rely on rx_buffer content to signal data readySudeep Holla2017-11-141-5/+6