1. 0691064 ANDROID: sched, cpuidle: Track cpuidle state index in the scheduler by Morten Rasmussen · 9 years ago
  2. 220276e cpuidle: introduce CPU_PM_CPU_IDLE_ENTER macro for ARM{32, 64} by Sudeep Holla · 8 years ago
  3. 9bd616e cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLE by Catalin Marinas · 8 years ago
  4. ba6a860 cpuidle/coupled: Remove cpuidle_device::safe_state_index by Xunlei Pang · 9 years ago
  5. ab232ba Merge branches 'pm-sleep' and 'pm-runtime' by Rafael J. Wysocki · 9 years ago
  6. 87e9b9f PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPEND by Rafael J. Wysocki · 9 years ago
  7. 827a5ae sched / idle: Call default_idle_call() from cpuidle_enter_state() by Rafael J. Wysocki · 9 years ago
  8. faad384 sched / idle: Call idle_set_state() from cpuidle_enter_state() by Rafael J. Wysocki · 9 years ago
  9. d75e4af cpuidle: remove state_count field from struct cpuidle_device by Bartlomiej Zolnierkiewicz · 9 years ago
  10. ef2b22a cpuidle / sleep: Use broadcast timer for states that stop local timer by Rafael J. Wysocki · 9 years ago
  11. 124cf911 PM / sleep: Make it possible to quiesce timers during suspend-to-idle by Rafael J. Wysocki · 9 years ago
  12. 3810631 PM / sleep: Re-implement suspend-to-idle handling by Rafael J. Wysocki · 9 years ago
  13. 62c4cf9 cpuidle / ACPI: remove unused CPUIDLE_FLAG_TIME_INVALID by Len Brown · 10 years ago
  14. b82b6cc cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logic by Daniel Lezcano · 10 years ago
  15. 82abb27 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  16. f08dbf8 cpuidle: declare cpuidle_dev in cpuidle.h by Paul Burton · 10 years ago
  17. a6220fc PM / suspend: Always use deepest C-state in the "freeze" sleep state by Rafael J. Wysocki · 10 years ago
  18. 52c324f cpuidle: Combine cpuidle_enabled() with cpuidle_select() by Rafael J. Wysocki · 10 years ago
  19. c8cc7d4 sched/idle: Reorganize the idle loop by Daniel Lezcano · 10 years ago
  20. 30cdd69 cpuidle/idle: Move the cpuidle_idle_call function to idle.c by Daniel Lezcano · 10 years ago
  21. 907e30f idle/cpuidle: Split cpuidle_idle_call main function into smaller functions by Daniel Lezcano · 10 years ago
  22. f60e230 cpuidle: remove cpuidle_unregister_governor() by Viresh Kumar · 11 years ago
  23. 6587fca cpuidle: fix indentation of cpumask by Viresh Kumar · 11 years ago
  24. 1a70643 cpuidle: Add missing forward declarations of structures by Daniel Lezcano · 11 years ago
  25. 728ce22 cpuidle: Make cpuidle's sysfs directory dynamically allocated by Daniel Lezcano · 11 years ago
  26. 82467a5 cpuidle: simplify multiple driver support by Daniel Lezcano · 11 years ago
  27. ac4e010 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 11 years ago
  28. 4c637b2 cpuidle: make a single register function for all by Daniel Lezcano · 11 years ago
  29. 554c06b cpuidle: remove en_core_tk_irqen flag by Daniel Lezcano · 11 years ago
  30. 86239ce intel_idle: initial C8, C9, C10 support by Len Brown · 11 years ago
  31. a06df06 cpuidle: initialize the broadcast timer framework by Daniel Lezcano · 11 years ago
  32. b60e6a0 cpuidle : handle clockevent notify from the cpuidle framework by Daniel Lezcano · 11 years ago
  33. 57fa827 cpuidle: remove vestage definition of cpuidle_state_usage.driver_data by Len Brown · 11 years ago
  34. 8aef33a cpuidle: remove the power_specified field in the driver by Daniel Lezcano · 11 years ago
  35. bf4d1b5 cpuidle: support multiple drivers by Daniel Lezcano · 12 years ago
  36. 42f67f2 cpuidle: move driver's refcount to cpuidle by Daniel Lezcano · 12 years ago
  37. 349631e cpuidle / sysfs: move structure declaration into the sysfs.c file by Daniel Lezcano · 12 years ago
  38. c7a9b09 ARM: omap: allow building omap44xx without SMP by Arnd Bergmann · 12 years ago
  39. 4765250 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  40. 7791bd2 Merge branch 'pm-domains' by Rafael J. Wysocki · 12 years ago
  41. 8651f97 PM / cpuidle: System resume hang fix with cpuidle by Preeti U Murthy · 12 years ago
  42. 25ac776 ACPI: intel_idle : break dependency between modules by Daniel Lezcano · 12 years ago
  43. cbc9ef0 PM / Domains: Add preliminary support for cpuidle, v2 by Rafael J. Wysocki · 12 years ago
  44. 6e797a0 PM / cpuidle: Add driver reference counter by Rafael J. Wysocki · 12 years ago
  45. dc7fd27 cpuidle: move field disable from per-driver to per-cpu by ShuoX Liu · 12 years ago
  46. 20ff51a cpuidle: coupled: add parallel barrier function by Colin Cross · 12 years ago
  47. 4126c01 cpuidle: add support for states that affect multiple cpus by Colin Cross · 12 years ago
  48. 02401c0 cpuidle: power_usage should be declared signed integer by Boris Ostrovsky · 12 years ago
  49. 1a022e3 idle, x86: Allow off-lined CPU to enter deeper C states by Boris Ostrovsky · 12 years ago
  50. e075105 cpuidle: remove unused 'governor_data' field by Daniel Lezcano · 12 years ago
  51. db70b04 cpuidle: remove useless array definition in cpuidle_structure by Daniel Lezcano · 12 years ago
  52. 3a53396 cpuidle: add a sysfs entry to disable specific C state for debug purpose. by ShuoX Liu · 12 years ago
  53. e168979 cpuidle: Add common time keeping and irq enabling by Robert Lee · 12 years ago
  54. 507a03c Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 12 years ago
  55. 65b7f83 intel_idle: Split up and provide per CPU initialization func by Thomas Renninger · 12 years ago
  56. e179816 powerpc/cpuidle: Enable cpuidle and directly call cpuidle_idle_call() for pSeries by Deepthi Dharwar · 13 years ago
  57. 3c00303 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux by Linus Torvalds · 13 years ago
  58. 46bcfad cpuidle: Single/Global registration of idle states by Deepthi Dharwar · 13 years ago
  59. 4202735 cpuidle: Split cpuidle_state structure and move per-cpu statistics fields by Deepthi Dharwar · 13 years ago
  60. b25edc4 cpuidle: Remove CPUIDLE_FLAG_IGNORE and dev->prepare() by Deepthi Dharwar · 13 years ago
  61. e978aa7 cpuidle: Move dev->last_residency update to driver enter routine; remove dev->last_state by Deepthi Dharwar · 13 years ago
  62. de47725 include: replace linux/module.h with "struct module" wherever possible by Paul Gortmaker · 13 years ago
  63. a0bfa13 cpuidle: stop depending on pm_idle by Len Brown · 13 years ago
  64. d91ee58 cpuidle: replace xen access to x86 pm_idle and default_idle by Len Brown · 13 years ago
  65. 5392083 cpuidle: CPUIDLE_FLAG_CHECK_BM is omap3_idle specific by Len Brown · 13 years ago
  66. 956d033 cpuidle: CPUIDLE_FLAG_TLB_FLUSHED is specific to intel_idle by Len Brown · 13 years ago
  67. 642f11c cpuidle: delete unused CPUIDLE_FLAG_SHALLOW, BALANCED, DEEP definitions by Len Brown · 13 years ago
  68. d247632 cpuidle: delete NOP CPUIDLE_FLAG_POLL by Len Brown · 13 years ago
  69. 6110a1f intel_idle: Voluntary leave_mm before entering deeper by Suresh Siddha · 14 years ago
  70. 71abbbf cpuidle: extend cpuidle and menu governor to handle dynamic states by Ai Li · 14 years ago
  71. 752138d cpuidle: make cpuidle_curr_driver static by Len Brown · 14 years ago
  72. 6b2c676 cpuidle: fail to register if !CONFIG_CPU_IDLE by Len Brown · 14 years ago
  73. dcb84f3 cpuidle acpi driver: fix oops on AC<->DC by Venkatesh Pallipadi · 16 years ago
  74. 8b78cf6 cpuidle: fix cpuidle time and usage overflow by Yi Yang · 16 years ago
  75. 4fcb2fc ACPI, cpuidle: Clarify C-state description in sysfs by Venkatesh Pallipadi · 16 years ago
  76. 9b71315 Revert "cpuidle: build fix for non-x86" by Len Brown · 16 years ago
  77. acf6386 Merge branches 'release', 'cpuidle-2.6.25' and 'idle' into release by Len Brown · 16 years ago
  78. 9a0b841 cpuidle: Add a poll_idle method by venkatesh.pallipadi@intel.com · 16 years ago
  79. b5556a6 cpuidle: dubious one-bit signed bitfield in cpuidle.h by Harvey Harrison · 16 years ago
  80. f757397 cpuidle: build fix for non-x86 by Kevin Hilman · 16 years ago
  81. ddc081a cpuidle: fix HP nx6125 regression by Venkatesh Pallipadi · 17 years ago
  82. 4f86d3a cpuidle: consolidate 2.6.22 cpuidle branch into one patch by Len Brown · 17 years ago