1. 5847d2d Merge branches 'acpi-ec' and 'acpi-processor' by Rafael J. Wysocki · 3 years ago
  2. 87ebbb8 ACPI: processor: idle: Only flush cache on entering C3 by Kirill A. Shutemov · 3 years, 1 month ago
  3. 99ece71 ACPI: Use acpi_fetch_acpi_dev() instead of acpi_bus_get_device() by Rafael J. Wysocki · 3 years, 1 month ago
  4. 0e6078c ACPI: processor idle: Use swap() instead of open coding it by Guo Zhengkui · 3 years, 2 months ago
  5. d6b88ce ACPI: processor idle: Allow playing dead in C3 state by Richard Gong · 3 years, 4 months ago
  6. 95ac706 ACPI: processor: Replace deprecated CPU-hotplug functions by Sebastian Andrzej Siewior · 3 years, 6 months ago
  7. 65ea8f2 ACPI: processor idle: Fix up C-state latency if not ordered by Mario Limonciello · 3 years, 8 months ago
  8. 25d9576 Merge branches 'acpi-pci' and 'acpi-processor' by Rafael J. Wysocki · 3 years, 9 months ago
  9. fa26d0c77 ACPI: processor: Fix build when CONFIG_ACPI_PROCESSOR=m by Vitaly Kuznetsov · 3 years, 10 months ago
  10. 1c29f6a Merge back 'acpi-processor' material for v5.13. by Rafael J. Wysocki · 3 years, 10 months ago
  11. 8cdddd1 ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead() by Vitaly Kuznetsov · 3 years, 10 months ago
  12. 52af99c ACPI: processor: Get rid of ACPICA message printing by Rafael J. Wysocki · 3 years, 11 months ago
  13. 54e0519 ACPI: processor: idle: Drop extra prefix from pr_notice() by Rafael J. Wysocki · 3 years, 11 months ago
  14. eb37ba3 ACPI: processor: Remove the duplicated ACPI_PROCESSOR_CLASS macro by Hanjun Guo · 4 years, 2 months ago
  15. 9559212 ACPI: processor: Fix build for ARCH_APICTIMER_STOPS_ON_C3 unset by Rafael J. Wysocki · 4 years, 4 months ago
  16. 1fecfdb ACPI: processor: Take over RCU-idle for C3-BM idle by Peter Zijlstra · 4 years, 4 months ago
  17. a889a23 ACPI: processor: Use CPUIDLE_FLAG_TLB_FLUSHED by Peter Zijlstra · 4 years, 4 months ago
  18. aa6b43d ACPI: processor: Use CPUIDLE_FLAG_TIMER_STOP by Peter Zijlstra · 4 years, 4 months ago
  19. 2baa85d Merge tag 'acpi-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 6 months ago
  20. 0a39894 cpuidle: ACPI: fix 'return' with no value build warning by Neal Liu · 4 years, 6 months ago
  21. efe9711 cpuidle: change enter_s2idle() prototype by Neal Liu · 4 years, 6 months ago
  22. 57d2dd4 ACPI: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  23. 496121c ACPI: processor: idle: Allow probing on platforms with one ACPI C-state by Zhang Rui · 4 years, 9 months ago
  24. 77fb4e0 ACPI: processor: Export acpi_processor_evaluate_cst() by Rafael J. Wysocki · 5 years ago
  25. aa659a3 ACPI: processor: Clean up acpi_processor_evaluate_cst() by Rafael J. Wysocki · 5 years ago
  26. 987c785 ACPI: processor: Introduce acpi_processor_evaluate_cst() by Rafael J. Wysocki · 5 years ago
  27. bc94638 ACPI: processor: Export function to claim _CST control by Rafael J. Wysocki · 5 years ago
  28. fa583f7 ACPI: processor_idle: Skip dummy wait if kernel is in guest by Yin Fengwei · 5 years ago
  29. 773b2f3 ACPI, x86: Add Zhaoxin processors support for NONSTOP TSC by Tony W Wang-oc · 6 years ago
  30. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  31. 34a62cd ACPI / processor: Set P_LVL{2,3} idle state descriptions by Yazen Ghannam · 6 years ago
  32. 7377ed4 ACPI: Add Hygon Dhyana support by Pu Wen · 6 years ago
  33. 54ce685 Merge tag 'acpi-part2-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  34. 248e884 ACPI / processor: Set default C1 idle state description by Yazen Ghannam · 7 years ago
  35. fe6daab x86/centaur: Mark TSC invariant by davidwang · 7 years ago
  36. 6753573 Revert "x86/mm: Stop calling leave_mm() in idle code" by Andy Lutomirski · 7 years ago
  37. 4396440 Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  38. 7b01463 Merge branch 'pm-sleep' by Rafael J. Wysocki · 7 years ago
  39. 1b39e3f cpuidle: Make drivers initialize polling state by Rafael J. Wysocki · 7 years ago
  40. dc2251b cpuidle: Eliminate the CPUIDLE_DRIVER_STATE_START symbol by Rafael J. Wysocki · 7 years ago
  41. 28ba086 PM / s2idle: Rename ->enter_freeze to ->enter_s2idle by Rafael J. Wysocki · 7 years ago
  42. 43858b4 x86/mm: Stop calling leave_mm() in idle code by Andy Lutomirski · 8 years ago
  43. 07c94a3 x86/amd: Simplify AMD E400 aware idle routine by Borislav Petkov · 8 years ago
  44. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  45. a36a7fe ACPI / processor_idle: Add support for Low Power Idle(LPI) states by Sudeep Holla · 8 years ago
  46. 35ae713 ACPI / processor_idle: introduce ACPI_PROCESSOR_CSTATE by Sudeep Holla · 8 years ago
  47. 277edba Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  48. 2552821 tags: Fix DEFINE_PER_CPU expansions by Peter Zijlstra · 9 years ago
  49. 504997c ACPI / sleep: move acpi_processor_sleep to sleep.c by Sudeep Holla · 9 years ago
  50. b6ec26f ACPI / processor_idle: replace PREFIX with pr_fmt by Sudeep Holla · 9 years ago
  51. 4c62dbb ACPI: Remove FSF mailing addresses by Jarkko Nikula · 10 years ago
  52. b034668 ACPI / processor: constify DMI system id table by Mathias Krause · 10 years ago
  53. 7fd5647 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  54. c7e8bdf cpuidle: ACPI: do not overwrite name and description of C0 by Thomas Schlichter · 10 years ago
  55. 7815701 ACPI/idle: Use explicit broadcast control function by Thomas Gleixner · 10 years ago
  56. ee41eeb ACPI/processor: Use explicit broadcast control function by Thomas Gleixner · 10 years ago
  57. 5f50818 ACPI / idle: Implement ->enter_freeze callback routine by Rafael J. Wysocki · 10 years ago
  58. 6491bc0 ACPI / cpuidle: Common callback routine for entering states by Rafael J. Wysocki · 10 years ago
  59. d2cecb3 ACPI / cpuidle: Merge acpi_idle_enter_c1() and acpi_idle_enter_simple() by Rafael J. Wysocki · 10 years ago
  60. 2a73835 ACPI / cpuidle: Drop flags.bm_check tests from acpi_idle_enter_bm() by Rafael J. Wysocki · 10 years ago
  61. 5f97d66 ACPI / cpuidle: Clean up white space in a switch statement by Rafael J. Wysocki · 10 years ago
  62. de6cc4e ACPI / cpuidle: Drop irrelevant comment from acpi_idle_enter_simple() by Rafael J. Wysocki · 10 years ago
  63. adcb262 ACPI / cpuidle: Clean up fallback to C1 checks by Rafael J. Wysocki · 10 years ago
  64. 67f592c ACPI / cpuidle: Drop unnecessary calls from ->enter callback routines by Rafael J. Wysocki · 10 years ago
  65. b00783f ACPI / cpuidle: Drop unnecessary calls from acpi_idle_do_entry() by Rafael J. Wysocki · 10 years ago
  66. ff23ab2 Merge branches 'pm-cpufreq' and 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  67. 62c4cf9 cpuidle / ACPI: remove unused CPUIDLE_FLAG_TIME_INVALID by Len Brown · 10 years ago
  68. 648fcab Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 10 years ago
  69. 6fd8050 ACPI / cpuidle: avoid assigning signed errno to acpi_status by Sudeep Holla · 10 years ago
  70. b82b6cc cpuidle: Invert CPUIDLE_FLAG_TIME_VALID logic by Daniel Lezcano · 10 years ago
  71. 6726655 ACPI / cpuidle: fix deadlock between cpuidle_lock and cpu_hotplug.lock by Jiri Kosina · 10 years ago
  72. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  73. 9612a46 Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 11 years ago
  74. 130a5f6 ACPI / cpuidle: remove dev->state_count setting by Bartlomiej Zolnierkiewicz · 11 years ago
  75. 7ca380f ACPI / cpuidle: fix max idle state handling with hotplug CPU support by Bartlomiej Zolnierkiewicz · 11 years ago
  76. 1682425 x86, acpi, idle: Restructure the mwait idle routines by Peter Zijlstra · 11 years ago
  77. 43575fa ACPI / processor: initialize a variable to silence compiler warning by Al Stone · 11 years ago
  78. cad1525 ACPI: remove trailing whitespace by Al Stone · 11 years ago
  79. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
  80. f9300ea Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  81. ea81174 sched, idle: Fix the idle polling state logic by Peter Zijlstra · 11 years ago
  82. bf9b59f ACPI / processor: remove superfluous pr == NULL checks by Bartlomiej Zolnierkiewicz · 11 years ago
  83. fe7bf10 acpi: delete __cpuinit usage from all acpi files by Paul Gortmaker · 12 years ago
  84. 95d45d4 ACPI / PM: acpi_processor_suspend() can be static by Fengguang Wu · 12 years ago
  85. 0a3b15a ACPI / PM: Move processor suspend/resume to syscore_ops by Rafael J. Wysocki · 12 years ago
  86. 554c06b cpuidle: remove en_core_tk_irqen flag by Daniel Lezcano · 12 years ago
  87. 6240a10 cpuidle / ACPI: recover percpu ACPI processor cstate by Alex Shi · 12 years ago
  88. ca62cf5 Merge branch 'misc' into release by Len Brown · 12 years ago
  89. 69fb367 x86 idle: remove mwait_idle() and "idle=mwait" cmdline param by Len Brown · 12 years ago
  90. ac3ebaf ACPI / idle: remove usage of the statedata by Daniel Lezcano · 12 years ago
  91. 6ef0f08 ACPI / idle: pass the cpuidle_device parameter by Daniel Lezcano · 12 years ago
  92. e2668fb ACPI / idle : remove pointless headers by Daniel Lezcano · 12 years ago
  93. 41cdb0e ACPI / idle: remove unused definition by Daniel Lezcano · 12 years ago
  94. f427e5f ACPI / processor: Get power info before updating the C-states by Thomas Schlichter · 12 years ago
  95. b88a634 ACPI / cpuidle: Fix NULL pointer issues when cpuidle is disabled by Konrad Rzeszutek Wilk · 12 years ago
  96. a474a51 cpuidle: Measure idle state durations with monotonic clock by Julius Werner · 12 years ago
  97. e8b1b59 cpuidle / ACPI: fix potential NULL pointer dereference by Wei Yongjun · 12 years ago
  98. 3d339dc cpuidle / ACPI : move cpuidle_device field out of the acpi_processor_power structure by Daniel Lezcano · 12 years ago
  99. 38a991b ACPI / processor: remove unused function parameter by Daniel Lezcano · 12 years ago
  100. c59687f cpuidle / ACPI : remove power from acpi_processor_cx structure by Daniel Lezcano · 12 years ago