index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
hrtimer.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-09
hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::function
Nam Cao
1
-1
/
+1
2025-04-05
tracing/timers: Rename the hrtimer_init event to hrtimer_setup
Nam Cao
1
-2
/
+2
2025-04-05
hrtimers: Rename debug_init_on_stack() to debug_setup_on_stack()
Nam Cao
1
-4
/
+4
2025-04-05
hrtimers: Rename debug_init() to debug_setup()
Nam Cao
1
-4
/
+2
2025-04-05
hrtimers: Rename __hrtimer_init_sleeper() to __hrtimer_setup_sleeper()
Nam Cao
1
-4
/
+4
2025-04-05
hrtimers: Remove unnecessary NULL check in hrtimer_start_range_ns()
Nam Cao
1
-2
/
+0
2025-04-05
hrtimers: Make callback function pointer private
Nam Cao
1
-4
/
+4
2025-04-05
hrtimers: Merge __hrtimer_init() into __hrtimer_setup()
Nam Cao
1
-9
/
+3
2025-04-05
hrtimers: Switch to use __htimer_setup()
Nam Cao
1
-2
/
+1
2025-04-05
hrtimers: Delete hrtimer_init()
Nam Cao
1
-20
/
+0
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-5
/
+0
2025-02-18
can: Switch to use hrtimer_setup()
Nam Cao
1
-5
/
+0
2025-02-18
hrtimers: Replace hrtimer_clock_to_base_table with switch-case
Andy Shevchenko
1
-17
/
+12
2025-01-23
hrtimers: Force migrate away hrtimers queued after CPUHP_AP_HRTIMERS_DYING
Frederic Weisbecker
1
-21
/
+82
2025-01-23
hrtimers: Mark is_migration_base() with __always_inline
Andy Shevchenko
1
-10
/
+12
2025-01-21
Merge tag 'timers-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+3
2025-01-16
hrtimers: Handle CPU state correctly on hotplug
Koichiro Den
1
-1
/
+10
2025-01-15
hrtimers: Update the return type of enqueue_hrtimer()
Richard Clark
1
-4
/
+3
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-152
/
+78
2024-11-07
hrtimers: Delete hrtimer_init_on_stack()
Nam Cao
1
-17
/
+0
2024-11-07
hrtimers: Delete hrtimer_init_sleeper_on_stack()
Nam Cao
1
-14
/
+0
2024-11-07
timers: Switch to use hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-3
/
+2
2024-11-07
hrtimers: Introduce hrtimer_setup_sleeper_on_stack()
Nam Cao
1
-0
/
+14
2024-11-07
hrtimers: Introduce hrtimer_setup_on_stack()
Nam Cao
1
-0
/
+19
2024-11-07
hrtimers: Introduce hrtimer_setup() to replace hrtimer_init()
Nam Cao
1
-0
/
+38
2024-11-07
hrtimers: Add missing hrtimer_init() trace points
Nam Cao
1
-29
/
+36
2024-11-07
softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.
Sebastian Andrzej Siewior
1
-2
/
+2
2024-11-07
hrtimer: Use __raise_softirq_irqoff() to raise the softirq
Sebastian Andrzej Siewior
1
-2
/
+2
2024-10-16
timers: Move *sleep*() and timeout functions into a separate file
Anna-Maria Behnsen
1
-120
/
+0
2024-09-19
Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2024-09-17
Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-16
/
+6
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
1
-1
/
+1
2024-08-23
hrtimer: Use and report correct timerslack values for realtime tasks
Felix Moessbauer
1
-15
/
+3
2024-08-20
softirq: Remove unused 'action' parameter from action callback
Caleb Sander Mateos
1
-1
/
+1
2024-08-14
hrtimer: Annotate hrtimer_cpu_base_.*_expiry() for sparse.
Sebastian Andrzej Siewior
1
-0
/
+2
2024-08-07
sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()
Qais Yousef
1
-3
/
+3
2024-08-07
sched/rt: Clean up usage of rt_task()
Qais Yousef
1
-3
/
+3
2024-06-25
hrtimer: Prevent queuing of hrtimer without a function callback
Phil Chang
1
-0
/
+2
2024-04-22
hrtimer: Rename __hrtimer_hres_active() to hrtimer_hres_active()
Jiapeng Chong
1
-13
/
+8
2024-04-08
hrtimer: Remove unused function
Jiapeng Chong
1
-19
/
+1
2024-02-26
tick: Split nohz and highres features from nohz_mode
Frederic Weisbecker
1
-1
/
+1
2024-02-26
tick: Move tick cancellation up to CPUHP_AP_TICK_DYING
Frederic Weisbecker
1
-2
/
+0
2024-02-26
tick/nohz: Remove duplicate between tick_nohz_switch_to_nohz() and tick_setup_sched_timer()
Peng Liu
1
-1
/
+1
2024-02-22
hrtimer: Select housekeeping CPU during migration
Costa Shulyupin
1
-1
/
+2
2024-02-19
Merge tag 'v6.8-rc5' into timers/core, to resolve conflict
Ingo Molnar
1
-0
/
+3
2024-02-19
hrtimers: Update formatting of documentation
Anna-Maria Behnsen
1
-8
/
+10
2024-02-06
hrtimer: Report offline hrtimer enqueue
Frederic Weisbecker
1
-0
/
+3
2023-11-11
hrtimers: Push pending hrtimers away from outgoing CPU earlier
Thomas Gleixner
1
-21
/
+12
2023-06-22
hrtimer: Add missing sparse annotations to hrtimer locking
Ben Dooks
1
-0
/
+3
[next]