aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hrtimer.h
AgeCommit message (Expand)AuthorFilesLines
2026-01-11treewide: Update email addressThomas Gleixner1-1/+1
2025-09-09hrtimer: Remove hrtimer_clock_base:: Get_timeThomas Weißschuh1-4/+1
2025-09-09hrtimer: Use hrtimer_cb_get_time() helperThomas Weißschuh1-7/+6
2025-04-09hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::functionNam Cao1-1/+1
2025-04-05hrtimers: Delete hrtimer_init()Nam Cao1-2/+0
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+5
2025-02-18can: Switch to use hrtimer_setup()Nam Cao1-0/+5
2025-02-10hrtimers: Make hrtimer_update_function() less expensiveThomas Gleixner1-1/+2
2025-01-16hrtimers: Handle CPU state correctly on hotplugKoichiro Den1-0/+1
2024-11-07hrtimers: Delete hrtimer_init_on_stack()Nam Cao1-2/+0
2024-11-07hrtimers: Delete hrtimer_init_sleeper_on_stack()Nam Cao1-3/+0
2024-11-07hrtimers: Introduce hrtimer_update_function()Nam Cao1-0/+22
2024-11-07hrtimers: Introduce hrtimer_setup_sleeper_on_stack()Nam Cao1-0/+2
2024-11-07hrtimers: Introduce hrtimer_setup_on_stack()Nam Cao1-0/+3
2024-11-07hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()Nam Cao1-0/+2
2024-11-07hrtimers: Add missing hrtimer_init() trace pointsNam Cao1-18/+1
2024-02-19hrtimers: Update formatting of documentationAnna-Maria Behnsen1-11/+3
2024-02-19hrtimers: Move hrtimer base related definitions into hrtimer_defs.hAnna-Maria Behnsen1-103/+0
2023-12-20hrtimers: Split out hrtimer_types.hKent Overstreet1-42/+2
2023-12-20timekeeping: Kill percpu.h dependencyKent Overstreet1-1/+1
2023-11-11hrtimers: Push pending hrtimers away from outgoing CPU earlierThomas Gleixner1-2/+2
2021-08-10timekeeping: Distangle resume and clock-was-set eventsThomas Gleixner1-1/+0
2021-08-10timerfd: Provide timerfd_resume()Thomas Gleixner1-0/+2
2021-08-10hrtimer: Ensure timerfd notification for HIGHRES=nThomas Gleixner1-5/+0
2020-11-16hrtimer: Fix kernel-doc markupsMauro Carvalho Chehab1-1/+5
2020-08-06locking/seqlock, headers: Untangle the spaghetti monsterPeter Zijlstra1-0/+1
2020-07-29hrtimer: Use sequence counter with associated raw spinlockAhmed S. Darwish1-1/+1
2020-01-14hrtimers: Prepare hrtimer_nanosleep() for time namespacesAndrei Vagin1-2/+1
2019-11-06hrtimer: Annotate lockless access to timer->stateEric Dumazet1-4/+10
2019-08-28hrtimer: Add kernel doc annotation for HRTIMER_MODE_HARDSebastian Andrzej Siewior1-0/+2
2019-08-01hrtimer: Prepare support for PREEMPT_RTAnna-Maria Gleixner1-0/+16
2019-08-01hrtimer: Make enqueue mode check work on RTThomas Gleixner1-0/+3
2019-08-01hrtimer: Introduce HARD expiry modeSebastian Andrzej Siewior1-0/+6
2019-08-01hrtimer: Provide hrtimer_sleeper_start_expires()Thomas Gleixner1-0/+3
2019-08-01hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior1-3/+14
2019-07-30hrtimer: Remove task argument from hrtimer_init_sleeper()Thomas Gleixner1-2/+1
2019-06-22hrtimer: Split out hrtimer defines into separate headerVincenzo Frascino1-15/+1
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner1-2/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner1-0/+1
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner1-2/+0
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner1-0/+2
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki1-0/+1
2018-04-07time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki1-0/+1
2018-03-13hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner1-2/+0
2018-01-16hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner1-5/+16
2018-01-16hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner1-0/+14
2018-01-16hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner1-3/+3
2018-01-16hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner1-2/+2
2018-01-16hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner1-3/+3
2018-01-16hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner1-12/+8
2018-01-16hrtimer: Make room in 'struct hrtimer_cpu_base'Anna-Maria Gleixner1-2/+2
2018-01-16hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner1-11/+9
2018-01-16hrtimer: Clean up 'enum hrtimer_mode'Anna-Maria Gleixner1-5/+11
2018-01-16hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner1-3/+3
2018-01-16hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner1-1/+1
2018-01-16hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'Anna-Maria Gleixner1-4/+4
2018-01-16hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner1-4/+0
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani1-1/+1
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner1-1/+1
2017-06-14posix-timers: Kill ->nsleep_restart()Al Viro1-1/+0
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro1-0/+2
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro1-1/+0
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani1-1/+1
2017-03-17hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd1-4/+0
2017-03-03sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>Ingo Molnar1-1/+0
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook1-11/+0
2016-12-25ktime: Get rid of the unionThomas Gleixner1-6/+6
2016-07-15hrtimer: Convert to hotplug state machineThomas Gleixner1-0/+7
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz1-5/+7
2016-01-17hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner1-3/+31
2015-06-19timer: Minimize nohz off overheadThomas Gleixner1-0/+2
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner1-0/+2
2015-06-19hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra1-25/+16
2015-06-19hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov1-5/+1
2015-06-08hrtimers: Make sure hrtimer_resolution is unsigned intBorislav Petkov1-1/+1
2015-04-22hrtimer: Remove hrtimer_start() return valueThomas Gleixner1-13/+9
2015-04-22hrtimer: Make hrtimer_start() a inline wrapperThomas Gleixner1-2/+17
2015-04-22hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner1-4/+0
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner1-1/+1
2015-04-22hrtimer: Get rid of hrtimer softirqThomas Gleixner1-1/+0
2015-04-22hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()Thomas Gleixner1-0/+6
2015-04-22hrtimer: Align the hrtimer clock bases as wellThomas Gleixner1-1/+9
2015-04-22hrtimer: Cache line align the hrtimer cpu baseThomas Gleixner1-1/+1
2015-04-22hrtimer: Use bits for various boolean indicatorsThomas Gleixner1-3/+3
2015-04-22hrtimer: Make offset update smarterThomas Gleixner1-2/+2
2015-04-22hrtimer: Get rid of softirq timeThomas Gleixner1-19/+5
2015-04-22hrtimer: Make the statistics fields smallerThomas Gleixner1-4/+4
2015-04-22hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner1-1/+0
2015-04-22hrtimer: Get rid of the resolution field in hrtimer_clock_baseThomas Gleixner1-2/+4
2015-04-22hrtimer: Document hrtimer_forward[_now]() properThomas Gleixner1-1/+16
2015-01-23hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner1-0/+2
2014-07-23time: Consolidate the time accessor prototypesThomas Gleixner1-11/+0
2014-07-23ktime: Sanitize ktime_to_us/ms conversionThomas Gleixner1-6/+0
2014-07-23hrtimer: Cleanup hrtimer accessors to the timekepeing stateJohn Stultz1-3/+6
2014-06-23hrtimer: Store cpu-number in struct hrtimer_cpu_baseViresh Kumar1-0/+2
2014-03-20hrtimer: Rearrange comments in the order struct members are declaredViresh Kumar1-2/+2
2013-03-22hrtimer: Add hrtimer support for CLOCK_TAIJohn Stultz1-1/+4
2012-07-11timekeeping: Provide hrtimer update functionThomas Gleixner1-0/+1
2012-07-11hrtimer: Provide clock_was_set_delayed()John Stultz1-1/+8
2011-06-27Fix some kernel-doc warningsVitaliy Ivanov1-0/+1
2011-05-23hrtimers: Reorder clock basesThomas Gleixner1-1/+1
2011-05-23hrtimers: Avoid touching inactive timer basesThomas Gleixner1-2/+5
2011-05-23hrtimers: Make struct hrtimer_cpu_base layout less stupidThomas Gleixner1-1/+1
2011-05-23timerfd: Manage cancelable timers in timerfdThomas Gleixner1-1/+5
2011-05-02timerfd: Allow timers to be cancelled when clock was setThomas Gleixner1-0/+2
2011-05-02hrtimers: Prepare for cancel on clock was set timersThomas Gleixner1-13/+3
2011-03-10hrtimer: Update hrtimer->state documentationThomas Gleixner1-5/+11
2011-02-21timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz1-0/+1
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz1-0/+1
2011-02-21hrtimers: extend hrtimer base code to handle more then 2 clockidsJohn Stultz1-1/+5
2011-01-10hrtimer.h: fix kernel-doc warningRandy Dunlap1-1/+0
2010-12-10hrtimers: Convert hrtimers to use timerlist infrastructureJohn Stultz1-17/+15
2010-11-10hrtimer: Remove stale comment on curr_timerYong Zhang1-1/+0
2010-04-06hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIMECarsten Emde1-0/+2
2009-12-14hrtimers: Convert to raw_spinlocksThomas Gleixner1-1/+1
2009-12-10hrtimer: move timer stats helper functions to hrtimer.cHeiko Carstens1-43/+0
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner1-4/+9
2009-11-20hrtimer: Fix /proc/timer_list regressionFeng Tang1-3/+1
2009-08-14Merge branch 'linus' into timers/coreThomas Gleixner1-1/+1
2009-07-22hrtimer: Remove cb_entry from struct hrtimerPeter Zijlstra1-2/+0
2009-07-10timer stats: fix quick check optimizationHeiko Carstens1-1/+1
2009-06-24timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens1-0/+5
2009-05-13timers: Framework for identifying pinned timersArun R Bharadwaj1-2/+5
2009-03-31hrtimer: fix rq->lock inversion (again)Peter Zijlstra1-0/+5
2008-11-25hrtimer: removing all ur callback modesPeter Zijlstra1-32/+2
2008-11-12hrtimer: clean up unused callback modesPeter Zijlstra1-5/+0
2008-11-06Fix accidental implicit cast in HR-timer conversionDavid Howells1-1/+1
2008-10-22Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner1-4/+101
2008-10-20hrtimers: add missing docbook comments to struct hrtimerThomas Gleixner1-2/+7
2008-10-20Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...Thomas Gleixner1-12/+16
2008-10-17Merge commit 'linus/master' into merge-linusArjan van de Ven1-4/+14
2008-10-15DECLARE_PER_CPU needs linux/percpu.hStephen Rothwell1-0/+2
2008-10-07rangetimer: fix x86 build failure for the !HRTIMERS caseArjan van de Ven1-1/+3
2008-09-29hrtimer: prevent migration of per CPU hrtimersThomas Gleixner1-3/+11
2008-09-29hrtimer: mark migration stateThomas Gleixner1-1/+3
2008-09-24hrtimer: reorder struct hrtimer to save 8 bytes on 64bit buildsRichard Kennedy1-2/+2
2008-09-22hrtimer: remove hrtimer_clock_base::reprogram()Mark McLoughlin1-4/+0
2008-09-22hrtimer: remove hrtimer_clock_base::get_softirq_time()Mark McLoughlin1-2/+0
2008-09-11hrtimer: peek at the timer queue just before going idleArjan van de Ven1-0/+5
2008-09-07hrtimer: incorporate feedback from Peter ZijlstraArjan van de Ven1-1/+1
2008-09-07hrtimer: add a hrtimer_start_range() functionArjan van de Ven1-1/+8
2008-09-06hrtimer: another build fixArjan van de Ven1-13/+13
2008-09-06hrtimer: fix build bug found by IngoArjan van de Ven1-7/+7
2008-09-05hrtimer: turn hrtimers into range timersArjan van de Ven1-1/+30
2008-09-05hrtimer: rename the "expires" struct member to avoid accidental usageArjan van de Ven1-10/+10
2008-09-05hrtimer: add abstraction functions for accessing the "expires" memberArjan van de Ven1-0/+45
2008-09-05select: Introduce a hrtimeout functionArjan van de Ven1-0/+2
2008-05-03hrtimer: remove duplicate helper functionOliver Hartkopp1-0/+9
2008-04-30add hrtimer specific debugobjects codeThomas Gleixner1-0/+15
2008-04-17hrtimers: simplify lockdep handlingOleg Nesterov1-2/+0
2008-02-10hrtimer: fix *rmtp handling in hrtimer_nanosleep()Oleg Nesterov1-1/+1
2008-02-08time: fix typo in commentsLi Zefan1-1/+1
2008-02-07Fix compilation of powerpc asm-offsets.c with old gccTony Breeds1-1/+4
2008-02-05timerfd: new timerfd APIDavide Libenzi1-5/+5
2008-02-05timerfd: introduce a new hrtimer_forward_now() functionDavide Libenzi1-0/+7
2008-02-03time: delete comments that refer to noexistent symbolsLi Zefan1-1/+0
2008-01-25hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallbackPeter Zijlstra1-3/+2
2008-01-25sched: high-res preemption tickPeter Zijlstra1-0/+9
2007-10-18hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easierAnton Blanchard1-1/+1
2007-07-16Add a flag to indicate deferrable timers in /proc/timer_statsVenki Pallipadi1-2/+3
2007-04-07[PATCH] high-res timers: resume fixIngo Molnar1-0/+3
2007-03-06[PATCH] hrtimers: hrtimer_clock_base description typoAndres Salomon1-1/+1
2007-03-06[PATCH] hrtimers: fix HRTIMER_CB_IRQSAFE_NO_SOFTIRQ descriptionAndres Salomon1-1/+1
2007-03-01[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)Randy Dunlap1-0/+1
2007-02-16[PATCH] Add SysRq-Q to print timer_list debug infoIngo Molnar1-0/+3
2007-02-16[PATCH] Add debugging feature /proc/timer_statIngo Molnar1-0/+45
2007-02-16[PATCH] hrtimers: add high resolution timer supportThomas Gleixner1-6/+110
2007-02-16[PATCH] tick-management: dyntick / highres functionalityThomas Gleixner1-0/+6
2007-02-16[PATCH] clockevents: add core functionalityThomas Gleixner1-3/+2
2007-02-16[PATCH] hrtimers: clean up callback trackingThomas Gleixner1-1/+0
2007-02-16[PATCH] hrtimers; add state trackingThomas Gleixner1-1/+35
2007-02-16[PATCH] hrtimers: cleanup lockingThomas Gleixner1-15/+28
2007-02-16[PATCH] hrtimers: namespace and enum cleanupThomas Gleixner1-8/+12
2007-02-16[PATCH] GTOD: persistent clock supportJohn Stultz1-0/+3
2006-09-29[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...Toyo Abe1-0/+1
2006-09-06[PATCH] Documentation for lock_key in struct hrtimer_baseHenrik Kretzschmar1-0/+1
2006-07-03[PATCH] lockdep: annotate hrtimer base locksIngo Molnar1-0/+1
2006-06-25[PATCH] ktime/hrtimer: fix kernel-doc commentsRandy Dunlap1-3/+0
2006-04-22[RBTREE] Update hrtimers to use rb_parent() accessor macro.David Woodhouse1-1/+1
2006-04-02Documentation: fix minor kernel-doc warningsMartin Waitz1-1/+1
2006-03-31[PATCH] hrtimer: create generic sleeperThomas Gleixner1-0/+16
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel1-4/+1
2006-03-26[PATCH] hrtimers: remove state fieldRoman Zippel1-9/+2
2006-03-26[PATCH] hrtimers: simplify nanosleepRoman Zippel1-3/+1
2006-03-26[PATCH] hrtimers: pass current time to hrtimer_forward()Roman Zippel1-1/+2
2006-03-26[PATCH] hrtimers: optimize softirq runqueuesThomas Gleixner1-8/+12
2006-03-06[PATCH] fix next_timer_interrupt() for hrtimerTony Lindgren1-0/+4
2006-02-01[PATCH] hrtimers: cleanups and simplificationsGeorge Anzinger1-3/+2
2006-02-01[PATCH] hrtimers: fix posix-timer requeue raceakpm@osdl.org1-0/+1
2006-01-12[hrtimer] Enforce resolution as lower limit of intervalsThomas Gleixner1-2/+1
2006-01-12[hrtimer] Change resolution storage to ktime_t formatThomas Gleixner1-1/+1
2006-01-12[hrtimer] Remove listhead from hrtimer structThomas Gleixner1-5/+2
2006-01-10[PATCH] hrtimer: convert posix timers completelyThomas Gleixner1-0/+7
2006-01-10[PATCH] hrtimer: create hrtimer nanosleep APIThomas Gleixner1-0/+6
2006-01-10[PATCH] hrtimer: hrtimer core codeThomas Gleixner1-0/+130