1. c553d9a Merge 5.10.80 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 2 months ago
  2. f03e062 cpuidle: Fix kobject memory leaks in error paths by Anel Orazgaliyeva · 3 years, 4 months ago
  3. 08ed4cb Merge 5.10.67 into android12-5.10-lts by Greg Kroah-Hartman · 3 years, 4 months ago
  4. 49e4c83 cpuidle: pseries: Mark pseries_idle_proble() as __init by Nathan Chancellor · 3 years, 5 months ago
  5. c5a5528 cpuidle: pseries: Fixup CEDE0 latency only for POWER10 onwards by Gautham R. Shenoy · 3 years, 6 months ago
  6. bdfb112 ANDROID: cpuidle: Allow for an early exit from cpuidle_enter_state() by Maulik Shah · 3 years, 7 months ago
  7. f0b280c ANDROID: cpuidle: Update cpuidle_uninstall_idle_handler() to wakeup all online CPUs by Maulik Shah · 3 years, 7 months ago
  8. fb49b843 ANDROID: cpuidle-psci: Add vendor hook for cpuidle psci enter and exit by Maulik Shah · 3 years, 7 months ago
  9. e054456 Merge 5.10.37 into android12-5.10 by Greg Kroah-Hartman · 3 years, 8 months ago
  10. e65c287 cpuidle: Fix ARM_QCOM_SPM_CPUIDLE configuration by He Ying · 3 years, 9 months ago
  11. a1ac3f3 Merge 5.10.36 into android12-5.10 by Greg Kroah-Hartman · 3 years, 8 months ago
  12. 6af796b cpuidle: tegra: Fix C7 idling state on Tegra114 by Dmitry Osipenko · 3 years, 11 months ago
  13. e826368 ANDROID: cpuidle: Move vendor hook to enter proper state by Choonghoon Park · 3 years, 10 months ago
  14. de93734 ANDROID: cpuidle: export cpuidle_driver_state_disabled by Lina Iyer · 4 years, 1 month ago
  15. 4eae6d1 ANDROID: vendor_hook: modify cpuidle vendor hook by Park Bumgyu · 4 years, 1 month ago
  16. aa7a923 FROMGIT: cpuidle: psci: Enable suspend-to-idle for PSCI OSI mode by Ulf Hansson · 4 years, 2 months ago
  17. d53cfb3 Merge 4d02da974ea8 ("Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net") into android-mainline by Greg Kroah-Hartman · 4 years, 2 months ago
  18. c39de53 cpuidle: tegra: Annotate tegra_pm_set_cpu_in_lp2() with RCU_NONIDLE by Dmitry Osipenko · 4 years, 2 months ago
  19. 05d2a66 Merge 54a4c789ca80 ("Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media") into android-mainline by Greg Kroah-Hartman · 4 years, 3 months ago
  20. 37afce9 Merge 79db2b74aa14 ("Merge branch 'stable/for-linus-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb") into android-mainline by Greg Kroah-Hartman · 4 years, 3 months ago
  21. 96c860f FROMLIST: cpuidle: governor: export cpuidle governor functions by Lina Iyer · 4 years, 7 months ago
  22. 96685f8 Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 3 months ago
  23. f3643b5 Merge back cpuidle material for 5.10. by Rafael J. Wysocki · 4 years, 4 months ago
  24. fb3b36d Merge a1bffa48745a ("Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi") into 'android-mainline' by Greg Kroah-Hartman · 4 years, 4 months ago
  25. f49735f cpuidle: record state entry rejection statistics by Lina Iyer · 4 years, 4 months ago
  26. bd80527 cpuidle: Drop misleading comments about RCU usage by Ulf Hansson · 4 years, 4 months ago
  27. 70c179b cpuidle: psci: Allow PM domain to be initialized even if no OSI mode by Ulf Hansson · 4 years, 5 months ago
  28. 1094201 firmware: psci: Extend psci_set_osi_mode() to allow reset to PC mode by Ulf Hansson · 4 years, 5 months ago
  29. 1170433 cpuidle: tegra: Correctly handle result of arm_cpuidle_simple_enter() by Dmitry Osipenko · 4 years, 6 months ago
  30. 36050d8 cpuidle: psci: Fix suspicious RCU usage by Ulf Hansson · 4 years, 4 months ago
  31. ee385f5 Merge 5.9-rc6 into android-mainline by Greg Kroah-Hartman · 4 years, 4 months ago
  32. 5a55d36 Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 4 months ago
  33. 8747f20 cpuidle: Allow cpuidle drivers to take over RCU-idle by Peter Zijlstra · 4 years, 4 months ago
  34. ffd2961 powerpc/powernv/idle: add a basic stop 0-3 driver for POWER10 by Nicholas Piggin · 4 years, 5 months ago
  35. 1d3ee7d cpuidle: pseries: Fix CEDE latency conversion from tb to us by Gautham R. Shenoy · 4 years, 4 months ago
  36. f022c06 Merge 5.9-rc3 into android-mainline by Greg Kroah-Hartman · 4 years, 5 months ago
  37. bf9282d cpuidle: Make CPUIDLE_FLAG_TLB_FLUSHED generic by Peter Zijlstra · 4 years, 5 months ago
  38. 1098582 sched,idle,rcu: Push rcu_idle deeper into the idle path by Peter Zijlstra · 4 years, 5 months ago
  39. 49d9c59 cpuidle: Fixup IRQ state by Peter Zijlstra · 4 years, 5 months ago
  40. 322f59e ANDROID: vendor_hooks: add cpuidle event by Park Bumgyu · 4 years, 5 months ago
  41. 25d8d4e Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 5 months ago
  42. d947fb4 cpuidle: pseries: Fixup exit latency for CEDE(0) by Gautham R. Shenoy · 4 years, 6 months ago
  43. 054e44b cpuidle: pseries: Add function to parse extended CEDE records by Gautham R. Shenoy · 4 years, 6 months ago
  44. 3af0ada cpuidle: pseries: Set the latency-hint before entering CEDE by Gautham R. Shenoy · 4 years, 6 months ago
  45. efe9711 cpuidle: change enter_s2idle() prototype by Neal Liu · 4 years, 6 months ago
  46. 81f94dd cpuidle: psci: Prevent domain idlestates until consumers are ready by Ulf Hansson · 4 years, 6 months ago
  47. ee7c34c cpuidle: psci: Convert PM domain to platform driver by Ulf Hansson · 4 years, 6 months ago
  48. 166bf83 cpuidle: psci: Fix error path via converting to a platform driver by Ulf Hansson · 4 years, 6 months ago
  49. 4b072cd cpuidle: psci: Fail cpuidle registration if set OSI mode failed by Ulf Hansson · 4 years, 6 months ago
  50. 0317561 cpuidle: psci: Split into two separate build objects by Ulf Hansson · 4 years, 6 months ago
  51. 92fe848 cpuidle/pseries: Make symbol 'pseries_idle_driver' static by Wei Yongjun · 4 years, 6 months ago
  52. c339f9b cpuidle/powernv : Remove dead code block by Abhishek Goel · 4 years, 6 months ago
  53. 10e8b11e cpuidle: Rearrange s2idle-specific idle state entry code by Rafael J. Wysocki · 4 years, 7 months ago
  54. 81e6737 PM: s2idle: Clear _TIF_POLLING_NRFLAG before suspend to idle by Chen Yu · 4 years, 7 months ago
  55. df2fbf5 Merge tag 'thermal-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 4 years, 7 months ago
  56. 7ae7715 Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 7 months ago
  57. 828f3e1 Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 7 months ago
  58. c343bf1 cpuidle: Fix three reference count leaks by Qiushi Wu · 4 years, 8 months ago
  59. a871be6 cpuidle: Convert Qualcomm SPM driver to a generic CPUidle driver by Stephan Gerhold · 4 years, 9 months ago
  60. cce55cc cpuidle: sysfs: Remove sysfs_switch and switch attributes by Hanjun Guo · 4 years, 8 months ago
  61. b52e93e cpuidle: Make cpuidle governor switchable to be the default behaviour by Hanjun Guo · 4 years, 8 months ago
  62. ef7e7d6 cpuidle: sysfs: Accept governor name with 15 characters by Hanjun Guo · 4 years, 8 months ago
  63. 3f9f8da cpuidle: sysfs: Fix the overlap for showing available governors by Hanjun Guo · 4 years, 8 months ago
  64. fc7a3d9 thermal: cpuidle: Register cpuidle cooling device by Daniel Lezcano · 4 years, 9 months ago
  65. 8b7ce5e cpuidle: psci: Fixup execution order when entering a domain idle state by Ulf Hansson · 4 years, 8 months ago
  66. fafd62e cpuidle: tegra: Support CPU cluster power-down state on Tegra30 by Dmitry Osipenko · 4 years, 10 months ago
  67. c401919 powerpc/idle: Store PURR snapshot in a per-cpu global variable by Gautham R. Shenoy · 4 years, 9 months ago
  68. e4a884c powerpc: Move idle_loop_prolog()/epilog() functions to header file by Gautham R. Shenoy · 4 years, 9 months ago
  69. eba933c cpuidle: sysfs: Minor coding style corrections by Hanjun Guo · 4 years, 9 months ago
  70. 2f516e7 cpuidle: sysfs: Remove the unused define_one_r(o/w) macros by Hanjun Guo · 4 years, 9 months ago
  71. a31434b Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 4 years, 9 months ago
  72. 4902f7f cpuidle-haltpoll: Fix small typo by Yihao Wu · 4 years, 9 months ago
  73. 0e8fb69 Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 10 months ago
  74. ada0629 Merge branches 'pm-core', 'pm-sleep', 'pm-acpi' and 'pm-domains' by Rafael J. Wysocki · 4 years, 10 months ago
  75. be4f654 Merge branch 'pm-cpuidle' by Rafael J. Wysocki · 4 years, 10 months ago
  76. 7fbee48 cpuidle: psci: Split psci_dt_cpu_init_idle() by Ulf Hansson · 4 years, 10 months ago
  77. dd52551 cpuidle: haltpoll: allow force loading on hosts without the REALTIME hint by Maciej S. Szmigiero · 4 years, 11 months ago
  78. 382ac8e cpuidle: tegra: Disable CC6 state if LP2 unavailable by Dmitry Osipenko · 5 years ago
  79. 14e086b cpuidle: tegra: Squash Tegra114 driver into the common driver by Dmitry Osipenko · 5 years ago
  80. 19461a4 cpuidle: tegra: Squash Tegra30 driver into the common driver by Dmitry Osipenko · 5 years ago
  81. 860fbde cpuidle: Refactor and move out NVIDIA Tegra20 driver into drivers/cpuidle by Dmitry Osipenko · 5 years ago
  82. f60ccc3 cpuidle: Call cpu_latency_qos_limit() instead of pm_qos_request() by Rafael J. Wysocki · 5 years ago
  83. 3a4a004 PM: QoS: Drop PM_QOS_CPU_DMA_LATENCY notifier chain by Rafael J. Wysocki · 5 years ago
  84. eab3540 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  85. e6cf623 Merge branch 'intel_idle+acpi' by Rafael J. Wysocki · 5 years ago
  86. cefb940 cpuidle: fix cpuidle_find_deepest_state() kerneldoc warnings by Benjamin Gaignard · 5 years ago
  87. a09da3f cpuidle: sysfs: fix warnings when compiling with W=1 by Benjamin Gaignard · 5 years ago
  88. 32014c8 cpuidle: coupled: fix warnings when compiling with W=1 by Benjamin Gaignard · 5 years ago
  89. f7d50a1 Merge back cpuidle material for v5.6. by Rafael J. Wysocki · 5 years ago
  90. 53eb82b09 cpuidle: arm: Enable compile testing for some of drivers by Krzysztof Kozlowski · 5 years ago
  91. 57388a2 cpuidle: teo: Fix intervals[] array indexing bug by Ikjoon Jang · 5 years ago
  92. 577a2f4 cpuidle: Drop unused cpuidle_driver_ref/unref() functions by Rafael J. Wysocki · 5 years ago
  93. a65a397 cpuidle: psci: Add support for PM domains by using genpd by Ulf Hansson · 5 years ago
  94. 9c6ceec cpuidle: psci: Support CPU hotplug for the hierarchical model by Ulf Hansson · 5 years ago
  95. ce85aef cpuidle: psci: Manage runtime PM in the idle path by Ulf Hansson · 5 years ago
  96. a0cf319 cpuidle: psci: Prepare to use OS initiated suspend mode via PM domains by Ulf Hansson · 5 years ago
  97. 8554951 cpuidle: psci: Attach CPU devices to their PM domains by Ulf Hansson · 5 years ago
  98. a5e0454 cpuidle: psci: Add a helper to attach a CPU to its PM domain by Ulf Hansson · 5 years ago
  99. f08cfbf cpuidle: psci: Support hierarchical CPU idle states by Ulf Hansson · 5 years ago
  100. 1595e4b cpuidle: psci: Simplify OF parsing of CPU idle state nodes by Ulf Hansson · 5 years ago