- 79ba0db Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into release by Len Brown · 13 years ago
- 65b7f83 intel_idle: Split up and provide per CPU initialization func by Thomas Renninger · 13 years ago
- 5c2a9f0 intel idle: Make idle driver more robust by Thomas Renninger · 13 years ago
- 95e3ec1 intel_idle: Fix a cast to pointer from integer of different size warning in intel_idle by David Howells · 13 years ago
- 63ff07b intel_idle: remove redundant local_irq_disable() call by Yanmin Zhang · 13 years ago
- 39a74fd intel_idle: fix API misuse by Shaohua Li · 13 years ago
- 3c00303 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
- 46bcfad cpuidle: Single/Global registration of idle states by Deepthi Dharwar · 13 years ago
- 4202735 cpuidle: Split cpuidle_state structure and move per-cpu statistics fields by Deepthi Dharwar · 13 years ago
- e978aa7 cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_state by Deepthi Dharwar · 13 years ago
- 7c52d55 x86: fix up files really needing to include module.h by Paul Gortmaker · 13 years ago
- 15e123e intel_idle: Rename cpuidle states by Thomas Renninger · 14 years ago
- bfb53cc intel_idle: disable Atom/Lincroft HW C-state auto-demotion by Len Brown · 14 years ago
- 14796fc intel_idle: disable NHM/WSM HW C-state auto-demotion by Len Brown · 14 years ago
- ec30f34 fix a shutdown regression in intel_idle by Shaohua Li · 14 years ago
- 4395288 Merge branch 'cpuidle-perf-events' into idle-test by Len Brown · 14 years ago
- 56dbed1 Merge branch 'linus' into idle-test by Len Brown · 14 years ago
- f77cfe4 cpuidle/x86/perf: fix power:cpu_idle double end events and throw cpu_idle events from the cpuidle layer by Thomas Renninger · 14 years ago
- 2a2d31c intel_idle: open broadcast clock event by Shaohua Li · 14 years ago
- 956d033 cpuidle: CPUIDLE_FLAG_TLB_FLUSHED is specific to intel_idle by Len Brown · 14 years ago
- d189604 ACPI, intel_idle: Cleanup idle= internal variables by Thomas Renninger · 14 years ago
- ddbd550 intel_idle: update Sandy Bridge core C-state residency targets by Len Brown · 14 years ago
- 25e4193 perf: Clean up power events by introducing new, more generic ones by Thomas Renninger · 14 years ago
- 61a0d49 perf: Do not export power_frequency, but power_start event by Thomas Renninger · 14 years ago
- 56b9aea intel_idle: recognize ARAT on WSM-EX by Len Brown · 14 years ago
- 27afe58 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
- c25d299 intel_idle: do not use the LAPIC timer for ATOM C2 by Len Brown · 14 years ago
- 00527cc Merge branch 'intel_idle+snb' into idle-release by Len Brown · 14 years ago
- d13780d intel_idle: add initial Sandy Bridge support by Len Brown · 14 years ago
- 092e0e7 Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
- 2a8b67f Merge branch 'x86-idle-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
- dea44c6 intel_idle: delete bogus data from cpuidle_state.power_usage by Len Brown · 14 years ago
- c8381cc intel_idle: simplify test for leave_mm() by Len Brown · 14 years ago
- 6038f37 llseek: automatically add .llseek fop by Arnd Bergmann · 14 years ago
- 7fcca7d intel_idle: enable Atom C6 by Len Brown · 14 years ago
- 6110a1f intel_idle: Voluntary leave_mm before entering deeper by Suresh Siddha · 14 years ago
- 3265eba intel_idle: add missing __percpu markup by Namhyung Kim · 14 years ago
- 68f1601 intel_idle: Change mode 755 => 644 by Thomas Weber · 14 years ago
- bc83ccc x86, mwait: Move mwait constants to a common header file by H. Peter Anvin · 14 years ago
- 5a41794 Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
- 4725fd3 intel_idle: recognize Lincroft Atom Processor by Arjan van de Ven · 14 years ago
- 5a5e28d intel_idle: no longer EXPERIMENTAL by Len Brown · 14 years ago
- 6ce9cd8 intel_idle: disable module support by Len Brown · 14 years ago
- 8d91530 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 14 years ago
- ec67a2b intel_idle: add support for Westmere-EX by Len Brown · 14 years ago
- 0394c66 intel_idle: delete power_policy modparam, and choose substate functions by Len Brown · 14 years ago
- c423628 intel_idle: delete substates DEBUG modparam by Len Brown · 14 years ago
- 2671717 intel_idle: native hardware cpuidle driver for latest Intel processors by Len Brown · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- cc216b8 cpumask: convert drivers/idle/i7300_idle.c to cpumask_var_t by Rusty Russell · 15 years ago
- 09c8a5b ioat: switch watchdog and reset handler from workqueue to timer by Dan Williams · 15 years ago
- 584ec22 ioat: move to drivers/dma/ioat/ by Dan Williams · 15 years ago
- 2f10260 i7300_idle: allow testing on i5000-series hardware w/o re-compile by Len Brown · 15 years ago
- 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
- 24f81a7 i7300_idle: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
- 2830c9f i7300_idle: Kconfig, show menu only on x86_64 by Venki Pallipadi · 16 years ago
- 33093e1 i7300_idle: Cleanup based review comments by Venki Pallipadi · 16 years ago
- 3ad0b02 i7300_idle: Disable ioat channel only on platforms where ile driver can load by Venki Pallipadi · 16 years ago
- 27471fd i7300_idle driver v1.55 by Andy Henroid · 16 years ago