1. 4ebbd07 KVM: PPC: Book3S HV P9: Use host timer accounting to avoid decrementer read by Nicholas Piggin · 3 years, 2 months ago
  2. e606a2f4 powerpc/time: Remove generic_suspend_{dis/en}able_irqs() by Christophe Leroy · 3 years, 5 months ago
  3. a331426 Merge branch 'fixes' into next by Michael Ellerman · 3 years, 4 months ago
  4. e225c4d powerpc: Remove duplicate includes by Wan Jiabing · 3 years, 10 months ago
  5. 9869416 powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt() by Christophe Leroy · 3 years, 5 months ago
  6. 0cdff98 powerpc/64s: Remove irq mask workaround in accumulate_stolen_time() by Nicholas Piggin · 3 years, 7 months ago
  7. 6ffe2c6 KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races by Nicholas Piggin · 3 years, 8 months ago
  8. 1b1b6a6 powerpc: handle irq_enter/irq_exit in interrupt handler wrappers by Nicholas Piggin · 4 years ago
  9. 3a96570 powerpc: convert interrupt handlers to use wrappers by Nicholas Piggin · 4 years ago
  10. b709e32 powerpc/time: Enable sched clock for irqtime by Pingfan Liu · 4 years, 3 months ago
  11. 8a5be36 Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 1 month ago
  12. 59d512e powerpc/64: irq replay remove decrementer overflow check by Nicholas Piggin · 4 years, 2 months ago
  13. ab037dd powerpc/vdso: Switch VDSO to generic C implementation. by Christophe Leroy · 4 years, 2 months ago
  14. 8a6a592 sched/vtime: Consolidate IRQ time accounting by Frederic Weisbecker · 4 years, 1 month ago
  15. 942e891 powerpc/time: Avoid using get_tbl() and get_tbu() internally by Christophe Leroy · 4 years, 4 months ago
  16. 6601ec1 powerpc: Remove get_tb_or_rtc() by Christophe Leroy · 4 years, 4 months ago
  17. a4c5a35 powerpc: Remove __USE_RTC() by Christophe Leroy · 4 years, 4 months ago
  18. d6bdceb powerpc64: Break asm/percpu.h vs spinlock_types.h dependency by Peter Zijlstra · 4 years, 8 months ago
  19. abc3fce Revert "powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled" by Nicholas Piggin · 4 years, 10 months ago
  20. 6008306 powerpc/time: Replace <linux/clk-provider.h> by <linux/of_clk.h> by Geert Uytterhoeven · 5 years ago
  21. 2babd6e powerpc/64s/exception: Avoid touching the stack in hdecrementer by Nicholas Piggin · 5 years ago
  22. 5522634 powerpc: Fix vDSO clock_getres() by Vincenzo Frascino · 5 years ago
  23. ceb3074 Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  24. 7794b1d Merge tag 'powerpc-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 5 years ago
  25. 176ed98 y2038: vdso: powerpc: avoid timespec references by Arnd Bergmann · 5 years ago
  26. eb8e20f powerpc/pseries: Mark accumulate_stolen_time() as notrace by Michael Ellerman · 5 years ago
  27. f83eeb1 sched/cputime: Rename vtime_account_system() to vtime_account_kernel() by Frederic Weisbecker · 5 years ago
  28. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  29. de26912 powerpc/hmi: Fix kernel hang when TB is in error state. by Mahesh Salgaonkar · 6 years ago
  30. 6917735 powerpc: Remove duplicate headers by Jagadeesh Pagadala · 6 years ago
  31. 75f8a37 powerpc/kernel/time: Remove duplicate header by Brajeswar Ghosh · 6 years ago
  32. 51eeef9 powerpc/time: no steal_time when CONFIG_PPC_SPLPAR is not selected by Christophe Leroy · 6 years ago
  33. abcff86 powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64 by Christophe Leroy · 6 years ago
  34. b38a181 powerpc/time: isolate scaled cputime accounting in dedicated functions. by Christophe Leroy · 6 years ago
  35. b4d16ab powerpc/time: Fix clockevent_decrementer initalisation for PR KVM by Michael Ellerman · 6 years ago
  36. 81759360 powerpc/time: Add set_state_oneshot_stopped decrementer callback by Anton Blanchard · 6 years ago
  37. 8b78fdb powerpc/time: Use clockevents_register_device(), fixing an issue with large decrementer by Anton Blanchard · 6 years ago
  38. 60f1d28 powerpc/time: inline arch_vtime_task_switch() by Christophe Leroy · 7 years ago
  39. 34efabe powerpc: remove unused to_tm() helper by Arnd Bergmann · 7 years ago
  40. 5235afa powerpc: use time64_t in update_persistent_clock by Arnd Bergmann · 7 years ago
  41. 5bfd643 powerpc: use time64_t in read_persistent_clock by Arnd Bergmann · 7 years ago
  42. e360cd3 powerpc/time: account broadcast timer event interrupts separately by Nicholas Piggin · 7 years ago
  43. bc90711 powerpc: move timer broadcast code under GENERIC_CLOCKEVENTS_BROADCAST ifdef by Nicholas Piggin · 7 years ago
  44. a7cba02 powerpc: allow soft-NMI watchdog to cover timer interrupts with large decrementers by Nicholas Piggin · 7 years ago
  45. 3f98462 powerpc: generic clockevents broadcast receiver call tick_receive_broadcast by Nicholas Piggin · 7 years ago
  46. 3d3a602 powerpc/pseries: lparcfg calculate PURR on demand by Nicholas Piggin · 7 years ago
  47. ebb37cf powerpc/64: irq_work avoid interrupt when called with hardware irqs enabled by Nicholas Piggin · 7 years ago
  48. a6201da powerpc: Fix oops due to bad access of lppaca on bare metal by Aneesh Kumar K.V · 7 years ago
  49. 890ae79 powerpc/time: stop validating rtc_time in .read_time by Alexandre Belloni · 7 years ago
  50. 4e26bc4 powerpc/64: Rename soft_enabled to irq_soft_mask by Madhavan Srinivasan · 7 years ago
  51. e0b5687 powerpc/64: Implement and use soft_enabled_return API by Madhavan Srinivasan · 7 years ago
  52. 0b63acf powerpc/64: Move set_soft_enabled() and rename by Madhavan Srinivasan · 7 years ago
  53. c2e480b powerpc/64: Add #defines for paca->soft_enabled flags by Madhavan Srinivasan · 7 years ago
  54. 4e287e6 powerpc: use spin loop primitives in some functions by Nicholas Piggin · 8 years ago
  55. d4cfb11 powerpc: Convert VDSO update function to use new update_vsyscall interface by Paul Mackerras · 8 years ago
  56. 6b847d7 powerpc/time: Fix tracing in time.c by Santosh Sivaraj · 8 years ago
  57. 6e2f03e powerpc/[booke|4xx]: Don't clobber TCR[WP] when setting TCR[DIE] by Ivan Mikhaylov · 8 years ago
  58. 115631c powerpc/time: Set ->min_delta_ticks and ->max_delta_ticks by Nicolai Stange · 8 years ago
  59. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  60. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  61. b286ced Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  62. 9f3768e powerpc: Remove leftover cputime_to_nsecs call causing build error by Frédéric Weisbecker · 8 years ago
  63. e7f340c powerpc, sched/cputime: Remove unused cputime definitions by Frederic Weisbecker · 8 years ago
  64. fb8b049 sched/cputime: Push time to account_system_time() in nsecs by Frederic Weisbecker · 8 years ago
  65. 18b43a9 sched/cputime: Push time to account_idle_time() in nsecs by Frederic Weisbecker · 8 years ago
  66. be9095e sched/cputime: Push time to account_steal_time() in nsecs by Frederic Weisbecker · 8 years ago
  67. 23244a5 sched/cputime: Push time to account_user_time() in nsecs by Frederic Weisbecker · 8 years ago
  68. 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 8 years ago
  69. c8d7dab sched/cputime: Rename vtime_account_user() to vtime_flush() by Frederic Weisbecker · 8 years ago
  70. a19ff1a sched/cputime, powerpc/vtime: Accumulate cputime and account only on tick/task switch by Frederic Weisbecker · 8 years ago
  71. f828c3d sched/cputime, powerpc: Migrate stolen_time field to the accounting structure by Frederic Weisbecker · 8 years ago
  72. 8c8b73c sched/cputime, powerpc: Prepare accounting structure for cputime flush on tick by Frederic Weisbecker · 8 years ago
  73. 90d08ba sched/cputime, powerpc32: Fix stale scaled stime on context switch by Frederic Weisbecker · 8 years ago
  74. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  75. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  76. 40565b5 sched/cputime, powerpc, s390: Make scaled cputime arch specific by Stanislaw Gruszka · 8 years ago
  77. 7008eb9 sched/cputime, powerpc: Remove cputime_last_delta global variable by Stanislaw Gruszka · 8 years ago
  78. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  79. 0545d54 powerpc/sparse: Add more assembler prototypes by Daniel Axtens · 8 years ago
  80. 9445aa1 ppc: move exports to definitions by Al Viro · 9 years ago
  81. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  82. c223c90 powerpc32: provide VIRT_CPU_ACCOUNTING by Christophe Leroy · 9 years ago
  83. 79901024 powerpc/timer: Large Decrementer support by Oliver O'Halloran · 9 years ago
  84. 169047f rtc: powerpc: provide rtc_class_ops directly by Arnd Bergmann · 9 years ago
  85. 7f92bc5 powerpc: sparse: Include headers for __weak symbols by Daniel Axtens · 9 years ago
  86. 00b912b powerpc: Remove broken GregorianDay() by Daniel Axtens · 9 years ago
  87. 37a13e7 powerpc/time: Migrate to new 'set-state' interface by Viresh Kumar · 10 years ago
  88. 8f6b951 powerpc: use device_initcall for registering rtc devices by Paul Gortmaker · 10 years ago
  89. b6c295d KVM: PPC: Book3S HV: Accumulate timing information for real-mode code by Paul Mackerras · 10 years ago
  90. 18a8d49 Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linux by Linus Torvalds · 10 years ago
  91. 4be1b29 powerpc: add running_clock for powerpc to prevent spurious softlockup warnings by Cyril Bur · 10 years ago
  92. f0d3730 powerpc: call of_clk_init() from time_init() by Kevin Hao · 10 years ago
  93. 16b1d26 rtc/tpo: Driver to support rtc and wakeup on PowerNV platform by Neelesh Gupta · 10 years ago
  94. 69111ba powerpc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  95. e51df2c powerpc: Make a bunch of things static by Anton Blanchard · 10 years ago
  96. e1802b0 powerpc: Move more symbol exports next to function definitions by Anton Blanchard · 10 years ago
  97. 4a0e637 clocksource: Get rid of cycle_last by Thomas Gleixner · 11 years ago
  98. 6e0fdf9 powerpc: fix typo 'CONFIG_PMAC' by Paul Bolle · 11 years ago
  99. 8050936 powerpc: irq work racing with timer interrupt can result in timer interrupt hang by Anton Blanchard · 11 years ago
  100. 0d94873 cpuidle/powernv: Add "Fast-Sleep" CPU idle state by Preeti U Murthy · 11 years ago