index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq.c
Age
Commit message (
Expand
)
Author
2019-05-31
cpufreq: Fix kobject memleak
Viresh Kumar
2019-03-07
cpufreq: Improve kerneldoc comments for cpufreq_cpu_get/put()
Rafael J. Wysocki
2019-02-20
cpufreq: Pass updated policy to driver ->setpolicy() callback
Rafael J. Wysocki
2019-02-20
cpufreq: Fix two debug messages in cpufreq_set_policy()
Rafael J. Wysocki
2019-02-20
cpufreq: Reorder and simplify cpufreq_update_policy()
Rafael J. Wysocki
2019-02-20
cpufreq: Add kerneldoc comments for two core functions
Rafael J. Wysocki
2019-02-14
cpufreq: Replace double NOT (!!) with single NOT (!)
Viresh Kumar
2019-02-12
cpufreq: Allow light-weight tear down and bring up of CPUs
Viresh Kumar
2019-01-30
cpufreq: Auto-register the driver as a thermal cooling device if asked
Amit Kucheria
2019-01-29
cpufreq: Use struct kobj_attribute instead of struct global_attr
Viresh Kumar
2019-01-15
cpufreq: Don't update new_policy on failures
Viresh Kumar
2019-01-11
Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'
Rafael J. Wysocki
2019-01-08
cpufreq: check if policy is inactive early in __cpufreq_get()
Sudeep Holla
2018-12-11
sched/topology: Make Energy Aware Scheduling depend on schedutil
Quentin Perret
2018-09-10
cpufreq: remove unnecessary unlikely()
Igor Stoppa
2018-07-26
cpufreq: Fix a circular lock dependency problem
Waiman Long
2018-07-26
cpufreq: trace frequency limits change
Ruchi Kandoi
2018-05-30
cpufreq: Use static SRCU initializer
Sebastian Andrzej Siewior
2018-05-30
cpufreq: Fix new policy initialization during limits updates via sysfs
Tao Wang
2018-05-13
cpufreq: optimize cpufreq_notify_transition()
Viresh Kumar
2018-03-20
cpufreq: Don't validate cpufreq table from cpufreq_generic_init()
Viresh Kumar
2018-02-27
cpufreq: Validate frequency table in the core
Viresh Kumar
2018-02-27
cpufreq: Reorder cpufreq_online() error code path
Viresh Kumar
2018-02-05
cpufreq: Skip cpufreq resume if it's not suspended
Bo Yan
2017-12-04
cpufreq: Fix governor module removal race
Rafael J. Wysocki
2017-12-04
cpufreq: Drop pointless return statement
Rafael J. Wysocki
2017-12-04
cpufreq: Pass policy pointer to cpufreq_parse_governor()
Rafael J. Wysocki
2017-12-04
cpufreq: Clean up cpufreq_parse_governor()
Rafael J. Wysocki
2017-10-03
cpufreq: provide default frequency-invariance setter function
Dietmar Eggemann
2017-09-04
Merge branch 'pm-cpufreq-sched'
Rafael J. Wysocki
2017-08-22
cpufreq: Cap the default transition delay value to 10 ms
Viresh Kumar
2017-08-10
cpufreq: Return 0 from ->fast_switch() on errors
Viresh Kumar
2017-07-26
cpufreq: Allow dynamic switching with CPUFREQ_ETERNAL latency
Viresh Kumar
2017-07-26
cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flag
Viresh Kumar
2017-07-26
cpufreq: Replace "max_transition_latency" with "dynamic_switching"
Viresh Kumar
2017-07-22
cpufreq: Use transition_delay_us for legacy governors as well
Viresh Kumar
2017-07-04
Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2017-07-03
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-06-27
x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERF
Len Brown
2017-05-30
cpufreq: cpufreq_register_driver() should return -ENODEV if init fails
David Arcari
2017-05-26
cpufreq: Use cpuhp_setup_state_nocalls_cpuslocked()
Sebastian Andrzej Siewior
2017-04-13
cpufreq: Bring CPUs up even if cpufreq_online() failed
Chen Yu
2017-03-27
cpufreq: Fix creation of symbolic links to policy directories
Rafael J. Wysocki
2017-03-22
cpufreq: Restore policy min/max limits on CPU online
Viresh Kumar
2017-03-16
cpufreq: Fix and clean up show_cpuinfo_cur_freq()
Rafael J. Wysocki
2017-03-09
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
2017-03-06
cpufreq: Add the "cpufreq.off=1" cmdline option
Len Brown
2017-02-20
Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
2017-02-16
cpufreq: Do not clear real_cpus mask on policy init
Rafael J. Wysocki
2017-02-04
cpufreq: Remove CPUFREQ_START notifier event
Viresh Kumar
[next]