1. 3c89adb0 Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  2. ba252f16 Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  3. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  4. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  5. c1a957d PM / suspend: Prevent might sleep splats by Thomas Gleixner · 7 years ago
  6. b9ff604 timekeeping: Add ktime_get_coarse_with_offset by Arnd Bergmann · 7 years ago
  7. fb7fcc9 timekeeping: Standardize on ktime_get_*() naming by Arnd Bergmann · 7 years ago
  8. edca71f timekeeping: Clean up ktime_get_real_ts64 by Arnd Bergmann · 7 years ago
  9. 4f0fad9 timekeeping: Remove timespec64 hack by Arnd Bergmann · 7 years ago
  10. b563ea6 Merge branch 'linus' into timers/2038 by Thomas Gleixner · 7 years ago
  11. db6f9e5 clocksource: Move inline keyword to the beginning of function declarations by Mathieu Malaterre · 7 years ago
  12. 44414d8 proc: introduce proc_create_seq_private by Christoph Hellwig · 7 years ago
  13. 5596fe3 tick/broadcast: Use for_each_cpu() specially on UP kernels by Dexuan Cui · 7 years ago
  14. ed772ec timer_list: Remove unused function pointer typedef by Chen Lin · 7 years ago
  15. bf9c96b timers: Adjust a kernel-doc comment by Mauro Carvalho Chehab · 7 years ago
  16. 1332a90 tick: Prefer a lower rating device only if it's CPU local device by Sudeep Holla · 7 years ago
  17. 7197e77 clocksource: Remove kthread by Peter Zijlstra · 7 years ago
  18. 604a98f Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 7 years ago
  19. 7dba33c clocksource: Rework stale comment by Peter Zijlstra · 7 years ago
  20. cd2af07d clocksource: Consistent de-rate when marking unstable by Peter Zijlstra · 7 years ago
  21. 5b9e886 clocksource: Initialize cs->wd_list by Peter Zijlstra · 7 years ago
  22. 2aae7bc clocksource: Allow clocksource_mark_unstable() on unregistered clocksources by Peter Zijlstra · 7 years ago
  23. a3ed0e43 Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME by Thomas Gleixner · 7 years ago
  24. 1f71add tick/sched: Do not mess with an enqueued hrtimer by Thomas Gleixner · 7 years ago
  25. 0190997 time: Change nanosleep to safe __kernel_* types by Deepa Dinamani · 7 years ago
  26. 6d5b841 time: Change types to new y2038 safe __kernel_* types by Deepa Dinamani · 7 years ago
  27. ea2ce8f time: Fix get_timespec64() for y2038 safe compat interfaces by Deepa Dinamani · 7 years ago
  28. b5793b0 posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME by Deepa Dinamani · 7 years ago
  29. 1c68adf compat: Enable compat_get/put_timespec64 always by Deepa Dinamani · 7 years ago
  30. c3bca5d posix-cpu-timers: Ensure set_process_cpu_timer is always evaluated by Laura Abbott · 7 years ago
  31. e142aa0 timekeeping: Remove __current_kernel_time() by Baolin Wang · 7 years ago
  32. 4450dc0 clockevents: Fix kernel messages split across multiple lines by Geert Uytterhoeven · 7 years ago
  33. 9fb71c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  34. cb098d5 Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 7 years ago
  35. 51798de Merge branches 'pm-cpuidle' and 'pm-qos' by Rafael J. Wysocki · 7 years ago
  36. bbe9a70 tick-sched: avoid a maybe-uninitialized warning by Arnd Bergmann · 7 years ago
  37. 7d2f6ab time: hrtimer: Use timerqueue_iterate_next() to get to the next timer by Rafael J. Wysocki · 7 years ago
  38. ff7de62 nohz: Avoid duplication of code related to got_idle_tick by Rafael J. Wysocki · 7 years ago
  39. 2bc629a nohz: Gather tick_sched booleans under a common flag field by Frederic Weisbecker · 7 years ago
  40. 296bb1e cpuidle: menu: Refine idle state selection for running tick by Rafael J. Wysocki · 7 years ago
  41. 554c8aa sched: idle: Select idle state before stopping the tick by Rafael J. Wysocki · 7 years ago
  42. a59855c time: hrtimer: Introduce hrtimer_next_event_without() by Rafael J. Wysocki · 7 years ago
  43. 23a8d88 time: tick-sched: Split tick_nohz_stop_sched_tick() by Rafael J. Wysocki · 7 years ago
  44. 45f1ff5 cpuidle: Return nohz hint from cpuidle_select() by Rafael J. Wysocki · 7 years ago
  45. efefc97 jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC by Rafael J. Wysocki · 7 years ago
  46. 2aaf709 sched: idle: Do not stop the tick upfront in the idle loop by Rafael J. Wysocki · 7 years ago
  47. 0e77676 time: tick-sched: Reorganize idle tick management code by Rafael J. Wysocki · 7 years ago
  48. 7303e30 syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscalls by Dominik Brodowski · 7 years ago
  49. 680014d Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  50. 46e0d28 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  51. 8747a29 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  52. bd03143 alarmtimer: Init nanosleep alarm timer on stack by Thomas Gleixner · 7 years ago
  53. 19b558d posix-timers: Protect posix clock array access against speculation by Thomas Gleixner · 7 years ago
  54. a84d116 y2038: Introduce struct __kernel_old_timeval by Arnd Bergmann · 7 years ago
  55. 127bfa5 hrtimer: Unify MONOTONIC and BOOTTIME clock behavior by Thomas Gleixner · 7 years ago
  56. 7250a40 posix-timers: Unify MONOTONIC and BOOTTIME clock behavior by Thomas Gleixner · 7 years ago
  57. d6c7270 timekeeping: Remove boot time specific code by Thomas Gleixner · 7 years ago
  58. d6ed449 timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clock by Thomas Gleixner · 7 years ago
  59. 7219932 timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clock by Thomas Gleixner · 7 years ago
  60. c4fb5f3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  61. 78b98e3 timekeeping/ntp: Determine the multiplier directly from NTP tick length by Miroslav Lichvar · 7 years ago
  62. c2cda2a timekeeping/ntp: Don't align NTP frequency adjustments to ticks by Miroslav Lichvar · 7 years ago
  63. 00357f5 sched/nohz: Clean up nohz enter/exit by Peter Zijlstra · 7 years ago
  64. fc4c5a3 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  65. c52232a timers: Forward timer base before migrating timers by Lingutla Chandrasekhar · 7 years ago
  66. 27263e8 clocksource: Use ATTRIBUTE_GROUPS by Baolin Wang · 7 years ago
  67. e87821d clocksource: Use DEVICE_ATTR_RW/RO/WO to define device attributes by Baolin Wang · 7 years ago
  68. 7f852afe clocksource: Don't walk the clocksource list for empty override by Baolin Wang · 7 years ago
  69. dcdedb2 sched/nohz: Remove the 1 Hz tick code by Frederic Weisbecker · 7 years ago
  70. 22ab8bc nohz: Allow to check if remote CPU tick is stopped by Frederic Weisbecker · 7 years ago
  71. a364298 nohz: Convert tick_nohz_tick_stopped() to bool by Frederic Weisbecker · 7 years ago
  72. a7c8655 sched/isolation: Eliminate NO_HZ_FULL_ALL by Paul E. McKenney · 7 years ago
  73. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  74. 64fce87 hrtimer: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
  75. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  76. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  77. af8c5e2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  78. 303c146 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 7 years ago
  79. d5421ea hrtimer: Reset hrtimer cpu base proper on CPU hotplug by Thomas Gleixner · 7 years ago
  80. 6909e29 kdb: use __ktime_get_real_seconds instead of __current_kernel_time by Arnd Bergmann · 7 years ago
  81. 3b10db2b signal: Replace memset(info,...) with clear_siginfo for clarity by Eric W. Biederman · 7 years ago
  82. 42f42da hrtimer: Implement SOFT/HARD clock base selection by Anna-Maria Gleixner · 7 years ago
  83. 5da7016 hrtimer: Implement support for softirq based hrtimers by Anna-Maria Gleixner · 7 years ago
  84. c458b1d hrtimer: Prepare handling of hard and softirq based hrtimers by Anna-Maria Gleixner · 7 years ago
  85. 98ecadd hrtimer: Add clock bases and hrtimer mode for softirq context by Anna-Maria Gleixner · 7 years ago
  86. dd934aa hrtimer: Use irqsave/irqrestore around __run_hrtimer() by Anna-Maria Gleixner · 7 years ago
  87. ad38f59 hrtimer: Factor out __hrtimer_next_event_base() by Anna-Maria Gleixner · 7 years ago
  88. 138a6b7 hrtimer: Factor out __hrtimer_start_range_ns() by Anna-Maria Gleixner · 7 years ago
  89. 3ec7a3e hrtimer: Remove the 'base' parameter from hrtimer_reprogram() by Anna-Maria Gleixner · 7 years ago
  90. 2ac2dcc hrtimer: Make remote enqueue decision less restrictive by Anna-Maria Gleixner · 7 years ago
  91. 14c8034 hrtimer: Unify remote enqueue handling by Anna-Maria Gleixner · 7 years ago
  92. 61bb4bc hrtimer: Unify hrtimer removal handling by Anna-Maria Gleixner · 7 years ago
  93. ebba2c7 hrtimer: Make hrtimer_force_reprogramm() unconditionally available by Anna-Maria Gleixner · 7 years ago
  94. 11a9fe0 hrtimer: Make hrtimer_reprogramm() unconditional by Anna-Maria Gleixner · 7 years ago
  95. eb27926 hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional by Anna-Maria Gleixner · 7 years ago
  96. 07a9a7e hrtimer: Make the remote enqueue check unconditional by Anna-Maria Gleixner · 7 years ago
  97. 851cff8 hrtimer: Use accesor functions instead of direct access by Anna-Maria Gleixner · 7 years ago
  98. 28bfd18 hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simplify the code by Anna-Maria Gleixner · 7 years ago
  99. 3f0b9e8 hrtimer: Store running timer in hrtimer_clock_base by Anna-Maria Gleixner · 7 years ago
  100. c272ca5 hrtimer: Switch 'for' loop to _ffs() evaluation by Anna-Maria Gleixner · 7 years ago