1. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  2. 64fce87 hrtimer: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
  3. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  4. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  5. 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
  6. 303c146 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 7 years ago
  7. d5421ea hrtimer: Reset hrtimer cpu base proper on CPU hotplug by Thomas Gleixner · 7 years ago
  8. 3b10db2b signal: Replace memset(info,...) with clear_siginfo for clarity by Eric W. Biederman · 7 years ago
  9. 42f42da hrtimer: Implement SOFT/HARD clock base selection by Anna-Maria Gleixner · 7 years ago
  10. 5da7016 hrtimer: Implement support for softirq based hrtimers by Anna-Maria Gleixner · 7 years ago
  11. c458b1d hrtimer: Prepare handling of hard and softirq based hrtimers by Anna-Maria Gleixner · 7 years ago
  12. 98ecadd hrtimer: Add clock bases and hrtimer mode for softirq context by Anna-Maria Gleixner · 7 years ago
  13. dd934aa hrtimer: Use irqsave/irqrestore around __run_hrtimer() by Anna-Maria Gleixner · 7 years ago
  14. ad38f59 hrtimer: Factor out __hrtimer_next_event_base() by Anna-Maria Gleixner · 7 years ago
  15. 138a6b7 hrtimer: Factor out __hrtimer_start_range_ns() by Anna-Maria Gleixner · 7 years ago
  16. 3ec7a3e hrtimer: Remove the 'base' parameter from hrtimer_reprogram() by Anna-Maria Gleixner · 7 years ago
  17. 2ac2dcc hrtimer: Make remote enqueue decision less restrictive by Anna-Maria Gleixner · 7 years ago
  18. 14c8034 hrtimer: Unify remote enqueue handling by Anna-Maria Gleixner · 7 years ago
  19. 61bb4bc hrtimer: Unify hrtimer removal handling by Anna-Maria Gleixner · 7 years ago
  20. ebba2c7 hrtimer: Make hrtimer_force_reprogramm() unconditionally available by Anna-Maria Gleixner · 7 years ago
  21. 11a9fe0 hrtimer: Make hrtimer_reprogramm() unconditional by Anna-Maria Gleixner · 7 years ago
  22. eb27926 hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional by Anna-Maria Gleixner · 7 years ago
  23. 07a9a7e hrtimer: Make the remote enqueue check unconditional by Anna-Maria Gleixner · 7 years ago
  24. 851cff8 hrtimer: Use accesor functions instead of direct access by Anna-Maria Gleixner · 7 years ago
  25. 28bfd18 hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simplify the code by Anna-Maria Gleixner · 7 years ago
  26. 3f0b9e8 hrtimer: Store running timer in hrtimer_clock_base by Anna-Maria Gleixner · 7 years ago
  27. c272ca5 hrtimer: Switch 'for' loop to _ffs() evaluation by Anna-Maria Gleixner · 7 years ago
  28. 63e2ed3 tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint by Anna-Maria Gleixner · 7 years ago
  29. 48d0c9b hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers) by Anna-Maria Gleixner · 7 years ago
  30. 6de6250 hrtimer: Fix hrtimer_start[_range_ns]() function descriptions by Anna-Maria Gleixner · 7 years ago
  31. 9077771 hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock() by Anna-Maria Gleixner · 7 years ago
  32. d05ca13 hrtimer: Correct blatantly incorrect comment by Thomas Gleixner · 7 years ago
  33. ae67bad hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_active by Thomas Gleixner · 7 years ago
  34. 57957fb Merge branch 'timers/urgent' into timers/core, to pick up dependent fix by Ingo Molnar · 7 years ago
  35. ed4bbf7 timers: Unconditionally check deferrable base by Thomas Gleixner · 7 years ago
  36. a9445e4 posix-cpu-timers: Make set_process_cpu_timer() more robust by Max R. P. Grossmann · 7 years ago
  37. 34be393 sched/deadline: Implement "runtime overrun signal" support by Juri Lelli · 7 years ago
  38. 29f1b2b posix-timers: Prevent UB from shifting negative signed value by Nick Desaulniers · 7 years ago
  39. cea92e8 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  40. 4c47031 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  41. fd45bb7 timers: Invoke timer_start_debug() where it makes sense by Thomas Gleixner · 7 years ago
  42. 5d62c18 nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick() by Thomas Gleixner · 7 years ago
  43. 26456f8 timers: Reinitialize per cpu bases on hotplug by Thomas Gleixner · 7 years ago
  44. ced6d5c timers: Use deferrable base independent of base::nohz_active by Anna-Maria Gleixner · 7 years ago
  45. 466a2b4 cpufreq: schedutil: Use idle_calls counter of the remote CPU by Joel Fernandes · 7 years ago
  46. bf29cb2 sched/isolation: Make CONFIG_NO_HZ_FULL select CONFIG_CPU_ISOLATION by Paul E. McKenney · 7 years ago
  47. cef31d9 posix-timer: Properly check sigevent->sigev_notify by Thomas Gleixner · 7 years ago
  48. 9dd9574 ipc, kernel, mm: annotate ->poll() instances by Al Viro · 8 years ago
  49. 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
  50. 188665b timer: Pass function down to initialization routines by Kees Cook · 7 years ago
  51. 354b46b timer: Switch callback prototype to take struct timer_list * argument by Kees Cook · 7 years ago
  52. c1eba5b timer: Pass timer_list pointer to callbacks unconditionally by Kees Cook · 7 years ago
  53. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  54. b9eaf18 treewide: init_timer() -> setup_timer() by Kees Cook · 7 years ago
  55. aea3706 timekeeping: Remove CONFIG_GENERIC_TIME_VSYSCALL_OLD by Miroslav Lichvar · 7 years ago
  56. d4bfeab Merge branch 'linus' into timers/urgent by Thomas Gleixner · 7 years ago
  57. 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
  58. 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
  59. 8e7df2b timer/debug: Change /proc/timer_list from 0444 to 0400 by Ingo Molnar · 7 years ago
  60. b24591e timers: Add a function to start/reduce a timer by David Howells · 7 years ago
  61. df27067 pstore: Use ktime_get_real_fast_ns() instead of __getnstimeofday() by Arnd Bergmann · 7 years ago
  62. a696822 timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  63. 53bef3f timers/hrtimer: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  64. ebf3adb timers/nohz: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago
  65. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  66. 6082a6e kernel/time/Kconfig: Fix typo in comment by Randy Dunlap · 7 years ago
  67. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  68. 39c82ca clockevents: Update clockevents device next_event on stop by Prasad Sodagudi · 7 years ago
  69. 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
  70. abc8f96 time: Move time_t conversion helpers to time32.h by Arnd Bergmann · 7 years ago
  71. 85bf19e time: Remove unused functions by Arnd Bergmann · 7 years ago
  72. 1572fa0 timekeeping: Use timespec64 in timekeeping_inject_offset by Arnd Bergmann · 7 years ago
  73. e0956dc timekeeping: Consolidate timekeeping_inject_offset code by Arnd Bergmann · 7 years ago
  74. 0f295b0 rtc: Allow rtc drivers to specify the tv_nsec value for ntp by Jason Gunthorpe · 7 years ago
  75. 6f1982f sched/isolation: Handle the nohz_full= parameter by Frederic Weisbecker · 7 years ago
  76. 7863406 sched/isolation: Move housekeeping related code to its own file by Frederic Weisbecker · 7 years ago
  77. 3a29ddb clockevents: Retry programming min delta up to 10 times by James Hogan · 7 years ago
  78. ba16490 timer: Convert stub timer to timer_setup() by Thomas Gleixner · 7 years ago
  79. c310ce4 timers: Avoid an unnecessary iteration in __run_timers() by Zhenzhong Duan · 7 years ago
  80. 4eb1bca time: Use do_settimeofday64() internally by Arnd Bergmann · 7 years ago
  81. fe46042 posix-stubs: Use get_timespec64() and put_timespec64() by Arnd Bergmann · 7 years ago
  82. 62cb118 sched/idle: Move quiet_vmstate() into the NOHZ code by Peter Zijlstra · 7 years ago
  83. 58e1177 timer: Convert schedule_timeout() to use from_timer() by Kees Cook · 7 years ago
  84. 4c3711d timekeeping: Provide NMI safe access to clock realtime by Thomas Gleixner · 7 years ago
  85. 5df3210 timekeeping: Make fast accessors return 0 before timekeeping is initialized by Prarit Bhargava · 7 years ago
  86. a2d8180 drivers/pps: aesthetic tweaks to PPS-related content by Robert P. J. Day · 7 years ago
  87. 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
  88. 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
  89. 7b01463 Merge branch 'pm-sleep' by Rafael J. Wysocki · 7 years ago
  90. 5121829 alarmtimer: Ensure RTC module is not unloaded by Alexandre Belloni · 7 years ago
  91. 0bcdc09 time: Fix ktime_get_raw() incorrect base accumulation by John Stultz · 7 years ago
  92. 2fe59f5 timers: Fix excessive granularity of new timers after a nohz idle by Nicholas Piggin · 7 years ago
  93. 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
  94. 3cf2949 posix-cpu-timers: Use dedicated helper to access rlimit values by Krzysztof Opasiak · 8 years ago
  95. 47b4a45 alarmtimer: Fix unavailable wake-up source in sysfs by Geert Uytterhoeven · 8 years ago
  96. a529bea timekeeping: Use proper timekeeper for debug code by Stafford Horne · 8 years ago
  97. 34f41c0 timers: Fix overflow in get_next_timer_interrupt by Matija Glavinic Pecotic · 7 years ago
  98. cb08e03 PM / timekeeping: Print debug messages when requested by Rafael J. Wysocki · 7 years ago
  99. ea3b25e Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  100. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago