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