1. 98f7620 compat: Cleanup in_compat_syscall() callers by Dmitry Safonov · 6 years ago
  2. 4dcb923 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  3. ba9f6f8 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  4. d59e0ba tick/sched : Remove redundant cpu_online() check by Peng Hao · 6 years ago
  5. d67f34c clocksource: Provide clocksource_arch_init() by Thomas Gleixner · 6 years ago
  6. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  7. dc62531 tick/broadcast: Remove redundant check by Peng Hao · 6 years ago
  8. e2c631ba clocksource: Revert "Remove kthread" by Peter Zijlstra · 6 years ago
  9. 743f5cd y2038: __get_old_timespec32() can be static by kbuild test robot · 6 years ago
  10. 9afc5ee y2038: globally rename compat_time to old_time32 by Arnd Bergmann · 7 years ago
  11. 33e2641 y2038: make do_gettimeofday() and get_seconds() inline by Arnd Bergmann · 6 years ago
  12. 9765164 y2038: remove unused time interfaces by Arnd Bergmann · 6 years ago
  13. 0214f46 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  14. 2280a53 Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  15. 13e091b Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  16. 1e45e9a Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  17. 93cb8e2 parisc: Drop architecture-specific ENOTSUP define by Helge Deller · 7 years ago
  18. fbfa926 clockevents: Warn if cpu_all_mask is used as cpumask by Sudeep Holla · 7 years ago
  19. 234b384 tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimer by Sudeep Holla · 7 years ago
  20. 363e934 timers: Clear timer_base::must_forward_clk with timer_base::lock held by Gaurav Kohli · 6 years ago
  21. 80d20d3 nohz: Fix local_timer_softirq_pending() by Anna-Maria Gleixner · 6 years ago
  22. 684ad53 timekeeping: Prevent false warning when persistent clock is not available by Pavel Tatashin · 6 years ago
  23. 24122c7 signal: Pass pid and pid type into send_sigqueue by Eric W. Biederman · 7 years ago
  24. 2118e1f posix-timers: Noralize good_sigevent by Eric W. Biederman · 6 years ago
  25. 6883f81 pid: Implement PIDTYPE_TGID by Eric W. Biederman · 8 years ago
  26. e5af5ff Merge tag 'fortglx/4.19/time-part2' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 7 years ago
  27. 39232ed time: Introduce one suspend clocksource to compensate the suspend time by Baolin Wang · 7 years ago
  28. f473e5f time: Fix extra sleeptime injection when suspend fails by Mukesh Ojha · 7 years ago
  29. 985e695 timekeeping/ntp: Constify some function arguments by Ondrej Mosnacek · 7 years ago
  30. 5d2a4e9 sched/clock: Move sched clock initialization and merge with generic clock by Pavel Tatashin · 7 years ago
  31. 4b1b7f8 timekeeping: Default boot time offset to local_clock() by Pavel Tatashin · 7 years ago
  32. 3eca993 timekeeping: Replace read_boot_clock64() with read_persistent_wall_and_boot_offset() by Pavel Tatashin · 7 years ago
  33. 86b2dcd ntp: Use kstrtos64 for s64 variable by Ondrej Mosnacek · 7 years ago
  34. 0f9987b ntp: Remove redundant arguments by Ondrej Mosnacek · 7 years ago
  35. 3058758 timer: Fix coding style by Yi Wang · 7 years ago
  36. c6bb111 Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/core by Thomas Gleixner · 7 years ago
  37. 7a6e553 hrtimer: Improve kernel message printing by Geert Uytterhoeven · 7 years ago
  38. 5b5ccbc Revert "tick: Prefer a lower rating device only if it's CPU local device" by Sudeep Holla · 7 years ago
  39. b061c7a timekeeping: Update multiplier when NTP frequency is set directly by Miroslav Lichvar · 7 years ago
  40. 5f936e1 alarmtimer: Prevent overflow for relative nanosleep by Thomas Gleixner · 7 years ago
  41. 78c9c4d posix-timers: Sanitize overrun handling by Thomas Gleixner · 7 years ago
  42. 6fec64e posix-timers: Make forward callback return s64 by Thomas Gleixner · 7 years ago
  43. 6ff8473 time: Change types to new y2038 safe __kernel_itimerspec by Deepa Dinamani · 7 years ago
  44. afef05c time: Enable get/put_compat_itimerspec64 always by Deepa Dinamani · 7 years ago
  45. d0dd63a time: Introduce struct __kernel_itimerspec by Deepa Dinamani · 7 years ago
  46. abcbcb8 time: Make sure jiffies_to_msecs() preserves non-zero time periods by Geert Uytterhoeven · 7 years ago
  47. 58a1045 posix-timers: Use new ktime_get_*_ts64() helpers by Arnd Bergmann · 7 years ago
  48. d30faff timekeeping: Use ktime_get_real_ts64() instead of getnstimeofday64() by Arnd Bergmann · 7 years ago
  49. f5a8929 time: Use ktime_get_real_seconds() in time syscall by Arnd Bergmann · 7 years ago
  50. 0fe2795 posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME by Arnd Bergmann · 7 years ago
  51. c60c32a5 posix-cpu-timers: Remove lockdep_assert_irqs_disabled() by Sebastian Andrzej Siewior · 7 years ago
  52. 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
  53. 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
  54. 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
  55. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  56. c1a957d PM / suspend: Prevent might sleep splats by Thomas Gleixner · 7 years ago
  57. b9ff604 timekeeping: Add ktime_get_coarse_with_offset by Arnd Bergmann · 7 years ago
  58. fb7fcc9 timekeeping: Standardize on ktime_get_*() naming by Arnd Bergmann · 7 years ago
  59. edca71f timekeeping: Clean up ktime_get_real_ts64 by Arnd Bergmann · 7 years ago
  60. 4f0fad9 timekeeping: Remove timespec64 hack by Arnd Bergmann · 7 years ago
  61. b563ea6 Merge branch 'linus' into timers/2038 by Thomas Gleixner · 7 years ago
  62. db6f9e5 clocksource: Move inline keyword to the beginning of function declarations by Mathieu Malaterre · 7 years ago
  63. 44414d8 proc: introduce proc_create_seq_private by Christoph Hellwig · 7 years ago
  64. 5596fe3 tick/broadcast: Use for_each_cpu() specially on UP kernels by Dexuan Cui · 7 years ago
  65. ed772ec timer_list: Remove unused function pointer typedef by Chen Lin · 7 years ago
  66. bf9c96b timers: Adjust a kernel-doc comment by Mauro Carvalho Chehab · 7 years ago
  67. 1332a90 tick: Prefer a lower rating device only if it's CPU local device by Sudeep Holla · 7 years ago
  68. 7197e77 clocksource: Remove kthread by Peter Zijlstra · 7 years ago
  69. 604a98f Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 7 years ago
  70. 7dba33c clocksource: Rework stale comment by Peter Zijlstra · 7 years ago
  71. cd2af07d clocksource: Consistent de-rate when marking unstable by Peter Zijlstra · 7 years ago
  72. 5b9e886 clocksource: Initialize cs->wd_list by Peter Zijlstra · 7 years ago
  73. 2aae7bc clocksource: Allow clocksource_mark_unstable() on unregistered clocksources by Peter Zijlstra · 7 years ago
  74. a3ed0e43 Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME by Thomas Gleixner · 7 years ago
  75. 1f71add tick/sched: Do not mess with an enqueued hrtimer by Thomas Gleixner · 7 years ago
  76. 0190997 time: Change nanosleep to safe __kernel_* types by Deepa Dinamani · 7 years ago
  77. 6d5b841 time: Change types to new y2038 safe __kernel_* types by Deepa Dinamani · 7 years ago
  78. ea2ce8f time: Fix get_timespec64() for y2038 safe compat interfaces by Deepa Dinamani · 7 years ago
  79. b5793b0 posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME by Deepa Dinamani · 7 years ago
  80. 1c68adf compat: Enable compat_get/put_timespec64 always by Deepa Dinamani · 7 years ago
  81. c3bca5d posix-cpu-timers: Ensure set_process_cpu_timer is always evaluated by Laura Abbott · 7 years ago
  82. e142aa0 timekeeping: Remove __current_kernel_time() by Baolin Wang · 7 years ago
  83. 4450dc0 clockevents: Fix kernel messages split across multiple lines by Geert Uytterhoeven · 7 years ago
  84. 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
  85. 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
  86. 51798de Merge branches 'pm-cpuidle' and 'pm-qos' by Rafael J. Wysocki · 7 years ago
  87. bbe9a70 tick-sched: avoid a maybe-uninitialized warning by Arnd Bergmann · 7 years ago
  88. 7d2f6ab time: hrtimer: Use timerqueue_iterate_next() to get to the next timer by Rafael J. Wysocki · 7 years ago
  89. ff7de62 nohz: Avoid duplication of code related to got_idle_tick by Rafael J. Wysocki · 7 years ago
  90. 2bc629a nohz: Gather tick_sched booleans under a common flag field by Frederic Weisbecker · 7 years ago
  91. 296bb1e cpuidle: menu: Refine idle state selection for running tick by Rafael J. Wysocki · 7 years ago
  92. 554c8aa sched: idle: Select idle state before stopping the tick by Rafael J. Wysocki · 7 years ago
  93. a59855c time: hrtimer: Introduce hrtimer_next_event_without() by Rafael J. Wysocki · 7 years ago
  94. 23a8d88 time: tick-sched: Split tick_nohz_stop_sched_tick() by Rafael J. Wysocki · 7 years ago
  95. 45f1ff5 cpuidle: Return nohz hint from cpuidle_select() by Rafael J. Wysocki · 7 years ago
  96. efefc97 jiffies: Introduce USER_TICK_USEC and redefine TICK_USEC by Rafael J. Wysocki · 7 years ago
  97. 2aaf709 sched: idle: Do not stop the tick upfront in the idle loop by Rafael J. Wysocki · 7 years ago
  98. 0e77676 time: tick-sched: Reorganize idle tick management code by Rafael J. Wysocki · 7 years ago
  99. 7303e30 syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscalls by Dominik Brodowski · 7 years ago
  100. 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