1. 1b72d43 tick: Remove outgoing CPU from broadcast masks by Thomas Gleixner · 6 years ago
  2. f49c174 hrtimers/tick/clockevents: Remove sloppy license references by Thomas Gleixner · 6 years ago
  3. 35728b8 time: Add SPDX license identifiers by Thomas Gleixner · 6 years ago
  4. 58c5fc2 time: Remove useless filenames in top level comments by Thomas Gleixner · 6 years ago
  5. 7d9df98 clockevents: Remove unnecessary unlikely() by Yangtao Li · 6 years ago
  6. fbfa926 clockevents: Warn if cpu_all_mask is used as cpumask by Sudeep Holla · 6 years ago
  7. 3a29ddb clockevents: Retry programming min delta up to 10 times by James Hogan · 7 years ago
  8. 0695bd9 clockevents: Make clockevents_config() static by Nicolai Stange · 8 years ago
  9. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  10. 775be50 clockevents: Make clockevents_subsys static by Ben Dooks · 9 years ago
  11. eef7635 clockevents: Remove unused set_mode() callback by Viresh Kumar · 9 years ago
  12. 7c4a976 clockevents: Allow set-state callbacks to be optional by Viresh Kumar · 10 years ago
  13. a9d2098 clockevents: Check state instead of mode in suspend/resume path by Viresh Kumar · 10 years ago
  14. 051ebd1 clockevents: Use set/get state helper functions by Thomas Gleixner · 10 years ago
  15. d7eb231 clockevents: Provide functions to set and get the state by Thomas Gleixner · 10 years ago
  16. 472c4a9 clockevents: Use helpers to check the state of a clockevent device by Viresh Kumar · 10 years ago
  17. ac34ad2 clockevents: Do not suspend/resume if unused by Alexandre Belloni · 10 years ago
  18. d2540875 clockevents: Stop unused clockevent devices by Viresh Kumar · 10 years ago
  19. 8fff52f clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED state by Viresh Kumar · 10 years ago
  20. 95f3b1f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  21. 149aabc clockevents: Shutdown detached clockevent device by Viresh Kumar · 10 years ago
  22. 1fc1499 Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  23. a49b116 clockevents: Cleanup dead cpu explicitely by Thomas Gleixner · 10 years ago
  24. 52c063d clockevents: Make tick handover explicit by Thomas Gleixner · 10 years ago
  25. ffa48c0 clockevents: Remove broadcast oneshot control leftovers by Rafael J. Wysocki · 10 years ago
  26. 1fe5d5c3 clockevents: Provide explicit broadcast oneshot control functions by Thomas Gleixner · 10 years ago
  27. 89feddb clockevents: Remove the broadcast control leftovers by Thomas Gleixner · 10 years ago
  28. 592a438 clockevents: Provide explicit broadcast control functions by Thomas Gleixner · 10 years ago
  29. 4ffee52 clockevents: Make suspend/resume calls explicit by Thomas Gleixner · 10 years ago
  30. db6f672 clockevents: Remove extra local_irq_save() in clockevents_exchange_device() by Thomas Gleixner · 10 years ago
  31. 9f083b7 clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD by Thomas Gleixner · 10 years ago
  32. de81e64 clockevents: Don't validate dev->mode against CLOCK_EVT_MODE_UNUSED for new interface by Viresh Kumar · 10 years ago
  33. 77e32c8 clockevents: Manage device's state separately for the core by Viresh Kumar · 10 years ago
  34. 554ef38 clockevents: Handle tick device's resume separately by Viresh Kumar · 10 years ago
  35. 32a1583 clockevents: export clockevents_unbind_device instead of clockevents_unbind by Vitaly Kuznetsov · 10 years ago
  36. bd624d7 clockevents: Introduce mode specific callbacks by Viresh Kumar · 10 years ago
  37. 1063200 clockevents: Prevent shift out of bounds by Thomas Gleixner · 10 years ago
  38. 504d587 timer: Fix lock inversion between hrtimer_bases.lock and scheduler locks by Jan Kara · 10 years ago
  39. da7e6f4 time: Change the return type of clockevents_notify() to integer by Preeti U Murthy · 11 years ago
  40. fe79a9b clockevents: Adjust timer interval when frequency changes by Soren Brinkmann · 11 years ago
  41. 627ee79 clockevents: Serialize calls to clockevents_update_freq() in the core by Thomas Gleixner · 11 years ago
  42. 8709382 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  43. 97b9410 clockevents: Sanitize ticks to nsec conversion by Thomas Gleixner · 11 years ago
  44. 891292a time: Fix signedness bug in sysfs_get_uname() and its callers by Patrick Palka · 11 years ago
  45. 03e13cf clockevents: Implement unbind functionality by Thomas Gleixner · 12 years ago
  46. 501f867 clockevents: Provide sysfs interface by Thomas Gleixner · 12 years ago
  47. ccf33d6 clockevents: Add module refcount by Thomas Gleixner · 12 years ago
  48. 8c53daf clockevents: Move the tick_notify() switch case to clockevents_notify() by Thomas Gleixner · 12 years ago
  49. 7172a286 clockevents: Get rid of the notifier chain by Thomas Gleixner · 12 years ago
  50. c35ef95 clockevents: export clockevents_config_and_register for module use by Shawn Guo · 12 years ago
  51. adc78e6 timekeeping: Add suspend and resume of clock event devices by Rafael J. Wysocki · 12 years ago
  52. e540032 clockevents: Make clockevents_config() a global symbol by Magnus Damm · 13 years ago
  53. 7239f65 clockevents: remove sysdev.h by Kay Sievers · 13 years ago
  54. 65516f8 clockevents: Add direct ktime programming function by Martin Schwidefsky · 13 years ago
  55. d174830 clockevents: Make minimum delay adjustments configurable by Martin Schwidefsky · 13 years ago
  56. 1b054b6 clockevents: Handle empty cpumask gracefully by Thomas Gleixner · 14 years ago
  57. c0e299b clockevents/source: Use u64 to make 32bit happy by Thomas Gleixner · 14 years ago
  58. 80b816b clockevents: Provide interface to reconfigure an active clock event device by Thomas Gleixner · 14 years ago
  59. 57f0fcb clockevents: Provide combined configure and register function by Thomas Gleixner · 14 years ago
  60. e2830b5 time: Make do_timer() and xtime_lock local to kernel/time/ by Torben Hohn · 14 years ago
  61. ea9d8e3 clockevent: Don't remove broadcast device when cpu is dead by Xiaotian Feng · 15 years ago
  62. 3cd312c Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  63. b5f91da clockevents: Convert to raw_spinlock by Thomas Gleixner · 15 years ago
  64. bb6eddf clockevents: Prevent clockevent_devices list corruption on cpu hotplug by Thomas Gleixner · 15 years ago
  65. 8e1a928 clockevents: Add missing include to pacify sparse by H Hartley Sweeten · 15 years ago
  66. 97813f2 nohz: Allow 32-bit machines to sleep for more than 2.15 seconds by Jon Hunter · 15 years ago
  67. f833bab clockevent: Prevent dead lock on clockevents_lock by Suresh Siddha · 15 years ago
  68. 6ff7041 hrtimer: Fix migration expiry check by Thomas Gleixner · 16 years ago
  69. 19035e5 Merge branch 'timers-for-linus-migration' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  70. eea08f3 timers: Logic to move non pinned timers by Arun R Bharadwaj · 16 years ago
  71. c81fc2c clockevent: export register_device and delta2ns by Magnus Damm · 16 years ago
  72. 2d68259 clockevents: let set_mode() setup delta information by Magnus Damm · 16 years ago
  73. 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 16 years ago
  74. 2344abb clockevents: make device shutdown robust by Thomas Gleixner · 16 years ago
  75. 7c1e768 clockevents: prevent clockevent event_handler ending up handler_noop by Venkatesh Pallipadi · 16 years ago
  76. 3eb0567 time: fix typo in comments by Li Zefan · 17 years ago
  77. 0b858e6 clockevent: simplify list operations by Li Zefan · 17 years ago
  78. 45fe4fe x86: make clockevents more robust by Ingo Molnar · 17 years ago
  79. 167b1de clockevents: warn once when program_event() is called with negative expiry by Thomas Gleixner · 17 years ago
  80. de68d9b clockevents: Allow build w/o run-tine usage for migration purposes by Thomas Gleixner · 17 years ago
  81. 6ddfca9 timer: remove clockevents_unregister_notifier by Miao Xie · 17 years ago
  82. 78c1b06 Remove clockevents_{release,request}_device by Andi Kleen · 17 years ago
  83. 291bc04 [PATCH] clockevents: remove bad designed sysfs support for now by Thomas Gleixner · 18 years ago
  84. d316c57 [PATCH] clockevents: add core functionality by Thomas Gleixner · 18 years ago