summaryrefslogtreecommitdiff
path: root/drivers/cpufreq (follow)
Commit message (Expand)AuthorAge
...
| | * | | | cpufreq: update user_policy.* on successViresh Kumar2015-09-01
| | * | | | cpufreq: use memcpy() to copy policyViresh Kumar2015-09-01
| | * | | | cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier eventViresh Kumar2015-09-01
| | * | | | cpufreq: mediatek: Add MT8173 cpufreq driverPi-Cheng Chen2015-09-01
| | * | | | intel_pstate: append more Oracle OEM table id to vendor bypass listEthan Zhao2015-08-07
| | * | | | intel_pstate: Add SKY-S supportKristen Carlson Accardi2015-08-07
| | |/ / /
| | * | | intel_pstate: Fix possible overflow complained by CoverityChen Yu2015-07-31
| | * | | cpufreq: Correct a freq check in cpufreq_set_policy()Pan Xinhui2015-07-31
| | * | | cpufreq: Lock CPU online/offline in cpufreq_register_driver()Rafael J. Wysocki2015-07-31
| | * | | cpufreq: Replace recover_policy with new_policy in cpufreq_online()Rafael J. Wysocki2015-07-31
| | * | | cpufreq: Separate CPU device registration from CPU onlineRafael J. Wysocki2015-07-31
| | * | | cpufreq: powernv: Restore cpu frequency to policy->cur on unthrottlingShilpasri G Bhat2015-07-28
| | * | | cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active bit is setShilpasri G Bhat2015-07-28
| | * | | cpufreq: powernv: Call throttle_check() on receiving OCC_THROTTLEShilpasri G Bhat2015-07-28
| | * | | cpufreq: powernv: Register for OCC related opal_message notificationShilpasri G Bhat2015-07-28
| | * | | cpufreq: powernv: Handle throttling due to Pmax capping at chip levelShilpasri G Bhat2015-07-28
| | * | | cpufreq: Pass CPU number to cpufreq_policy_alloc()Rafael J. Wysocki2015-07-28
| | * | | cpufreq: Do not update related_cpus on every policy activationRafael J. Wysocki2015-07-28
| | * | | cpufreq: Drop unused dev argument from two functionsRafael J. Wysocki2015-07-28
| | * | | cpufreq: Drop unnecessary label from cpufreq_add_dev()Rafael J. Wysocki2015-07-28
| | * | | cpufreq: Drop cpufreq_policy_restore()Rafael J. Wysocki2015-07-28
| | * | | cpufreq: Rework two functions related to CPU offlineRafael J. Wysocki2015-07-28
| | * | | Merge back earlier cpufreq material for v4.3.Rafael J. Wysocki2015-07-28
| | |\ \ \
| | | * | | cpufreq: Remove cpufreq_rwsemSebastian Andrzej Siewior2015-07-25
| | | * | | cpufreq: ia64: Fix a memory leak in acpi_cpufreq_cpu_exit()Pan Xinhui2015-07-22
| | | * | | cpufreq: ia64: remove redundant freq_table of acpi_cpufreq_dataPan Xinhui2015-07-22
| | | * | | cpufreq: acpi-cpufreq: Fix up the handling of cpb sysfs attributeRafael J. Wysocki2015-07-22
| | | * | | cpufreq: acpi-cpufreq: Drop acpi_data from struct acpi_cpufreq_dataRafael J. Wysocki2015-07-22
| | | * | | ACPI / processor: Drop an unused argument of a cleanup routineRafael J. Wysocki2015-07-22
| | | * | | cpufreq: propagate errors returned from __cpufreq_governor()Viresh Kumar2015-07-21
| | | * | | cpufreq: governor: Don't WARN on invalid statesViresh Kumar2015-07-21
| | | * | | cpufreq: governor: Avoid invalid states with additional checksViresh Kumar2015-07-21
| | | * | | cpufreq: governor: split out common part of {cs|od}_dbs_timer()Viresh Kumar2015-07-21
| | | * | | cpufreq: governor: Keep single copy of information common to policy->cpusViresh Kumar2015-07-21
| | | * | | cpufreq: governor: rename cur_policy as policyViresh Kumar2015-07-17
| | | * | | cpufreq: governor: name pointer to cpu_dbs_info as 'cdbs'Viresh Kumar2015-07-17
| | | * | | cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info'Viresh Kumar2015-07-17
| | | * | | cpufreq: governor: Drop unused field 'cpu'Viresh Kumar2015-07-17
| | | * | | cpufreq: governor: Name delayed-work as dworkViresh Kumar2015-07-17
| | | * | | intel_pstate: enable HWP per CPUKristen Carlson Accardi2015-07-16
| | | * | | cpufreq: integrator: fixed coding style issuesCristian Ardelean2015-07-16
| | | * | | acpi-cpufreq: Fix an ACPI perf unregister issuePan Xinhui2015-07-16
| | | * | | cpufreq: Properly handle errors from cpufreq_init_policy()Viresh Kumar2015-07-16
| | | * | | cpufreq: cpufreq_add_dev: name goto labels based on what they doViresh Kumar2015-07-16
| | | * | | acpi-cpufreq: replace per_cpu with driver_data of policyPan Xinhui2015-07-16
* | | | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-09-01
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'tegra-for-4.3-cpufreq' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2015-08-20
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | cpufreq: Add cpufreq driver for Tegra124Tuomas Tynkkynen2015-07-16
| | * | | | | cpufreq: tegra: Rename tegra-cpufreq to tegra20-cpufreqTuomas Tynkkynen2015-07-16
| | | |_|_|/ | | |/| | |
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-01
|\ \ \ \ \ \