Age | Commit message (Expand) | Author | Files | Lines |
2013-05-12 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -0/+21 |
2013-04-28 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 1 | -4/+0 |
2013-04-23 | cpuidle: remove en_core_tk_irqen flag | Daniel Lezcano | 1 | -1/+0 |
2013-04-22 | intel_idle: remove stop/start critical timings | Daniel Lezcano | 1 | -3/+0 |
2013-04-18 | intel_idle: initial C8, C9, C10 support | Len Brown | 1 | -0/+21 |
2013-03-15 | intel_idle: additional Haswell CPU-id | Len Brown | 1 | -0/+1 |
2013-02-23 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+4 |
2013-02-22 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+0 |
2013-02-19 | intel_idle: Convert i7300_idle_lock to raw_spinlock | Mike Galbraith | 1 | -4/+4 |
2013-02-14 | intel_idle: export both C1 and C1E | Len Brown | 1 | -5/+49 |
2013-02-09 | intel_idle: remove assumption of one C-state per MWAIT flag | Len Brown | 1 | -51/+59 |
2013-02-09 | intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATES | Len Brown | 1 | -8/+8 |
2013-02-09 | intel_idle: support Haswell | Len Brown | 1 | -0/+39 |
2013-02-02 | intel_idle: stop using driver_data for static flags | Len Brown | 1 | -49/+26 |
2013-01-26 | Merge 3.8-rc5 into driver-core-next | Greg Kroah-Hartman | 1 | -2/+1 |
2013-01-22 | drivers/idle: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 1 | -1/+0 |
2013-01-18 | intel_idle: Don't register CPU notifier if we are not running. | Konrad Rzeszutek Wilk | 1 | -2/+1 |
2013-01-03 | intel_idle: pr_debug information need separated | Youquan Song | 1 | -1/+1 |
2012-11-27 | cpuidle: Measure idle state durations with monotonic clock | Julius Werner | 1 | -13/+1 |
2012-09-27 | intel_idle: enable IVB Xeon support | Len Brown | 1 | -0/+1 |
2012-08-17 | intel_idle: Check cpu_idle_get_driver() for NULL before dereferencing it. | Konrad Rzeszutek Wilk | 1 | -1/+2 |
2012-07-27 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -0/+37 |
2012-07-06 | ACPI: intel_idle : break dependency between modules | Daniel Lezcano | 1 | -14/+27 |
2012-06-05 | intel_idle: initial IVB support | Len Brown | 1 | -0/+37 |
2012-04-06 | simple_open: automatically convert to simple_open() | Stephen Boyd | 1 | -7/+1 |
2012-03-22 | drivers/idle/intel_idle.c: fix confusing code identation | Marcos Paulo de Souza | 1 | -4/+4 |
2012-02-16 | intel_idle: Revert change of auto_demotion_disable_flags for Nehalem | Ben Hutchings | 1 | -8/+4 |
2012-02-14 | intel_idle: Fix ID for Nehalem-EX Xeon in device ID table | Ben Hutchings | 1 | -1/+1 |
2012-02-02 | Merge 3.3-rc2 into the driver-core-next branch. | Greg Kroah-Hartman | 1 | -1/+1 |
2012-01-27 | intel-idle: convert to x86_cpu_id auto probing | Andi Kleen | 1 | -50/+66 |
2012-01-20 | ACPI processor hotplug: Delay acpi_processor_start() call for hotplugged cores | Thomas Renninger | 1 | -1/+1 |
2012-01-18 | Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ... | Len Brown | 1 | -47/+49 |
2012-01-18 | intel_idle: Split up and provide per CPU initialization func | Thomas Renninger | 1 | -40/+42 |
2012-01-17 | intel idle: Make idle driver more robust | Thomas Renninger | 1 | -1/+2 |
2012-01-17 | intel_idle: Fix a cast to pointer from integer of different size warning in i... | David Howells | 1 | -1/+1 |
2012-01-17 | intel_idle: remove redundant local_irq_disable() call | Yanmin Zhang | 1 | -2/+1 |
2012-01-17 | intel_idle: fix API misuse | Shaohua Li | 1 | -3/+3 |
2011-11-07 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -31/+99 |
2011-11-07 | cpuidle: Single/Global registration of idle states | Deepthi Dharwar | 1 | -19/+61 |
2011-11-07 | cpuidle: Split cpuidle_state structure and move per-cpu statistics fields | Deepthi Dharwar | 1 | -12/+34 |
2011-11-07 | cpuidle: Move dev->last_residency update to driver enter routine; remove dev-... | Deepthi Dharwar | 1 | -4/+8 |
2011-11-01 | x86: fix up files really needing to include module.h | Paul Gortmaker | 1 | -0/+1 |
2011-02-28 | intel_idle: Rename cpuidle states | Thomas Renninger | 1 | -11/+11 |
2011-02-18 | intel_idle: disable Atom/Lincroft HW C-state auto-demotion | Len Brown | 1 | -0/+4 |
2011-02-18 | intel_idle: disable NHM/WSM HW C-state auto-demotion | Len Brown | 1 | -0/+20 |
2011-01-24 | fix a shutdown regression in intel_idle | Shaohua Li | 1 | -6/+2 |
2011-01-13 | Merge branch 'cpuidle-perf-events' into idle-test | Len Brown | 1 | -2/+0 |
2011-01-13 | Merge branch 'linus' into idle-test | Len Brown | 1 | -2/+1 |
2011-01-13 | cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle eve... | Thomas Renninger | 1 | -2/+0 |
2011-01-12 | intel_idle: open broadcast clock event | Shaohua Li | 1 | -1/+46 |