Show patches with: none      |   18849 patches
« 1 2 ... 182 183 184188 189 »
Patch Series S/W/F Date Submitter Delegate State
[GIT,PULL] : cpuidle-big.little fix when mcpm is not available --- 2015-01-25 Daniel Lezcano New
PM / Domains: Remove pm_genpd_dev_need_restore() API --- 2015-01-20 Ulf Hansson Accepted
[V2,26/26] thermal: cpu_cooling: update copyright tags --- 2014-12-04 Viresh Kumar Accepted
[V2,25/26] thermal: cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq --- 2014-12-04 Viresh Kumar Accepted
[V2,24/26] thermal: cpu_cooling: Store frequencies in descending order --- 2014-12-04 Viresh Kumar Accepted
[V2,23/26] thermal: cpu_cooling: Pass 'cpufreq_dev' to get_property() --- 2014-12-04 Viresh Kumar Accepted
[V2,22/26] thermal: cpu_cooling: use cpufreq_dev_list instead of cpufreq_dev_count --- 2014-12-04 Viresh Kumar Accepted
[V2,21/26] thermal: cpu_cooling: get_property() doesn't need to support GET_MAXL anymore --- 2014-12-04 Viresh Kumar Accepted
[V2,20/26] thermal: cpu_cooling: find max level during device registration --- 2014-12-04 Viresh Kumar Accepted
[V2,19/26] thermal: cpu_cooling: remove unnecessary wrapper get_cpu_frequency() --- 2014-12-04 Viresh Kumar Accepted
[V2,18/26] thermal: cpu_cooling: Merge cpufreq_apply_cooling() into cpufreq_set_cur_state() --- 2014-12-04 Viresh Kumar Accepted
[V2,17/26] thermal: cpu_cooling: initialize 'cpufreq_val' on registration --- 2014-12-04 Viresh Kumar Accepted
[V2,16/26] thermal: cpu_cooling: do error handling at the bottom in __cpufreq_cooling_register() --- 2014-12-04 Viresh Kumar Accepted
[V2,15/26] thermal: cpu_cooling: Don't check is_cpufreq_valid() --- 2014-12-04 Viresh Kumar Accepted
[V2,14/26] thermal: cpu_cooling: don't iterate over all allowed_cpus to update cpufreq policy --- 2014-12-04 Viresh Kumar Accepted
[V2,13/26] thermal: cpu_cooling: Don't match min/max frequencies for all CPUs on cooling register --- 2014-12-04 Viresh Kumar Accepted
[V2,12/26] thermal: cpu_cooling: propagate error returned by idr_alloc() --- 2014-12-04 Viresh Kumar Accepted
[V2,11/26] thermal: cpu_cooling: no need to initialze 'ret' --- 2014-12-04 Viresh Kumar Accepted
[V2,10/26] thermal: cpu_cooling: no need to set cpufreq_dev to NULL --- 2014-12-04 Viresh Kumar Accepted
[V2,09/26] thermal: cpu_cooling: no need to set cpufreq_state to zero --- 2014-12-04 Viresh Kumar Accepted
[V2,08/26] thermal: cpu_cooling: Pass variable instead of its type to sizeof() --- 2014-12-04 Viresh Kumar Accepted
[V2,07/26] thermal: cpu_cooling: Add comment to clarify relation between cooling state and frequency --- 2014-12-04 Viresh Kumar Accepted
[V2,06/26] thermal: cpu_cooling: fix doc comment over struct cpufreq_cooling_device --- 2014-12-04 Viresh Kumar Accepted
[V2,05/26] thermal: cpu_cooling: random comment fixups --- 2014-12-04 Viresh Kumar Accepted
[V2,04/26] thermal: exynos: pass cpu_present_mask to cpufreq_cooling_register() --- 2014-12-04 Viresh Kumar Accepted
[V2,03/26] thermal: imx: pass cpu_present_mask to cpufreq_cooling_register() --- 2014-12-04 Viresh Kumar Accepted
[V2,02/26] thermal: db8500: pass cpu_present_mask to cpufreq_cooling_register() --- 2014-12-04 Viresh Kumar Accepted
[V2,01/26] thermal: cpu_cooling: check for the readiness of cpufreq layer --- 2014-12-04 Viresh Kumar New
[25/26] cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq --- 2014-12-03 Viresh Kumar New
[V4,3/3] ARM: shmobile: Convert to genpd flags for PM clocks for R-mobile --- 2014-12-01 Ulf Hansson Accepted
[V4,2/3] ARM: shmobile: Convert to genpd flags for PM clocks for r8a7779 --- 2014-12-01 Ulf Hansson Accepted
[V4,1/3] PM / Domains: Initial PM clock support for genpd --- 2014-12-01 Ulf Hansson Accepted
[V2] PM / Domains: Add pm_genpd_lookup() API to lookup domain by firmware node --- 2014-11-28 Ulf Hansson New
[26/26] cpu_cooling: update copyright tags --- 2014-11-28 Viresh Kumar Superseded
[25/26] cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq --- 2014-11-28 Viresh Kumar New
[24/26] cpu_cooling: Store frequencies in descending order --- 2014-11-28 Viresh Kumar New
[23/26] cpu_cooling: Pass 'cpufreq_dev' to get_property() --- 2014-11-28 Viresh Kumar New
[22/26] cpu_cooling: use cpufreq_dev_list instead of cpufreq_dev_count --- 2014-11-28 Viresh Kumar New
[21/26] cpu_cooling: create list of cpufreq_cooling_devices --- 2014-11-28 Viresh Kumar New
[20/26] cpu_cooling: get_property() doesn't need to support GET_MAXL anymore --- 2014-11-28 Viresh Kumar Superseded
[19/26] cpu_cooling: find max level during device registration --- 2014-11-28 Viresh Kumar New
[18/26] cpu_cooling: Merge get_cpu_frequency() into cpufreq_set_cur_state() --- 2014-11-28 Viresh Kumar New
[17/26] cpu_cooling: Merge cpufreq_apply_cooling() into cpufreq_set_cur_state() --- 2014-11-28 Viresh Kumar New
[16/26] cpu_cooling: Drop useless locking around idr_alloc/idr_remove --- 2014-11-28 Viresh Kumar New
[15/26] cpu_cooling: do error handling at the bottom in __cpufreq_cooling_register() --- 2014-11-28 Viresh Kumar New
[14/26] cpu_cooling: Don't check is_cpufreq_valid() --- 2014-11-28 Viresh Kumar New
[13/26] cpu_cooling: don't iterate over all allowed_cpus to update cpufreq policy --- 2014-11-28 Viresh Kumar New
[12/26] cpu_cooling: Don't match min/max frequencies for all CPUs on cooling register --- 2014-11-28 Viresh Kumar New
[11/26] cpu_cooling: propagate error returned by idr_alloc() --- 2014-11-28 Viresh Kumar New
[10/26] cpu_cooling: no need to set cpufreq_dev to NULL --- 2014-11-28 Viresh Kumar Superseded
[09/26] cpu_cooling: no need to set cpufreq_state to zero --- 2014-11-28 Viresh Kumar Superseded
[08/26] cpu_cooling: Pass variable instead of its type to sizeof() --- 2014-11-28 Viresh Kumar New
[07/26] cpu_cooling: Add comment to clarify relation between cooling state and frequency --- 2014-11-28 Viresh Kumar Superseded
[06/26] cpu_cooling: fix doc comment over struct cpufreq_cooling_device --- 2014-11-28 Viresh Kumar Superseded
[05/26] cpu_cooling: random comment fixups --- 2014-11-28 Viresh Kumar Superseded
[04/26] thermal: exynos: Handle -EPROBE_DEFER properly --- 2014-11-28 Viresh Kumar New
[03/26] thermal: exynos: pass cpu_present_mask to cpufreq_cooling_register() --- 2014-11-28 Viresh Kumar New
[02/26] thermal: imx: pass cpu_present_mask to cpufreq_cooling_register() --- 2014-11-28 Viresh Kumar Superseded
[01/26] thermal: db8500: pass cpu_present_mask to cpufreq_cooling_register() --- 2014-11-28 Viresh Kumar New
[V3,3/3] ARM: shmobile: Convert to genpd flags for PM clocks for R-mobile --- 2014-11-28 Ulf Hansson New
[V3,2/3] ARM: shmobile: Convert to genpd flags for PM clocks for r8a7779 --- 2014-11-28 Ulf Hansson New
[V3,1/3] PM / Domains: Initial PM clock support for genpd --- 2014-11-28 Ulf Hansson New
[V2,3/3] ARM: shmobile: Convert to genpd flags for PM clocks for R-mobile --- 2014-11-27 Ulf Hansson New
[V2,2/3] ARM: shmobile: Convert to genpd flags for PM clocks for r8a7779 --- 2014-11-27 Ulf Hansson New
[V2,1/3] PM / Domains: Initial PM clock support for genpd --- 2014-11-27 Ulf Hansson New
PM / Domains: Add pm_genpd_lookup() API to lookup domain by device node --- 2014-11-27 Ulf Hansson New
[0/4] PM: Use CONFIG_PM instead of CONFIG_PM_RUNTIME in core code --- 2014-11-27 Ulf Hansson New
[2/2] cpuidle: Remove TIME_INVALID flag --- 2014-11-21 Daniel Lezcano New
[1/2] cpuidle: acpi: Remove TIME_INVALID flag from acpi --- 2014-11-21 Daniel Lezcano New
[v3,2/2] ACPI PID: Add frequency domain awareness. --- 2014-11-19 Ashwin Chaugule New
[v3,1/2] CPPC as a PID controller backend --- 2014-11-19 Ashwin Chaugule New
[v3,2/2] ACPI PID: Add frequency domain awareness. --- 2014-11-19 Ashwin Chaugule New
[v3,1/2] CPPC as a PID controller backend --- 2014-11-19 Ashwin Chaugule New
[3/3] ARM: shmobile: Convert to genpd flags for PM clocks for R-mobile --- 2014-11-19 Ulf Hansson New
[2/3] ARM: shmobile: Convert to genpd flags for PM clocks for r8a7779 --- 2014-11-19 Ulf Hansson New
[1/3] PM / Domains: Initial PM clock support for genpd --- 2014-11-19 Ulf Hansson New
PM / Domains: Power on the PM domain right after attach completes --- 2014-11-17 Ulf Hansson Accepted
PM / Domains: Move struct pm_domain_data to pm_domain.h --- 2014-11-14 Ulf Hansson Accepted
PM / domains: Kconfig: always enable PM_RUNTIME when genpd enabled --- 2014-11-13 Kevin Hilman New
PM / Runtime: Kconfig: move ia64 dependency to arch/ia64/Kconfig --- 2014-11-13 Kevin Hilman New
[V2] PM / Domains: Fix initial default state of the need_restore flag --- 2014-11-11 Ulf Hansson New
PM / Domains: Fix initial default state of the need_restore flag --- 2014-11-10 Ulf Hansson Accepted
[V3,6/6] cpuidle: menu: Move the update function before its declaration --- 2014-11-07 Daniel Lezcano New
[V3,5/6] cpuidle: menu: Fix the get_typical_interval --- 2014-11-07 Daniel Lezcano New
[V3,4/6] cpuidle: idle: menu: Don't reflect when a state selection failed --- 2014-11-07 Daniel Lezcano New
[V3,3/6] sched: idle: Get the next timer event and pass it the cpuidle framework --- 2014-11-07 Daniel Lezcano New
[V3,2/6] sched: idle: cpuidle: Check the latency req before idle --- 2014-11-07 Daniel Lezcano New
[V3,1/6] sched: idle: Add a weak arch_cpu_idle_poll function --- 2014-11-07 Daniel Lezcano New
PM / Domains: Fix initial default state of the need_restore flag --- 2014-11-07 Ulf Hansson Superseded
[GIT,PULL] ARM DT idle states updates --- 2014-11-04 Lorenzo Pieralisi New
[v4,1/9] PM / Domains: Change prototype for the ->attach_dev() callback --- 2014-11-03 Geert Uytterhoeven New
PM / Domains: Change prototype for the ->attach_dev() callback --- 2014-10-30 Ulf Hansson New
[2/2] ARM: dts: exynos4412-odroid-common: add reboot handler --- 2014-10-29 Marek Szyprowski New
[1/2] power: reset: add driver for Hardkernel's Odroid boards --- 2014-10-29 Marek Szyprowski New
[4/4] PM / Domains: Let the ->attach_dev() callback return an error code --- 2014-10-28 Ulf Hansson New
[3/4] PM / Domains: Improve error handling while adding/removing devices --- 2014-10-28 Ulf Hansson New
[2/4] PM / Domains: Don't allow an existing generic PM domain data --- 2014-10-28 Ulf Hansson New
[1/4] PM / Domains: Remove reference counting for the generic_pm_domain_data --- 2014-10-28 Ulf Hansson New
[V2,5/5] cpuidle: menu: Move the update function before its declaration --- 2014-10-23 Daniel Lezcano New
[V2,4/5] cpuidle: menu: Fix the get_typical_interval --- 2014-10-23 Daniel Lezcano New
« 1 2 ... 182 183 184188 189 »