Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e87b9b05104f5dc2d1529d2b8fb2574e332d43e5
/
drivers
/
cpufreq
/
cpufreq.c
918e162
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 5 years ago
c4dcc8a
cpufreq: Make cpufreq_generic_init() return void
by Viresh Kumar
· 5 years ago
18c4992
cpufreq: Add QoS requests for userspace constraints
by Viresh Kumar
· 6 years ago
c57b25b
cpufreq: intel_pstate: Reuse refresh_frequency_limits()
by Viresh Kumar
· 6 years ago
67d874c
cpufreq: Register notifiers with the PM QoS framework
by Viresh Kumar
· 6 years ago
586a07d
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 6 years ago
70a59fd
cpufreq: Avoid calling cpufreq_verify_current_freq() from handle_update()
by Viresh Kumar
· 6 years ago
5980752
cpufreq: Consolidate cpufreq_update_current_freq() and __cpufreq_get()
by Viresh Kumar
· 6 years ago
9801522
cpufreq: Don't skip frequency validation for has_target() drivers
by Viresh Kumar
· 6 years ago
5ddc6d4
cpufreq: Use has_target() instead of !setpolicy
by Viresh Kumar
· 6 years ago
407d0ff
cpufreq: Remove redundant !setpolicy check
by Viresh Kumar
· 6 years ago
bcc6156
cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro into a stub
by Daniel Lezcano
· 6 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 6 years ago
bfbfbf7
Merge tag 'pm-5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
ab05d97
cpufreq: Don't find governor for setpolicy drivers in cpufreq_init_policy()
by Yue Hu
· 6 years ago
2acb9bd
cpufreq: Explain the kobject_put() in cpufreq_policy_alloc()
by Rafael J. Wysocki
· 6 years ago
df24014
cpufreq: Call transition notifier only once for each policy
by Viresh Kumar
· 6 years ago
0968621
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 6 years ago
4ebe36c
cpufreq: Fix kobject memleak
by Viresh Kumar
· 6 years ago
4db7c34
cpufreq: Move ->get callback check outside of __cpufreq_get()
by Yue Hu
· 6 years ago
b23aa31
cpufreq: Remove needless bios_limit check in show_bios_limit()
by Yue Hu
· 6 years ago
d75f773
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
by Sakari Ailus
· 6 years ago
89f98d7
cpufreq: Remove cpufreq_driver check in cpufreq_boost_supported()
by Yue Hu
· 6 years ago
9083e49
cpufreq: intel_pstate: Update max frequency on global turbo changes
by Rafael J. Wysocki
· 6 years ago
540a3758
cpufreq: Add cpufreq_cpu_acquire() and cpufreq_cpu_release()
by Rafael J. Wysocki
· 6 years ago
5a25e3f
cpufreq: intel_pstate: Driver-specific handling of _PPC updates
by Rafael J. Wysocki
· 6 years ago
5d094fe
cpufreq: Improve kerneldoc comments for cpufreq_cpu_get/put()
by Rafael J. Wysocki
· 6 years ago
167a38d
cpufreq: Pass updated policy to driver ->setpolicy() callback
by Rafael J. Wysocki
· 6 years ago
2bb4059
cpufreq: Fix two debug messages in cpufreq_set_policy()
by Rafael J. Wysocki
· 6 years ago
348a2ec
cpufreq: Reorder and simplify cpufreq_update_policy()
by Rafael J. Wysocki
· 6 years ago
a0dbb81
cpufreq: Add kerneldoc comments for two core functions
by Rafael J. Wysocki
· 6 years ago
a9a22b5
cpufreq: Replace double NOT (!!) with single NOT (!)
by Viresh Kumar
· 6 years ago
91a12e9
cpufreq: Allow light-weight tear down and bring up of CPUs
by Viresh Kumar
· 6 years ago
5c238a8
cpufreq: Auto-register the driver as a thermal cooling device if asked
by Amit Kucheria
· 6 years ago
625c85a
cpufreq: Use struct kobj_attribute instead of struct global_attr
by Viresh Kumar
· 6 years ago
21469df
cpufreq: Don't update new_policy on failures
by Viresh Kumar
· 6 years ago
343e60e
Merge branches 'pm-cpuidle', 'pm-cpufreq' and 'pm-sleep'
by Rafael J. Wysocki
· 6 years ago
2f66196
cpufreq: check if policy is inactive early in __cpufreq_get()
by Sudeep Holla
· 6 years ago
531b5c9
sched/topology: Make Energy Aware Scheduling depend on schedutil
by Quentin Perret
· 6 years ago
0e7ea2f
cpufreq: remove unnecessary unlikely()
by Igor Stoppa
· 6 years ago
9b3d9bb
cpufreq: Fix a circular lock dependency problem
by Waiman Long
· 6 years ago
601b218
cpufreq: trace frequency limits change
by Ruchi Kandoi
· 6 years ago
cc85de3
cpufreq: Use static SRCU initializer
by Sebastian Andrzej Siewior
· 7 years ago
c7d1f11
cpufreq: Fix new policy initialization during limits updates via sysfs
by Tao Wang
· 7 years ago
20b5324
cpufreq: optimize cpufreq_notify_transition()
by Viresh Kumar
· 7 years ago
92c99d1
cpufreq: Don't validate cpufreq table from cpufreq_generic_init()
by Viresh Kumar
· 7 years ago
d417e06
cpufreq: Validate frequency table in the core
by Viresh Kumar
· 7 years ago
b24b647
cpufreq: Reorder cpufreq_online() error code path
by Viresh Kumar
· 7 years ago
703cbaa
cpufreq: Skip cpufreq resume if it's not suspended
by Bo Yan
· 7 years ago
a8b149d
cpufreq: Fix governor module removal race
by Rafael J. Wysocki
· 7 years ago
70d1ff7
cpufreq: Drop pointless return statement
by Rafael J. Wysocki
· 7 years ago
ae0ff89
cpufreq: Pass policy pointer to cpufreq_parse_governor()
by Rafael J. Wysocki
· 7 years ago
045149e
cpufreq: Clean up cpufreq_parse_governor()
by Rafael J. Wysocki
· 7 years ago
e7d5459
cpufreq: provide default frequency-invariance setter function
by Dietmar Eggemann
· 7 years ago
08a1000
Merge branch 'pm-cpufreq-sched'
by Rafael J. Wysocki
· 7 years ago
e948bc8
cpufreq: Cap the default transition delay value to 10 ms
by Viresh Kumar
· 7 years ago
209887e
cpufreq: Return 0 from ->fast_switch() on errors
by Viresh Kumar
· 7 years ago
fc4c709
cpufreq: Allow dynamic switching with CPUFREQ_ETERNAL latency
by Viresh Kumar
· 7 years ago
fe829ed
cpufreq: Add CPUFREQ_NO_AUTO_DYNAMIC_SWITCHING cpufreq driver flag
by Viresh Kumar
· 7 years ago
ed4676e
cpufreq: Replace "max_transition_latency" with "dynamic_switching"
by Viresh Kumar
· 7 years ago
aa7519a
cpufreq: Use transition_delay_us for legacy governors as well
by Viresh Kumar
· 7 years ago
408c986
Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
9a9594e
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
f8475ce
x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERF
by Len Brown
· 8 years ago
6c77003
cpufreq: cpufreq_register_driver() should return -ENODEV if init fails
by David Arcari
· 8 years ago
a92551e
cpufreq: Use cpuhp_setup_state_nocalls_cpuslocked()
by Sebastian Andrzej Siewior
· 8 years ago
c4a3fa2
cpufreq: Bring CPUs up even if cpufreq_online() failed
by Chen Yu
· 8 years ago
2f0ba79
cpufreq: Fix creation of symbolic links to policy directories
by Rafael J. Wysocki
· 8 years ago
ff01047
cpufreq: Restore policy min/max limits on CPU online
by Viresh Kumar
· 8 years ago
9b4f603
cpufreq: Fix and clean up show_cpuinfo_cur_freq()
by Rafael J. Wysocki
· 8 years ago
fd8e57d
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 8 years ago
d82f269
cpufreq: Add the "cpufreq.off=1" cmdline option
by Len Brown
· 8 years ago
02c3de1
Merge tag 'pm-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 8 years ago
f451014
cpufreq: Do not clear real_cpus mask on policy init
by Rafael J. Wysocki
· 8 years ago
052f573
cpufreq: Remove CPUFREQ_START notifier event
by Viresh Kumar
· 8 years ago
f9f41e3e
cpufreq: Remove policy create/remove notifiers
by Viresh Kumar
· 8 years ago
7fb1327
sched/cputime: Convert kcpustat to nsecs
by Frederic Weisbecker
· 8 years ago
30248fe
cpufreq: Make cpufreq_update_policy() void
by Rafael J. Wysocki
· 8 years ago
182e36a
cpufreq: Avoid using inactive policies
by Rafael J. Wysocki
· 8 years ago
597f03f
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
5372e05
cpufreq: Fix up conversion to hotplug state machine
by Sebastian Andrzej Siewior
· 8 years ago
27622b0
cpufreq: Convert to hotplug state machine
by Sebastian Andrzej Siewior
· 8 years ago
26619804
cpufreq: create link to policy only for registered CPUs
by Viresh Kumar
· 8 years ago
3689ad7
cpufreq: Drop unnecessary check from cpufreq_policy_alloc()
by Rafael J. Wysocki
· 8 years ago
ae2c1ca
cpufreq: export cpufreq_driver_resolve_freq()
by Steve Muckle
· 8 years ago
abe8bd0
cpufreq: Disallow ->resolve_freq() for drivers providing ->target_index()
by Viresh Kumar
· 8 years ago
e3c0623
cpufreq: add cpufreq_driver_resolve_freq()
by Steve Muckle
· 8 years ago
8d540ea
cpufreq: Drop redundant check from cpufreq_update_current_freq()
by Rafael J. Wysocki
· 9 years ago
5d1191a
Merge back earlier cpufreq material for v4.8.
by Rafael J. Wysocki
· 9 years ago
742c87b
cpufreq: Avoid false-positive WARN_ON()s in cpufreq_update_policy()
by Rafael J. Wysocki
· 9 years ago
bb4b993
Merge back earlier cpufreq changes for v4.8.
by Rafael J. Wysocki
· 9 years ago
d218ed7
cpufreq: Return index from cpufreq_frequency_table_target()
by Viresh Kumar
· 9 years ago
2372784
cpufreq: Drop 'freq_table' argument of __target_index()
by Viresh Kumar
· 9 years ago
7ab4aab
cpufreq: Drop freq-table param to cpufreq_frequency_table_target()
by Viresh Kumar
· 9 years ago
f8bfc11
cpufreq: Remove cpufreq_frequency_get_table()
by Viresh Kumar
· 9 years ago
1aefc75
cpufreq: stats: Make the stats code non-modular
by Rafael J. Wysocki
· 9 years ago
910c6e8
cpufreq: Use clamp_val() in __cpufreq_driver_target()
by Viresh Kumar
· 9 years ago
388612b
cpufreq: Send START policy notification after sending CREATE
by Viresh Kumar
· 9 years ago
9a15fb2
cpufreq: Drop the 'initialized' field from struct cpufreq_governor
by Rafael J. Wysocki
· 9 years ago
e788892
cpufreq: governor: Get rid of governor events
by Rafael J. Wysocki
· 9 years ago
Next »