Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | cpufreq: Remove unused APERF/MPERF support | Stratos Karafotis | 2013-07-26 | 4 | -66/+1 | |
| | | | * | | | cpufreq: ondemand: Change the calculation of target frequency | Stratos Karafotis | 2013-07-26 | 3 | -42/+8 | |
| | | * | | | | cpufreq: Pass policy to cpufreq_add_policy_cpu() | Viresh Kumar | 2013-08-07 | 1 | -12/+6 | |
| | | * | | | | cpufreq: Avoid double kobject_put() for the same kobject in error code path | Rafael J. Wysocki | 2013-08-07 | 1 | -3/+0 | |
| | | * | | | | cpufreq: Do not hold driver module references for additional policy CPUs | Rafael J. Wysocki | 2013-08-07 | 1 | -21/+7 | |
| | | * | | | | cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}() | Viresh Kumar | 2013-08-07 | 1 | -8/+6 | |
| | | * | | | | cpufreq: Remove extra variables from cpufreq_add_dev_symlink() | Viresh Kumar | 2013-08-07 | 1 | -4/+3 | |
| | | * | | | | cpufreq: Perform light-weight init/teardown during suspend/resume | Srivatsa S. Bhat | 2013-08-07 | 2 | -9/+11 | |
| | | * | | | | cpufreq: Preserve policy structure across suspend/resume | Srivatsa S. Bhat | 2013-08-07 | 1 | -16/+53 | |
| | | * | | | | cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardown | Srivatsa S. Bhat | 2013-08-07 | 1 | -27/+49 | |
| | | * | | | | cpufreq: Extract the handover of policy cpu to a helper function | Srivatsa S. Bhat | 2013-08-07 | 1 | -24/+39 | |
| | | * | | | | cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interface | Srivatsa S. Bhat | 2013-08-07 | 1 | -17/+26 | |
| | | * | | | | cpufreq: Add helper to perform alloc/free of policy structure | Srivatsa S. Bhat | 2013-08-07 | 1 | -15/+34 | |
| | | * | | | | cpufreq: Fix misplaced call to cpufreq_update_policy() | Srivatsa S. Bhat | 2013-08-07 | 2 | -6/+1 | |
* | | | | | | | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 2013-08-27 | 11 | -146/+369 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cpuidle: Change struct menu_device field types | Tuukka Tikkanen | 2013-08-23 | 1 | -11/+17 | |
| * | | | | | | | cpuidle: Add a comment warning about possible overflow | Tuukka Tikkanen | 2013-08-23 | 1 | -0/+9 | |
| * | | | | | | | cpuidle: Fix variable domains in get_typical_interval() | Tuukka Tikkanen | 2013-08-23 | 1 | -6/+9 | |
| * | | | | | | | cpuidle: Fix menu_device->intervals type | Tuukka Tikkanen | 2013-08-23 | 1 | -1/+1 | |
| * | | | | | | | cpuidle: CodingStyle: Break up multiple assignments on single line | Tuukka Tikkanen | 2013-08-23 | 1 | -3/+6 | |
| * | | | | | | | cpuidle: Check called function parameter in get_typical_interval() | Tuukka Tikkanen | 2013-08-23 | 1 | -5/+13 | |
| * | | | | | | | cpuidle: Rearrange code and comments in get_typical_interval() | Tuukka Tikkanen | 2013-08-23 | 1 | -13/+15 | |
| * | | | | | | | cpuidle: Ignore interval prediction result when timer is shorter | Tuukka Tikkanen | 2013-08-23 | 1 | -1/+4 | |
| * | | | | | | | cpuidle-kirkwood.c: simplify use of devm_ioremap_resource() | Julia Lawall | 2013-08-14 | 1 | -3/+0 | |
| * | | | | | | | Merge branch 'cpuidle/arm-next' of git://git.linaro.org/people/dlezcano/linux... | Rafael J. Wysocki | 2013-08-14 | 2 | -2/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | cpuidle: kirkwood: Make kirkwood_cpuidle_remove function static | Jingoo Han | 2013-08-12 | 1 | -1/+1 | |
| | * | | | | | | | cpuidle: calxeda: Add missing __iomem annotation | Jingoo Han | 2013-08-12 | 1 | -1/+1 | |
| | | |/ / / / / | | |/| | | | | | ||||||
| * | | | | | | | Merge back earlier 'pm-cpuidle' material. | Rafael J. Wysocki | 2013-08-14 | 9 | -110/+302 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Merge branch 'cpuidle-arm' into pm-cpuidle | Rafael J. Wysocki | 2013-07-27 | 5 | -16/+177 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | ARM: ux500: cpuidle: Move ux500 cpuidle driver to drivers/cpuidle | Daniel Lezcano | 2013-07-27 | 3 | -0/+140 | |
| | | * | | | | | | ARM: ux500: cpuidle: Instantiate the driver from platform device | Linus Walleij | 2013-07-27 | 1 | -0/+4 | |
| | | * | | | | | | cpuidle: Add Kconfig.arm and move calxeda, kirkwood and zynq | Sahara | 2013-07-27 | 3 | -16/+33 | |
| | | | |_|/ / / | | | |/| | | | | ||||||
| | * | | | | | | Merge branch 'cpuidle-gen' into pm-cpuidle | Rafael J. Wysocki | 2013-07-27 | 4 | -94/+125 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | ||||||
| | | * | | | | | cpuidle: Check if device is already registered | Daniel Lezcano | 2013-07-15 | 1 | -1/+4 | |
| | | * | | | | | cpuidle: Introduce __cpuidle_device_init() | Daniel Lezcano | 2013-07-15 | 1 | -7/+13 | |
| | | * | | | | | cpuidle: Introduce __cpuidle_unregister_device() | Daniel Lezcano | 2013-07-15 | 1 | -30/+32 | |
| | | * | | | | | cpuidle: Make cpuidle's sysfs directory dynamically allocated | Daniel Lezcano | 2013-07-15 | 1 | -15/+48 | |
| | | * | | | | | cpuidle: Fix white space to follow CodingStyle | Daniel Lezcano | 2013-07-15 | 1 | -16/+22 | |
| | | * | | | | | cpuidle: Check cpuidle_enable_device() return value | Daniel Lezcano | 2013-07-15 | 1 | -8/+9 | |
| | | * | | | | | cpuidle: Make it clear that governors cannot be modules | Daniel Lezcano | 2013-07-15 | 2 | -22/+2 | |
* | | | | | | | | Merge branch 'pm-opp' | Rafael J. Wysocki | 2013-08-27 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | PM / OPP: Export opp_add() | Viresh Kumar | 2013-08-06 | 1 | -0/+1 | |
* | | | | | | | | | Merge branch 'pm-sleep' | Rafael J. Wysocki | 2013-08-27 | 1 | -34/+43 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | PM / Sleep: new trace event to print device suspend and resume times | Shuah Khan | 2013-07-27 | 1 | -34/+43 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 'pnp' | Rafael J. Wysocki | 2013-08-27 | 1 | -3/+18 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | PNP: convert PNP driver bus legacy pm_ops to dev_pm_ops | Shuah Khan | 2013-07-27 | 1 | -3/+18 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge branch 'acpi-video' | Rafael J. Wysocki | 2013-08-27 | 2 | -93/+117 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ACPI: blacklist win8 OSI for buggy laptops | Felipe Contreras | 2013-08-25 | 1 | -0/+16 | |
| * | | | | | | | | | ACPI: blacklist win8 OSI for ASUS Zenbook Prime UX31A | Felipe Contreras | 2013-08-04 | 1 | -0/+14 | |
| * | | | | | | | | | ACPI / video: drop unused fields from struct acpi_video_brightness_flags | Felipe Contreras | 2013-08-03 | 1 | -12/+0 |