1. 599e75f ANDROID: GKI: timer.h: add Android ABI padding to a structure by Greg Kroah-Hartman · 4 years, 8 months ago
  2. b952caf timers: Mask invalid flags in do_init_timer() by Qianli Zhao · 4 years, 5 months ago
  3. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  4. 90c0189 timer: Use hlist_unhashed_lockless() in timer_pending() by Eric Dumazet · 5 years ago
  5. 030dcdd timers: Prepare support for PREEMPT_RT by Anna-Maria Gleixner · 5 years ago
  6. 28ef2db timer: Document TIMER_PINNED by Peter Xu · 6 years ago
  7. f0ae6a0 timers: Remove stale struct tvec_base forward declaration by Liu, Changcheng · 7 years ago
  8. 26456f8 timers: Reinitialize per cpu bases on hotplug by Thomas Gleixner · 7 years ago
  9. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  10. 919b250 timer: Remove redundant __setup_timer*() macros by Kees Cook · 7 years ago
  11. 188665b timer: Pass function down to initialization routines by Kees Cook · 7 years ago
  12. 1fe66ba timer: Remove unused data arguments from macros by Kees Cook · 7 years ago
  13. 354b46b timer: Switch callback prototype to take struct timer_list * argument by Kees Cook · 7 years ago
  14. c1eba5b timer: Pass timer_list pointer to callbacks unconditionally by Kees Cook · 7 years ago
  15. 513ae78 timer: Remove setup_*timer() interface by Kees Cook · 7 years ago
  16. 7eeb6b8 timer: Remove init_timer() interface by Kees Cook · 7 years ago
  17. 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
  18. b24591e timers: Add a function to start/reduce a timer by David Howells · 7 years ago
  19. 3653bc9 timer: Prepare to change all DEFINE_TIMER() callbacks by Kees Cook · 7 years ago
  20. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  21. 00ed87da timer: Add parenthesis around timer_setup() macro arguments by Kees Cook · 7 years ago
  22. 52f737c timer: Provide wrappers safe for use with LOCKDEP by Kees Cook · 7 years ago
  23. 8ede369 timer: Remove expires argument from __TIMER_INITIALIZER() by Kees Cook · 7 years ago
  24. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  25. fca7ce5 timer: Remove unused static initializer macros by Kees Cook · 7 years ago
  26. 51487d9 timer: Remove last user of TIMER_INITIALIZER by Kees Cook · 7 years ago
  27. df7e828 timer: Remove init_timer_deferrable() in favor of timer_setup() by Kees Cook · 7 years ago
  28. 185981d timer: Remove init_timer_pinned() in favor of timer_setup() by Kees Cook · 7 years ago
  29. 9c6c273 timer: Remove init_timer_on_stack() in favor of timer_setup_on_stack() by Kees Cook · 7 years ago
  30. 1d1fe90 timer: Remove init_timer_pinned_deferrable() in favor of timer_setup() by Kees Cook · 7 years ago
  31. 58e1177 timer: Convert schedule_timeout() to use from_timer() by Kees Cook · 7 years ago
  32. 686fef9 timer: Prepare to change timer callback argument type by Kees Cook · 7 years ago
  33. b2d5bfe sched/headers, timers: Remove the <linux/sysctl.h> include from <linux/timer.h> by Ingo Molnar · 8 years ago
  34. 79b17ea Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  35. 8a58a34 timers: Make flags output in the timer_start tracepoint useful by Thomas Gleixner · 8 years ago
  36. dfb4357 time: Remove CONFIG_TIMER_STATS by Kees Cook · 8 years ago
  37. 24f73b9 timers/core: Convert to hotplug state machine by Richard Cochran · 8 years ago
  38. 53bf837 timers: Remove set_timer_slack() leftovers by Thomas Gleixner · 8 years ago
  39. 500462a timers: Switch to a non-cascading wheel by Thomas Gleixner · 8 years ago
  40. b0d6e2d timers: Reduce the CPU index space to 256k by Thomas Gleixner · 8 years ago
  41. 177ec0a timers: Remove the deprecated mod_timer_pinned() API by Thomas Gleixner · 8 years ago
  42. e675447 timers: Make 'pinned' a timer property by Thomas Gleixner · 8 years ago
  43. 6f3ffc1 timer: add setup_deferrable_timer macro by Lucas Stach · 9 years ago
  44. bc7a34b timer: Reduce timer migration overhead if disabled by Thomas Gleixner · 10 years ago
  45. c74441a timer: Stats: Simplify the flags handling by Thomas Gleixner · 10 years ago
  46. 0eeda71 timer: Replace timer base by a cpu index by Thomas Gleixner · 10 years ago
  47. 1dabbce timer: Use hlist for the timer wheel hash buckets by Thomas Gleixner · 10 years ago
  48. c1ad348 tick: Nohz: Rework next timer evaluation by Thomas Gleixner · 10 years ago
  49. c5f66e9 timer: Implement TIMER_IRQSAFE by Tejun Heo · 12 years ago
  50. fc68399 timer: Clean up timer initializers by Tejun Heo · 12 years ago
  51. 5a9af38 timer: Relocate declarations of init_timer_on_stack_key() by Tejun Heo · 12 years ago
  52. e52b1db timer: Generalize timer->base flags handling by Tejun Heo · 12 years ago
  53. 6f1bc45 timer: Make try_to_del_timer_sync() the same on SMP and UP by Yong Zhang · 14 years ago
  54. dd6414b timer: Permit statically-declared work with deferrable timers by Phil Carmody · 14 years ago
  55. aaabe31 timer: Initialize the field slack of timer_list by Changli Gao · 14 years ago
  56. d095902 timer_list: Remove alignment padding on 64 bit when CONFIG_TIMER_STATS by Richard Kennedy · 14 years ago
  57. 8cadd283 timer: add on-stack deferrable timer interfaces by Jesse Barnes · 15 years ago
  58. 3bbb9ec timers: Introduce the concept of timer slack for legacy timers by Arjan van de Ven · 15 years ago
  59. e500011 timers: Drop a function prototype by Randy Dunlap · 15 years ago
  60. 507e123 timer stats: Optimize by adding quick check to avoid function calls by Heiko Carstens · 16 years ago
  61. 597d027 timers: Framework for identifying pinned timers by Arun R Bharadwaj · 16 years ago
  62. c4e1aa6 Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  63. 7401922 timers: add mod_timer_pending() by Ingo Molnar · 16 years ago
  64. 6f2b9b9 timer: implement lockdep deadlock detection by Johannes Berg · 16 years ago
  65. 9c133c4 Add round_jiffies_up and related routines by Alan Stern · 16 years ago
  66. c6f3a97 debugobjects: add timer specific object debugging code by Thomas Gleixner · 17 years ago
  67. 6d141c3 workqueue: make delayed_work_timer_fn() static by Li Zefan · 17 years ago
  68. ec70158 Remove fastcall from linux/include by Harvey Harrison · 17 years ago
  69. a6fa8e5 time: clean hungarian notation from timers by Pavel Machek · 17 years ago
  70. c5c061b8 Add a flag to indicate deferrable timers in /proc/timer_stats by Venki Pallipadi · 17 years ago
  71. 0a3021f Remove unnecessary includes of spinlock.h under include/linux by Robert P. J. Day · 17 years ago
  72. eaad084 NOHZ: prevent multiplication overflow - stop timer for huge timeouts by Thomas Gleixner · 18 years ago
  73. 6e453a6 Add support for deferrable timers by Venki Pallipadi · 18 years ago
  74. 82f67cd [PATCH] Add debugging feature /proc/timer_stat by Ingo Molnar · 18 years ago
  75. c9cb2e3 [PATCH] hrtimers: namespace and enum cleanup by Thomas Gleixner · 18 years ago
  76. fd064b9 [PATCH] Extend next_timer_interrupt() to use a reference jiffie by Thomas Gleixner · 18 years ago
  77. 45f8bde [PATCH] fix various kernel-doc in header files by Robert P. J. Day · 18 years ago
  78. 4c36a5d [PATCH] round_jiffies infrastructure by Arjan van de Ven · 18 years ago
  79. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  80. 3691c51 [PATCH] kill __init_timer_base in favor of boot_tvec_bases by Oleg Nesterov · 19 years ago
  81. 05cfb61 [PATCH] hrtimers: remove data field by Roman Zippel · 19 years ago
  82. 13fce80 Fix simple typos by Andrzej Zaborowski · 19 years ago
  83. 2ff678b [PATCH] hrtimer: switch itimers to hrtimer by Thomas Gleixner · 19 years ago
  84. 15d2bac [PATCH] add_timer() of a pending timer is illegal by Andrew Morton · 19 years ago
  85. dfc4f94 [PATCH] remove timer debug field by Andrew Morton · 19 years ago
  86. a8db2db [PATCH] introduce setup_timer() helper by Oleg Nesterov · 19 years ago
  87. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  88. fd450b7 [PATCH] timers: introduce try_to_del_timer_sync() by Oleg Nesterov · 20 years ago
  89. 55c888d [PATCH] timers fixes/improvements by Oleg Nesterov · 20 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago