1. c4d029f tick/broadcast: Prevent NULL pointer dereference by Thomas Gleixner · 9 years ago
  2. c428833 tick/broadcast: Handle spurious interrupts gracefully by Thomas Gleixner · 9 years ago
  3. d5113e1 tick/broadcast: Check for hrtimer broadcast active early by Thomas Gleixner · 9 years ago
  4. 0cc5281 tick/broadcast: Return busy when IPI is pending by Thomas Gleixner · 9 years ago
  5. d332572 tick/broadcast: Return busy if periodic mode and hrtimer broadcast by Thomas Gleixner · 9 years ago
  6. e3ac79e tick/broadcast: Move the check for periodic mode inside state handling by Thomas Gleixner · 9 years ago
  7. b78f3f3 tick/broadcast: Prevent deep idle if no broadcast device available by Thomas Gleixner · 9 years ago
  8. f32dd11 tick/broadcast: Make idle check independent from mode and config by Thomas Gleixner · 9 years ago
  9. e045431 tick/broadcast: Sanity check the shutdown of the local clock_event by Thomas Gleixner · 9 years ago
  10. 8eb2312 tick/broadcast: Prevent hrtimer recursion by Thomas Gleixner · 9 years ago
  11. d7eb231 clockevents: Provide functions to set and get the state by Thomas Gleixner · 9 years ago
  12. 472c4a9 clockevents: Use helpers to check the state of a clockevent device by Viresh Kumar · 9 years ago
  13. 298dbd1 tick: broadcast: Simplify oneshot logic and shorten lock region by Thomas Gleixner · 9 years ago
  14. 2951d5c tick: broadcast: Prevent livelock from event handler by Thomas Gleixner · 9 years ago
  15. a49b116 clockevents: Cleanup dead cpu explicitely by Thomas Gleixner · 9 years ago
  16. 1fe5d5c clockevents: Provide explicit broadcast oneshot control functions by Thomas Gleixner · 9 years ago
  17. 592a438 clockevents: Provide explicit broadcast control functions by Thomas Gleixner · 9 years ago
  18. 345527b clockevents: Fix cpu_down() race for hrtimer based broadcasting by Preeti U Murthy · 9 years ago
  19. f46481d tick/xen: Provide and use tick_suspend_local() and tick_resume_local() by Thomas Gleixner · 10 years ago
  20. 080873c tick: Make tick_resume_broadcast_oneshot() static by Thomas Gleixner · 10 years ago
  21. 77e32c8 clockevents: Manage device's state separately for the core by Viresh Kumar · 10 years ago
  22. 554ef38 clockevents: Handle tick device's resume separately by Viresh Kumar · 10 years ago
  23. 22127e9 time: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  24. 1ead658 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  25. dd5fd9b tick: Clear broadcast pending bit when switching to oneshot by Thomas Gleixner · 11 years ago
  26. 5d1638a tick: Introduce hrtimer based broadcast by Preeti U Murthy · 11 years ago
  27. da7e6f4 time: Change the return type of clockevents_notify() to integer by Preeti U Murthy · 11 years ago
  28. 627ee79 clockevents: Serialize calls to clockevents_update_freq() in the core by Thomas Gleixner · 11 years ago
  29. e8fcaa5 nohz: Convert a few places to use local per cpu accesses by Frederic Weisbecker · 11 years ago
  30. 245a349 tick: broadcast: Deny per-cpu clockevents from being broadcast sources by Soren Brinkmann · 11 years ago
  31. a272dcc tick: broadcast: Check broadcast mode on CPU hotplug by Stephen Boyd · 11 years ago
  32. 2b0f893 Merge branch 'timers/posix-cpu-timers-for-tglx' of by Thomas Gleixner · 11 years ago
  33. 07bd117 tick: Sanitize broadcast control logic by Thomas Gleixner · 11 years ago
  34. 1f73a98 tick: Prevent uncontrolled switch to oneshot mode by Thomas Gleixner · 11 years ago
  35. c9b5a26 tick: Make oneshot broadcast robust vs. CPU offlining by Thomas Gleixner · 11 years ago
  36. ea8deb8 tick: Fix tick_broadcast_pending_mask not cleared by Daniel Lezcano · 11 years ago
  37. f5d00c1 tick: Remove useless timekeeping duty attribution to broadcast source by Jiri Bohac · 11 years ago
  38. 2938d27 tick: Cure broadcast false positive pending bit warning by Thomas Gleixner · 11 years ago
  39. 45cb8e0 clockevents: Split out selection logic by Thomas Gleixner · 11 years ago
  40. ccf33d6 clockevents: Add module refcount by Thomas Gleixner · 11 years ago
  41. 7172a28 clockevents: Get rid of the notifier chain by Thomas Gleixner · 11 years ago
  42. cc51bf6 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  43. 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  44. fbd44a6 tick: Use zalloc_cpumask_var for allocating offstack cpumasks by Thomas Gleixner · 11 years ago
  45. c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 11 years ago
  46. 6f7a05d clockevents: Set dummy handler on CPU_DEAD shutdown by Thomas Gleixner · 11 years ago
  47. 6402c7d Merge branch 'linus' into timers/core by Thomas Gleixner · 11 years ago
  48. c038c1c clockevents: Switch into oneshot mode even if broadcast registered late by Stephen Boyd · 11 years ago
  49. c5bfece nohz: Switch from "extended nohz" to "full nohz" based naming by Frederic Weisbecker · 11 years ago
  50. a382bf9 nohz: Assign timekeeping duty to a CPU outside the full dynticks range by Frederic Weisbecker · 12 years ago
  51. eaa907c tick: Provide a check for a forced broadcast pending by Thomas Gleixner · 12 years ago
  52. 989dcb6 tick: Handle broadcast wakeup of multiple cpus by Thomas Gleixner · 12 years ago
  53. 26517f3 tick: Avoid programming the local cpu timer if broadcast pending by Thomas Gleixner · 12 years ago
  54. a7dc19b clockevents: Don't allow dummy broadcast timers by Mark Rutland · 12 years ago
  55. d2348fb tick: Dynamically set broadcast irq affinity by Daniel Lezcano · 12 years ago
  56. f9ae39d tick: Pass broadcast device to tick_broadcast_set_event() by Daniel Lezcano · 12 years ago
  57. b352bc1 tick: Convert broadcast cpu bitmaps to cpumask_var_t by Thomas Gleixner · 12 years ago
  58. 5d1d9a2 clockevents: Fix generic broadcast for FEAT_C3STOP by Mark Rutland · 12 years ago
  59. 12ad100 clockevents: Add generic timer broadcast function by Mark Rutland · 12 years ago
  60. 12572db clockevents: Add generic timer broadcast receiver by Mark Rutland · 12 years ago
  61. a6371f8 tick: Fix the spurious broadcast timer ticks after resume by Suresh Siddha · 12 years ago
  62. b9a6a235 tick: Ensure that the broadcast device is initialized by Thomas Gleixner · 12 years ago
  63. b435092 tick: Fix oneshot broadcast setup really by Thomas Gleixner · 12 years ago
  64. fa4da36 clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_oneshot() by Suresh Siddha · 12 years ago
  65. 77b0d60 clockevents: Leave the broadcast device in shutdown mode when not needed by Suresh Siddha · 13 years ago
  66. c1be843 tick-broadcast: Stop active broadcast device when replacing it by Thomas Gleixner · 13 years ago
  67. d174830 clockevents: Make minimum delay adjustments configurable by Martin Schwidefsky · 13 years ago
  68. 250f972 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 13 years ago
  69. 07f4beb tick: Clear broadcast active bit when switching to oneshot by Thomas Gleixner · 13 years ago
  70. 7372b0b clockevents: Move C3 stop test outside lock by Andi Kleen · 13 years ago
  71. 420c1c5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  72. 3a142a0 clockevents: Prevent oneshot mode when broadcast device is periodic by Thomas Gleixner · 14 years ago
  73. e2830b5 time: Make do_timer() and xtime_lock local to kernel/time/ by Torben Hohn · 14 years ago
  74. 698f931 fix comment/printk typos concerning "already" by Uwe Kleine-König · 14 years ago
  75. b5f91da clockevents: Convert to raw_spinlock by Thomas Gleixner · 15 years ago
  76. f833bab clockevent: Prevent dead lock on clockevents_lock by Suresh Siddha · 15 years ago
  77. a52f5c5 clockevents: tick_broadcast_device can become static by Dmitri Vorobiev · 15 years ago
  78. 5db0e1e cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/ by Rusty Russell · 16 years ago
  79. 6b95482 cpumask: convert kernel time functions by Rusty Russell · 16 years ago
  80. 320ab2b cpumask: convert struct clock_event_device to cpumask pointers. by Rusty Russell · 16 years ago
  81. fb02fbc NOHZ: restart tick device from irq_enter() by Thomas Gleixner · 16 years ago
  82. 07454bf clockevents: check broadcast tick device not the clock events device by Thomas Gleixner · 16 years ago
  83. 27ce4cb clockevents: prevent mode mismatch on cpu online by Thomas Gleixner · 16 years ago
  84. 3027456 clockevents: check broadcast device not tick device by Thomas Gleixner · 16 years ago
  85. 2344abb clockevents: make device shutdown robust by Thomas Gleixner · 16 years ago
  86. 7300711 clockevents: broadcast fixup possible waiters by Thomas Gleixner · 16 years ago
  87. 1fb9b7d clockevents: prevent endless loop lockup by Thomas Gleixner · 16 years ago
  88. 9c17bcd clockevents: prevent multiple init/shutdown by Thomas Gleixner · 16 years ago
  89. d4496b3 clockevents: prevent endless loop in periodic broadcast handler by Thomas Gleixner · 16 years ago
  90. 8263884 Merge branch 'linus' into cpus4096 by Ingo Molnar · 16 years ago
  91. 1a781a7 Merge branch 'generic-ipi' into generic-ipi-for-linus by Ingo Molnar · 16 years ago
  92. aa276e1 x86, clockevents: add C1E aware idle function by Thomas Gleixner · 16 years ago
  93. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
  94. cad0e45 clocksource/events: use performance variant for_each_cpu_mask_nr by Mike Travis · 16 years ago
  95. 833df31 clockevents: fix typo in tick-broadcast.c by Glauber Costa · 16 years ago
  96. d7b9068 [S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.h by Russell King · 16 years ago
  97. 186e3cb timer: clean up tick-broadcast.c by Thomas Gleixner · 17 years ago
  98. cdc6f27 clockevents: fix reprogramming decision in oneshot broadcast by Thomas Gleixner · 17 years ago
  99. 8dce39c time: fix inconsistent function names in comments by Li Zefan · 17 years ago
  100. 3dfbc88 x86: C1E late detection fix. Really switch off lapic timer by Thomas Gleixner · 17 years ago