1. 2f4670b Merge branch 'android-4.9-q' of https://android.googlesource.com/kernel/common into lineage-18.1-caf-sdm845 by Michael Bestas · 3 years, 9 months ago
  2. 376a76a kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() by Oleg Nesterov · 4 years ago
  3. dde3a59 hrtimer: retain pinned state in timer->state by Srinivasarao P · 4 years, 8 months ago
  4. c30521f Merge android-4.9.208(9759f95) into msm-4.9 by jianzhou · 4 years, 10 months ago
  5. 190d14f hrtimer: Annotate lockless access to timer->state by Eric Dumazet · 5 years ago
  6. a84e7de kernel: time: Add delay after cpu_relax() in tight loops by Prasad Sodagudi · 6 years ago
  7. a8a3aff Merge android-4.9.86 (b324a70) into msm-4.9 by Blagovest Kolenichev · 7 years ago
  8. 5a9f69b hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers) by Anna-Maria Gleixner · 7 years ago
  9. c1d6892 Merge android-4.9-o.79 (db04eb4) into msm-4.9 by Blagovest Kolenichev · 7 years ago
  10. c98ff72 hrtimer: Reset hrtimer cpu base proper on CPU hotplug by Thomas Gleixner · 7 years ago
  11. aac1cbd Merge remote-tracking branch '4.9/tmp-fd67b2f' into msm-4.9 by Kyle Yan · 7 years ago
  12. 0c92e73 hrtimer: Catch invalid clockids again by Marc Zyngier · 9 years ago
  13. 6c9d7be hrtimer: Don't drop the base lock when migration during isolation by Pavankumar Kondeti · 8 years ago
  14. a967be8 time: Remove CONFIG_TIMER_STATS by Kees Cook · 8 years ago
  15. 78a643e timer: Update code that migrates timers and hrtimers during isolation by Vikram Mulukutla · 8 years ago
  16. 2b39173 hrtimer: Ensure timer is not running before migrating by Olav Haugan · 8 years ago
  17. 0f3f78e timer: Do not require CPUSETS to be enabled for migration by Olav Haugan · 9 years ago
  18. da244eb hrtimer.h: prevent pinned timer state from breaking inactive test by Gary S. Robertson · 10 years ago
  19. b73f136 hrtimer: make sure PINNED flag is cleared after removing hrtimer by Viresh Kumar · 10 years ago
  20. 6f34f46 hrtimer: create hrtimer_quiesce_cpu() to isolate CPU from hrtimers by Viresh Kumar · 10 years ago
  21. 6894406 hrtimer: update timer->state with 'pinned' information by Viresh Kumar · 10 years ago
  22. 979515c time: Avoid undefined behaviour in ktime_add_safe() by Vegard Nossum · 8 years ago
  23. b4d90e9 hrtimer: Spelling fixes by Pratyush Patel · 9 years ago
  24. 27590dc hrtimer: Convert to hotplug state machine by Thomas Gleixner · 9 years ago
  25. 86721ab hrtimer: Remove redundant #ifdef block by Pratyush Patel · 9 years ago
  26. c08376a timer: Export destroy_hrtimer_on_stack() by Guenter Roeck · 9 years ago
  27. b9fdac7 debugobjects: insulate non-fixup logic related to static obj from fixup callbacks by Du, Changbin · 9 years ago
  28. e325246 timer: update debugobjects fixup callbacks return type by Du, Changbin · 9 years ago
  29. 4cc7ecb7 param: convert some "on"/"off" users to strtobool by Kees Cook · 9 years ago
  30. da8b44d timer: convert timer_slack_ns from unsigned long to u64 by John Stultz · 9 years ago
  31. 203cbf7 hrtimer: Handle remaining time proper for TIME_LOW_RES by Thomas Gleixner · 9 years ago
  32. 571af55 time: Fix spelling in comments by Zhen Lei · 9 years ago
  33. 85e1cd6 hrtimer: Handle failure of tick_init_highres() gracefully by Guenter Roeck · 9 years ago
  34. b48362d hrtimer: Unconfuse switch_hrtimer_base() a bit by Frederic Weisbecker · 9 years ago
  35. 662b3e1 hrtimer: Simplify get_target_base() by returning current base by Frederic Weisbecker · 9 years ago
  36. 75e3b37 hrtimer: Drop return code of hrtimer_switch_to_hres() by Luiz Capitulino · 9 years ago
  37. 43224b9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  38. 683be13 timer: Minimize nohz off overhead by Thomas Gleixner · 10 years ago
  39. bc7a34b timer: Reduce timer migration overhead if disabled by Thomas Gleixner · 10 years ago
  40. 887d9dc hrtimer: Allow hrtimer::function() to free the timer by Peter Zijlstra · 10 years ago
  41. 8edfb03 hrtimer: Fix hrtimer_is_queued() hole by Peter Zijlstra · 10 years ago
  42. c04dca0 hrtimer: Remove HRTIMER_STATE_MIGRATE by Oleg Nesterov · 10 years ago
  43. d2540875 clockevents: Stop unused clockevent devices by Viresh Kumar · 10 years ago
  44. f7bcb70 ktime: Fix ktime_divns to do signed division by John Stultz · 10 years ago
  45. 5de2755 hrtimer: Allow concurrent hrtimer_start() for self restarting timers by Peter Zijlstra · 11 years ago
  46. 19d9f42 hrtimer: Avoid locking in hrtimer_cancel() if timer not active by Thomas Gleixner · 10 years ago
  47. 61699e1 hrtimer: Remove hrtimer_start() return value by Thomas Gleixner · 10 years ago
  48. 3f7b349 hrtimer: Remove bogus hrtimer_active() check by Thomas Gleixner · 10 years ago
  49. 02a171a hrtimer: Make hrtimer_start() a inline wrapper by Thomas Gleixner · 10 years ago
  50. 58f1f80 hrtimer: Get rid of __hrtimer_start_range_ns() by Thomas Gleixner · 10 years ago
  51. c1ad348 tick: Nohz: Rework next timer evaluation by Thomas Gleixner · 10 years ago
  52. c6eb3f7 hrtimer: Get rid of hrtimer softirq by Thomas Gleixner · 10 years ago
  53. 895bdfa hrtimer: Keep pointer to first timer and simplify __remove_hrtimer() by Thomas Gleixner · 10 years ago
  54. b97f44c hrtimer: Make use of timerqueue_add/del return values by Thomas Gleixner · 10 years ago
  55. 34aee88 hrtimer: Use cpu_base->active_base for hotpath iterators by Thomas Gleixner · 10 years ago
  56. e19ffe8 hrtimer: Use bits for various boolean indicators by Thomas Gleixner · 10 years ago
  57. 868a3e9 hrtimer: Make offset update smarter by Thomas Gleixner · 10 years ago
  58. 21d6d52 hrtimer: Get rid of softirq time by Thomas Gleixner · 10 years ago
  59. a6ffebc hrtimer: Make the statistics fields smaller by Thomas Gleixner · 10 years ago
  60. 056a3ca hrtimer: Get rid of hrtimer_get_res() by Thomas Gleixner · 10 years ago
  61. 398ca17 hrtimer: Get rid of the resolution field in hrtimer_clock_base by Thomas Gleixner · 10 years ago
  62. d9f0acd hrtimer: Update active_bases before calling hrtimer_force_reprogram() by Viresh Kumar · 10 years ago
  63. 91e5a21 hrtimer: Document hrtimer_forward[_now]() proper by Thomas Gleixner · 10 years ago
  64. a49b116 clockevents: Cleanup dead cpu explicitely by Thomas Gleixner · 10 years ago
  65. 52c063d clockevents: Make tick handover explicit by Thomas Gleixner · 10 years ago
  66. c1797ba tick: Move core only declarations and functions to core by Thomas Gleixner · 10 years ago
  67. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  68. 0ba97bc Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  69. 2d926c1 hrtimer: Fix incorrect tai offset calculation for non high-res timer systems by John Stultz · 10 years ago
  70. 4ebbda5 hrtimer: Make __hrtimer_get_next_event() static by kbuild test robot · 10 years ago
  71. fe31fca Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 10 years ago
  72. 8b61862 ktime: Optimize ktime_divns for constant divisors by Nicolas Pitre · 10 years ago
  73. 9bc74919 hrtimer: Prevent stale expiry time in hrtimer_interrupt() by Thomas Gleixner · 10 years ago
  74. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  75. f139caf sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule() by Kirill Tkhai · 10 years ago
  76. dc5df73 time: Convert a bunch of &__get_cpu_var introduced in the 3.16 merge period by Christoph Lameter · 10 years ago
  77. 22127e9 time: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  78. 8b094cd time: Consolidate the time accessor prototypes by Thomas Gleixner · 11 years ago
  79. 166afb6 ktime: Sanitize ktime_to_us/ms conversion by Thomas Gleixner · 11 years ago
  80. 24e4a8c ktime: Kill non-scalar ktime_t implementation for 2038 by John Stultz · 11 years ago
  81. 76f4108 hrtimer: Cleanup hrtimer accessors to the timekepeing state by John Stultz · 11 years ago
  82. 9e1e01d hrtimer: Remove hrtimer_enqueue_reprogram() by Viresh Kumar · 11 years ago
  83. 49a2a07 hrtimer: Kick lowres dynticks targets on timer enqueue by Viresh Kumar · 11 years ago
  84. cddd024 hrtimer: Store cpu-number in struct hrtimer_cpu_base by Viresh Kumar · 11 years ago
  85. 5cee964 time/timers: Move all time(r) related files into kernel/time by Thomas Gleixner · 11 years ago[Renamed from kernel/hrtimer.c]
  86. 3d521f9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  87. 84ea7fe hrtimer: Set expiry time before switch_hrtimer_base() by Viresh Kumar · 11 years ago
  88. 37b16be Merge branch 'perf/urgent' into perf/core, to avoid conflicts by Ingo Molnar · 11 years ago
  89. 012a45e hrtimer: Prevent remote enqueue of leftmost timers by Leon Ma · 11 years ago
  90. 6c6c0d5 hrtimer: Prevent all reprogramming if hang detected by Stuart Hayes · 11 years ago
  91. 8588a2bb hrtimer: Export __hrtimer_start_range_ns() by Yan, Zheng · 11 years ago
  92. 6201b4d timer: Remove code redundancy while calling get_nohz_timer_target() by Viresh Kumar · 11 years ago
  93. aab03e0 sched/deadline: Add SCHED_DEADLINE structures & implementation by Dario Faggioli · 11 years ago
  94. 0db0628 kernel: delete __cpuinit usage from all core kernel files by Paul Gortmaker · 12 years ago
  95. 21884a8 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  96. 73b0cd6 hrtimer: Remove unused variable by Thomas Gleixner · 12 years ago
  97. 5ec2481 hrtimers: Move SMP function call to thread context by Thomas Gleixner · 12 years ago
  98. 7c4c3a0 hrtimers: Support resuming with two or more CPUs online (but stopped) by David Vrabel · 12 years ago
  99. b0f8c44 nanosleep: use freezable blocking call by Colin Cross · 12 years ago
  100. 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago