index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
cpufreq_ondemand.c
Age
Commit message (
Expand
)
Author
2016-04-02
cpufreq: governor: New data type for management part of dbs_data
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Move per-CPU data to the common code
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Make governor private data per-policy
Rafael J. Wysocki
2016-03-09
cpufreq: ondemand: Rework the handling of powersave bias updates
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Fix CPU load information updates via ->store
Rafael J. Wysocki
2016-03-09
cpufreq: ondemand: Drop one more callback from struct od_ops
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Drop unused governor callback and data fields
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Add a ->start callback for governors
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Move io_is_busy to struct dbs_data
Rafael J. Wysocki
2016-03-09
cpufreq: ondemand: Drop unused callback from struct od_ops
Rafael J. Wysocki
2016-03-09
cpufreq: ondemand: Simplify od_update() slightly
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Use microseconds in sample delay computations
Rafael J. Wysocki
2016-03-09
cpufreq: ondemand: Simplify conditionals in od_dbs_timer()
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Move rate_mult to struct policy_dbs
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Get rid of the ->gov_check_cpu callback
Rafael J. Wysocki
2016-03-09
cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delay
Viresh Kumar
2016-03-09
cpufreq: conservative: Update sample_delay_ns immediately
Viresh Kumar
2016-03-09
cpufreq: governor: Create and traverse list of policy_dbs to avoid deadlock
Viresh Kumar
2016-03-09
cpufreq: governor: New sysfs show/store callbacks for governor tunables
Viresh Kumar
2016-03-09
cpufreq: governor: Move common tunables to 'struct dbs_data'
Viresh Kumar
2016-03-09
cpufreq: governor: Create generic macro for common tunables
Viresh Kumar
2016-03-09
cpufreq: governor: Rearrange governor data structures
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Drop cpu argument from dbs_check_cpu()
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Rename cpu_common_dbs_info to policy_dbs_info
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Drop the gov pointer from struct dbs_data
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Rework cpufreq_governor_dbs()
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Rename some data types and variables
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Put governor structure into common_dbs_data
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Use common mutex for dbs_data protection
Rafael J. Wysocki
2016-03-09
cpufreq: governor: Replace timers with utilization update callbacks
Rafael J. Wysocki
2016-02-05
cpufreq: Clean up default and fallback governor setup
Rafael J. Wysocki
2015-12-09
cpufreq: ondemand: update update_sampling_rate() to make it more efficient
Viresh Kumar
2015-12-09
cpufreq: governor: replace per-CPU delayed work with timers
Viresh Kumar
2015-12-07
cpufreq: governor: Pass policy as argument to ->gov_dbs_timer()
Viresh Kumar
2015-12-07
cpufreq: ondemand: Work is guaranteed to be pending
Viresh Kumar
2015-12-07
cpufreq: ondemand: Update sampling rate only for concerned policies
Viresh Kumar
2015-10-28
cpufreq: ondemand: Drop unnecessary locks from update_sampling_rate()
Viresh Kumar
2015-07-21
cpufreq: governor: split out common part of {cs|od}_dbs_timer()
Viresh Kumar
2015-07-21
cpufreq: governor: Keep single copy of information common to policy->cpus
Viresh Kumar
2015-07-17
cpufreq: governor: rename cur_policy as policy
Viresh Kumar
2015-07-17
cpufreq: governor: Name delayed-work as dwork
Viresh Kumar
2015-06-15
cpufreq: governor: Serialize governor callbacks
Viresh Kumar
2015-06-15
cpufreq: governor: register notifier from cs_init()
Viresh Kumar
2014-07-21
cpufreq: ondemand: Eliminate the deadband effect
Stratos Karafotis
2013-11-01
cpufreq: ondemand: Remove redundant return statement
Stratos Karafotis
2013-08-28
cpufreq: governors: Remove duplicate check of target freq in supported range
Stratos Karafotis
2013-08-14
Merge back earlier 'pm-cpufreq' material
Rafael J. Wysocki
2013-08-07
cpufreq: Use sizeof(*ptr) convetion for computing sizes
Viresh Kumar
2013-08-07
cpufreq: Give consistent names to cpufreq_policy objects
Viresh Kumar
2013-08-07
cpufreq: Clean up header files included in the core
Viresh Kumar
[next]