aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpuidle
AgeCommit message (Expand)AuthorFilesLines
2012-05-08cpuidle: Use kick_all_cpus_sync()Gravatar Thomas Gleixner 1-12/+1
2012-04-06Merge branches 'idle-fix' and 'misc' into releaseGravatar Len Brown 2-5/+5
2012-04-06cpuidle: Fix panic in CPU off-lining with no idle driverGravatar Toshi Kani 1-1/+4
2012-03-30Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 4-11/+135
2012-03-30cpuidle: power_usage should be declared signed integerGravatar Boris Ostrovsky 1-1/+1
2012-03-30idle, x86: Allow off-lined CPU to enter deeper C statesGravatar Boris Ostrovsky 1-0/+28
2012-03-30cpuidle: use the driver's state_count as defaultGravatar Daniel Lezcano 2-2/+2
2012-03-30cpuidle: add a sysfs entry to disable specific C state for debug purpose.Gravatar ShuoX Liu 3-1/+45
2012-03-21cpuidle: Add common time keeping and irq enablingGravatar Robert Lee 1-7/+59
2012-03-05Merge branch 'perf/urgent' into perf/coreGravatar Ingo Molnar 1-1/+1
2012-02-22cpuidle: Default y on powerpc pSeriesGravatar Benjamin Herrenschmidt 1-1/+1
2012-02-13cpuidle/tracing: Denote the tracepoints as being in rcu_idle_exit() sectionGravatar Steven Rostedt 1-4/+4
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemGravatar Kay Sievers 3-49/+47
2011-11-07Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 5-88/+115
2011-11-06cpuidle: Single/Global registration of idle statesGravatar Deepthi Dharwar 5-53/+68
2011-11-06cpuidle: Split cpuidle_state structure and move per-cpu statistics fieldsGravatar Deepthi Dharwar 2-11/+19
2011-11-06cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare()Gravatar Deepthi Dharwar 2-12/+0
2011-11-06cpuidle: Move dev->last_residency update to driver enter routine; remove dev-...Gravatar Deepthi Dharwar 3-18/+34
2011-10-31cpuidle: ladder.c needs module.h and not just moduleparam.hGravatar Paul Gortmaker 1-1/+1
2011-10-31cpuidle: Add module.h to drivers/cpuidle files as required.Gravatar Paul Gortmaker 2-0/+2
2011-08-25PM QoS: Move and rename the implementation filesGravatar Jean Pihet 3-3/+3
2011-08-03cpuidle: stop depending on pm_idleGravatar Len Brown 1-20/+18
2011-08-03cpuidle: replace xen access to x86 pm_idle and default_idleGravatar Len Brown 1-0/+4
2011-08-03cpuidle: create bootparam "cpuidle.off=1"Gravatar Len Brown 4-0/+17
2011-05-29Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+3
2011-05-29cpuidle: menu: fixed wrapping timers at 4.294 secondsGravatar Tero Kristo 1-1/+3
2011-02-15Merge branch 'master' into for-nextGravatar Jiri Kosina 1-43/+49
2011-01-19Kill off warning: ‘inline’ is not at beginning of declarationGravatar Jesper Juhl 1-1/+1
2011-01-12Merge branch 'cpuidle-perf-events' into idle-testGravatar Len Brown 1-2/+8
2011-01-12Merge branch 'linus' into idle-testGravatar Len Brown 1-1/+2
2011-01-12cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle eve...Gravatar Thomas Renninger 1-2/+8
2011-01-12cpuidle: delete NOP CPUIDLE_FLAG_POLLGravatar Len Brown 1-1/+1
2011-01-12cpuidle: Rename X86 specific idle poll state[0] from C0 to POLLGravatar Thomas Renninger 1-1/+1
2011-01-12cpuidle: Make cpuidle_enable_device() call poll_idle_init()Gravatar Rafael J. Wysocki 1-41/+41
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-1/+1
2011-01-04perf: Clean up power events by introducing new, more generic onesGravatar Thomas Renninger 1-0/+1
2010-12-17drivers: Replace __get_cpu_var with __this_cpu_read if not used for an address.Gravatar Christoph Lameter 1-1/+1
2010-09-28cpuidle: Fix typosGravatar Lucas De Marchi 1-1/+1
2010-08-09cpuidle: extend cpuidle and menu governor to handle dynamic statesGravatar Ai Li 2-7/+47
2010-08-03[CPUFREQ] x86 cpufreq: Make trace_power_frequency cpufreq driver independentGravatar Thomas Renninger 1-1/+1
2010-07-01sched: Cure nr_iowait_cpu() usersGravatar Peter Zijlstra 1-2/+2
2010-05-28Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-10/+24
2010-05-27cpuidle: make cpuidle_curr_driver staticGravatar Len Brown 4-9/+20
2010-05-27cpuidle: add cpuidle_unregister_driver() error checkGravatar Len Brown 1-1/+4
2010-05-25cpuidle: add a repeating pattern detector to the menu governorGravatar Arjan van de Ven 1-1/+59
2010-05-10PM QOS updateGravatar Mark Gross 2-2/+2
2010-05-09cpuidle: Fix incorrect optimizationGravatar Arjan van de Ven 1-5/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeGravatar Emese Revfy 1-2/+2
2010-03-07sysdev: Pass attribute in sysdev_class attributes show/storeGravatar Andi Kleen 1-0/+4