Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
21b4c415e43717b3dbc17ebef66ee2054f8f2e21
/
drivers
/
cpufreq
21b4c41
cpufreq / s3c24xx: Fix s3c_cpufreq_initclks() __init attribute location
by Hanjun Guo
· 11 years ago
295dbde
cpufreq / pxa2xx: Fix pxa_cpufreq_init_voltages() __init attribute location
by Hanjun Guo
· 11 years ago
af97385
cpufreq / gx: Fix gx_detect_chipset() __init attribute location
by Hanjun Guo
· 11 years ago
8ee3f8e
pxa3xx-cpufreq.c: Avoid using ARRAY_AND_SIZE(e) as a function argument
by Julia Lawall
· 11 years ago
4a511de
cpufreq: cpufreq-cpu0: NULL is a valid regulator
by Mark Brown
· 11 years ago
59027d3
acpi-cpufreq: Use cpufreq_freq_attr_rw to define the cpb attribute
by Lan Tianyu
· 11 years ago
361c2cb
Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux into pm-cpufreq
by Rafael J. Wysocki
· 11 years ago
c49a089
Merge back earlier 'pm-cpufreq' material
by Rafael J. Wysocki
· 11 years ago
45e1208
cpufreq: fix EXYNOS drivers selection
by Bartlomiej Zolnierkiewicz
· 11 years ago
c721d15
cpufreq: exynos5440: Fix to skip when new frequency same as current
by Amit Daniel Kachhap
· 11 years ago
3de9bde
cpufreq: improve error checking on return values of __cpufreq_governor()
by Viresh Kumar
· 11 years ago
adc97d6
cpufreq: Drop the owner field from struct cpufreq_driver
by Viresh Kumar
· 11 years ago
6eed940
cpufreq: Use rwsem for protecting critical sections
by Viresh Kumar
· 11 years ago
fe492f3
cpufreq: Fix broken usage of governor->owner's refcount
by Viresh Kumar
· 11 years ago
eb60852
cpufreq: Use cpufreq_policy_list for iterating over policies
by Viresh Kumar
· 11 years ago
c88a1f8
cpufreq: Store cpufreq policies in a list
by Lukasz Majewski
· 11 years ago
d5b73cd
cpufreq: Use sizeof(*ptr) convetion for computing sizes
by Viresh Kumar
· 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
1133bfa
Merge branch 'pm-cpufreq-ondemand' into pm-cpufreq
by Rafael J. Wysocki
· 11 years ago
d8d3b47
cpufreq: Pass policy to cpufreq_add_policy_cpu()
by Viresh Kumar
· 11 years ago
10659ab
cpufreq: Avoid double kobject_put() for the same kobject in error code path
by Rafael J. Wysocki
· 11 years ago
71c3461
cpufreq: Do not hold driver module references for additional policy CPUs
by Rafael J. Wysocki
· 11 years ago
308b60e
cpufreq: Don't pass CPU to cpufreq_add_dev_{symlink|interface}()
by Viresh Kumar
· 11 years ago
e8fdde1
cpufreq: Remove extra variables from cpufreq_add_dev_symlink()
by Viresh Kumar
· 11 years ago
5302c3f
cpufreq: Perform light-weight init/teardown during suspend/resume
by Srivatsa S. Bhat
· 11 years ago
8414809
cpufreq: Preserve policy structure across suspend/resume
by Srivatsa S. Bhat
· 11 years ago
a82fab2
cpufreq: Introduce a flag ('frozen') to separate full vs temporary init/teardown
by Srivatsa S. Bhat
· 11 years ago
f9ba680
cpufreq: Extract the handover of policy cpu to a helper function
by Srivatsa S. Bhat
· 11 years ago
e18f168
cpufreq: Extract non-interface related stuff from cpufreq_add_dev_interface
by Srivatsa S. Bhat
· 11 years ago
e9698cc
cpufreq: Add helper to perform alloc/free of policy structure
by Srivatsa S. Bhat
· 11 years ago
23d32899
cpufreq: Fix misplaced call to cpufreq_update_policy()
by Srivatsa S. Bhat
· 11 years ago
6c4640c
cpufreq: rename ignore_nice as ignore_nice_load
by Viresh Kumar
· 11 years ago
f54fe64
cpufreq: loongson2: fix regression related to clock management
by Aaro Koskinen
· 11 years ago
2a99859
cpufreq: Fix cpufreq driver module refcount balance after suspend/resume
by Rafael J. Wysocki
· 11 years ago
cffe4e0
cpufreq: Remove unused function __cpufreq_driver_getavg()
by Stratos Karafotis
· 11 years ago
61c63e5
cpufreq: Remove unused APERF/MPERF support
by Stratos Karafotis
· 11 years ago
dfa5bb6
cpufreq: ondemand: Change the calculation of target frequency
by Stratos Karafotis
· 11 years ago
2134ed4
cpufreq / intel_pstate: Change to scale off of max P-state
by Dirk Brandewie
· 11 years ago
b7356ab
Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
e8d0527
cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regression
by Srivatsa S. Bhat
· 11 years ago
2760984
cpufreq: delete __cpuinit usage from all cpufreq files
by Paul Gortmaker
· 11 years ago
4a6c410
cpufreq: s3c24xx: rename CONFIG_CPU_FREQ_S3C24XX_DEBUGFS
by Paul Bolle
· 11 years ago
aae760e
cpufreq: Revert commit a66b2e to fix suspend/resume regression
by Srivatsa S. Bhat
· 11 years ago
7728f03
Merge tag 'pm+acpi-3.11-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
80cc38b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
266c13d
cpufreq: Fix serialization of frequency transitions
by Viresh Kumar
· 11 years ago
f991fae
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 11 years ago
0bf6a21
Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 11 years ago
2c843bd
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
f51e1eb
cpufreq: Fix cpufreq regression after suspend/resume
by Srivatsa S. Bhat
· 11 years ago
2cc6ced
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
405a108
Merge branch 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
a204dbc
Merge branch 'acpi-hotplug'
by Rafael J. Wysocki
· 11 years ago
419e172
cpufreq: don't leave stale policy pointer in cdbs->cur_policy
by Jacob Shin
· 11 years ago
874e628
Merge branch 'pm-fixes' into pm-cpufreq
by Rafael J. Wysocki
· 11 years ago
f4fd379
acpi-cpufreq: Add new sysfs attribute freqdomain_cpus
by Lan Tianyu
· 11 years ago
7c30ed5
cpufreq: make sure frequency transitions are serialized
by Viresh Kumar
· 11 years ago
e11158c
Merge branch 'pm-cpufreq-arm' into pm-cpufreq
by Rafael J. Wysocki
· 11 years ago
39a95f4
Merge branch 'pm-cpufreq-assorted' into pm-cpufreq
by Rafael J. Wysocki
· 11 years ago
c283755
cpufreq: fix NULL pointer deference at od_set_powersave_bias()
by Jacob Shin
· 11 years ago
027f6d5
Merge branch 'cpufreq-fix-notification-arm' of git://git.linaro.org/people/vireshk/linux into pm-cpufreq-arm
by Rafael J. Wysocki
· 11 years ago
f56cc99
cpufreq: tegra: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 11 years ago
6cdc9ef
cpufreq: s3c64xx: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 11 years ago
44a49a2
cpufreq: omap: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 11 years ago
5a571c3
cpufreq: imx6q: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 11 years ago
c3aca6b
cpufreq: exynos: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 11 years ago
803c126
cpufreq: dbx500: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 11 years ago
f20b97d
cpufreq: davinci: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 11 years ago
3d69dd5
cpufreq: arm-big-little: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 11 years ago
7f77a56
cpufreq: powernow-k8: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 11 years ago
f77f146
cpufreq: pcc: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 11 years ago
567f4f6
cpufreq: e_powersaver: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 11 years ago
e15d830
cpufreq: ACPI: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 11 years ago
166b9ad
cpufreq: s3c2416: fix forgotten driver_data conversions
by Heiko Stübner
· 11 years ago
0956df9c
cpufreq: make __cpufreq_notify_transition() static
by Viresh Kumar
· 11 years ago
bb176f7
cpufreq: Fix minor formatting issues
by Viresh Kumar
· 11 years ago
95731eb
cpufreq: Fix governor start/stop race condition
by Xiaoguang Chen
· 11 years ago
d1922f0
cpufreq: Simplify userspace governor
by Viresh Kumar
· 11 years ago
278cee0
treewide: Fix typo in printk
by Masanari Iida
· 11 years ago
dbcc9f8
cpufreq: X86_AMD_FREQ_SENSITIVITY: select CPU_FREQ_TABLE
by Viresh Kumar
· 11 years ago
dbb8d76
cpufreq: tegra: create CONFIG_ARM_TEGRA_CPUFREQ
by Viresh Kumar
· 11 years ago
6866cba
cpufreq: S3C2416/S3C64XX: select CPU_FREQ_TABLE
by Viresh Kumar
· 11 years ago
5f5e302
cpufreq: powerpc: CBE_RAS: select CPU_FREQ_TABLE
by Viresh Kumar
· 11 years ago
5d6a62b
cpufreq: imx: select CPU_FREQ_TABLE
by Viresh Kumar
· 11 years ago
29c4b57
cpufreq: highbank: remove select CPU_FREQ_TABLE
by Viresh Kumar
· 11 years ago
46f3049
cpufreq: exynos: select CPU_FREQ_TABLE
by Viresh Kumar
· 11 years ago
96070b1
cpufreq: blackfin: enable driver for CONFIG_BFIN_CPU_FREQ
by Viresh Kumar
· 11 years ago
ae7b6dc
Merge branch 'v3.11-next/driver-cpufreq' into v3.11-next/s3c24xx-driver
by Kukjin Kim
· 11 years ago
7fb6a53
cpufreq: powerpc: move cpufreq driver to drivers/cpufreq
by Viresh Kumar
· 12 years ago
7a4b350
Merge branch 'cpufreq-next' of git://git.linaro.org/people/vireshk/linux into pm-cpufreq
by Rafael J. Wysocki
· 11 years ago
c655aff
ACPI / cpufreq: Add ACPI processor device IDs to acpi-cpufreq
by Rafael J. Wysocki
· 11 years ago
ea61623
cpufreq: kirkwood: Select CPU_FREQ_TABLE option
by Ezequiel Garcia
· 11 years ago
fe948f5
cpufreq: big.LITTLE needs cpufreq table
by Arnd Bergmann
· 11 years ago
4b41674
cpufreq: SPEAr needs cpufreq table
by Arnd Bergmann
· 11 years ago
defa4c7
cpufreq: powerpc: Add cpufreq driver for Freescale e500mc SoCs
by Tang Yuantian
· 11 years ago
0ca6843
cpufreq: cpufreq-cpu0: use the exact frequency for clk_set_rate()
by Guennadi Liakhovetski
· 12 years ago
2f7021a8
cpufreq: protect 'policy->cpus' from offlining during __gov_queue_work()
by Michael Wang
· 11 years ago
8673b83
acpi-cpufreq: set current frequency based on target P-State
by Ross Lagerwall
· 11 years ago
a262e94
cpufreq: remove unnecessary cpufreq_cpu_{get|put}() calls
by Viresh Kumar
· 11 years ago
Next »