index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-27
timekeeping: Add auxiliary clock support to __timekeeping_inject_offset()
Thomas Gleixner
1
-8
/
+31
2025-06-27
timekeeping: Make timekeeping_inject_offset() reusable
Thomas Gleixner
1
-11
/
+15
2025-06-27
timekeeping: Provide time setter for auxiliary clocks
Thomas Gleixner
1
-0
/
+44
2025-06-27
timekeeping: Add minimal posix-timers support for auxiliary clocks
Thomas Gleixner
3
-0
/
+25
2025-06-27
timekeeping: Provide time getters for auxiliary clocks
Thomas Gleixner
1
-0
/
+65
2025-06-27
timekeeping: Update auxiliary timekeepers on clocksource change
Thomas Gleixner
1
-0
/
+33
2025-06-19
ntp: Use ktime_get_ntp_seconds()
Thomas Gleixner
1
-2
/
+2
2025-06-19
timekeeping: Provide ktime_get_ntp_seconds()
Thomas Gleixner
2
-0
/
+12
2025-06-19
timekeeping: Introduce auxiliary timekeepers
Anna-Maria Behnsen
1
-2
/
+20
2025-06-19
timekeeping: Add clock_valid flag to timekeeper
Thomas Gleixner
1
-2
/
+3
2025-06-19
timekeeping: Prepare timekeeping_update_from_shadow()
Thomas Gleixner
1
-5
/
+7
2025-06-19
timekeeping: Make __timekeeping_advance() reusable
Anna-Maria Behnsen
1
-6
/
+6
2025-06-19
ntp: Rename __do_adjtimex() to ntp_adjtimex()
Thomas Gleixner
3
-5
/
+5
2025-06-19
ntp: Add timekeeper ID arguments to public functions
Thomas Gleixner
3
-26
/
+30
2025-06-19
ntp: Add support for auxiliary timekeepers
Thomas Gleixner
1
-19
/
+22
2025-06-19
time: Introduce auxiliary POSIX clocks
Anna-Maria Behnsen
1
-2
/
+13
2025-06-19
timekeeping: Introduce timekeeper ID
Anna-Maria Behnsen
1
-2
/
+3
2025-06-19
timekeeping: Avoid double notification in do_adjtimex()
Thomas Gleixner
1
-42
/
+56
2025-06-19
timekeeping: Cleanup kernel doc of __ktime_get_real_seconds()
Thomas Gleixner
1
-3
/
+8
2025-06-19
timekeeping: Remove hardcoded access to tk_core
Thomas Gleixner
1
-1
/
+1
2025-06-14
clocksource: Use cpumask_next_wrap() in clocksource_watchdog()
Yury Norov [NVIDIA]
1
-3
/
+1
2025-06-14
clocksource: Use cpumask_any_but() in clocksource_verify_choose_cpus()
Yury Norov [NVIDIA]
1
-3
/
+1
2025-06-13
posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...
Oleg Nesterov
1
-0
/
+9
2025-06-12
timers/migration: Clean up the loop in tmigr_quick_check()
Petr Tesarik
1
-13
/
+10
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-05-27
Merge tag 'timers-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
5
-111
/
+45
2025-05-27
Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-19
/
+19
2025-05-13
clocksource: Fix the CPUs' choice in the watchdog per CPU verification
Guilherme G. Piccoli
1
-1
/
+1
2025-05-08
treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()
Ingo Molnar
2
-3
/
+3
2025-05-08
treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()
Ingo Molnar
1
-3
/
+3
2025-05-08
timers: Rename init_timers() as timers_init()
Ingo Molnar
1
-1
/
+1
2025-05-08
timers: Rename NEXT_TIMER_MAX_DELTA as TIMER_NEXT_MAX_DELTA
Ingo Molnar
1
-6
/
+6
2025-05-08
timers: Rename init_timer_on_stack_key() as timer_init_key_on_stack()
Ingo Molnar
1
-2
/
+2
2025-05-08
timers: Rename init_timer_key() as timer_init_key()
Ingo Molnar
1
-4
/
+4
2025-04-30
alarmtimer: Switch spin_{lock,unlock}_irqsave() to guards
Su Hui
1
-48
/
+30
2025-04-30
alarmtimer: Remove dead return value in clock2alarm()
Su Hui
1
-3
/
+3
2025-04-30
time/jiffies: Change register_refined_jiffies() to void __init
Su Hui
1
-4
/
+1
2025-04-28
timekeeping: Prevent coarse clocks going backwards
Thomas Gleixner
2
-10
/
+44
2025-04-24
timers: Remove unused __round_jiffies(_up)
Dr. David Alan Gilbert
1
-42
/
+0
2025-04-09
timekeeping: Add a lockdep override in tick_freeze()
Sebastian Andrzej Siewior
1
-0
/
+22
2025-04-09
posix-timers: Initialize cache early and move pointer into __timer_data
Eric Dumazet
1
-13
/
+10
2025-04-09
hrtimer: Add missing ACCESS_PRIVATE() for hrtimer::function
Nam Cao
1
-1
/
+1
2025-04-06
Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
5
-58
/
+27
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
2
-5
/
+5
2025-04-05
hrtimers: Merge __hrtimer_init() into __hrtimer_setup()
Nam Cao
1
-9
/
+3
[prev]
[next]