Show patches with: State = Action Required       |   7525 patches
« 1 2 ... 3 4 575 76 »
Patch Series S/W/F Date Submitter Delegate State
[08/26] cpu_cooling: Pass variable instead of its type to sizeof() --- 2014-11-28 Viresh Kumar New
[11/26] cpu_cooling: propagate error returned by idr_alloc() --- 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
[13/26] cpu_cooling: don't iterate over all allowed_cpus to update cpufreq policy --- 2014-11-28 Viresh Kumar New
[14/26] cpu_cooling: Don't check is_cpufreq_valid() --- 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
[16/26] cpu_cooling: Drop useless locking around idr_alloc/idr_remove --- 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
[18/26] cpu_cooling: Merge get_cpu_frequency() into cpufreq_set_cur_state() --- 2014-11-28 Viresh Kumar New
[19/26] cpu_cooling: find max level during device registration --- 2014-11-28 Viresh Kumar New
[21/26] cpu_cooling: create list of cpufreq_cooling_devices --- 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
[23/26] cpu_cooling: Pass 'cpufreq_dev' to get_property() --- 2014-11-28 Viresh Kumar New
[24/26] cpu_cooling: Store frequencies in descending order --- 2014-11-28 Viresh Kumar New
[25/26] cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq --- 2014-11-28 Viresh Kumar New
[V2] PM / Domains: Add pm_genpd_lookup() API to lookup domain by firmware node --- 2014-11-28 Ulf Hansson New
[25/26] cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq --- 2014-12-03 Viresh Kumar New
[V2,01/26] thermal: cpu_cooling: check for the readiness of cpufreq layer --- 2014-12-04 Viresh Kumar New
[GIT,PULL] : cpuidle-big.little fix when mcpm is not available --- 2015-01-25 Daniel Lezcano New
[v4,1/2] Mailbox: Restructure and simplify PCC mailbox code --- 2015-01-27 Ashwin Chaugule New
[v4,2/2] CPPC: Add CPUFreq driver based on CPPC methods --- 2015-01-27 Ashwin Chaugule New
[v2] thermal: Fix examples in DT documentation --- 2015-01-28 Srinivas Kandagatla New
cpufreq: fix another race between PPC notification and vcpu_hotplug() --- 2015-01-29 Viresh Kumar New
thermal: fix the casting issue for long type --- 2015-02-26 Leo Yan New
[1/2] cpufreq: hisilicon: add acpu driver --- 2015-02-26 Leo Yan New
[2/2] dt-bindings: cpufreq: document for hisilicon acpu driver --- 2015-02-26 Leo Yan New
PM / Domains: cleanup: rename gpd -> genpd in debugfs interface --- 2015-03-02 Kevin Hilman New
[1/6] ARM: cpuidle: Remove duplicate header inclusion --- 2015-03-03 Daniel Lezcano New
[2/6] ARM: cpuidle: Add a cpuidle ops structure to be used for DT --- 2015-03-03 Daniel Lezcano New
[3/6] ARM64: cpuidle: Replace cpu_suspend by the common ARM/ARM64 function --- 2015-03-03 Daniel Lezcano New
[4/6] ARM64: cpuidle: Rename cpu_init_idle to a common function name --- 2015-03-03 Daniel Lezcano New
[5/6] ARM64: cpuidle: Remove arm64 reference --- 2015-03-03 Daniel Lezcano New
[6/6] ARM: cpuidle: Enable the ARM64 driver for both ARM32/ARM64 --- 2015-03-03 Daniel Lezcano New
[1/2] cpufreq-dt: support cluster level clock --- 2015-03-03 Leo Yan New
[2/2] ARM: mvebu: update cpufreq-dt's platform data --- 2015-03-03 Leo Yan New
[1/9] PM / Domains: Add dev_pm_domain_get|put() APIs --- 2015-03-13 Ulf Hansson New
[2/9] PM / Domains: Enable genpd to support ->get|put() callbacks --- 2015-03-13 Ulf Hansson New
[3/9] amba: Keep PM domain powered during ->probe() --- 2015-03-13 Ulf Hansson New
[4/9] drivercore / platform: Keep PM domain powered during ->probe() --- 2015-03-13 Ulf Hansson New
[5/9] i2c: core: Keep PM domain powered during ->probe() --- 2015-03-13 Ulf Hansson New
[6/9] spi: core: Keep PM domain powered during ->probe() --- 2015-03-13 Ulf Hansson New
[7/9] mmc: core: Attach PM domain prior probing of SDIO func driver --- 2015-03-13 Ulf Hansson New
[8/9] mmmc: core: Keep PM domain powered during ->probe() of SDIO func driver --- 2015-03-13 Ulf Hansson New
[9/9] Revert "PM / Domains: Power on the PM domain right after attach completes" --- 2015-03-13 Ulf Hansson New
ARM: shmobile: cpuidle: Remove the pointless default driver --- 2015-03-17 Daniel Lezcano New
[V2] ARM: shmobile: cpuidle: Remove the pointless default driver --- 2015-03-17 Daniel Lezcano New
[V2,1/8] ARM: cpuidle: Remove duplicate header inclusion --- 2015-03-18 Daniel Lezcano New
[V2,2/8] ARM: cpuidle: Add a cpuidle ops structure to be used for DT --- 2015-03-18 Daniel Lezcano New
[V2,3/8] ARM64: cpuidle: Replace cpu_suspend by the common ARM/ARM64 function --- 2015-03-18 Daniel Lezcano New
[V2,4/8] ARM64: cpuidle: Rename cpu_init_idle to a common function name --- 2015-03-18 Daniel Lezcano New
[V2,5/8] ARM64: cpuidle: Remove arm64 reference --- 2015-03-18 Daniel Lezcano New
[V2,6/8] ARM: cpuidle: Enable the ARM64 driver for both ARM32/ARM64 --- 2015-03-18 Daniel Lezcano New
[V2,7/8] ARM: cpuidle: Register per cpuidle device --- 2015-03-18 Daniel Lezcano New
[V2,8/8] ARM: cpuidle: Change function name to be consistent with x86 --- 2015-03-18 Daniel Lezcano New
[V3,1/8] ARM: cpuidle: Remove duplicate header inclusion --- 2015-03-20 Daniel Lezcano New
[V3,2/8] ARM: cpuidle: Add a cpuidle ops structure to be used for DT --- 2015-03-20 Daniel Lezcano New
[V3,3/8] ARM64: cpuidle: Replace cpu_suspend by the common ARM/ARM64 function --- 2015-03-20 Daniel Lezcano New
[V3,4/8] ARM64: cpuidle: Rename cpu_init_idle to a common function name --- 2015-03-20 Daniel Lezcano New
[V3,5/8] ARM64: cpuidle: Remove arm64 reference --- 2015-03-20 Daniel Lezcano New
[V3,6/8] ARM: cpuidle: Enable the ARM64 driver for both ARM32/ARM64 --- 2015-03-20 Daniel Lezcano New
[V3,7/8] ARM: cpuidle: Register per cpuidle device --- 2015-03-20 Daniel Lezcano New
[V3,8/8] ARM: cpuidle: Change function name to be consistent with x86 --- 2015-03-20 Daniel Lezcano New
[V2] PM / Domains: Sync runtime PM status with genpd after probe --- 2015-03-20 Ulf Hansson New
[V4] ARM: cpuidle: Register per cpuidle device --- 2015-03-23 Daniel Lezcano New
[V5,1/2] ARM: cpuidle: Register per cpuidle device --- 2015-03-24 Daniel Lezcano New
[2/2] ARM: cpuidle: Document the code --- 2015-03-24 Daniel Lezcano New
[v2] cpufreq: hisilicon: add acpu driver --- 2015-03-26 Leo Yan New
[v3] cpufreq: hisilicon: add acpu driver --- 2015-03-30 Leo Yan New
[PATCH/RFC] PM / Domains: Minimize latencies by not delaying save/restore --- 2015-05-11 Ulf Hansson New
[v5,1/6] PCC: Initialize PCC Mailbox earlier at boot --- 2015-05-25 Ashwin Chaugule New
[v5,2/6] ACPI: Make ACPI processor driver more extensible --- 2015-05-25 Ashwin Chaugule New
[v5,3/6] ACPI: Introduce CPU performance controls using CPPC --- 2015-05-25 Ashwin Chaugule New
[v5,4/6] CPPC: Add a CPUFreq driver for use with CPPC --- 2015-05-25 Ashwin Chaugule New
[v5,5/6] CPPC: Probe for CPPC tables for each ACPI Processor object --- 2015-05-25 Ashwin Chaugule New
[v5,6/6] PCC: Enable PCC only when needed --- 2015-05-25 Ashwin Chaugule New
[RFC/PATCH,V2] PM / Domains: Remove intermediate states from the power off sequence --- 2015-05-27 Ulf Hansson New
[RFC,1/1] ACPI: Add weak routines for ACPI CPU Hotplug --- 2015-06-04 Ashwin Chaugule New
[RFC,1/3] PM / Domains: Allocate memory outside domain locks --- 2015-06-04 Lina Iyer New
[RFC,2/3] PM / Domains: Support atomic PM domains --- 2015-06-04 Lina Iyer New
[RFC,3/3] PM / Domains: Introduce generic PM domain for cpu domain --- 2015-06-04 Lina Iyer New
[V3] PM / Domains: Remove intermediate states from the power off sequence --- 2015-06-11 Ulf Hansson New
[v6,2/7] ACPI: Make ACPI processor driver more extensible --- 2015-06-15 Ashwin Chaugule New
[v6,3/7] ACPI: Introduce CPU performance controls using CPPC --- 2015-06-15 Ashwin Chaugule New
[v6,4/7] CPPC: Add a CPUFreq driver for use with CPPC --- 2015-06-15 Ashwin Chaugule New
[v6,5/7] CPPC: Probe for CPPC tables for each ACPI Processor object --- 2015-06-15 Ashwin Chaugule New
[v6,6/7] PCC: Enable PCC only when needed --- 2015-06-15 Ashwin Chaugule New
[RFC,v2,01/16] PM / Domains: Allocate memory outside domain locks --- 2015-06-27 Lina Iyer New
[RFC,v2,02/16] PM / Domains: Remove dev->driver check for runtime PM --- 2015-06-27 Lina Iyer New
[RFC,v2,03/16] PM / Domains: Support IRQ safe PM domains --- 2015-06-27 Lina Iyer New
[RFC,v2,04/16] WIP: ARM: PM domains for CPUs/clusters --- 2015-06-27 Lina Iyer New
[RFC,v2,05/16] arm: domain: Remove hack to add dev->driver. --- 2015-06-27 Lina Iyer New
[RFC,v2,06/16] arm: domain: Make CPU genpd IRQ safe --- 2015-06-27 Lina Iyer New
[RFC,v2,07/16] arm: domain: Synchronize CPU device runtime PM usage with idle state --- 2015-06-27 Lina Iyer New
[RFC,v2,08/16] arm: domain: Handle CPU online reference counting --- 2015-06-27 Lina Iyer New
[RFC,v2,09/16] arm: domain: Add platform callbacks for domain power on/off --- 2015-06-27 Lina Iyer New
[RFC,v2,10/16] drivers: cpuidle: Add runtime PM support for CPUIdle --- 2015-06-27 Lina Iyer New
[RFC,v2,11/16] drivers: qcom: spm: Support cache and coherency SPMs --- 2015-06-27 Lina Iyer New
[RFC,v2,12/16] drivers: qcom: spm: Enable runtime suspend/resume of CPU PM domain --- 2015-06-27 Lina Iyer New
[RFC,v2,13/16] drivers: qcom: spm: Add 8084 L2 SPM register data --- 2015-06-27 Lina Iyer New
[RFC,v2,14/16] arm: dts: Add L2 power-controller device bindings for APQ8084 --- 2015-06-27 Lina Iyer New
« 1 2 ... 3 4 575 76 »