Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
d101a125954eae1d397adda94ca6319485a50493
/
drivers
/
cpufreq
46e595a
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
33b3d2e
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 9 years ago
4ed3900
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 9 years ago
4fec7ad
intel_pstate: Do not skip samples partially
by Rafael J. Wysocki
· 9 years ago
8fa520a
intel_pstate: Remove freq calculation from intel_pstate_calc_busy()
by Philippe Longepe
· 9 years ago
7349ec0
intel_pstate: Move intel_pstate_calc_busy() into get_target_pstate_use_performance()
by Philippe Longepe
· 9 years ago
a158bed
intel_pstate: Optimize calculation for max/min_perf_adj
by Philippe Longepe
· 9 years ago
b54a0df
intel_pstate: Remove extra conversions in pid calculation
by Philippe Longepe
· 9 years ago
a5acbfb
Merge branch 'pm-cpufreq-governor' into pm-cpufreq
by Rafael J. Wysocki
· 9 years ago
adaf9fc
cpufreq: Move scheduler-related code to the sched directory
by Rafael J. Wysocki
· 9 years ago
edd4a89
Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
by Viresh Kumar
· 9 years ago
08f511f
cpufreq: Reduce cpufreq_update_util() overhead a bit
by Rafael J. Wysocki
· 9 years ago
e6f0365
cpufreq: Select IRQ_WORK if CPU_FREQ_GOV_COMMON is set
by Rafael J. Wysocki
· 9 years ago
242aa88
cpufreq: Remove 'policy->governor_enabled'
by Viresh Kumar
· 9 years ago
a1317e0
cpufreq: Rename __cpufreq_governor() to cpufreq_governor()
by Viresh Kumar
· 9 years ago
11eb69b
cpufreq: Relocate handle_update() to kill its declaration
by Viresh Kumar
· 9 years ago
f737236
cpufreq: governor: Drop unnecessary checks from show() and store()
by Viresh Kumar
· 9 years ago
27de348
cpufreq: governor: Fix race in dbs_update_util_handler()
by Rafael J. Wysocki
· 9 years ago
94ab5e0
cpufreq: governor: Make gov_set_update_util() static
by Rafael J. Wysocki
· 9 years ago
1112e9d
cpufreq: governor: Narrow down the dbs_data_mutex coverage
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
d1db75f
cpufreq: ondemand: Rework the handling of powersave bias updates
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
574ef14
cpufreq: governor: Close dbs_data update race condition
by Rafael J. Wysocki
· 9 years ago
8eb055d
cpufreq: ondemand: Drop unused callback from struct od_ops
by Rafael J. Wysocki
· 9 years ago
a7f35cf
cpufreq: ondemand: Simplify od_update() slightly
by Rafael J. Wysocki
· 9 years ago
07aa440
cpufreq: governor: Use microseconds in sample delay computations
by Rafael J. Wysocki
· 9 years ago
6e96c5b
cpufreq: ondemand: Simplify conditionals in od_dbs_timer()
by Rafael J. Wysocki
· 9 years ago
57dc3bc
cpufreq: governor: Move rate_mult to struct policy_dbs
by Rafael J. Wysocki
· 9 years ago
78347cd
cpufreq: governor: Reset sample delay in store_sampling_rate()
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
57eb832
cpufreq: governor: Clean up load-related computations
by Rafael J. Wysocki
· 9 years ago
679b8fe
cpufreq: governor: Fix nice contribution computation in dbs_check_cpu()
by Rafael J. Wysocki
· 9 years ago
e4db281
cpufreq: governor: Avoid atomic operations in hot paths
by Rafael J. Wysocki
· 9 years ago
f62b937
cpufreq: governor: Simplify gov_cancel_work() slightly
by Rafael J. Wysocki
· 9 years ago
b9db427
cpufreq: governor: Avoid irq_work_queue_on() crash on non-SMP ARM
by Rafael J. Wysocki
· 9 years ago
a23d6d1
cpufreq: ondemand: Rearrange od_dbs_timer() to avoid updating delay
by Viresh Kumar
· 9 years ago
aded387
cpufreq: conservative: Update sample_delay_ns immediately
by Viresh Kumar
· 9 years ago
581c214
cpufreq: governor: No need to manage state machine now
by Viresh Kumar
· 9 years ago
99522fe
cpufreq: Remove cpufreq_governor_lock
by Viresh Kumar
· 9 years ago
49f1856
cpufreq: Call __cpufreq_governor() with policy->rwsem held
by Viresh Kumar
· 9 years ago
69cee71
cpufreq: Merge cpufreq_offline_prepare/finish routines
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
68e80da
Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"
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
fafd5e8
cpufreq: governor: Drop pointless goto from cpufreq_governor_init()
by Rafael J. Wysocki
· 9 years ago
686cc63
cpufreq: governor: Rename skip_work to work_count
by Rafael J. Wysocki
· 9 years ago
cea6a9e
cpufreq: governor: Symmetrize cpu_dbs_info initialization and cleanup
by Rafael J. Wysocki
· 9 years ago
bc50547
cpufreq: governor: Rearrange governor data structures
by Rafael J. Wysocki
· 9 years ago
e975189
cpufreq: governor: Simplify cpufreq_governor_limits()
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
5da3dd1
cpufreq: governor: Avoid passing dbs_data pointers around unnecessarily
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
a4675fb
cpufreq: intel_pstate: Replace timers with utilization update callbacks
by Rafael J. Wysocki
· 9 years ago
34e2c55
cpufreq: Add mechanism for registering utilization update callbacks
by Rafael J. Wysocki
· 9 years ago
ed757a2
cpufreq: acpi-cpufreq: Make read and write operations more efficient
by Rafael J. Wysocki
· 9 years ago
3c2002a
cpufreq: mediatek: allow building as a module
by Arnd Bergmann
· 9 years ago
ddd30ef
cpufreq: qoriq: allow building as module with THERMAL=m
by Arnd Bergmann
· 9 years ago
1c277ca
Merge tag 'pxa-for-4.6' of https://github.com/rjarzmik/linux into next/soc
by Arnd Bergmann
· 9 years ago
c5e29ea
cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
by Shilpasri G Bhat
· 9 years ago
f05c966
cpufreq: intel_pstate: disable HWP notifications
by Srinivas Pandruvada
· 9 years ago
7791e4a
cpufreq: intel_pstate: Enable HWP by default
by Srinivas Pandruvada
· 9 years ago
9a909a1
cpufreq: acpi-cpufreq: Drop pointless label from acpi_cpufreq_target()
by Rafael J. Wysocki
· 9 years ago
6019d23
cpufreq: Rearrange __cpufreq_driver_target()
by Rafael J. Wysocki
· 9 years ago
6997e17
Merge tag 'samsung-drivers-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into next/drivers
by Olof Johansson
· 9 years ago
41cfd64
intel_pstate: Update frequencies of policy->cpus only from ->set_policy()
by Viresh Kumar
· 9 years ago
fd7dc7e
cpufreq: simplify for_each_suitable_policy() macro
by Eric Biggers
· 9 years ago
63af405
cpufreq: fix comment about return value of cpufreq_register_driver()
by Eric Biggers
· 9 years ago
6541aef
cpufreq: Drop unnecessary checks from show() and store()
by Rafael J. Wysocki
· 9 years ago
dd02a3d
cpufreq: dt: No need to allocate resources anymore
by Viresh Kumar
· 9 years ago
df2c8ec
cpufreq: dt: No need to fetch voltage-tolerance
by Viresh Kumar
· 9 years ago
78c3ba5
cpufreq: dt: Use dev_pm_opp_set_rate() to switch frequency
by Viresh Kumar
· 9 years ago
755b888
cpufreq: dt: Reuse dev_pm_opp_get_max_transition_latency()
by Viresh Kumar
· 9 years ago
6def6ea
cpufreq: dt: Unsupported OPPs are already disabled
by Viresh Kumar
· 9 years ago
050794a
cpufreq: dt: Pass regulator name to the OPP core
by Viresh Kumar
· 9 years ago
391d9ae
cpufreq: dt: OPP layers handles clock-latency for V1 bindings as well
by Viresh Kumar
· 9 years ago
457e99e6
cpufreq: dt: Rename 'need_update' to 'opp_v1'
by Viresh Kumar
· 9 years ago
896d6a4
cpufreq: dt: Convert few pr_debug/err() calls to dev_dbg/err()
by Viresh Kumar
· 9 years ago
c89f268
cpufreq: powernv: Replace pr_info with trace print for throttle event
by Shilpasri G Bhat
· 9 years ago
96c4726
cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
by Shilpasri G Bhat
· 9 years ago
6d167a4
cpufreq: powernv: Hot-plug safe the kworker thread
by Shilpasri G Bhat
· 9 years ago
86622cb
cpufreq: powernv: Free 'chips' on module exit
by Shilpasri G Bhat
· 9 years ago
de1df26
cpufreq: Clean up default and fallback governor setup
by Rafael J. Wysocki
· 9 years ago
ea7743e
ARM: pxa: define clock registers as __iomem
by Arnd Bergmann
· 9 years ago
Next »