aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-20cpufreq: Fix sysfs deadlock with concurrent hotplug/frequency switchStephen Boyd1-8/+27
2012-03-14provide disable_cpufreq() function to disable the API.Konrad Rzeszutek Wilk1-0/+24
2012-01-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds1-2/+1
2012-01-06[CPUFREQ] update lpj only if frequency has changedAfzal Mohammed1-2/+1
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-40/+39
2011-06-28cpufreq: expose a cpufreq_quick_get_max routineJesse Barnes1-0/+20
2011-05-04[CPUFREQ] remove redundant sprintf from request_module call.Kees Cook1-13/+6
2011-05-04[CPUFREQ] use dynamic debug instead of custom infrastructureDominik Brodowski1-143/+37
2011-05-04[CPUFREQ] CPU hotplug, re-create sysfs directory and symlinksJacob Shin1-2/+18
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23cpufreq: Use syscore_ops for boot CPU suspend/resume (v2)Rafael J. Wysocki1-40/+26
2011-03-16[CPUFREQ] Remove the pm_message_t argument from driver suspendRafael J. Wysocki1-1/+1
2011-03-01[CPUFREQ] fix BUG on cpufreq policy init failureJiri Slaby1-12/+15
2011-01-04perf: Clean up power events by introducing new, more generic onesThomas Renninger1-0/+1
2010-10-22[CPUFREQ] drivers/cpufreq: Adjust confusing if indentationJulia Lawall1-2/+2
2010-08-03[CPUFREQ] fix brace coding style issue.Neal Buckendahl1-2/+1
2010-08-03[CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger1-0/+5
2010-08-03[CPUFREQ] unexport (un)lock_policy_rwsem* functionsAmerigo Wang1-7/+3
2010-08-03[CPUFREQ] fix memory leak in cpufreq_add_devXiaotian Feng1-0/+1
2010-08-03[CPUFREQ] revert "[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (sec...Andrej Gelenberg1-10/+1
2010-05-08Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin1-5/+14
2010-04-09cpufreq: Unify sysfs attribute definition macrosBorislav Petkov1-26/+14
2010-03-31[CPUFREQ] fix a lockdep warningAmerigo Wang1-5/+14
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-8/+8
2009-11-24[ACPI/CPUFREQ] Introduce bios_limit per cpu cpufreq sysfs interfaceThomas Renninger1-0/+21
2009-11-24[CPUFREQ] make internal cpufreq_add_dev_* staticAlex Chiang1-5/+8
2009-11-17[CPUFREQ] Fix stale cpufreq_cpu_governor pointerPrarit Bhargava1-2/+30
2009-11-17[CPUFREQ] Fix use after free on governor restoreDmitry Monakhov1-6/+10
2009-10-29percpu: make percpu symbols in cpufreq uniqueTejun Heo1-8/+8
2009-09-01[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP call (second call site)Mathieu Desnoyers1-1/+12
2009-09-01[CPUFREQ] Introduce global, not per core: /sys/devices/system/cpu/cpufreqThomas Renninger1-1/+8
2009-09-01[CPUFREQ] Bail out of cpufreq_add_dev if the link for a managed CPU got createdThomas Renninger1-3/+17
2009-09-01[CPUFREQ] Factor out policy setting from cpufreq_add_devDave Jones1-76/+90
2009-09-01[CPUFREQ] Factor out interface creation from cpufreq_add_devDave Jones1-37/+52
2009-09-01[CPUFREQ] Factor out symlink creation from cpufreq_add_devDave Jones1-20/+31
2009-09-01[CPUFREQ] cleanup up -ENOMEM handling in cpufreq_add_devDave Jones1-9/+6
2009-09-01[CPUFREQ] Reduce scope of cpu_sys_dev in cpufreq_add_devDave Jones1-1/+1
2009-09-01[CPUFREQ] Re-enable cpufreq suspend and resume codeDominik Brodowski1-88/+7
2009-08-04[CPUFREQ] Make cpufreq suspend code conditional on powerpc.Dave Jones1-2/+19
2009-08-04[CPUFREQ] Fix a kobject reference bug related to managed CPUsThomas Renninger1-1/+3
2009-08-04[CPUFREQ] Do not set policy for offline cpusPrarit Bhargava1-0/+2
2009-07-08[CPUFREQ] Fix compile failure in cpufreq.cDave Jones1-3/+4
2009-07-06[CPUFREQ] fix (utter) cpufreq_add_dev messMathieu Desnoyers1-25/+40
2009-07-06[CPUFREQ] Eliminate the recent lockdep warnings in cpufreqvenkatesh.pallipadi@intel.com1-2/+2
2009-06-09cpumask: alloc zeroed cpumask for static cpumask_var_tsYinghai Lu1-1/+1
2009-05-26[CPUFREQ] remove rwsem lock from CPUFREQ_GOV_STOP callMathieu Desnoyers1-2/+2
2009-03-26Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds1-26/+29
2009-03-09Revert "[CPUFREQ] Disable sysfs ui for p4-clockmod."Dave Jones1-33/+18
2009-02-24[CPUFREQ] Introduce /sys/devices/system/cpu/cpu*/cpufreq/cpuinfo_transition_l...Thomas Renninger1-0/+3
2009-02-24[CPUFREQ] checkpatch cleanups for cpufreq coreDave Jones1-26/+26
2009-01-06cpumask: convert struct cpufreq_policy to cpumask_var_tRusty Russell1-14/+28
2008-12-05[CPUFREQ] Fix on resume, now preserves user policy min/max.Mike Chan1-2/+2
2008-12-05[CPUFREQ] Disable sysfs ui for p4-clockmod.Matthew Garrett1-18/+33
2008-10-09[CPUFREQ][1/6] cpufreq: Add cpu number parameter to __cpufreq_driver_getavg()venkatesh.pallipadi@intel.com1-3/+3
2008-10-09[CPUFREQ] drivers/cpufreq/cpufreq.c: Adjust error handling code involving cpu...Julia Lawall1-8/+16
2008-07-30cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called alreadyThomas Renninger1-0/+3
2008-07-23Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+7
2008-07-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds1-21/+24
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar1-5/+5
2008-06-09Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds1-1/+1
2008-06-09[CPUFREQ] Fix format string bug.Chris Wright1-1/+1
2008-06-06cpufreq: fix null object access on Transmeta CPUCHIKAMA masaki1-2/+2
2008-05-29[CPUFREQ] fix double unlock of cpu_policy_rwsem in drivers/cpufreq/cpufreq.cLothar Waßmann1-2/+2
2008-05-23cpufreq: use performance variant for_each_cpu_mask_nrMike Travis1-7/+7
2008-05-19[CPUFREQ] change cpu freq arrays to per_cpu variablesMike Travis1-21/+24
2008-04-28[CPUFREQ] expose cpufreq coordination requirements regardless of coordination...Darrick J. Wong1-5/+24
2008-04-28[CPUFREQ] Warn when cpufreq_register_notifier called before pure initcallsCesar Eduardo Barros1-0/+4
2008-04-28[CPUFREQ] Refactor locking in cpufreq_add_devDave Jones1-23/+11
2008-04-28[CPUFREQ] more CodingStyleDave Jones1-30/+29
2008-04-28[CPUFREQ] CodingStyleDave Jones1-5/+5
2008-04-28[CPUFREQ] Slightly shorten the error paths of cpufreq_suspend/cpufreq_resumeDave Jones1-14/+8
2008-03-05[CPUFREQ] fix section mismatch warningsSam Ravnborg1-1/+1
2008-03-05[CPUFREQ] Fix missing cpufreq_cpu_put() call in ->storeDave Jones1-4/+5
2008-03-05[CPUFREQ] Fix missing cpufreq_cpu_put() call in ->showDave Jones1-4/+5
2008-02-21cpufreq: fix kobject reference count handlingBalaji Rao1-8/+0
2008-02-06[CPUFREQ] Eliminate cpufreq_userspace scaling_setspeed deadlockVenki Pallipadi1-0/+27
2008-02-06[CPUFREQ] drivers/cpufreq: Add missing "space"Joe Perches1-3/+3
2008-01-30cpufreq: fix obvious condition statement errorYi Yang1-1/+1
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-3/+1
2008-01-24Kobject: change drivers/cpufreq/cpufreq.c to use kobject_init_and_addGreg Kroah-Hartman1-5/+3
2007-12-17cpufreq: fix missing unlocks in cpufreq_add_dev error paths.Dave Jones1-3/+9
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+1
2007-10-12kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman1-1/+1
2007-10-09[CPUFREQ] Don't take semaphore in cpufreq_quick_get()Andi Kleen1-5/+0
2007-10-04[CPUFREQ] mark hotplug notifier callback as __cpuinitSatyam Sharma1-1/+1
2007-10-04[CPUFREQ] Only check for transition latency on problematic governors (kconfig...Thomas Renninger1-7/+20
2007-10-04[CPUFREQ] allow ondemand and conservative cpufreq governors to be used as def...Thomas Renninger1-0/+12
2007-10-04[CPUFREQ] move policy's governor initialisation out of low-level drivers into...Thomas Renninger1-0/+2
2007-07-13[CPUFREQ] Restore previously used governor on a hot-replugged CPUThomas Renninger1-1/+22
2007-07-13[CPUFREQ] bugfix cpufreq in combination with performance governorPeter Oruba1-6/+0
2007-06-21[CPUFREQ] Fix sysfs_create_file return value handlingTobias Klauser1-3/+6
2007-05-29[CPUFREQ] check return value of sysfs_create_fileThomas Renninger1-5/+10
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+3
2007-04-26[CPUFREQ] Remove deprecated /proc/acpi/processor/performance write supportThomas Renninger1-37/+0
2007-04-26[CPUFREQ] Fix limited cpufreq when booted on batteryThomas Renninger1-2/+8
2007-03-27[PATCH] Fix maxcpus=1 trigerring BUG() in cpufreqVenki Pallipadi1-0/+4
2007-02-26Revert "[CPUFREQ] constify cpufreq_driver where possible."Linus Torvalds1-2/+2
2007-02-22[CPUFREQ] constify cpufreq_driver where possible.Dave Jones1-2/+2
2007-02-10[CPUFREQ] Rewrite lock in cpufreq to eliminate cpufreq/hotplug related issuesVenkatesh Pallipadi1-63/+181
2007-02-10[CPUFREQ] Remove hotplug cpu crapDave Jones1-16/+0
2007-01-29[CPUFREQ] check sysfs_create_link return valueAhmed S. Darwish1-4/+13
2006-12-13[CPUFREQ] fixes typo in cpufreq.cDhaval Giani1-1/+1
2006-12-12Merge ../linusDave Jones1-9/+8
2006-12-07[PATCH] hotplug CPU: clean up hotcpu_notifier() useIngo Molnar1-2/+0
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-4/+6
2006-11-20Add "pure_initcall" for static variable initializationLinus Torvalds1-1/+1
2006-11-06[CPUFREQ] Fix coding style issues in cpufreq.Gautham R Shenoy1-45/+91
2006-10-15[CPUFREQ][8/8] acpi-cpufreq: Add support for freq feedback from hardwareVenkatesh Pallipadi1-0/+20
2006-10-04[PATCH] cpufreq: make the transition_notifier chain use SRCUAlan Stern1-7/+13
2006-09-26[CPUFREQ] Fix cut-n-paste bug in suspend printkDave Jones1-1/+1
2006-08-11[CPUFREQ] Fix typo.Dave Jones1-1/+1
2006-07-31[CPUFREQ] [2/2] demand load governor modules.Jeremy Fitzhardinge1-0/+17
2006-07-31[CPUFREQ] [1/2] add __find_governor helper and clean up some error handling.Jeremy Fitzhardinge1-23/+34
2006-07-31[CPUFREQ] return error when failing to set minfreqMattia Dongili1-0/+5
2006-07-26[PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizareArjan van de Ven1-22/+18
2006-07-07[PATCH] Fix cpufreq vs hotplug lockdep recursion.Dave Jones1-0/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] cpu hotplug: make cpu_notifier related notifier blocks __cpuinit onlyChandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: make [un]register_cpu_notifier init time onlyChandra Seetharaman1-3/+5
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-04[CPUFREQ] cpufreq core {d,}printk adjustmentsJan Beulich1-4/+4
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman1-1/+1
2006-04-18[CPUFREQ] drivers/cpufreq/cpufreq.c: static functions mustn't be exportedAdrian Bunk1-1/+0
2006-04-18[CPUFREQ] If max_freq got reduced (e.g. by _PPC) a write to sysfs scaling_gov...Thomas Renninger1-2/+15
2006-03-29[CPUFREQ] trailing whitespace removal de-jour.Dave Jones1-3/+2
2006-03-29[CPUFREQ] extra debugging in cpufreq_add_dev()Dave Jones1-1/+1
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-35/+26
2006-03-05[CPUFREQ] Fix handling for CPU hotplugDave Jones1-2/+49
2006-02-28[CPUFREQ] Lots of whitespace & CodingStyle cleanup.Dave Jones1-27/+27
2006-02-02[CPUFREQ] Whitespace/CodingStyle cleanupsDave Jones1-33/+21
2006-02-02[CPUFREQ] Check whether driver init did not initialize current freqThomas Renninger1-2/+7
2006-01-31[CPUFREQ] cpufreq_notify_transition cleanup.Dave Jones1-19/+28
2006-01-26[CPUFREQ] _PPC frequency change issuesThomas Renninger1-0/+8
2006-01-18[CPUFREQ] Don't free held mutex in cpufreq_add_dev()Andrew Morton1-2/+4
2006-01-18[CPUFREQ] convert remaining cpufreq semaphore to a mutexArjan van de Ven1-18/+19
2006-01-18[CPUFREQ] Convert drivers/cpufreq semaphores to mutexes.akpm@osdl.org1-9/+10
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-4/+3
2005-12-06[CPUFREQ] CPU frequency display in /proc/cpuinfoVenkatesh Pallipadi1-0/+24
2005-11-28[PATCH] clean up lock_cpu_hotplug() in cpufreqAshok Raj1-10/+2
2005-11-22[PATCH] cpufreq: silence cpufreq for UPGrant Coady1-1/+1
2005-11-09[PATCH] cpu hotplug: fix locking in cpufreq driversAshok Raj1-14/+10
2005-11-07Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds1-2/+1
2005-10-30[PATCH] create and destroy cpufreq sysfs entries based on cpu notifiersAshok Raj1-5/+64
2005-10-30[PATCH] Remove cpu_sys_devices in cpufreq subsystem.Ashok Raj1-13/+3
2005-10-20[CPUFREQ] kzalloc conversions for cpufreq core.Dave Jones1-2/+1
2005-08-31[CPUFREQ] Bugfix: Call driver exit in cpufreq_add_dev error pathVenkatesh Pallipadi1-1/+5
2005-07-28Here are two possible cleanups in cpufreq.c:Dave Jones1-2/+2
2005-07-07[PATCH] pm: fix u32 vs. pm_message_t confusion in cpufreqBernard Blackham1-2/+2
2005-06-20[PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov1-2/+2
2005-05-31[CPUFREQ] cpufreq-core: reduce warning messages.Dave Jones1-4/+4
2005-05-02[PATCH] cpufreq annoying warning fixBenjamin Herrenschmidt1-3/+4
2005-04-29[PATCH] Add suspend method to cpufreq coreBenjamin Herrenschmidt1-5/+89
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1428