Age | Commit message (Expand) | Author | Files | Lines |
2015-09-10 | intel_idle: Skylake Client Support - updated | Len Brown | 1 | -2/+10 |
2015-08-15 | intel_idle: Skylake Client Support | Len Brown | 1 | -0/+69 |
2015-07-26 | intel_idle: allow idle states to be freeze-mode specific | Len Brown | 1 | -1/+2 |
2015-04-14 | Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -12/+56 |
2015-04-11 | Merge branch 'cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Rafael J. Wysocki | 1 | -11/+55 |
2015-04-11 | intel_idle: mark cpu id array as __initconst | Mathias Krause | 1 | -1/+1 |
2015-04-03 | intel_idle: Use explicit broadcast oneshot control function | Thomas Gleixner | 1 | -2/+2 |
2015-04-03 | intel_idle: Use explicit broadcast control function | Thomas Gleixner | 1 | -7/+6 |
2015-03-31 | intel_idle: Add support for the Airmont Core in the Cherrytrail and Braswell ... | Len Brown | 1 | -0/+52 |
2015-03-31 | intel_idle: Update support for Silvermont Core in Baytrail SOC | Len Brown | 1 | -11/+3 |
2015-02-15 | intel_idle: Add ->enter_freeze callbacks | Rafael J. Wysocki | 1 | -54/+125 |
2015-02-10 | intel_idle: support additional Broadwell model | Len Brown | 1 | -0/+1 |
2014-11-12 | cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logic | Daniel Lezcano | 1 | -54/+54 |
2014-08-15 | intel_idle: Broadwell support | Len Brown | 1 | -1/+69 |
2014-08-15 | intel_idle: Disable Baytrail Core and Module C6 auto-demotion | Len Brown | 1 | -0/+7 |
2014-04-21 | intel_idle: fix IVT idle state table setting | Christoph Jaeger | 1 | -1/+2 |
2014-04-08 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 1 | -6/+198 |
2014-04-04 | intel_idle: fine-tune IVT residency targets | Len Brown | 1 | -1/+140 |
2014-03-20 | intel-idle: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 1 | -2/+10 |
2014-02-27 | intel_idle: Add CPU model 54 (Atom N2000 series) | Jan Kiszka | 1 | -0/+1 |
2014-02-19 | intel_idle: support Bay Trail | Len Brown | 1 | -0/+53 |
2014-02-19 | intel_idle: allow sparse sub-state numbering, for Bay Trail | Len Brown | 1 | -5/+4 |
2014-01-24 | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -29/+3 |
2014-01-13 | Merge branch 'x86/idle' into sched/core | Ingo Molnar | 1 | -10/+1 |
2014-01-11 | intel_idle: remove superfluous dev->state_count initialization | Bartlomiej Zolnierkiewicz | 1 | -29/+0 |
2014-01-11 | intel_idle: do C1E promotion disable quirk for hotplugged CPUs | Bartlomiej Zolnierkiewicz | 1 | -0/+3 |
2014-01-10 | intel_idle: close avn_cstates array with correct marker | Jiang Liu | 1 | -1/+3 |
2014-01-09 | Revert "intel_idle: mark states tables with __initdata tag" | Jiang Liu | 1 | -5/+5 |
2013-12-19 | x86, acpi, idle: Restructure the mwait idle routines | Peter Zijlstra | 1 | -10/+1 |
2013-12-19 | x86 idle: Repair large-server 50-watt idle-power regression | Len Brown | 1 | -0/+3 |
2013-11-28 | intel_idle: Fixed C6 state on Avoton/Rangeley processors | Bockholdt Arne | 1 | -2/+2 |
2013-11-19 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 1 | -1/+23 |
2013-11-14 | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -9/+9 |
2013-11-12 | intel_idle: Support Intel Atom Processor C2000 Product Family | Len Brown | 1 | -1/+23 |
2013-10-30 | intel_idle: use CPU_TASKS_FROZEN instead of a numeric constant | Prarit Bhargava | 1 | -1/+1 |
2013-09-25 | sched, idle: Fix the idle polling state logic | Peter Zijlstra | 1 | -1/+1 |
2013-09-24 | intel_idle: mark some functions with __init tag | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2013-09-24 | intel_idle: mark states tables with __initdata tag | Bartlomiej Zolnierkiewicz | 1 | -5/+5 |
2013-09-24 | intel_idle: shrink states tables | Bartlomiej Zolnierkiewicz | 1 | -6/+6 |
2013-05-11 | 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-17 | 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-22 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -4/+4 |
2013-02-21 | 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-13 | intel_idle: export both C1 and C1E | Len Brown | 1 | -5/+49 |
2013-02-08 | intel_idle: remove assumption of one C-state per MWAIT flag | Len Brown | 1 | -51/+59 |