summaryrefslogtreecommitdiff
path: root/kernel/time/tick-internal.h
AgeCommit message (Expand)Author
2023-11-22time: Make sysfs_get_uname() function visible in headerArnd Bergmann
2021-08-28clocksource: Make clocksource watchdog test safe for slow-HZ systemsPaul E. McKenney
2021-08-10hrtimer: Add bases argument to clock_was_set()Thomas Gleixner
2021-08-10timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner
2021-05-31timer_list: Print name of per-cpu wakeup deviceWill Deacon
2021-05-31tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcastWill Deacon
2020-11-19tick: Get rid of tick_periodThomas Gleixner
2019-03-23tick: Remove outgoing CPU from broadcast masksThomas Gleixner
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner
2018-03-13timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner
2018-01-16hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-12tick/broadcast: Make tick_broadcast_setup_oneshot() staticStephen Boyd
2016-07-07timers: Forward the wheel clock whenever possibleThomas Gleixner
2015-06-19timer: Minimize nohz off overheadThomas Gleixner
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner
2015-06-02clockevents: Rename state to state_use_accessorsThomas Gleixner
2015-06-02clockevents: Provide functions to set and get the stateThomas Gleixner
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner
2015-04-03clockevents: Make tick handover explicitThomas Gleixner
2015-04-03clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner
2015-04-03clockevents: Provide explicit broadcast control functionsThomas Gleixner
2015-04-02tick: Further simplify tick-internal.hIngo Molnar
2015-04-01arm/bL_switcher: Kill tick suspend hackeryThomas Gleixner
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner
2015-04-01tick: Make tick_resume_broadcast_oneshot() staticThomas Gleixner
2015-04-01clockevents: Make suspend/resume calls explicitThomas Gleixner
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner
2015-04-01tick: Simplify tick-internal.hThomas Gleixner
2015-04-01tick: Move clocksource related stuff to timekeeping.hThomas Gleixner
2015-04-01clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILDThomas Gleixner
2015-03-27clockevents: Handle tick device's resume separatelyViresh Kumar
2014-09-13nohz: Move nohz full init call to tick initFrederic Weisbecker
2014-07-23time: Consolidate the time accessor prototypesThomas Gleixner
2014-02-07time: Fixup fallout from recent clockevent/tick changesThomas Gleixner
2014-02-07time: Change the return type of clockevents_notify() to integerPreeti U Murthy
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner
2013-12-23tick/timekeeping: Call update_wall_time outside the jiffies lockJohn Stultz
2013-12-02nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker
2013-10-18time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka
2013-05-28clockevents: Define CS_NAME_LEN unconditionallyThomas Gleixner
2013-05-16clockevents: Implement unbind functionalityThomas Gleixner
2013-05-16clockevents: Move the tick_notify() switch case to clockevents_notify()Thomas Gleixner
2013-05-16clockevents: Get rid of the notifier chainThomas Gleixner
2013-04-03Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...Thomas Gleixner
2013-03-22timekeeping: Make jiffies_lock internalThomas Gleixner
2013-03-07tick: Convert broadcast cpu bitmaps to cpumask_var_tThomas Gleixner