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