- 245a057 timer_list: Print name of per-cpu wakeup device by Will Deacon · 3 years, 8 months ago
- ea5c7f1 tick/broadcast: Program wakeup timer when entering idle if required by Will Deacon · 3 years, 8 months ago
- c94a853 tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcast by Will Deacon · 3 years, 8 months ago
- e5007c2 tick/broadcast: Split __tick_broadcast_oneshot_control() into a helper by Will Deacon · 3 years, 8 months ago
- c2d4fee tick/broadcast: Drop unneeded CONFIG_GENERIC_CLOCKEVENTS_BROADCAST guard by Will Deacon · 3 years, 8 months ago
- 9c336c9 tick/broadcast: Allow late registered device to enter oneshot mode by Jindong Yue · 3 years, 10 months ago
- 4bf07f6 timekeeping, clocksource: Fix various typos in comments by Ingo Molnar · 3 years, 10 months ago
- b996544 tick: Get rid of tick_period by Thomas Gleixner · 4 years, 2 months ago
- f73f64d tick/broadcast: Serialize access to tick_next_period by Thomas Gleixner · 4 years, 2 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- 13e792a tick: Fix typos in comments by Laurent Gauthier · 6 years ago
- aba09543 tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline() by Borislav Petkov · 6 years ago
- 1b72d43 tick: Remove outgoing CPU from broadcast masks by Thomas Gleixner · 6 years ago
- 75b710a timers: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
- f49c174 hrtimers/tick/clockevents: Remove sloppy license references by Thomas Gleixner · 6 years ago
- 35728b8 time: Add SPDX license identifiers by Thomas Gleixner · 6 years ago
- 58c5fc2 time: Remove useless filenames in top level comments by Thomas Gleixner · 6 years ago
- dc62531 tick/broadcast: Remove redundant check by Peng Hao · 6 years ago
- 5596fe3 tick/broadcast: Use for_each_cpu() specially on UP kernels by Dexuan Cui · 7 years ago
- 94114c3 tick/broadcast: Make tick_broadcast_setup_oneshot() static by Stephen Boyd · 8 years ago
- 20dcfe1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 202461e tick/broadcast: Prevent deadlock on tick_broadcast_lock by Mike Galbraith · 8 years ago
- 668802c tick/broadcast: Reduce lock cacheline contention by Waiman Long · 8 years ago
- 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
- c1a9eeb tick/broadcast: Prevent NULL pointer dereference by Thomas Gleixner · 8 years ago
- 0f44705 tick: Move the export of tick_broadcast_oneshot_control to the proper place by Thomas Gleixner · 10 years ago
- c4d029f tick/broadcast: Prevent NULL pointer dereference by Thomas Gleixner · 10 years ago
- c428833 tick/broadcast: Handle spurious interrupts gracefully by Thomas Gleixner · 10 years ago
- d5113e1 tick/broadcast: Check for hrtimer broadcast active early by Thomas Gleixner · 10 years ago
- 0cc5281 tick/broadcast: Return busy when IPI is pending by Thomas Gleixner · 10 years ago
- d332572 tick/broadcast: Return busy if periodic mode and hrtimer broadcast by Thomas Gleixner · 10 years ago
- e3ac79e tick/broadcast: Move the check for periodic mode inside state handling by Thomas Gleixner · 10 years ago
- b78f3f3 tick/broadcast: Prevent deep idle if no broadcast device available by Thomas Gleixner · 10 years ago
- f32dd11 tick/broadcast: Make idle check independent from mode and config by Thomas Gleixner · 10 years ago
- e045431 tick/broadcast: Sanity check the shutdown of the local clock_event by Thomas Gleixner · 10 years ago
- 8eb2312 tick/broadcast: Prevent hrtimer recursion by Thomas Gleixner · 10 years ago
- d7eb231 clockevents: Provide functions to set and get the state by Thomas Gleixner · 10 years ago
- 472c4a9 clockevents: Use helpers to check the state of a clockevent device by Viresh Kumar · 10 years ago
- 298dbd1 tick: broadcast: Simplify oneshot logic and shorten lock region by Thomas Gleixner · 10 years ago
- 2951d5c tick: broadcast: Prevent livelock from event handler by Thomas Gleixner · 10 years ago
- a49b116 clockevents: Cleanup dead cpu explicitely by Thomas Gleixner · 10 years ago
- 1fe5d5c3 clockevents: Provide explicit broadcast oneshot control functions by Thomas Gleixner · 10 years ago
- 592a438 clockevents: Provide explicit broadcast control functions by Thomas Gleixner · 10 years ago
- 345527b clockevents: Fix cpu_down() race for hrtimer based broadcasting by Preeti U Murthy · 10 years ago
- f46481d tick/xen: Provide and use tick_suspend_local() and tick_resume_local() by Thomas Gleixner · 10 years ago
- 080873c tick: Make tick_resume_broadcast_oneshot() static by Thomas Gleixner · 10 years ago
- 77e32c8 clockevents: Manage device's state separately for the core by Viresh Kumar · 10 years ago
- 554ef38 clockevents: Handle tick device's resume separately by Viresh Kumar · 10 years ago
- 22127e9 time: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
- 1ead658 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
- dd5fd9b tick: Clear broadcast pending bit when switching to oneshot by Thomas Gleixner · 11 years ago
- 5d1638a tick: Introduce hrtimer based broadcast by Preeti U Murthy · 11 years ago
- da7e6f4 time: Change the return type of clockevents_notify() to integer by Preeti U Murthy · 11 years ago
- 627ee79 clockevents: Serialize calls to clockevents_update_freq() in the core by Thomas Gleixner · 11 years ago
- e8fcaa5 nohz: Convert a few places to use local per cpu accesses by Frederic Weisbecker · 11 years ago
- 245a349 tick: broadcast: Deny per-cpu clockevents from being broadcast sources by Soren Brinkmann · 11 years ago
- a272dcc tick: broadcast: Check broadcast mode on CPU hotplug by Stephen Boyd · 12 years ago
- 2b0f893 Merge branch 'timers/posix-cpu-timers-for-tglx' of by Thomas Gleixner · 12 years ago
- 07bd117 tick: Sanitize broadcast control logic by Thomas Gleixner · 12 years ago
- 1f73a98 tick: Prevent uncontrolled switch to oneshot mode by Thomas Gleixner · 12 years ago
- c9b5a26 tick: Make oneshot broadcast robust vs. CPU offlining by Thomas Gleixner · 12 years ago
- ea8deb8 tick: Fix tick_broadcast_pending_mask not cleared by Daniel Lezcano · 12 years ago
- f5d00c1 tick: Remove useless timekeeping duty attribution to broadcast source by Jiri Bohac · 12 years ago
- 2938d27 tick: Cure broadcast false positive pending bit warning by Thomas Gleixner · 12 years ago
- 45cb8e0 clockevents: Split out selection logic by Thomas Gleixner · 12 years ago
- ccf33d6 clockevents: Add module refcount by Thomas Gleixner · 12 years ago
- 7172a286 clockevents: Get rid of the notifier chain by Thomas Gleixner · 12 years ago
- cc51bf6 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- 534c97b Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
- fbd44a6 tick: Use zalloc_cpumask_var for allocating offstack cpumasks by Thomas Gleixner · 12 years ago
- c032862 Merge commit '8700c95adb03' into timers/nohz by Frederic Weisbecker · 12 years ago
- 6f7a05d clockevents: Set dummy handler on CPU_DEAD shutdown by Thomas Gleixner · 12 years ago
- 6402c7d Merge branch 'linus' into timers/core by Thomas Gleixner · 12 years ago
- c038c1c clockevents: Switch into oneshot mode even if broadcast registered late by Stephen Boyd · 12 years ago
- c5bfece nohz: Switch from "extended nohz" to "full nohz" based naming by Frederic Weisbecker · 12 years ago
- a382bf9 nohz: Assign timekeeping duty to a CPU outside the full dynticks range by Frederic Weisbecker · 12 years ago
- eaa907c tick: Provide a check for a forced broadcast pending by Thomas Gleixner · 12 years ago
- 989dcb6 tick: Handle broadcast wakeup of multiple cpus by Thomas Gleixner · 12 years ago
- 26517f3 tick: Avoid programming the local cpu timer if broadcast pending by Thomas Gleixner · 12 years ago
- a7dc19b clockevents: Don't allow dummy broadcast timers by Mark Rutland · 12 years ago
- d2348fb tick: Dynamically set broadcast irq affinity by Daniel Lezcano · 12 years ago
- f9ae39d tick: Pass broadcast device to tick_broadcast_set_event() by Daniel Lezcano · 12 years ago
- b352bc1 tick: Convert broadcast cpu bitmaps to cpumask_var_t by Thomas Gleixner · 12 years ago
- 5d1d9a2 clockevents: Fix generic broadcast for FEAT_C3STOP by Mark Rutland · 12 years ago
- 12ad100 clockevents: Add generic timer broadcast function by Mark Rutland · 12 years ago
- 12572db clockevents: Add generic timer broadcast receiver by Mark Rutland · 12 years ago
- a6371f8 tick: Fix the spurious broadcast timer ticks after resume by Suresh Siddha · 13 years ago
- b9a6a235 tick: Ensure that the broadcast device is initialized by Thomas Gleixner · 13 years ago
- b435092 tick: Fix oneshot broadcast setup really by Thomas Gleixner · 13 years ago
- fa4da36 clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_oneshot() by Suresh Siddha · 13 years ago
- 77b0d60 clockevents: Leave the broadcast device in shutdown mode when not needed by Suresh Siddha · 13 years ago
- c1be843 tick-broadcast: Stop active broadcast device when replacing it by Thomas Gleixner · 13 years ago
- d174830 clockevents: Make minimum delay adjustments configurable by Martin Schwidefsky · 13 years ago
- 250f972 Merge branch 'timers/urgent' into timers/core by Thomas Gleixner · 14 years ago
- 07f4beb tick: Clear broadcast active bit when switching to oneshot by Thomas Gleixner · 14 years ago
- 7372b0b clockevents: Move C3 stop test outside lock by Andi Kleen · 14 years ago
- 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
- 3a142a0 clockevents: Prevent oneshot mode when broadcast device is periodic by Thomas Gleixner · 14 years ago
- e2830b5 time: Make do_timer() and xtime_lock local to kernel/time/ by Torben Hohn · 14 years ago
- 698f931 fix comment/printk typos concerning "already" by Uwe Kleine-König · 15 years ago