index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
cpufreq.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86: use common aperfmperf_khz_on_cpu() to calculate KHz using APERF/MPERF
Len Brown
2017-06-27
1
-0
/
+2
*
cpufreq: schedutil: Use policy-dependent transition delays
Rafael J. Wysocki
2017-04-17
1
-0
/
+7
*
cpufreq: Fix typos in comments
Viresh Kumar
2017-02-04
1
-2
/
+2
*
cpufreq: Remove CPUFREQ_START notifier event
Viresh Kumar
2017-02-04
1
-1
/
+0
*
cpufreq: Remove policy create/remove notifiers
Viresh Kumar
2017-02-03
1
-2
/
+0
*
cpufreq: Make cpufreq_update_policy() void
Rafael J. Wysocki
2016-11-21
1
-1
/
+1
*
cpufreq: stats: New sysfs attribute for clearing statistics
Markus Mayer
2016-11-11
1
-0
/
+4
*
cpufreq: fix overflow in cpufreq_table_find_index_dl()
Sergey Senozhatsky
2016-10-20
1
-2
/
+2
*
cpufreq: skip invalid entries when searching the frequency
Aaro Koskinen
2016-10-12
1
-52
/
+52
*
cpufreq: add cpufreq_driver_resolve_freq()
Steve Muckle
2016-07-21
1
-0
/
+16
*
cpufreq: Handle sorted frequency tables more efficiently
Viresh Kumar
2016-07-07
1
-3
/
+231
*
cpufreq: Return index from cpufreq_frequency_table_target()
Viresh Kumar
2016-06-09
1
-2
/
+1
*
cpufreq: Drop freq-table param to cpufreq_frequency_table_target()
Viresh Kumar
2016-06-09
1
-1
/
+0
*
cpufreq: Remove cpufreq_frequency_get_table()
Viresh Kumar
2016-06-09
1
-2
/
+0
*
cpufreq: stats: Make the stats code non-modular
Rafael J. Wysocki
2016-06-02
1
-0
/
+12
*
cpufreq: Drop the 'initialized' field from struct cpufreq_governor
Rafael J. Wysocki
2016-06-02
1
-1
/
+0
*
cpufreq: governor: Create cpufreq_policy_apply_limits()
Viresh Kumar
2016-06-02
1
-0
/
+8
*
cpufreq: governor: Get rid of governor events
Rafael J. Wysocki
2016-06-02
1
-9
/
+5
*
cpufreq: Call cpufreq_disable_fast_switch() in sugov_exit()
Rafael J. Wysocki
2016-04-08
1
-0
/
+1
*
cpufreq: Support for fast frequency switching
Rafael J. Wysocki
2016-04-02
1
-0
/
+16
*
cpufreq: Move governor symbols to cpufreq.h
Rafael J. Wysocki
2016-04-02
1
-0
/
+14
*
cpufreq: Move governor attribute set headers to cpufreq.h
Rafael J. Wysocki
2016-04-02
1
-0
/
+23
*
Merge branch 'pm-cpufreq-governor' into pm-cpufreq
Rafael J. Wysocki
2016-03-10
1
-5
/
+0
|
\
|
*
cpufreq: Move scheduler-related code to the sched directory
Rafael J. Wysocki
2016-03-10
1
-34
/
+0
|
*
cpufreq: Remove 'policy->governor_enabled'
Viresh Kumar
2016-03-09
1
-1
/
+0
|
*
Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"
Viresh Kumar
2016-03-09
1
-4
/
+0
|
*
cpufreq: Add mechanism for registering utilization update callbacks
Rafael J. Wysocki
2016-03-09
1
-0
/
+34
*
|
cpufreq: Simplify the cpufreq_for_each_valid_entry()
Rafael J. Wysocki
2016-02-26
1
-12
/
+5
|
/
*
cpufreq: Clean up default and fallback governor setup
Rafael J. Wysocki
2016-02-05
1
-23
/
+2
*
cpufreq: Simplify core code related to boost support
Rafael J. Wysocki
2016-01-01
1
-1
/
+0
*
cpufreq: Make cpufreq_boost_supported() static
Rafael J. Wysocki
2016-01-01
1
-5
/
+0
*
cpufreq: use last policy after online for drivers with ->setpolicy
Srinivas Pandruvada
2015-12-02
1
-0
/
+1
*
cpufreq: create cpu/cpufreq/policyX directories
Viresh Kumar
2015-10-28
1
-1
/
+0
*
cpufreq: remove cpufreq_sysfs_{create|remove}_file()
Viresh Kumar
2015-10-28
1
-2
/
+0
*
cpufreq: create cpu/cpufreq at boot time
Viresh Kumar
2015-10-28
1
-2
/
+0
*
cpufreq: acpi-cpufreq: Use cpufreq_cpu_get_raw() in ->get()
Rafael J. Wysocki
2015-09-16
1
-0
/
+5
*
Merge branch 'pm-opp'
Rafael J. Wysocki
2015-09-01
1
-0
/
+13
|
\
|
*
cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabled
Bartlomiej Zolnierkiewicz
2015-08-08
1
-0
/
+1
|
*
cpufreq: Allow drivers to enable boost support after registering driver
Viresh Kumar
2015-08-07
1
-0
/
+12
*
|
cpufreq: rename cpufreq_real_policy as cpufreq_user_policy
Viresh Kumar
2015-09-01
1
-2
/
+2
*
|
cpufreq: remove redundant 'policy' field from user_policy
Viresh Kumar
2015-09-01
1
-1
/
+0
*
|
cpufreq: remove redundant 'governor' field from user_policy
Viresh Kumar
2015-09-01
1
-1
/
+0
*
|
cpufreq: remove redundant CPUFREQ_INCOMPATIBLE notifier event
Viresh Kumar
2015-09-01
1
-5
/
+4
|
/
*
cpufreq: Avoid attempts to create duplicate symbolic links
Rafael J. Wysocki
2015-07-28
1
-0
/
+1
*
cpufreq: Track cpu managing sysfs kobjects separately
Saravana Kannan
2015-05-23
1
-1
/
+3
*
cpufreq: Manage governor usage history with 'policy->last_governor'
Viresh Kumar
2015-05-15
1
-0
/
+1
*
cpufreq: remove CPUFREQ_UPDATE_POLICY_CPU notifications
Viresh Kumar
2015-01-23
1
-3
/
+2
*
cpufreq: Remove (now) unused 'last_cpu' from struct cpufreq_policy
Viresh Kumar
2015-01-23
1
-2
/
+0
*
cpufreq: stats: get rid of per-cpu cpufreq_stats_table
Viresh Kumar
2015-01-23
1
-0
/
+3
*
cpufreq: Introduce ->ready() callback for cpufreq drivers
Viresh Kumar
2014-11-29
1
-0
/
+4
[next]