aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/tick-internal.h
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-06-12tick/broadcast: Make tick_broadcast_setup_oneshot() staticGravatar Stephen Boyd 1-2/+0
2016-07-07timers: Forward the wheel clock whenever possibleGravatar Thomas Gleixner 1-0/+1
2015-06-19timer: Minimize nohz off overheadGravatar Thomas Gleixner 1-2/+2
2015-06-19timer: Reduce timer migration overhead if disabledGravatar Thomas Gleixner 1-0/+14
2015-06-02clockevents: Rename state to state_use_accessorsGravatar Thomas Gleixner 1-2/+2
2015-06-02clockevents: Provide functions to set and get the stateGravatar Thomas Gleixner 1-2/+13
2015-04-22tick: Nohz: Rework next timer evaluationGravatar Thomas Gleixner 1-0/+2
2015-04-03clockevents: Cleanup dead cpu explicitelyGravatar Thomas Gleixner 1-5/+5
2015-04-03clockevents: Make tick handover explicitGravatar Thomas Gleixner 1-1/+0
2015-04-03clockevents: Provide explicit broadcast oneshot control functionsGravatar Thomas Gleixner 1-2/+0
2015-04-03clockevents: Provide explicit broadcast control functionsGravatar Thomas Gleixner 1-2/+0
2015-04-02tick: Further simplify tick-internal.hGravatar Ingo Molnar 1-39/+40
2015-04-01arm/bL_switcher: Kill tick suspend hackeryGravatar Thomas Gleixner 1-0/+5
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Gravatar Thomas Gleixner 1-2/+6
2015-04-01tick: Make tick_resume_broadcast_oneshot() staticGravatar Thomas Gleixner 1-2/+0
2015-04-01clockevents: Make suspend/resume calls explicitGravatar Thomas Gleixner 1-1/+2
2015-04-01tick: Move core only declarations and functions to coreGravatar Thomas Gleixner 1-0/+15
2015-04-01tick: Simplify tick-internal.hGravatar Thomas Gleixner 1-96/+49
2015-04-01tick: Move clocksource related stuff to timekeeping.hGravatar Thomas Gleixner 1-6/+0
2015-04-01clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDGravatar Thomas Gleixner 1-2/+2
2015-03-27clockevents: Handle tick device's resume separatelyGravatar Viresh Kumar 1-0/+1
2014-09-13nohz: Move nohz full init call to tick initGravatar Frederic Weisbecker 1-0/+7
2014-07-23time: Consolidate the time accessor prototypesGravatar Thomas Gleixner 1-0/+2
2014-02-07time: Fixup fallout from recent clockevent/tick changesGravatar Thomas Gleixner 1-1/+2
2014-02-07time: Change the return type of clockevents_notify() to integerGravatar Preeti U Murthy 1-3/+3
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreGravatar Thomas Gleixner 1-0/+4
2013-12-23tick/timekeeping: Call update_wall_time outside the jiffies lockGravatar John Stultz 1-0/+1
2013-12-02nohz: Convert a few places to use local per cpu accessesGravatar Frederic Weisbecker 1-2/+2
2013-10-18time: Fix signedness bug in sysfs_get_uname() and its callersGravatar Patrick Palka 1-1/+1
2013-05-28clockevents: Define CS_NAME_LEN unconditionallyGravatar Thomas Gleixner 1-2/+2
2013-05-16clockevents: Implement unbind functionalityGravatar Thomas Gleixner 1-0/+7
2013-05-16clockevents: Move the tick_notify() switch case to clockevents_notify()Gravatar Thomas Gleixner 1-1/+4
2013-05-16clockevents: Get rid of the notifier chainGravatar Thomas Gleixner 1-3/+4
2013-04-03Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Gravatar Thomas Gleixner 1-0/+2
2013-03-22timekeeping: Make jiffies_lock internalGravatar Thomas Gleixner 1-0/+2
2013-03-07tick: Convert broadcast cpu bitmaps to cpumask_var_tGravatar Thomas Gleixner 1-1/+2
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockGravatar John Stultz 1-1/+0
2011-09-08clockevents: Make minimum delay adjustments configurableGravatar Martin Schwidefsky 1-2/+0
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+9
2011-02-26clockevents: Prevent oneshot mode when broadcast device is periodicGravatar Thomas Gleixner 1-0/+3
2011-02-01time: Fix legacy arch falloutGravatar Thomas Gleixner 1-0/+4
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Gravatar Torben Hohn 1-0/+5
2009-12-14clockevents: Make tick_device_lock staticGravatar Thomas Gleixner 1-1/+0
2008-10-17NOHZ: restart tick device from irq_enter()Gravatar Thomas Gleixner 1-0/+2
2008-09-23timers: fix build error in !oneshot caseGravatar Ingo Molnar 1-0/+1
2008-09-23clockevents: prevent mode mismatch on cpu onlineGravatar Thomas Gleixner 1-0/+2
2008-09-23clockevents: prevent cpu online to interfere with nohzGravatar Thomas Gleixner 1-0/+4
2008-09-16clockevents: make device shutdown robustGravatar Thomas Gleixner 1-0/+2
2008-09-05clockevents: prevent endless loop lockupGravatar Thomas Gleixner 1-0/+2