index
:
kernel/git/docs/linux.git
docs-fixes
docs-mw
docs-next
master
corbet's fork of linux.git
Kernel documentation group
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
hrtimer.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-11
treewide: Update email address
Thomas Gleixner
1
-1
/
+1
2025-09-09
hrtimer: Remove hrtimer_clock_base:: Get_time
Thomas Weißschuh
1
-4
/
+1
2025-09-09
hrtimer: Use hrtimer_cb_get_time() helper
Thomas Weißschuh
1
-7
/
+6
2025-04-09
hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::function
Nam Cao
1
-1
/
+1
2025-04-05
hrtimers: Delete hrtimer_init()
Nam Cao
1
-2
/
+0
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+5
2025-02-18
can: Switch to use hrtimer_setup()
Nam Cao
1
-0
/
+5
2025-02-10
hrtimers: Make hrtimer_update_function() less expensive
Thomas Gleixner
1
-1
/
+2
2025-01-16
hrtimers: Handle CPU state correctly on hotplug
Koichiro Den
1
-0
/
+1
2024-11-07
hrtimers: Delete hrtimer_init_on_stack()
Nam Cao
1
-2
/
+0
2024-11-07
hrtimers: Delete hrtimer_init_sleeper_on_stack()
Nam Cao
1
-3
/
+0
2024-11-07
hrtimers: Introduce hrtimer_update_function()
Nam Cao
1
-0
/
+22
2024-11-07
hrtimers: Introduce hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-0
/
+2
2024-11-07
hrtimers: Introduce hrtimer_setup_on_stack()
Nam Cao
1
-0
/
+3
2024-11-07
hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
Nam Cao
1
-0
/
+2
2024-11-07
hrtimers: Add missing hrtimer_init() trace points
Nam Cao
1
-18
/
+1
2024-02-19
hrtimers: Update formatting of documentation
Anna-Maria Behnsen
1
-11
/
+3
2024-02-19
hrtimers: Move hrtimer base related definitions into hrtimer_defs.h
Anna-Maria Behnsen
1
-103
/
+0
2023-12-20
hrtimers: Split out hrtimer_types.h
Kent Overstreet
1
-42
/
+2
2023-12-20
timekeeping: Kill percpu.h dependency
Kent Overstreet
1
-1
/
+1
2023-11-11
hrtimers: Push pending hrtimers away from outgoing CPU earlier
Thomas Gleixner
1
-2
/
+2
2021-08-10
timekeeping: Distangle resume and clock-was-set events
Thomas Gleixner
1
-1
/
+0
2021-08-10
timerfd: Provide timerfd_resume()
Thomas Gleixner
1
-0
/
+2
2021-08-10
hrtimer: Ensure timerfd notification for HIGHRES=n
Thomas Gleixner
1
-5
/
+0
2020-11-16
hrtimer: Fix kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+5
2020-08-06
locking/seqlock, headers: Untangle the spaghetti monster
Peter Zijlstra
1
-0
/
+1
2020-07-29
hrtimer: Use sequence counter with associated raw spinlock
Ahmed S. Darwish
1
-1
/
+1
2020-01-14
hrtimers: Prepare hrtimer_nanosleep() for time namespaces
Andrei Vagin
1
-2
/
+1
2019-11-06
hrtimer: Annotate lockless access to timer->state
Eric Dumazet
1
-4
/
+10
2019-08-28
hrtimer: Add kernel doc annotation for HRTIMER_MODE_HARD
Sebastian Andrzej Siewior
1
-0
/
+2
2019-08-01
hrtimer: Prepare support for PREEMPT_RT
Anna-Maria Gleixner
1
-0
/
+16
2019-08-01
hrtimer: Make enqueue mode check work on RT
Thomas Gleixner
1
-0
/
+3
2019-08-01
hrtimer: Introduce HARD expiry mode
Sebastian Andrzej Siewior
1
-0
/
+6
2019-08-01
hrtimer: Provide hrtimer_sleeper_start_expires()
Thomas Gleixner
1
-0
/
+3
2019-08-01
hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls
Sebastian Andrzej Siewior
1
-3
/
+14
2019-07-30
hrtimer: Remove task argument from hrtimer_init_sleeper()
Thomas Gleixner
1
-2
/
+1
2019-06-22
hrtimer: Split out hrtimer defines into separate header
Vincenzo Frascino
1
-15
/
+1
2018-11-23
hrtimers/tick/clockevents: Remove sloppy license references
Thomas Gleixner
1
-2
/
+0
2018-11-23
time: Add SPDX license identifiers
Thomas Gleixner
1
-0
/
+1
2018-11-23
time: Remove useless filenames in top level comments
Thomas Gleixner
1
-2
/
+0
2018-04-26
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
1
-0
/
+2
2018-04-11
Merge branches 'pm-cpuidle' and 'pm-qos'
Rafael J. Wysocki
1
-0
/
+1
2018-04-07
time: hrtimer: Introduce hrtimer_next_event_without()
Rafael J. Wysocki
1
-0
/
+1
2018-03-13
hrtimer: Unify MONOTONIC and BOOTTIME clock behavior
Thomas Gleixner
1
-2
/
+0
2018-01-16
hrtimer: Implement support for softirq based hrtimers
Anna-Maria Gleixner
1
-5
/
+16
2018-01-16
hrtimer: Add clock bases and hrtimer mode for softirq context
Anna-Maria Gleixner
1
-0
/
+14
2018-01-16
hrtimer: Make hrtimer_reprogramm() unconditional
Anna-Maria Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
Anna-Maria Gleixner
1
-2
/
+2
2018-01-16
hrtimer: Make the remote enqueue check unconditional
Anna-Maria Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...
Anna-Maria Gleixner
1
-12
/
+8
2018-01-16
hrtimer: Make room in 'struct hrtimer_cpu_base'
Anna-Maria Gleixner
1
-2
/
+2
2018-01-16
hrtimer: Store running timer in hrtimer_clock_base
Anna-Maria Gleixner
1
-11
/
+9
2018-01-16
hrtimer: Clean up 'enum hrtimer_mode'
Anna-Maria Gleixner
1
-5
/
+11
2018-01-16
hrtimer: Fix hrtimer_start[_range_ns]() function descriptions
Anna-Maria Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()
Anna-Maria Gleixner
1
-1
/
+1
2018-01-16
hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'
Anna-Maria Gleixner
1
-4
/
+4
2018-01-16
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...
Thomas Gleixner
1
-4
/
+0
2017-06-30
nanosleep: Use get_timespec64() and put_timespec64()
Deepa Dinamani
1
-1
/
+1
2017-06-14
posix-timers: Make nanosleep timespec argument const
Thomas Gleixner
1
-1
/
+1
2017-06-14
posix-timers: Kill ->nsleep_restart()
Al Viro
1
-1
/
+0
2017-06-14
hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper
Al Viro
1
-0
/
+2
2017-06-14
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
1
-1
/
+0
2017-04-14
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
1
-1
/
+1
2017-03-17
hrtimer: Remove hrtimer_peek_ahead_timers() leftovers
Stephen Boyd
1
-4
/
+0
2017-03-03
sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>
Ingo Molnar
1
-1
/
+0
2017-02-10
time: Remove CONFIG_TIMER_STATS
Kees Cook
1
-11
/
+0
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
1
-6
/
+6
2016-07-15
hrtimer: Convert to hotplug state machine
Thomas Gleixner
1
-0
/
+7
2016-03-17
timer: convert timer_slack_ns from unsigned long to u64
John Stultz
1
-5
/
+7
2016-01-17
hrtimer: Handle remaining time proper for TIME_LOW_RES
Thomas Gleixner
1
-3
/
+31
2015-06-19
timer: Minimize nohz off overhead
Thomas Gleixner
1
-0
/
+2
2015-06-19
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
1
-0
/
+2
2015-06-19
hrtimer: Allow hrtimer::function() to free the timer
Peter Zijlstra
1
-25
/
+16
2015-06-19
hrtimer: Remove HRTIMER_STATE_MIGRATE
Oleg Nesterov
1
-5
/
+1
2015-06-08
hrtimers: Make sure hrtimer_resolution is unsigned int
Borislav Petkov
1
-1
/
+1
2015-04-22
hrtimer: Remove hrtimer_start() return value
Thomas Gleixner
1
-13
/
+9
2015-04-22
hrtimer: Make hrtimer_start() a inline wrapper
Thomas Gleixner
1
-2
/
+17
2015-04-22
hrtimer: Get rid of __hrtimer_start_range_ns()
Thomas Gleixner
1
-4
/
+0
2015-04-22
tick: Nohz: Rework next timer evaluation
Thomas Gleixner
1
-1
/
+1
2015-04-22
hrtimer: Get rid of hrtimer softirq
Thomas Gleixner
1
-1
/
+0
2015-04-22
hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()
Thomas Gleixner
1
-0
/
+6
2015-04-22
hrtimer: Align the hrtimer clock bases as well
Thomas Gleixner
1
-1
/
+9
2015-04-22
hrtimer: Cache line align the hrtimer cpu base
Thomas Gleixner
1
-1
/
+1
2015-04-22
hrtimer: Use bits for various boolean indicators
Thomas Gleixner
1
-3
/
+3
2015-04-22
hrtimer: Make offset update smarter
Thomas Gleixner
1
-2
/
+2
2015-04-22
hrtimer: Get rid of softirq time
Thomas Gleixner
1
-19
/
+5
2015-04-22
hrtimer: Make the statistics fields smaller
Thomas Gleixner
1
-4
/
+4
2015-04-22
hrtimer: Get rid of hrtimer_get_res()
Thomas Gleixner
1
-1
/
+0
2015-04-22
hrtimer: Get rid of the resolution field in hrtimer_clock_base
Thomas Gleixner
1
-2
/
+4
2015-04-22
hrtimer: Document hrtimer_forward[_now]() proper
Thomas Gleixner
1
-1
/
+16
2015-01-23
hrtimer: Prevent stale expiry time in hrtimer_interrupt()
Thomas Gleixner
1
-0
/
+2
2014-07-23
time: Consolidate the time accessor prototypes
Thomas Gleixner
1
-11
/
+0
2014-07-23
ktime: Sanitize ktime_to_us/ms conversion
Thomas Gleixner
1
-6
/
+0
2014-07-23
hrtimer: Cleanup hrtimer accessors to the timekepeing state
John Stultz
1
-3
/
+6
2014-06-23
hrtimer: Store cpu-number in struct hrtimer_cpu_base
Viresh Kumar
1
-0
/
+2
2014-03-20
hrtimer: Rearrange comments in the order struct members are declared
Viresh Kumar
1
-2
/
+2
2013-03-22
hrtimer: Add hrtimer support for CLOCK_TAI
John Stultz
1
-1
/
+4
2012-07-11
timekeeping: Provide hrtimer update function
Thomas Gleixner
1
-0
/
+1
2012-07-11
hrtimer: Provide clock_was_set_delayed()
John Stultz
1
-1
/
+8
2011-06-27
Fix some kernel-doc warnings
Vitaliy Ivanov
1
-0
/
+1
2011-05-23
hrtimers: Reorder clock bases
Thomas Gleixner
1
-1
/
+1
2011-05-23
hrtimers: Avoid touching inactive timer bases
Thomas Gleixner
1
-2
/
+5
2011-05-23
hrtimers: Make struct hrtimer_cpu_base layout less stupid
Thomas Gleixner
1
-1
/
+1
2011-05-23
timerfd: Manage cancelable timers in timerfd
Thomas Gleixner
1
-1
/
+5
2011-05-02
timerfd: Allow timers to be cancelled when clock was set
Thomas Gleixner
1
-0
/
+2
2011-05-02
hrtimers: Prepare for cancel on clock was set timers
Thomas Gleixner
1
-13
/
+3
2011-03-10
hrtimer: Update hrtimer->state documentation
Thomas Gleixner
1
-5
/
+11
2011-02-21
timers: Add CLOCK_BOOTTIME hrtimer base
John Stultz
1
-0
/
+1
2011-02-21
time: Introduce get_monotonic_boottime and ktime_get_boottime
John Stultz
1
-0
/
+1
2011-02-21
hrtimers: extend hrtimer base code to handle more then 2 clockids
John Stultz
1
-1
/
+5
2011-01-10
hrtimer.h: fix kernel-doc warning
Randy Dunlap
1
-1
/
+0
2010-12-10
hrtimers: Convert hrtimers to use timerlist infrastructure
John Stultz
1
-17
/
+15
2010-11-10
hrtimer: Remove stale comment on curr_timer
Yong Zhang
1
-1
/
+0
2010-04-06
hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIME
Carsten Emde
1
-0
/
+2
2009-12-14
hrtimers: Convert to raw_spinlocks
Thomas Gleixner
1
-1
/
+1
2009-12-10
hrtimer: move timer stats helper functions to hrtimer.c
Heiko Carstens
1
-43
/
+0
2009-12-10
hrtimer: Tune hrtimer_interrupt hang logic
Thomas Gleixner
1
-4
/
+9
2009-11-20
hrtimer: Fix /proc/timer_list regression
Feng Tang
1
-3
/
+1
2009-08-14
Merge branch 'linus' into timers/core
Thomas Gleixner
1
-1
/
+1
2009-07-22
hrtimer: Remove cb_entry from struct hrtimer
Peter Zijlstra
1
-2
/
+0
2009-07-10
timer stats: fix quick check optimization
Heiko Carstens
1
-1
/
+1
2009-06-24
timer stats: Optimize by adding quick check to avoid function calls
Heiko Carstens
1
-0
/
+5
2009-05-13
timers: Framework for identifying pinned timers
Arun R Bharadwaj
1
-2
/
+5
2009-03-31
hrtimer: fix rq->lock inversion (again)
Peter Zijlstra
1
-0
/
+5
2008-11-25
hrtimer: removing all ur callback modes
Peter Zijlstra
1
-32
/
+2
2008-11-12
hrtimer: clean up unused callback modes
Peter Zijlstra
1
-5
/
+0
2008-11-06
Fix accidental implicit cast in HR-timer conversion
David Howells
1
-1
/
+1
2008-10-22
Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2
Thomas Gleixner
1
-4
/
+101
2008-10-20
hrtimers: add missing docbook comments to struct hrtimer
Thomas Gleixner
1
-2
/
+7
2008-10-20
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timer...
Thomas Gleixner
1
-12
/
+16
2008-10-17
Merge commit 'linus/master' into merge-linus
Arjan van de Ven
1
-4
/
+14
2008-10-15
DECLARE_PER_CPU needs linux/percpu.h
Stephen Rothwell
1
-0
/
+2
2008-10-07
rangetimer: fix x86 build failure for the !HRTIMERS case
Arjan van de Ven
1
-1
/
+3
2008-09-29
hrtimer: prevent migration of per CPU hrtimers
Thomas Gleixner
1
-3
/
+11
2008-09-29
hrtimer: mark migration state
Thomas Gleixner
1
-1
/
+3
2008-09-24
hrtimer: reorder struct hrtimer to save 8 bytes on 64bit builds
Richard Kennedy
1
-2
/
+2
2008-09-22
hrtimer: remove hrtimer_clock_base::reprogram()
Mark McLoughlin
1
-4
/
+0
2008-09-22
hrtimer: remove hrtimer_clock_base::get_softirq_time()
Mark McLoughlin
1
-2
/
+0
2008-09-11
hrtimer: peek at the timer queue just before going idle
Arjan van de Ven
1
-0
/
+5
2008-09-07
hrtimer: incorporate feedback from Peter Zijlstra
Arjan van de Ven
1
-1
/
+1
2008-09-07
hrtimer: add a hrtimer_start_range() function
Arjan van de Ven
1
-1
/
+8
2008-09-06
hrtimer: another build fix
Arjan van de Ven
1
-13
/
+13
2008-09-06
hrtimer: fix build bug found by Ingo
Arjan van de Ven
1
-7
/
+7
2008-09-05
hrtimer: turn hrtimers into range timers
Arjan van de Ven
1
-1
/
+30
2008-09-05
hrtimer: rename the "expires" struct member to avoid accidental usage
Arjan van de Ven
1
-10
/
+10
2008-09-05
hrtimer: add abstraction functions for accessing the "expires" member
Arjan van de Ven
1
-0
/
+45
2008-09-05
select: Introduce a hrtimeout function
Arjan van de Ven
1
-0
/
+2
2008-05-03
hrtimer: remove duplicate helper function
Oliver Hartkopp
1
-0
/
+9
2008-04-30
add hrtimer specific debugobjects code
Thomas Gleixner
1
-0
/
+15
2008-04-17
hrtimers: simplify lockdep handling
Oleg Nesterov
1
-2
/
+0
2008-02-10
hrtimer: fix *rmtp handling in hrtimer_nanosleep()
Oleg Nesterov
1
-1
/
+1
2008-02-08
time: fix typo in comments
Li Zefan
1
-1
/
+1
2008-02-07
Fix compilation of powerpc asm-offsets.c with old gcc
Tony Breeds
1
-1
/
+4
2008-02-05
timerfd: new timerfd API
Davide Libenzi
1
-5
/
+5
2008-02-05
timerfd: introduce a new hrtimer_forward_now() function
Davide Libenzi
1
-0
/
+7
2008-02-03
time: delete comments that refer to noexistent symbols
Li Zefan
1
-1
/
+0
2008-01-25
hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback
Peter Zijlstra
1
-3
/
+2
2008-01-25
sched: high-res preemption tick
Peter Zijlstra
1
-0
/
+9
2007-10-18
hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easier
Anton Blanchard
1
-1
/
+1
2007-07-16
Add a flag to indicate deferrable timers in /proc/timer_stats
Venki Pallipadi
1
-2
/
+3
2007-04-07
[PATCH] high-res timers: resume fix
Ingo Molnar
1
-0
/
+3
2007-03-06
[PATCH] hrtimers: hrtimer_clock_base description typo
Andres Salomon
1
-1
/
+1
2007-03-06
[PATCH] hrtimers: fix HRTIMER_CB_IRQSAFE_NO_SOFTIRQ description
Andres Salomon
1
-1
/
+1
2007-03-01
[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
Randy Dunlap
1
-0
/
+1
2007-02-16
[PATCH] Add SysRq-Q to print timer_list debug info
Ingo Molnar
1
-0
/
+3
2007-02-16
[PATCH] Add debugging feature /proc/timer_stat
Ingo Molnar
1
-0
/
+45
2007-02-16
[PATCH] hrtimers: add high resolution timer support
Thomas Gleixner
1
-6
/
+110
2007-02-16
[PATCH] tick-management: dyntick / highres functionality
Thomas Gleixner
1
-0
/
+6
2007-02-16
[PATCH] clockevents: add core functionality
Thomas Gleixner
1
-3
/
+2
2007-02-16
[PATCH] hrtimers: clean up callback tracking
Thomas Gleixner
1
-1
/
+0
2007-02-16
[PATCH] hrtimers; add state tracking
Thomas Gleixner
1
-1
/
+35
2007-02-16
[PATCH] hrtimers: cleanup locking
Thomas Gleixner
1
-15
/
+28
2007-02-16
[PATCH] hrtimers: namespace and enum cleanup
Thomas Gleixner
1
-8
/
+12
2007-02-16
[PATCH] GTOD: persistent clock support
John Stultz
1
-0
/
+3
2006-09-29
[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time...
Toyo Abe
1
-0
/
+1
2006-09-06
[PATCH] Documentation for lock_key in struct hrtimer_base
Henrik Kretzschmar
1
-0
/
+1
2006-07-03
[PATCH] lockdep: annotate hrtimer base locks
Ingo Molnar
1
-0
/
+1
2006-06-25
[PATCH] ktime/hrtimer: fix kernel-doc comments
Randy Dunlap
1
-3
/
+0
2006-04-22
[RBTREE] Update hrtimers to use rb_parent() accessor macro.
David Woodhouse
1
-1
/
+1
2006-04-02
Documentation: fix minor kernel-doc warnings
Martin Waitz
1
-1
/
+1
2006-03-31
[PATCH] hrtimer: create generic sleeper
Thomas Gleixner
1
-0
/
+16
2006-03-26
[PATCH] hrtimers: remove data field
Roman Zippel
1
-4
/
+1
2006-03-26
[PATCH] hrtimers: remove state field
Roman Zippel
1
-9
/
+2
2006-03-26
[PATCH] hrtimers: simplify nanosleep
Roman Zippel
1
-3
/
+1
2006-03-26
[PATCH] hrtimers: pass current time to hrtimer_forward()
Roman Zippel
1
-1
/
+2
2006-03-26
[PATCH] hrtimers: optimize softirq runqueues
Thomas Gleixner
1
-8
/
+12
2006-03-06
[PATCH] fix next_timer_interrupt() for hrtimer
Tony Lindgren
1
-0
/
+4
2006-02-01
[PATCH] hrtimers: cleanups and simplifications
George Anzinger
1
-3
/
+2
2006-02-01
[PATCH] hrtimers: fix posix-timer requeue race
akpm@osdl.org
1
-0
/
+1
2006-01-12
[hrtimer] Enforce resolution as lower limit of intervals
Thomas Gleixner
1
-2
/
+1
2006-01-12
[hrtimer] Change resolution storage to ktime_t format
Thomas Gleixner
1
-1
/
+1
2006-01-12
[hrtimer] Remove listhead from hrtimer struct
Thomas Gleixner
1
-5
/
+2
2006-01-10
[PATCH] hrtimer: convert posix timers completely
Thomas Gleixner
1
-0
/
+7
2006-01-10
[PATCH] hrtimer: create hrtimer nanosleep API
Thomas Gleixner
1
-0
/
+6
2006-01-10
[PATCH] hrtimer: hrtimer core code
Thomas Gleixner
1
-0
/
+130