aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2012-10-08ACPI idle, CPU hotplug: Fix NULL pointer dereference during hotplugSrivatsa S. Bhat1-1/+1
2012-09-22cpuidle: rename function name "__cpuidle_register_driver", v2Daniel Lezcano1-6/+9
2012-09-19cpuidle: remove some empty linesDaniel Lezcano1-3/+0
2012-09-04PM / cpuidle: Make ladder governor use the "disabled" state flagRafael J. Wysocki1-1/+3
2012-09-04Honor state disabling in the cpuidle ladder governorCarsten Emde1-1/+3
2012-08-17cpuidle: Prevent null pointer dereference in cpuidle_coupled_cpu_notifyJon Medhurst (Tixy)1-1/+1
2012-08-17cpuidle: coupled: fix sleeping while atomic in cpu notifierColin Cross1-0/+12
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds5-28/+808
2012-07-26Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown5-28/+808
2012-07-19Merge branch 'pm-domains'Rafael J. Wysocki2-1/+3
2012-07-10PM / cpuidle: System resume hang fix with cpuidlePreeti U Murthy1-0/+16
2012-07-03PM / Domains: Add preliminary support for cpuidle, v2Rafael J. Wysocki2-1/+3
2012-07-03PM / cpuidle: Add driver reference counterRafael J. Wysocki1-1/+28
2012-07-03cpuidle: move field disable from per-driver to per-cpuShuoX Liu3-12/+15
2012-06-02cpuidle: coupled: add parallel barrier functionColin Cross1-0/+37
2012-06-02cpuidle: add support for states that affect multiple cpusColin Cross5-1/+726
2012-06-02cpuidle: fix error handling in __cpuidle_register_deviceColin Cross1-4/+9
2012-06-02cpuidle: refactor out cpuidle_enter_stateColin Cross2-13/+31
2012-06-01cpuidle: add checks to avoid NULL pointer dereferenceSrivatsa S. Bhat1-2/+6
2012-06-01cpuidle: remove unused hrtimer_peek_ahead_timers() callSergey Senozhatsky1-9/+0
2012-05-08cpuidle: Use kick_all_cpus_sync()Thomas Gleixner1-12/+1
2012-04-06Merge branches 'idle-fix' and 'misc' into releaseLen Brown2-5/+5
2012-04-06cpuidle: Fix panic in CPU off-lining with no idle driverToshi Kani1-1/+4
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds4-11/+135
2012-03-30cpuidle: power_usage should be declared signed integerBoris Ostrovsky1-1/+1
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesBoris Ostrovsky1-0/+28
2012-03-30cpuidle: use the driver's state_count as defaultDaniel Lezcano2-2/+2
2012-03-30cpuidle: add a sysfs entry to disable specific C state for debug purpose.ShuoX Liu3-1/+45
2012-03-21cpuidle: Add common time keeping and irq enablingRobert Lee1-7/+59
2012-03-05Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+1
2012-02-22cpuidle: Default y on powerpc pSeriesBenjamin Herrenschmidt1-1/+1
2012-02-13cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() sectionSteven Rostedt1-4/+4
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers3-49/+47
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds5-88/+115
2011-11-06cpuidle: Single/Global registration of idle statesDeepthi Dharwar5-53/+68
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsDeepthi Dharwar2-11/+19
2011-11-06cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Deepthi Dharwar2-12/+0
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Deepthi Dharwar3-18/+34
2011-10-31cpuidle: ladder.c needs module.h and not just moduleparam.hPaul Gortmaker1-1/+1
2011-10-31cpuidle: Add module.h to drivers/cpuidle files as required.Paul Gortmaker2-0/+2
2011-08-25PM QoS: Move and rename the implementation filesJean Pihet3-3/+3
2011-08-03cpuidle: stop depending on pm_idleLen Brown1-20/+18
2011-08-03cpuidle: replace xen access to x86 pm_idle and default_idleLen Brown1-0/+4
2011-08-03cpuidle: create bootparam "cpuidle.off=1"Len Brown4-0/+17
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2011-05-29cpuidle: menu: fixed wrapping timers at 4.294 secondsTero Kristo1-1/+3
2011-02-15Merge branch 'master' into for-nextJiri Kosina1-43/+49
2011-01-19Kill off warning: ‘inline’ is not at beginning of declarationJesper Juhl1-1/+1
2011-01-12Merge branch 'cpuidle-perf-events' into idle-testLen Brown1-2/+8
2011-01-12Merge branch 'linus' into idle-testLen Brown1-1/+2
2011-01-12cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle eve...Thomas Renninger1-2/+8
2011-01-12cpuidle: delete NOP CPUIDLE_FLAG_POLLLen Brown1-1/+1
2011-01-12cpuidle: Rename X86 specific idle poll state[0] from C0 to POLLThomas Renninger1-1/+1
2011-01-12cpuidle: Make cpuidle_enable_device() call poll_idle_init()Rafael J. Wysocki1-41/+41
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-01-04perf: Clean up power events by introducing new, more generic onesThomas Renninger1-0/+1
2010-12-17drivers: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter1-1/+1
2010-09-28cpuidle: Fix typosLucas De Marchi1-1/+1
2010-08-09cpuidle: extend cpuidle and menu governor to handle dynamic statesAi Li2-7/+47
2010-08-03[CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentThomas Renninger1-1/+1
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra1-2/+2
2010-05-28Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-10/+24
2010-05-27cpuidle: make cpuidle_curr_driver staticLen Brown4-9/+20
2010-05-27cpuidle: add cpuidle_unregister_driver() error checkLen Brown1-1/+4
2010-05-25cpuidle: add a repeating pattern detector to the menu governorArjan van de Ven1-1/+59
2010-05-10PM QOS updateMark Gross2-2/+2
2010-05-09cpuidle: Fix incorrect optimizationArjan van de Ven1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-2/+2
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeAndi Kleen1-0/+4
2010-03-06cpuidle menu: remove 8 bytes of padding on 64 bit buildsRichard Kennedy1-1/+1
2010-01-11drivers/cpuidle/governors/menu.c: fix undefined reference to `__udivdi3'Stephen Hemminger1-3/+9
2009-12-15drivers/cpuidle: Move dereference after NULL testJulia Lawall1-3/+0
2009-11-09tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König1-2/+2
2009-10-29cpuidle: always return with interrupts enabledKevin Hilman1-1/+4
2009-09-22cpuidle: menu governor: reduce latency on exitCorrado Zoccolo1-1/+19
2009-09-22cpuidle: fix the menu governor to boost IO performanceArjan van de Ven1-39/+212
2009-09-19tracing, x86, cpuidle: Move the end point of a C state in the power tracerArjan van de Ven1-0/+2
2008-12-30cpuidle: Add decaying history logic to menu idle predictorPallipadi, Venkatesh1-1/+9
2008-11-09regression: disable timer peek-ahead for 2.6.28Arjan van de Ven1-1/+3
2008-10-23Merge branch 'v28-range-hrtimers-for-linus-v2' of git://git.kernel.org/pub/sc...Linus Torvalds1-0/+7
2008-10-16cpuidle: upon BIOS bug, default to default_idle rather than pollingVenkatesh Pallipadi1-0/+4
2008-10-16cpuidle: use last_state which can reflect the actual state enteredVenkatesh Pallipadi1-1/+4
2008-09-11hrtimer: peek at the timer queue just before going idleArjan van de Ven1-0/+7
2008-08-15cpuidle: Make ladder governor honor latency requirements fullyvenkatesh.pallipadi@intel.com1-0/+12
2008-08-15cpuidle: Menu governor fix wrong usage of measured_usvenkatesh.pallipadi@intel.com1-12/+19
2008-08-15cpuidle: Do not use poll_idle unless user asks for itvenkatesh.pallipadi@intel.com2-6/+19
2008-08-12cpuidle: make sysfs attributes sysdev class attributesRabin Vincent1-14/+15
2008-07-28ACPI/CPUIDLE: prevent setting pm_idle to NULLThomas Gleixner1-1/+1
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-3/+7
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe1-1/+1
2008-06-11cpuidle acpi driver: fix oops on AC<->DCVenkatesh Pallipadi1-5/+35
2008-03-26cpuidle: fix 100% C0 statistics regressionVenki Pallipadi1-1/+1
2008-03-26cpuidle: fix cpuidle time and usage overflowYi Yang2-3/+9
2008-02-14ACPI, cpuidle: Clarify C-state description in sysfsVenkatesh Pallipadi2-4/+13
2008-02-09cpuidle: build fix for non-x86Venki Pallipadi1-1/+12
2008-02-07Revert "cpuidle: build fix for non-x86"Len Brown1-1/+1
2008-02-07Merge branches 'release', 'cpuidle-2.6.25' and 'idle' into releaseLen Brown2-3/+44
2008-02-07cpuidle: Add a poll_idle methodvenkatesh.pallipadi@intel.com1-0/+41
2008-02-05pm qos infrastructure and interfaceMark Gross3-6/+10
2008-01-31cpuidle: build fix for non-x86Kevin Hilman1-1/+1
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-2/+2
2008-01-24Kobject: change drivers/cpuidle/sysfs.c to use kobject_init_and_addGreg Kroah-Hartman1-8/+9
2007-11-19ACPI: CONFIG_CPU_IDLE=ACPI by defaultlen.brown@intel.com1-2/+2
2007-10-29cpuidle: remove unused exportsAdrian Bunk2-4/+0
2007-10-10cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown10-0/+1220