1. 866c9b9 Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into timers/urgent by Thomas Gleixner · 7 years ago
  2. 188665b timer: Pass function down to initialization routines by Kees Cook · 7 years ago
  3. 354b46b timer: Switch callback prototype to take struct timer_list * argument by Kees Cook · 7 years ago
  4. c1eba5b timer: Pass timer_list pointer to callbacks unconditionally by Kees Cook · 7 years ago
  5. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  6. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  7. aea3706 timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLD by Miroslav Lichvar · 7 years ago
  8. d4bfeab Merge branch 'linus' into timers/urgent by Thomas Gleixner · 7 years ago
  9. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  10. 3e20146 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  11. 8e7df2b timer/debug: Change /proc/timer_list from 0444 to 0400 by Ingo Molnar · 7 years ago
  12. b24591e timers: Add a function to start/reduce a timer by David Howells · 7 years ago
  13. df27067 pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday() by Arnd Bergmann · 7 years ago
  14. a696822 timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  15. 53bef3f timers/hrtimer: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  16. ebf3adb timers/nohz: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  17. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  18. 6082a6e kernel/time/Kconfig: Fix typo in comment by Randy Dunlap · 7 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  20. 39c82ca clockevents: Update clockevents device next_event on stop by Prasad Sodagudi · 7 years ago
  21. fb56d68 Merge branch 'fortglx/4.15/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 7 years ago
  22. abc8f96 time: Move time_t conversion helpers to time32.h by Arnd Bergmann · 7 years ago
  23. 85bf19e time: Remove unused functions by Arnd Bergmann · 7 years ago
  24. 1572fa0 timekeeping: Use timespec64 in timekeeping_inject_offset by Arnd Bergmann · 7 years ago
  25. e0956dc timekeeping: Consolidate timekeeping_inject_offset code by Arnd Bergmann · 7 years ago
  26. 0f295b0 rtc: Allow rtc drivers to specify the tv_nsec value for ntp by Jason Gunthorpe · 7 years ago
  27. 6f1982f sched/isolation: Handle the nohz_full= parameter by Frederic Weisbecker · 7 years ago
  28. 7863406 sched/isolation: Move housekeeping related code to its own file by Frederic Weisbecker · 7 years ago
  29. 3a29ddb clockevents: Retry programming min delta up to 10 times by James Hogan · 7 years ago
  30. ba16490 timer: Convert stub timer to timer_setup() by Thomas Gleixner · 7 years ago
  31. c310ce4 timers: Avoid an unnecessary iteration in __run_timers() by Zhenzhong Duan · 7 years ago
  32. 4eb1bca time: Use do_settimeofday64() internally by Arnd Bergmann · 7 years ago
  33. fe46042 posix-stubs: Use get_timespec64() and put_timespec64() by Arnd Bergmann · 7 years ago
  34. 62cb118 sched/idle: Move quiet_vmstate() into the NOHZ code by Peter Zijlstra · 7 years ago
  35. 58e1177 timer: Convert schedule_timeout() to use from_timer() by Kees Cook · 7 years ago
  36. 4c3711d timekeeping: Provide NMI safe access to clock realtime by Thomas Gleixner · 7 years ago
  37. 5df3210 timekeeping: Make fast accessors return 0 before timekeeping is initialized by Prarit Bhargava · 7 years ago
  38. a2d8180 drivers/pps: aesthetic tweaks to PPS-related content by Robert P. J. Day · 7 years ago
  39. 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
  40. dd90ccc Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  41. 7b01463 Merge branch 'pm-sleep' by Rafael J. Wysocki · 7 years ago
  42. 5121829 alarmtimer: Ensure RTC module is not unloaded by Alexandre Belloni · 7 years ago
  43. 0bcdc09 time: Fix ktime_get_raw() incorrect base accumulation by John Stultz · 7 years ago
  44. 2fe59f5 timers: Fix excessive granularity of new timers after a nohz idle by Nicholas Piggin · 7 years ago
  45. 4e2a809 Merge branch 'fortglx/4.14/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 7 years ago
  46. 3cf2949 posix-cpu-timers: Use dedicated helper to access rlimit values by Krzysztof Opasiak · 7 years ago
  47. 47b4a45 alarmtimer: Fix unavailable wake-up source in sysfs by Geert Uytterhoeven · 7 years ago
  48. a529bea timekeeping: Use proper timekeeper for debug code by Stafford Horne · 8 years ago
  49. 34f41c0 timers: Fix overflow in get_next_timer_interrupt by Matija Glavinic Pecotic · 7 years ago
  50. cb08e03 PM / timekeeping: Print debug messages when requested by Rafael J. Wysocki · 7 years ago
  51. ea3b25e Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  52. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  53. 59b6018 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  54. 9bd4218 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  55. 330e9e4 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  56. 725816e posix_clocks: Use get_itimerspec64() and put_itimerspec64() by Deepa Dinamani · 8 years ago
  57. c0edd7c nanosleep: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  58. 5c49941 posix-timers: Use get_timespec64() and put_timespec64() by Deepa Dinamani · 8 years ago
  59. 2287d86 timers: Make the cpu base lock raw by Sebastian Andrzej Siewior · 8 years ago
  60. 63a766a posix-stubs: Conditionally include COMPAT_SYS_NI defines by Deepa Dinamani · 8 years ago
  61. d5b7ffb time: introduce {get,put}_itimerspec64 by Deepa Dinamani · 8 years ago
  62. f59dd9c time: add get_timespec64 and put_timespec64 by Deepa Dinamani · 8 years ago
  63. a0db971 nohz: Move idle balancer registration to the idle path by Frederic Weisbecker · 8 years ago
  64. 3c85d6d sched/loadavg: Generalize "_idle" naming to "_nohz" by Frederic Weisbecker · 8 years ago
  65. 17d9d68 Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 8 years ago
  66. f0cd9ae Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 8 years ago
  67. 369adf0 time: Add warning about imminent deprecation of CONFIG_GENERIC_TIME_VSYSCALL_OLD by John Stultz · 8 years ago
  68. fc6eead7 time: Clean up CLOCK_MONOTONIC_RAW time handling by John Stultz · 8 years ago
  69. 098b0e0 posix-cpu-timers: Make timespec to nsec conversion safe by Thomas Gleixner · 8 years ago
  70. 35eb725 itimer: Make timeval to nsec conversion range limited by Thomas Gleixner · 8 years ago
  71. d15bc69 timers: Fix parameter description of try_to_del_timer_sync() by Peter Meerwald-Stadler · 8 years ago
  72. 902b319 Merge branch 'WIP.sched/core' into sched/core by Ingo Molnar · 8 years ago
  73. 3d88d56 time: Fix CLOCK_MONOTONIC_RAW sub-nanosecond accounting by John Stultz · 8 years ago
  74. ceea5e3 time: Fix clock->read(clock) race around clocksource changes by John Stultz · 8 years ago
  75. 938e7cf posix-timers: Make nanosleep timespec argument const by Thomas Gleixner · 8 years ago
  76. 343d8fc posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep() by Thomas Gleixner · 8 years ago
  77. 2b2d028 time: Move compat_gettimeofday()/settimeofday() to native by Al Viro · 8 years ago
  78. b180db2 time: Move compat_time()/stime() to native by Al Viro · 8 years ago
  79. 2482097 posix-timers: Move compat_timer_create() to native, get rid of set_fs() by Al Viro · 8 years ago
  80. d822cdc posix-timers: Move compat versions of clock_gettime/settime/getres by Al Viro · 8 years ago
  81. 54ad9c4 itimers: Move compat itimer syscalls to native ones by Al Viro · 8 years ago
  82. b0dc124 posix-timers: Take compat timer_gettime(2) to native one by Al Viro · 8 years ago
  83. 1acbe77 posix-timers: Take compat timer_settime(2) to native one by Al Viro · 8 years ago
  84. 3a4d44b ntp: Move adjtimex related compat syscalls to native counterparts by Al Viro · 8 years ago
  85. fb923c4 posix-timers: Kill ->nsleep_restart() by Al Viro · 8 years ago
  86. ce41aaf hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper by Al Viro · 8 years ago
  87. edbeda4 time/posix-timers: Move the compat copyouts to the nanosleep implementations by Al Viro · 8 years ago
  88. 99e6c0e posix-timers: Store rmtp into restart_block in sys_clock_nanosleep() by Al Viro · 8 years ago
  89. a760268 hrtimer: Move copyout of remaining time to do_nanosleep() by Al Viro · 8 years ago
  90. 192a82f hrtimer_nanosleep(): Pass rmtp in restart_block by Al Viro · 8 years ago
  91. 15f27ce alarmtimer: Move copyout and freeze handling into alarmtimer_do_nsleep() by Al Viro · 8 years ago
  92. 86a9c44 posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep() by Al Viro · 8 years ago
  93. d4af6d9 nohz: Fix spurious warning when hrtimer and clockevent get out of sync by Frederic Weisbecker · 8 years ago
  94. 67edab4 posix-timers: Handle relative posix-timers correctly by Thomas Gleixner · 8 years ago
  95. 5c7a3a3 posix-timers: Zero out oldval itimerspec by Thomas Gleixner · 8 years ago
  96. 94114c3 tick/broadcast: Make tick_broadcast_setup_oneshot() static by Stephen Boyd · 8 years ago
  97. c6503be posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get() by Thomas Gleixner · 8 years ago
  98. fe5ac72 rcu: Remove nohz_full full-system-idle state machine by Paul E. McKenney · 8 years ago
  99. f99973e nohz: Fix buggy tick delay on IRQ storms by Frederic Weisbecker · 8 years ago
  100. f2c4580 alarmtimer: Switch over to generic set/get/rearm routine by Thomas Gleixner · 8 years ago