index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq_ondemand.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-25
cpufreq: ondemand: Use cpumask_var_t for on-stack cpu mask
Zhao Liu
1
-4
/
+9
2022-03-10
cpufreq: unify show() and store() naming and use __ATTR_XX
Lianjie Zhang
1
-5
/
+5
2021-12-28
cpufreq: use default_groups in kobj_type
Greg Kroah-Hartman
1
-2
/
+3
2021-10-05
cpufreq: Use CPUFREQ_RELATION_E in DVFS governors
Vincent Donnefort
1
-5
/
+5
2021-10-05
cpufreq: Introducing CPUFREQ_RELATION_E
Vincent Donnefort
1
-2
/
+4
2021-08-04
cpufreq: Replace deprecated CPU-hotplug functions
Sebastian Andrzej Siewior
1
-2
/
+2
2020-07-02
cpufreq: Register governors at core_initcall
Quentin Perret
1
-18
/
+6
2019-11-07
cpufreq: Initialize the governors in core_initcall
Amit Kucheria
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2017-07-22
cpufreq: governor: Drop min_sampling_rate
Viresh Kumar
1
-12
/
+0
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-12-01
cpufreq: ondemand: Set MIN_FREQUENCY_UP_THRESHOLD to 1
Chen Yu
1
-1
/
+1
2016-11-11
cpufreq: governor: Don't use 'timer' keyword
Viresh Kumar
1
-8
/
+7
2016-07-07
cpufreq: Reuse new freq-table helpers
Viresh Kumar
1
-4
/
+2
2016-06-09
cpufreq: Return index from cpufreq_frequency_table_target()
Viresh Kumar
1
-8
/
+6
2016-06-09
cpufreq: Drop freq-table param to cpufreq_frequency_table_target()
Viresh Kumar
1
-6
/
+5
2016-06-09
cpufreq: ondemand: Don't keep a copy of freq_table pointer
Viresh Kumar
1
-11
/
+11
2016-06-09
cpufreq: Remove cpufreq_frequency_get_table()
Viresh Kumar
1
-1
/
+1
2016-06-02
cpufreq: Drop the 'initialized' field from struct cpufreq_governor
Rafael J. Wysocki
1
-2
/
+2
2016-06-02
cpufreq: governor: Remove prints from allocation failures
Viresh Kumar
1
-3
/
+1
2016-06-02
cpufreq: governor: Get rid of governor events
Rafael J. Wysocki
1
-6
/
+1
2016-04-02
cpufreq: governor: New data type for management part of dbs_data
Rafael J. Wysocki
1
-12
/
+17
2016-03-09
cpufreq: governor: Move per-CPU data to the common code
Rafael J. Wysocki
1
-16
/
+10
2016-03-09
cpufreq: governor: Make governor private data per-policy
Rafael J. Wysocki
1
-10
/
+24
2016-03-09
cpufreq: ondemand: Rework the handling of powersave bias updates
Rafael J. Wysocki
1
-17
/
+13
2016-03-09
cpufreq: governor: Fix CPU load information updates via ->store
Rafael J. Wysocki
1
-18
/
+4
2016-03-09
cpufreq: ondemand: Drop one more callback from struct od_ops
Rafael J. Wysocki
1
-2
/
+1
2016-03-09
cpufreq: governor: Drop unused governor callback and data fields
Rafael J. Wysocki
1
-3
/
+0
2016-03-09
cpufreq: governor: Add a ->start callback for governors
Rafael J. Wysocki
1
-0
/
+10
2016-03-09
cpufreq: governor: Move io_is_busy to struct dbs_data
Rafael J. Wysocki
1
-7
/
+5
2016-03-09
cpufreq: ondemand: Drop unused callback from struct od_ops
Rafael J. Wysocki
1
-1
/
+0
2016-03-09
cpufreq: ondemand: Simplify od_update() slightly
Rafael J. Wysocki
1
-8
/
+5
2016-03-09
cpufreq: governor: Use microseconds in sample delay computations
Rafael J. Wysocki
1
-15
/
+13
2016-03-09
cpufreq: ondemand: Simplify conditionals in od_dbs_timer()
Rafael J. Wysocki
1
-13
/
+11
2016-03-09
cpufreq: governor: Move rate_mult to struct policy_dbs
Rafael J. Wysocki
1
-8
/
+15
2016-03-09
cpufreq: governor: Get rid of the ->gov_check_cpu callback
Rafael J. Wysocki
1
-6
/
+9
2016-03-09
cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delay
Viresh Kumar
1
-5
/
+4
2016-03-09
cpufreq: conservative: Update sample_delay_ns immediately
Viresh Kumar
1
-69
/
+0
2016-03-09
cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlock
Viresh Kumar
1
-59
/
+30
2016-03-09
cpufreq: governor: New sysfs show/store callbacks for governor tunables
Viresh Kumar
1
-47
/
+25
2016-03-09
cpufreq: governor: Move common tunables to 'struct dbs_data'
Viresh Kumar
1
-23
/
+18
2016-03-09
cpufreq: governor: Create generic macro for common tunables
Viresh Kumar
1
-4
/
+4
2016-03-09
cpufreq: governor: Rearrange governor data structures
Rafael J. Wysocki
1
-7
/
+11
2016-03-09
cpufreq: governor: Drop cpu argument from dbs_check_cpu()
Rafael J. Wysocki
1
-4
/
+2
2016-03-09
cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info
Rafael J. Wysocki
1
-14
/
+14
2016-03-09
cpufreq: governor: Drop the gov pointer from struct dbs_data
Rafael J. Wysocki
1
-1
/
+1
2016-03-09
cpufreq: governor: Rework cpufreq_governor_dbs()
Rafael J. Wysocki
1
-10
/
+1
2016-03-09
cpufreq: governor: Rename some data types and variables
Rafael J. Wysocki
1
-4
/
+4
2016-03-09
cpufreq: governor: Put governor structure into common_dbs_data
Rafael J. Wysocki
1
-13
/
+15
2016-03-09
cpufreq: governor: Use common mutex for dbs_data protection
Rafael J. Wysocki
1
-3
/
+2
[next]