Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8642bd9e04f51980b2b6293c66acf7e388c9a6e7
/
drivers
/
cpufreq
/
cpufreq.c
cc55875
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 16 years ago
326f6a5
[CPUFREQ] Fix format string bug.
by Chris Wright
· 16 years ago
879000f
cpufreq: fix null object access on Transmeta CPU
by CHIKAMA masaki
· 16 years ago
dca0261
[CPUFREQ] fix double unlock of cpu_policy_rwsem in drivers/cpufreq/cpufreq.c
by Lothar Waßmann
· 16 years ago
e8628dd
[CPUFREQ] expose cpufreq coordination requirements regardless of coordination mechanism
by Darrick J. Wong
· 17 years ago
74212ca
[CPUFREQ] Warn when cpufreq_register_notifier called before pure initcalls
by Cesar Eduardo Barros
· 17 years ago
4570911
[CPUFREQ] Refactor locking in cpufreq_add_dev
by Dave Jones
· 17 years ago
905d77c
[CPUFREQ] more CodingStyle
by Dave Jones
· 17 years ago
4d34a67
[CPUFREQ] CodingStyle
by Dave Jones
· 17 years ago
c906049
[CPUFREQ] Slightly shorten the error paths of cpufreq_suspend/cpufreq_resume
by Dave Jones
· 17 years ago
f6ebef3
[CPUFREQ] fix section mismatch warnings
by Sam Ravnborg
· 17 years ago
a07530b
[CPUFREQ] Fix missing cpufreq_cpu_put() call in ->store
by Dave Jones
· 17 years ago
0db4a8a
[CPUFREQ] Fix missing cpufreq_cpu_put() call in ->show
by Dave Jones
· 17 years ago
7ab4705
cpufreq: fix kobject reference count handling
by Balaji Rao
· 17 years ago
9e76988
[CPUFREQ] Eliminate cpufreq_userspace scaling_setspeed deadlock
by Venki Pallipadi
· 17 years ago
a4a9df5
[CPUFREQ] drivers/cpufreq: Add missing "space"
by Joe Perches
· 17 years ago
53391fa
cpufreq: fix obvious condition statement error
by Yi Yang
· 17 years ago
c10997f
Kobject: convert drivers/* from kobject_unregister() to kobject_put()
by Greg Kroah-Hartman
· 17 years ago
038c5b3
Kobject: change drivers/cpufreq/cpufreq.c to use kobject_init_and_add
by Greg Kroah-Hartman
· 17 years ago
bd6cba5
cpufreq: fix missing unlocks in cpufreq_add_dev error paths.
by Dave Jones
· 17 years ago
efefc6e
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
19c38de
kobjects: fix up improper use of the kobject name field
by Greg Kroah-Hartman
· 17 years ago
9eb5957
[CPUFREQ] Don't take semaphore in cpufreq_quick_get()
by Andi Kleen
· 17 years ago
dd184a0
[CPUFREQ] mark hotplug notifier callback as __cpuinit
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
8122c6c
[CPUFREQ] move policy's governor initialisation out of low-level drivers into cpufreq core
by Thomas Renninger
· 17 years ago
084f349
[CPUFREQ] Restore previously used governor on a hot-replugged CPU
by Thomas Renninger
· 17 years ago
91973de
[CPUFREQ] bugfix cpufreq in combination with performance governor
by Peter Oruba
· 17 years ago
58a7295
[CPUFREQ] Fix sysfs_create_file return value handling
by Tobias Klauser
· 17 years ago
0a4b2cc
[CPUFREQ] check return value of sysfs_create_file
by Thomas Renninger
· 17 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
632786c
[CPUFREQ] Remove deprecated /proc/acpi/processor/performance write support
by Thomas Renninger
· 18 years ago
22c970f
[CPUFREQ] Fix limited cpufreq when booted on battery
by Thomas Renninger
· 18 years ago
ec28297
[PATCH] Fix maxcpus=1 trigerring BUG() in cpufreq
by Venki Pallipadi
· 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
c120069
[CPUFREQ] Remove hotplug cpu crap
by Dave Jones
· 18 years ago
0142f9d
[CPUFREQ] check sysfs_create_link return value
by Ahmed S. Darwish
· 18 years ago
4ab70df
[CPUFREQ] fixes typo in cpufreq.c
by Dhaval Giani
· 18 years ago
c436688
Merge ../linus
by Dave Jones
· 18 years ago
02316067
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
by Ingo Molnar
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
b3438f8
Add "pure_initcall" for static variable initialization
by Linus Torvalds
· 18 years ago
e08f5f5
[CPUFREQ] Fix coding style issues in cpufreq.
by Gautham R Shenoy
· 18 years ago
dfde5d6
[CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedback from hardware
by Venkatesh Pallipadi
· 18 years ago
b4dfdbb
[PATCH] cpufreq: make the transition_notifier chain use SRCU
by Alan Stern
· 18 years ago
0e37b15
[CPUFREQ] Fix cut-n-paste bug in suspend printk
by Dave Jones
· 18 years ago
cd87847
[CPUFREQ] Fix typo.
by Dave Jones
· 18 years ago
ea71497
[CPUFREQ] [2/2] demand load governor modules.
by Jeremy Fitzhardinge
· 18 years ago
3bcb09a
[CPUFREQ] [1/2] add __find_governor helper and clean up some error handling.
by Jeremy Fitzhardinge
· 18 years ago
9c9a43e
[CPUFREQ] return error when failing to set minfreq
by Mattia Dongili
· 18 years ago
153d7f3
[PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizare
by Arjan van de Ven
· 18 years ago
a496e25
[PATCH] Fix cpufreq vs hotplug lockdep recursion.
by Dave Jones
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
74b85f3
[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit only
by Chandra Seetharaman
· 18 years ago
65edc68
[PATCH] cpu hotplug: make [un]register_cpu_notifier init time only
by Chandra Seetharaman
· 18 years ago
9c7b216
[PATCH] cpu hotplug: revert init patch submitted for 2.6.17
by Chandra Seetharaman
· 18 years ago
b10eec2
[CPUFREQ] cpufreq core {d,}printk adjustments
by Jan Beulich
· 19 years ago
83d722f
[PATCH] Remove __devinit and __cpuinit from notifier_call definitions
by Chandra Seetharaman
· 19 years ago
7b14ded
[CPUFREQ] drivers/cpufreq/cpufreq.c: static functions mustn't be exported
by Adrian Bunk
· 19 years ago
7970e08
[CPUFREQ] If max_freq got reduced (e.g. by _PPC) a write to sysfs scaling_governor let cpufreq core stuck at low max_freq for ever
by Thomas Renninger
· 19 years ago
87c3227
[CPUFREQ] trailing whitespace removal de-jour.
by Dave Jones
· 19 years ago
1f8b2c9
[CPUFREQ] extra debugging in cpufreq_add_dev()
by Dave Jones
· 19 years ago
e041c68
[PATCH] Notifier chain update: API changes
by Alan Stern
· 19 years ago
8ff6973
[CPUFREQ] Fix handling for CPU hotplug
by Dave Jones
· 19 years ago
32ee8c3
[CPUFREQ] Lots of whitespace & CodingStyle cleanup.
by Dave Jones
· 19 years ago
7d5e350
[CPUFREQ] Whitespace/CodingStyle cleanups
by Dave Jones
· 19 years ago
a85f7bd
[CPUFREQ] Check whether driver init did not initialize current freq
by Thomas Renninger
· 19 years ago
e4472cb
[CPUFREQ] cpufreq_notify_transition cleanup.
by Dave Jones
· 19 years ago
0961dd0
[CPUFREQ] _PPC frequency change issues
by Thomas Renninger
· 19 years ago
f3876c1
[CPUFREQ] Don't free held mutex in cpufreq_add_dev()
by Andrew Morton
· 19 years ago
83933af
[CPUFREQ] convert remaining cpufreq semaphore to a mutex
by Arjan van de Ven
· 19 years ago
3fc54d3
[CPUFREQ] Convert drivers/cpufreq semaphores to mutexes.
by akpm@osdl.org
· 19 years ago
858119e
[PATCH] Unlinline a bunch of other functions
by Arjan van de Ven
· 19 years ago
95235ca
[CPUFREQ] CPU frequency display in /proc/cpuinfo
by Venkatesh Pallipadi
· 19 years ago
a9d9baa
[PATCH] clean up lock_cpu_hotplug() in cpufreq
by Ashok Raj
· 19 years ago
e738cf6
[PATCH] cpufreq: silence cpufreq for UP
by Grant Coady
· 19 years ago
90d45d1
[PATCH] cpu hotplug: fix locking in cpufreq drivers
by Ashok Raj
· 19 years ago
dad2ad8
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq
by Linus Torvalds
· 19 years ago
c32b6b8
[PATCH] create and destroy cpufreq sysfs entries based on cpu notifiers
by Ashok Raj
· 19 years ago
d434fca
[PATCH] Remove cpu_sys_devices in cpufreq subsystem.
by Ashok Raj
· 19 years ago
e98df50
[CPUFREQ] kzalloc conversions for cpufreq core.
by Dave Jones
· 19 years ago
8085e1f
[CPUFREQ] Bugfix: Call driver exit in cpufreq_add_dev error path
by Venkatesh Pallipadi
· 19 years ago
cc993ca
Here are two possible cleanups in cpufreq.c:
by Dave Jones
· 19 years ago
e00d996
[PATCH] pm: fix u32 vs. pm_message_t confusion in cpufreq
by Bernard Blackham
· 19 years ago
70f2817
[PATCH] sysfs: (rest) if show/store is missing return -EIO
by Dmitry Torokhov
· 20 years ago
78ee998
[CPUFREQ] cpufreq-core: reduce warning messages.
by Dave Jones
· 19 years ago
ac09f69
[PATCH] cpufreq annoying warning fix
by Benjamin Herrenschmidt
· 20 years ago
42d4dc3
[PATCH] Add suspend method to cpufreq core
by Benjamin Herrenschmidt
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago