aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/tick-internal.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-26tick: Move broadcast cancellation up to CPUHP_AP_TICK_DYINGGravatar Frederic Weisbecker 1-0/+2
2024-02-22timers: Implement the hierarchical pull modelGravatar Anna-Maria Behnsen 1-0/+1
2024-02-22timers: Introduce function to check timer base is_idle flagGravatar Anna-Maria Behnsen 1-0/+1
2024-02-22tick/sched: Split out jiffies update helper functionGravatar Richard Cochran (linutronix GmbH) 1-0/+1
2024-02-22timers: Add get next timer interrupt functionality for remote CPUsGravatar Anna-Maria Behnsen 1-0/+10
2024-02-22timers: Move marking timer bases idle into tick_nohz_stop_tick()Gravatar Anna-Maria Behnsen 1-0/+1
2023-11-22time: Make sysfs_get_uname() function visible in headerGravatar Arnd Bergmann 1-1/+2
2021-08-28clocksource: Make clocksource watchdog test safe for slow-HZ systemsGravatar Paul E. McKenney 1-0/+20
2021-08-10hrtimer: Add bases argument to clock_was_set()Gravatar Thomas Gleixner 1-1/+8
2021-08-10timekeeping: Distangle resume and clock-was-set eventsGravatar Thomas Gleixner 1-0/+2
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nGravatar Thomas Gleixner 1-0/+3
2021-05-31timer_list: Print name of per-cpu wakeup deviceGravatar Will Deacon 1-0/+1
2021-05-31tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcastGravatar Will Deacon 1-2/+2
2020-11-19tick: Get rid of tick_periodGravatar Thomas Gleixner 1-1/+0
2019-03-23tick: Remove outgoing CPU from broadcast masksGravatar Thomas Gleixner 1-4/+6
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEGravatar Thomas Gleixner 1-6/+0
2018-03-13timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockGravatar Thomas Gleixner 1-0/+6
2018-01-16hrtimer: Unify remote enqueue handlingGravatar Anna-Maria Gleixner 1-6/+0
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Gravatar Thomas Gleixner 1-7/+12
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