Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
25a3720cf45779900246ec17e238fbb674ce4e67
/
drivers
/
cpufreq
/
cpufreq_governor.h
00bfe05
cpufreq: conservative: Decrease frequency faster for deferred updates
by Stratos Karafotis
· 8 years ago
26f0dbc
cpufreq: governor: Don't use 'timer' keyword
by Viresh Kumar
· 8 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
b4f4b4b
cpufreq: governor: Change confusing struct field and variable names
by Rafael J. Wysocki
· 9 years ago
379480d
cpufreq: Move governor symbols to cpufreq.h
by Rafael J. Wysocki
· 9 years ago
66893b6
cpufreq: Move governor attribute set headers to cpufreq.h
by Rafael J. Wysocki
· 9 years ago
2d0c58a
cpufreq: governor: Move abstract gov_attr_set code to seperate file
by Rafael J. Wysocki
· 9 years ago
0dd3c1d
cpufreq: governor: New data type for management part of dbs_data
by Rafael J. Wysocki
· 9 years ago
e3f5ed9
cpufreq: governor: Make dbs_data_mutex static
by Rafael J. Wysocki
· 9 years ago
47ebaac
cpufreq: governor: Relocate definitions of tuners structures
by Rafael J. Wysocki
· 9 years ago
8c8f77f
cpufreq: governor: Move per-CPU data to the common code
by Rafael J. Wysocki
· 9 years ago
7d5a995
cpufreq: governor: Make governor private data per-policy
by Rafael J. Wysocki
· 9 years ago
a33cce1
cpufreq: governor: Fix CPU load information updates via ->store
by Rafael J. Wysocki
· 9 years ago
76c5f66
cpufreq: ondemand: Drop one more callback from struct od_ops
by Rafael J. Wysocki
· 9 years ago
8434dad
cpufreq: governor: Drop unused governor callback and data fields
by Rafael J. Wysocki
· 9 years ago
702c9e5
cpufreq: governor: Add a ->start callback for governors
by Rafael J. Wysocki
· 9 years ago
8847e03
cpufreq: governor: Move io_is_busy to struct dbs_data
by Rafael J. Wysocki
· 9 years ago
8eb055d
cpufreq: ondemand: Drop unused callback from struct od_ops
by Rafael J. Wysocki
· 9 years ago
07aa440
cpufreq: governor: Use microseconds in sample delay computations
by Rafael J. Wysocki
· 9 years ago
57dc3bc
cpufreq: governor: Move rate_mult to struct policy_dbs
by Rafael J. Wysocki
· 9 years ago
4cccf75
cpufreq: governor: Get rid of the ->gov_check_cpu callback
by Rafael J. Wysocki
· 9 years ago
e4db281
cpufreq: governor: Avoid atomic operations in hot paths
by Rafael J. Wysocki
· 9 years ago
aded387
cpufreq: conservative: Update sample_delay_ns immediately
by Viresh Kumar
· 9 years ago
99522fe
cpufreq: Remove cpufreq_governor_lock
by Viresh Kumar
· 9 years ago
c54df07
cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlock
by Viresh Kumar
· 9 years ago
fd8ddc4
cpufreq: governor: Drop unused macros for creating governor tunable attributes
by Viresh Kumar
· 9 years ago
c443563
cpufreq: governor: New sysfs show/store callbacks for governor tunables
by Viresh Kumar
· 9 years ago
ff4b178
cpufreq: governor: Move common tunables to 'struct dbs_data'
by Viresh Kumar
· 9 years ago
d0684d3
cpufreq: governor: Create generic macro for common tunables
by Viresh Kumar
· 9 years ago
686cc63
cpufreq: governor: Rename skip_work to work_count
by Rafael J. Wysocki
· 9 years ago
bc50547
cpufreq: governor: Rearrange governor data structures
by Rafael J. Wysocki
· 9 years ago
d10b5eb
cpufreq: governor: Drop cpu argument from dbs_check_cpu()
by Rafael J. Wysocki
· 9 years ago
e40e7b2
cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info
by Rafael J. Wysocki
· 9 years ago
ea59ee0d
cpufreq: governor: Drop the gov pointer from struct dbs_data
by Rafael J. Wysocki
· 9 years ago
906a6e5
cpufreq: governor: Rework cpufreq_governor_dbs()
by Rafael J. Wysocki
· 9 years ago
7bdad34
cpufreq: governor: Rename some data types and variables
by Rafael J. Wysocki
· 9 years ago
af92618
cpufreq: governor: Put governor structure into common_dbs_data
by Rafael J. Wysocki
· 9 years ago
2bb8d94
cpufreq: governor: Use common mutex for dbs_data protection
by Rafael J. Wysocki
· 9 years ago
9be4fd2
cpufreq: governor: Replace timers with utilization update callbacks
by Rafael J. Wysocki
· 9 years ago
2dd3e72
cpufreq: governor: Use lockless timer function
by Rafael J. Wysocki
· 9 years ago
70f43e5
cpufreq: governor: replace per-CPU delayed work with timers
by Viresh Kumar
· 9 years ago
affde5d
cpufreq: governor: Pass policy as argument to ->gov_dbs_timer()
by Viresh Kumar
· 9 years ago
03d5eec
cpufreq: conservative: remove 'enable' field
by Viresh Kumar
· 9 years ago
43e0ee3
cpufreq: governor: split out common part of {cs|od}_dbs_timer()
by Viresh Kumar
· 9 years ago
44152cb
cpufreq: governor: Keep single copy of information common to policy->cpus
by Viresh Kumar
· 9 years ago
42994af
cpufreq: governor: rename cur_policy as policy
by Viresh Kumar
· 9 years ago
875b850
cpufreq: governor: Rename 'cpu_dbs_common_info' to 'cpu_dbs_info'
by Viresh Kumar
· 9 years ago
d3574c8
cpufreq: governor: Drop unused field 'cpu'
by Viresh Kumar
· 9 years ago
386d46e
cpufreq: governor: Name delayed-work as dwork
by Viresh Kumar
· 9 years ago
732b6d6
cpufreq: governor: Serialize governor callbacks
by Viresh Kumar
· 10 years ago
8e0484d
cpufreq: governor: register notifier from cs_init()
by Viresh Kumar
· 10 years ago
c8ae481
cpufreq: governor: remove copy_prev_load from 'struct cpu_dbs_common_info'
by Viresh Kumar
· 11 years ago
18b46ab
cpufreq: governor: Be friendly towards latency-sensitive bursty workloads
by Srivatsa S. Bhat
· 11 years ago
6f1e4ef
cpufreq: Fix timer/workqueue corruption by protecting reading governor_enabled
by Jane Li
· 11 years ago
0b981e7
cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICY
by Viresh Kumar
· 11 years ago
c4afc41
cpufreq: governor: Fix typos in comments
by Stratos Karafotis
· 11 years ago
c49a089
Merge back earlier 'pm-cpufreq' material
by Rafael J. Wysocki
· 11 years ago
3a3e9e0
cpufreq: Give consistent names to cpufreq_policy objects
by Viresh Kumar
· 11 years ago
5ff0a26
cpufreq: Clean up header files included in the core
by Viresh Kumar
· 11 years ago
6c4640c
cpufreq: rename ignore_nice as ignore_nice_load
by Viresh Kumar
· 11 years ago
dfa5bb6
cpufreq: ondemand: Change the calculation of target frequency
by Stratos Karafotis
· 12 years ago
bb176f7
cpufreq: Fix minor formatting issues
by Viresh Kumar
· 11 years ago
72a4ce3
cpufreq: Move get_cpu_idle_time() to cpufreq.c
by Viresh Kumar
· 12 years ago
a97c98a
cpufreq: governors: Fix CPUFREQ_GOV_POLICY_{INIT|EXIT} notifiers
by Viresh Kumar
· 12 years ago
885f925
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 12 years ago
fb30809
cpufreq: ondemand: allow custom powersave_bias_target handler to be registered
by Jacob Shin
· 12 years ago
beb0ff3
cpufreq: Correct header guards typo
by Borislav Petkov
· 12 years ago
9366d84
cpufreq: governors: Calculate iowait time only when necessary
by Stratos Karafotis
· 12 years ago
031299b
cpufreq: governors: Avoid unnecessary per cpu timer interrupts
by Viresh Kumar
· 12 years ago
98104ee
cpufreq: governor: Set MIN_LATENCY_MULTIPLIER to 20
by Viresh Kumar
· 12 years ago
4d5dcc4
cpufreq: governor: Implement per policy instances of governors
by Viresh Kumar
· 12 years ago
e5dde92
cpufreq: Fix a typo in comment
by Namhyung Kim
· 12 years ago
4bd4e42
cpufreq: ondemand: Replace down_differential tuner with adj_up_threshold
by Stratos Karafotis
· 12 years ago
4447266
cpufreq: governors: Remove code redundancy between governors
by Viresh Kumar
· 12 years ago
8eeed09
cpufreq: governors: Get rid of dbs_data->enable field
by Viresh Kumar
· 12 years ago
2624f90
cpufreq: governors: implement generic policy_is_shared
by Fabio Baltieri
· 12 years ago
da53d61
cpufreq: ondemand: call dbs_check_cpu only when necessary
by Fabio Baltieri
· 12 years ago
2abfa87
cpufreq: handle SW coordinated CPUs
by Rickard Andersson
· 12 years ago
1e7586a
cpufreq: Fix sparse warnings by updating cputime64_t to u64
by Viresh Kumar
· 12 years ago
4471a34
cpufreq: governors: remove redundant code
by Viresh Kumar
· 12 years ago