summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-09-01212-3335/+8402
|\
| *-. Merge branches 'pm-tools' and 'powercap'Rafael J. Wysocki2015-09-016-19/+106
| |\ \
| | | * powercap / RAPL: disable the 2nd power limit properlySeiichi Ikarashi2015-08-291-2/+4
| | | * powercap / RAPL: Add support for Broadwell-HRadivoje Jovanovic2015-08-011-0/+1
| | | * powercap / RAPL: Add support for Skylake H/SRadivoje Jovanovic2015-08-011-0/+1
| | * | tools: cpupower: Fix error when running cpupower monitorShreyas B. Prabhu2015-08-291-0/+2
| | * | Merge branch 'turbostat' of https://git.kernel.org/pub/scm/linux/kernel/git/l...Rafael J. Wysocki2015-08-243-17/+94
| | |\ \
| | | * | tools/power turbostat: fix typo on DRAM column in Joules-modeLen Brown2015-07-241-1/+1
| | | * | tools/power turbostat: fix parameter passing for forked commandLen Brown2015-07-151-1/+1
| | | * | tools/power turbostat: dump CONFIG_TDPLen Brown2015-06-172-1/+83
| | | * | tools/power turbostat: cpu0 is no longer hard-coded, so update outputLen Brown2015-06-171-9/+9
| | | * | tools/power turbostat: update turbostat(8)Len Brown2015-06-031-5/+0
| | * | | cpupower: Do not change the frequency of offline cpuShilpasri G Bhat2015-07-231-0/+4
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'pm-sleep', 'pm-domains' and 'pm-avs'Rafael J. Wysocki2015-09-0113-335/+186
| |\ \ \ \ \ \
| | | | * | | | PM / AVS: rockchip-io: add io selectors and supplies for rk3368Heiko Stuebner2015-08-082-0/+73
| | | | * | | | PM / AVS: rockchip-io: depend on CONFIG_POWER_AVSHeiko Stuebner2015-08-081-1/+1
| | | * | | | | PM / Domains: Fix typo in description of genpd_dev_pm_detach()Jon Hunter2015-08-291-1/+1
| | | * | | | | PM / Domains: Remove unusable governor dummiesGeert Uytterhoeven2015-08-291-2/+0
| | | * | | | | PM / Domains: Make pm_genpd_init() available to modulesRajendra Nayak2015-08-291-0/+1
| | | * | | | | PM / domains: Align column headers and data in pm_genpd_summary outputGeert Uytterhoeven2015-08-291-3/+3
| | | * | | | | PM / Domains: Return -EPROBE_DEFER if we fail to init or turn-on domainJon Hunter2015-07-311-5/+9
| | | * | | | | PM / Domains: Correct unit address in power-controller exampleGeert Uytterhoeven2015-07-311-1/+1
| | | * | | | | PM / Domains: Remove intermediate states from the power off sequenceUlf Hansson2015-07-312-308/+62
| | | | |_|_|/ | | | |/| | |
| | * | | | | PM / suspend: make sync() on suspend-to-RAM build-time optionalLen Brown2015-07-312-0/+12
| | * | | | | PM / sleep: Allow devices without runtime PM to do direct-completeAlan Stern2015-07-214-11/+8
| | * | | | | PM / autosleep: Use workqueue for user space wakeup sources garbage collectorSungEun Kim2015-07-141-3/+15
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'pm-cpuidle', 'pm-devfreq' and 'pm-clk'Rafael J. Wysocki2015-09-019-26/+353
| |\ \ \ \ \ \ \ \
| | | | * | | | | | PM / clk: don't return int on __pm_clk_enable()Colin Ian King2015-07-171-3/+1
| | | * | | | | | | Merge tag 'pull_req_20150803' of https://git.kernel.org/pub/scm/linux/kernel/...Rafael J. Wysocki2015-08-083-10/+273
| | | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / / | | | |/| | | | | |
| | | | * | | | | | PM / devfreq: exynos-ppmu: Update documentation to support PPMUv2Chanwoo Choi2015-08-031-2/+40
| | | | * | | | | | PM / devfreq: exynos-ppmu: Add the support of PPMUv2 for Exynos5433Chanwoo Choi2015-08-032-7/+233
| | | | * | | | | | PM / devfreq: event: Remove incorrect property in exynos-ppmu DT bindingJavier Martinez Canillas2015-08-031-1/+0
| | | |/ / / / / /
| | * | | | | | | cpuidle/coupled: Remove redundant 'dev' argument of cpuidle_state_is_coupled()Xunlei Pang2015-08-283-9/+6
| | * | | | | | | cpuidle/coupled: Remove cpuidle_device::safe_state_indexXunlei Pang2015-08-282-3/+2
| | * | | | | | | Merge branch 'cpuidle' of https://git.kernel.org/pub/scm/linux/kernel/git/len...Rafael J. Wysocki2015-08-241-1/+71
| | |\ \ \ \ \ \ \
| | | * | | | | | | intel_idle: Skylake Client SupportLen Brown2015-08-151-0/+69
| | | * | | | | | | intel_idle: allow idle states to be freeze-mode specificLen Brown2015-07-261-1/+2
| * | | | | | | | | Merge branch 'pm-opp'Rafael J. Wysocki2015-09-018-232/+1020
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | PM / OPP: Drop unlikely before IS_ERR(_OR_NULL)Viresh Kumar2015-08-281-3/+3
| | * | | | | | | | | PM / OPP: Fix static checker warning (broken 64bit big endian systems)Viresh Kumar2015-08-281-3/+6
| | * | | | | | | | | PM / OPP: Free resources and properly return error on failureViresh Kumar2015-08-281-14/+16
| | * | | | | | | | | cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabledBartlomiej Zolnierkiewicz2015-08-082-1/+9
| | * | | | | | | | | cpufreq: dt: Add support for turbo/boost modeViresh Kumar2015-08-071-0/+8
| | * | | | | | | | | cpufreq: dt: Add support for operating-points-v2 bindingsViresh Kumar2015-08-071-10/+46
| | * | | | | | | | | cpufreq: Allow drivers to enable boost support after registering driverViresh Kumar2015-08-073-20/+75
| | * | | | | | | | | cpufreq: Update boost flag while initializing freq table from OPPsBartlomiej Zolnierkiewicz2015-08-071-0/+4
| | * | | | | | | | | Merge branch 'pm-cpufreq' into pm-oppRafael J. Wysocki2015-08-0717-404/+638
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | PM / OPP: add dev_pm_opp_is_turbo() helperBartlomiej Zolnierkiewicz2015-08-072-0/+41
| | * | | | | | | | | | PM / OPP: Add helpers for initializing CPU OPPsViresh Kumar2015-08-072-0/+198
| | * | | | | | | | | | PM / OPP: Add support for opp-suspendViresh Kumar2015-08-071-0/+11