Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5896f8fe491891f551bdc6574bbc4a07c054c30b
/
include
/
linux
/
cpufreq.h
236a980
cpufreq: Make cpufreq_notify_transition & cpufreq_notify_post_transition static
by Viresh Kumar
· 11 years ago
12478cf
cpufreq: Make sure frequency transitions are serialized
by Srivatsa S. Bhat
· 11 years ago
367dc4a
cpufreq: Add stop CPU callback to cpufreq_driver interface
by Dirk Brandewie
· 11 years ago
0b443ea
cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE}
by Viresh Kumar
· 11 years ago
979d86f
cpufreq: Remove cpufreq_generic_exit()
by Viresh Kumar
· 11 years ago
e0b3165
cpufreq: add 'freq_table' in struct cpufreq_policy
by Viresh Kumar
· 11 years ago
e28867e
cpufreq: Implement cpufreq_generic_suspend()
by Viresh Kumar
· 11 years ago
2f0aea9
cpufreq: suspend governors on system suspend/hibernate
by Viresh Kumar
· 11 years ago
6f19efc
cpufreq: Add boost frequency support in core
by Lukasz Majewski
· 11 years ago
652ed95
cpufreq: introduce cpufreq_generic_get() routine
by Viresh Kumar
· 11 years ago
fcd7af9
cpufreq: stats: handle cpufreq_unregister_driver() and suspend/resume properly
by Viresh Kumar
· 11 years ago
d391669
cpufreq: Make sure CPU is running on a freq from freq-table
by Viresh Kumar
· 11 years ago
ae6b427
cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flag
by Viresh Kumar
· 11 years ago
f7ba3b4
cpufreq: Introduce cpufreq_notify_post_transition()
by Viresh Kumar
· 11 years ago
12205a4
Revert "cpufreq: suspend governors on system suspend/hibernate"
by Rafael J. Wysocki
· 11 years ago
7cdcec9
Merge branches 'pm-cpuidle' and 'pm-cpufreq'
by Rafael J. Wysocki
· 11 years ago
5a87182
cpufreq: suspend governors on system suspend/hibernate
by Viresh Kumar
· 11 years ago
049ffa8
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
7dbf694
cpufreq: distinguish drivers that do asynchronous notifications
by Viresh Kumar
· 11 years ago
ad7722d
cpufreq: create per policy rwsem instead of per CPU cpu_policy_rwsem
by viresh kumar
· 11 years ago
9c0ebcf
cpufreq: Implement light weight ->target_index() routine
by Viresh Kumar
· 11 years ago
c75b505
cpufreq: Add dummy cpufreq_cpu_get/put for CONFIG_CPU_FREQ=n
by Daniel Vetter
· 11 years ago
70e9e77
cpufreq: create cpufreq_generic_init() routine
by Viresh Kumar
· 11 years ago
1843451
cpufreq: define generic .attr, .exit() and .verify() routines
by Viresh Kumar
· 11 years ago
be49e34
cpufreq: add new routine cpufreq_verify_within_cpu_limits()
by Viresh Kumar
· 11 years ago
0b981e7
cpufreq: use cpufreq_driver->flags to mark CPUFREQ_HAVE_GOVERNOR_PER_POLICY
by Viresh Kumar
· 11 years ago
6461f01
cpufreq: rewrite cpufreq_driver->flags using shift operator
by Viresh Kumar
· 11 years ago
27047a6
cpufreq: Add new helper cpufreq_table_validate_and_show()
by Viresh Kumar
· 11 years ago
798282a
Revert "cpufreq: make sure frequency transitions are serialized"
by Rafael J. Wysocki
· 11 years ago
56d07db
cpufreq: Remove temporary fix for race between CPU hotplug and sysfs-writes
by Srivatsa S. Bhat
· 11 years ago
19c7630
cpufreq: serialize calls to __cpufreq_governor()
by Viresh Kumar
· 11 years ago
adc97d6
cpufreq: Drop the owner field from struct cpufreq_driver
by Viresh Kumar
· 11 years ago
c88a1f8
cpufreq: Store cpufreq policies in a list
by Lukasz Majewski
· 11 years ago
3a3e9e0
cpufreq: Give consistent names to cpufreq_policy objects
by Viresh Kumar
· 11 years ago
74aca95
cpufreq: Re-arrange declarations in cpufreq.h
by Viresh Kumar
· 11 years ago
5ff0a26
cpufreq: Clean up header files included in the core
by Viresh Kumar
· 11 years ago
cffe4e0
cpufreq: Remove unused function __cpufreq_driver_getavg()
by Stratos Karafotis
· 11 years ago
266c13d
cpufreq: Fix serialization of frequency transitions
by Viresh Kumar
· 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
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
5070158
cpufreq: rename index as driver_data in cpufreq_frequency_table
by Viresh Kumar
· 12 years ago
2361be2
cpufreq: Don't create empty /sys/devices/system/cpu/cpufreq directory
by Viresh Kumar
· 12 years ago
72a4ce3
cpufreq: Move get_cpu_idle_time() to cpufreq.c
by Viresh Kumar
· 12 years ago
944e9a0
cpufreq: governors: Move get_governor_parent_kobj() to cpufreq.c
by Viresh Kumar
· 12 years ago
b43a7ff
cpufreq: Notify all policy->cpus in cpufreq_notify_transition()
by Viresh Kumar
· 12 years ago
4d5dcc4
cpufreq: governor: Implement per policy instances of governors
by Viresh Kumar
· 12 years ago
7bd353a
cpufreq: Add per policy governor-init/exit infrastructure
by Viresh Kumar
· 12 years ago
62b36cc
cpufreq: Remove unnecessary use of policy->shared_type
by Viresh Kumar
· 12 years ago
b394058
cpufreq: governors: Reset tunables only for cpufreq_unregister_governor()
by Viresh Kumar
· 12 years ago
2624f90
cpufreq: governors: implement generic policy_is_shared
by Fabio Baltieri
· 12 years ago
951fc5f
cpufreq: Update Documentation for cpus and related_cpus
by Viresh Kumar
· 12 years ago
ab45bd9
cpufreq: Sort function prototypes properly
by Borislav Petkov
· 12 years ago
9d95046
cpufreq: Add a get_current_driver helper
by Borislav Petkov
· 12 years ago
b8eed8a
cpufreq: Simplify __cpufreq_remove_dev()
by Viresh Kumar
· 12 years ago
4471a34
cpufreq: governors: remove redundant code
by Viresh Kumar
· 12 years ago
2aacdff
cpufreq: Move common part from governors to separate file, v2
by viresh kumar
· 12 years ago
4b972f0
cpufreq / core: Fix printing of governor and driver name
by viresh kumar
· 12 years ago
250f671
Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
313162d
device.h: audit and cleanup users in main include dir
by Paul Gortmaker
· 13 years ago
a7b422c
provide disable_cpufreq() function to disable the API.
by Konrad Rzeszutek Wilk
· 13 years ago
3d73710
cpufreq: expose a cpufreq_quick_get_max routine
by Jesse Barnes
· 13 years ago
335dc33
[CPUFREQ] cpufreq.h: Fix some checkpatch.pl coding style issues.
by Thiago Farina
· 14 years ago
2d06d8c
[CPUFREQ] use dynamic debug instead of custom infrastructure
by Dominik Brodowski
· 14 years ago
7ca64e2
[CPUFREQ] Remove the pm_message_t argument from driver suspend
by Rafael J. Wysocki
· 14 years ago
e895125
[CPUFREQ] Remove old, deprecated per cpu ondemand/conservative sysfs files
by Thomas Renninger
· 14 years ago
226528c
[CPUFREQ] unexport (un)lock_policy_rwsem* functions
by Amerigo Wang
· 15 years ago
6dad2a2
cpufreq: Unify sysfs attribute definition macros
by Borislav Petkov
· 15 years ago
e2f74f3
[ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interface
by Thomas Renninger
· 15 years ago
2eca40a
cpufreq: add cpufreq_get() stub for CONFIG_CPU_FREQ=n
by Randy Dunlap
· 15 years ago
8aa84ad
[CPUFREQ] Introduce global, not per core: /sys/devices/system/cpu/cpufreq
by Thomas Renninger
· 15 years ago
129f8ae
Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod."
by Dave Jones
· 16 years ago
835481d
cpumask: convert struct cpufreq_policy to cpumask_var_t
by Rusty Russell
· 16 years ago
e088e4c
[CPUFREQ] Disable sysfs ui for p4-clockmod.
by Matthew Garrett
· 16 years ago
bf0b90e
[CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg()
by venkatesh.pallipadi@intel.com
· 16 years ago
a1531ac
cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called already
by Thomas Renninger
· 16 years ago
48adcf1
[CPUFREQ] cpufreq: remove CVS keywords
by Adrian Bunk
· 17 years ago
30d221d
[CPUFREQ] allow use of the powersave governor as the default one
by Alessandro Guido
· 17 years ago
e8628dd
[CPUFREQ] expose cpufreq coordination requirements regardless of coordination mechanism
by Darrick J. Wong
· 17 years ago
9e76988
[CPUFREQ] Eliminate cpufreq_userspace scaling_setspeed deadlock
by Venki Pallipadi
· 17 years ago
6070b5d
[CPUFREQ] implement !CONFIG_CPU_FREQ stub for cpufreq_unregister_notifier()
by Satyam Sharma
· 17 years ago
6afde10
[CPUFREQ] Only check for transition latency on problematic governors (kconfig fix)
by Thomas Renninger
· 17 years ago
1c25624
[CPUFREQ] allow ondemand and conservative cpufreq governors to be used as default
by Thomas Renninger
· 17 years ago
ff0ce68
Revert "[PATCH] x86-64: fix x86_64-mm-sched-clock-share"
by Linus Torvalds
· 17 years ago
ea62ccd
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
by Linus Torvalds
· 18 years ago
184c44d
[PATCH] x86-64: fix x86_64-mm-sched-clock-share
by Andrew Morton
· 18 years ago
632786c
[CPUFREQ] Remove deprecated /proc/acpi/processor/performance write support
by Thomas Renninger
· 18 years ago
221dee2
Revert "[CPUFREQ] constify cpufreq_driver where possible."
by Linus Torvalds
· 18 years ago
aeeddc1
[CPUFREQ] constify cpufreq_driver where possible.
by Dave Jones
· 18 years ago
5a01f2e
[CPUFREQ] Rewrite lock in cpufreq to eliminate cpufreq/hotplug related issues
by Venkatesh Pallipadi
· 18 years ago
dfde5d6
[CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedback from hardware
by Venkatesh Pallipadi
· 18 years ago
153d7f3
[PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizare
by Arjan van de Ven
· 18 years ago
46f18e3
ACPI: HW P-state coordination support
by Venkatesh Pallipadi
· 18 years ago
3722447
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 18 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
3b2d994
P-state software coordination for ACPI core
by Venkatesh Pallipadi
· 19 years ago
83933af
[CPUFREQ] convert remaining cpufreq semaphore to a mutex
by Arjan van de Ven
· 19 years ago
95235ca
[CPUFREQ] CPU frequency display in /proc/cpuinfo
by Venkatesh Pallipadi
· 19 years ago
4e57b68
[PATCH] fix missing includes
by Tim Schmielau
· 19 years ago
Next »