summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-01331-2764/+3140
|\
| * Merge branch 'pm-devfreq'Rafael J. Wysocki2014-03-211-11/+20
| |\
| | * Merge branch 'for-rafael' of git://git.kernel.org/pub/scm/linux/kernel/git/mz...Rafael J. Wysocki2014-03-211-11/+20
| | |\
| | | * PM / devfreq: Rewrite devfreq_update_status() to fix multiple bugsSaravana Kannan2014-03-211-11/+20
| | |/
| * | Merge branch 'acpi-processor'Rafael J. Wysocki2014-03-214-29/+61
| |\ \
| | * \ Merge back earlier 'acpi-processor' material.Rafael J. Wysocki2014-02-274-29/+61
| | |\ \
| | | * | ACPI: Move BAD_MADT_ENTRY() to linux/acpi.hHanjun Guo2014-02-193-8/+4
| | | * | ACPI / processor: Make it possible to get APIC ID via GICHanjun Guo2014-02-191-0/+27
| | | * | ACPI / processor: Build idle_boot_override on x86 and ia64Hanjun Guo2014-02-191-19/+28
| | | * | ACPI / processor: Use ACPI_PROCESSOR_DEVICE_HID instead of "ACPI0007"Hanjun Guo2014-02-191-1/+1
| | | * | ACPI / processor: Fix acpi_processor_eval_pdc() return value typeHanjun Guo2014-02-191-1/+1
| * | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-03-2057-569/+357
| |\ \ \ \
| | * | | | intel_pstate: Set core to min P state during core offlineDirk Brandewie2014-03-201-8/+11
| | * | | | cpufreq: Add stop CPU callback to cpufreq_driver interfaceDirk Brandewie2014-03-203-1/+10
| | * | | | cpufreq: Remove unnecessary bracesStratos Karafotis2014-03-201-2/+1
| | * | | | cpufreq: Fix checkpatch errors and warningsStratos Karafotis2014-03-201-11/+14
| | * | | | cpufreq: powerpc: add cpufreq transition latency for FSL e500mc SoCsZhuoyu Zhang2014-03-201-1/+3
| | * | | | cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}Viresh Kumar2014-03-1911-25/+7
| | * | | | cpufreq: Do not allow ->setpolicy drivers to provide ->targetRafael J. Wysocki2014-03-191-1/+3
| | * | | | cpufreq: arm_big_little: set 'physical_cluster' for each CPUviresh kumar2014-03-191-1/+4
| | * | | | cpufreq: arm_big_little: make vexpress driver depend on bL core driverviresh kumar2014-03-191-8/+9
| | * | | | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-03-1746-514/+298
| | |\ \ \ \
| | | * | | | cpufreq: SPEAr: Instantiate as platform_driverViresh Kumar2014-03-123-2/+13
| | | * | | | cpufreq: Remove unnecessary variable/parameter 'frozen'Viresh Kumar2014-03-121-29/+22
| | | * | | | cpufreq: Remove cpufreq_generic_exit()Viresh Kumar2014-03-1220-24/+0
| | | * | | | cpufreq: add 'freq_table' in struct cpufreq_policyViresh Kumar2014-03-1219-67/+17
| | | * | | | cpufreq: Reformat printk() statementsJoe Perches2014-03-121-40/+35
| | | * | | | cpufreq: Tegra: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-41/+5
| | | * | | | cpufreq: s5pv210: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-46/+3
| | | * | | | cpufreq: exynos: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-89/+7
| | | * | | | cpufreq: Implement cpufreq_generic_suspend()Viresh Kumar2014-03-062-0/+29
| | | * | | | cpufreq: suspend governors on system suspend/hibernateViresh Kumar2014-03-063-55/+69
| | | * | | | cpufreq: move call to __find_governor() to cpufreq_init_policy()viresh kumar2014-03-061-24/+14
| | | * | | | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-03-065-97/+84
| | | |\ \ \ \
| | | | * | | | cpufreq: stats: Refactor common code into __cpufreq_stats_create_table()Saravana Kannan2014-03-021-13/+9
| | | | * | | | cpufreq: stats: Fix error handling in __cpufreq_stats_create_table()Saravana Kannan2014-03-021-1/+3
| | | | * | | | cpufreq: stats: Remove redundant cpufreq_cpu_get() callSaravana Kannan2014-03-021-11/+1
| | | | * | | | intel_pstate: fix pid_reset to use fixed point valuesDirk Brandewie2014-03-021-1/+1
| | | | * | | | intel_pstate: remove unneeded sample buffersDirk Brandewie2014-03-021-13/+11
| | | | * | | | cpufreq: Return error if ->get() failed in cpufreq_update_policy()Viresh Kumar2014-03-011-0/+5
| | | | * | | | cpufreq: enable ARM drivers on arm64Rob Herring2014-03-012-1/+9
| | | | * | | | cpufreq: Mark function as static in cpufreq.cRashika Kheria2014-02-271-1/+1
| | | | * | | | Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2014-02-271-56/+44
| | | | |\ \ \ \
| | | | | * | | | cpufreq: don't call cpufreq_update_policy() on CPU additionViresh Kumar2014-02-241-1/+0
| | | | | * | | | cpufreq: Refactor cpufreq_set_policy()Rafael J. Wysocki2014-02-241-55/+44
| * | | | | | | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2014-03-203-33/+47
| |\ \ \ \ \ \ \ \
| | * | | | | | | | cpuidle: delay enabling interrupts until all coupled CPUs leave idlePaul Burton2014-03-121-1/+2
| | * | | | | | | | cpuidle: poll state can measure residencytuukka.tikkanen@linaro.org2014-03-071-1/+1
| | * | | | | | | | cpuidle: Move perf multiplier calculation out of the selection looptuukka.tikkanen@linaro.org2014-03-061-5/+10
| | * | | | | | | | cpuidle: Do not substract exit latency from assumed sleep lengthtuukka.tikkanen@linaro.org2014-03-061-18/+26
OpenPOWER on IntegriCloud