aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-broadcast.c
Commit message (Expand)AuthorAge
* tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2017-01-12
* tick: Move the export of tick_broadcast_oneshot_control to the proper placeThomas Gleixner2015-07-14
* tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner2015-07-11
* tick/broadcast: Handle spurious interrupts gracefullyThomas Gleixner2015-07-07
* tick/broadcast: Check for hrtimer broadcast active earlyThomas Gleixner2015-07-07
* tick/broadcast: Return busy when IPI is pendingThomas Gleixner2015-07-07
* tick/broadcast: Return busy if periodic mode and hrtimer broadcastThomas Gleixner2015-07-07
* tick/broadcast: Move the check for periodic mode inside state handlingThomas Gleixner2015-07-07
* tick/broadcast: Prevent deep idle if no broadcast device availableThomas Gleixner2015-07-07
* tick/broadcast: Make idle check independent from mode and configThomas Gleixner2015-07-07
* tick/broadcast: Sanity check the shutdown of the local clock_eventThomas Gleixner2015-07-07
* tick/broadcast: Prevent hrtimer recursionThomas Gleixner2015-07-07
* clockevents: Provide functions to set and get the stateThomas Gleixner2015-06-02
* clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar2015-06-02
* tick: broadcast: Simplify oneshot logic and shorten lock regionThomas Gleixner2015-05-05
* tick: broadcast: Prevent livelock from event handlerThomas Gleixner2015-05-05
* clockevents: Cleanup dead cpu explicitelyThomas Gleixner2015-04-03
* clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner2015-04-03
* clockevents: Provide explicit broadcast control functionsThomas Gleixner2015-04-03
* clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy2015-04-02
* tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner2015-04-01
* tick: Make tick_resume_broadcast_oneshot() staticThomas Gleixner2015-04-01
* clockevents: Manage device's state separately for the coreViresh Kumar2015-03-27
* clockevents: Handle tick device's resume separatelyViresh Kumar2015-03-27
* time: Replace __get_cpu_var usesChristoph Lameter2014-08-26
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-01
|\
| * tick: Introduce hrtimer based broadcastPreeti U Murthy2014-02-07
| * time: Change the return type of clockevents_notify() to integerPreeti U Murthy2014-02-07
| * clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner2014-02-07
* | tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner2014-02-13
|/
* nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker2013-12-02
* tick: broadcast: Deny per-cpu clockevents from being broadcast sourcesSoren Brinkmann2013-10-02
* tick: broadcast: Check broadcast mode on CPU hotplugStephen Boyd2013-07-12
* Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2013-07-04
|\
| * tick: Fix tick_broadcast_pending_mask not clearedDaniel Lezcano2013-06-21
| * tick: Remove useless timekeeping duty attribution to broadcast sourceJiri Bohac2013-05-31
| * tick: Cure broadcast false positive pending bit warningThomas Gleixner2013-05-28
* | tick: Sanitize broadcast control logicThomas Gleixner2013-07-02
* | tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner2013-07-02
* | tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner2013-07-02
* | clockevents: Split out selection logicThomas Gleixner2013-05-16
* | clockevents: Add module refcountThomas Gleixner2013-05-16
* | clockevents: Get rid of the notifier chainThomas Gleixner2013-05-16
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-05-15
|\
| * tick: Use zalloc_cpumask_var for allocating offstack cpumasksThomas Gleixner2013-05-05
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-05
|\ \ | |/ |/|
| * Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-02
| |\
| * | nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker2013-04-15
| * | nohz: Assign timekeeping duty to a CPU outside the full dynticks rangeFrederic Weisbecker2013-03-21
* | | clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner2013-04-25