index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-01
posix-clock: posix-clock: Fix unbalanced locking in pc_clock_settime()
Jinjie Ruan
1
-3
/
+3
2024-10-22
posix-clock: Fix missing timespec64 check in pc_clock_settime()
Jinjie Ruan
1
-0
/
+3
2024-08-29
hrtimer: Prevent queuing of hrtimer without a function callback
Phil Chang
1
-0
/
+2
2024-08-29
clocksource: Make watchdog and suspend-timing multiplication overflow safe
Adrian Hunter
1
-22
/
+20
2024-08-29
hrtimer: Select housekeeping CPU during migration
Costa Shulyupin
1
-1
/
+2
2024-08-29
posix-timers: Ensure timer ID search-loop limit is valid
Thomas Gleixner
1
-13
/
+18
2024-08-14
timekeeping: Fix bogus clock_was_set() invocation in do_adjtimex()
Thomas Gleixner
1
-1
/
+1
2024-08-14
ntp: Safeguard against time_constant overflow
Justin Stitt
1
-3
/
+2
2024-08-14
clocksource: Fix brown-bag boolean thinko in cs_watchdog_read()
Paul E. McKenney
1
-1
/
+1
2024-08-14
clocksource: Scale the watchdog read retries automatically
Feng Tang
2
-12
/
+11
2024-08-14
ntp: Clamp maxerror and esterror to operating range
Justin Stitt
1
-2
/
+2
2024-08-14
tick/broadcast: Move per CPU pointer access into the atomic section
Thomas Gleixner
1
-1
/
+2
2024-08-03
tick/broadcast: Make takeover of broadcast hrtimer reliable
Yu Liao
1
-0
/
+23
2024-06-21
tick/nohz_full: Don't abuse smp_call_function_single() in tick_setup_device()
Oleg Nesterov
1
-28
/
+14
2024-05-17
timers: Rename del_timer() to timer_delete()
Thomas Gleixner
1
-3
/
+3
2024-05-17
timers: Get rid of del_singleshot_timer_sync()
Thomas Gleixner
1
-1
/
+1
2024-04-03
timers: Rename del_timer_sync() to timer_delete_sync()
Thomas Gleixner
1
-9
/
+9
2024-04-03
timers: Use del_timer_sync() even on UP
Thomas Gleixner
1
-2
/
+0
2024-04-03
timers: Update kernel-doc for various functions
Thomas Gleixner
1
-58
/
+90
2024-03-26
timekeeping: Fix cross-timestamp interpolation for non-x86
Peter Hilber
1
-4
/
+2
2024-03-26
timekeeping: Fix cross-timestamp interpolation corner case decision
Peter Hilber
1
-8
/
+10
2024-03-26
timekeeping: Fix cross-timestamp interpolation on counter wrap
Peter Hilber
1
-1
/
+1
2024-03-26
time: test: Fix incorrect format specifier
David Gow
1
-1
/
+1
2024-02-23
hrtimer: Ignore slack time for RT tasks in schedule_hrtimeout_range()
Davidlohr Bueso
1
-3
/
+11
2024-02-16
clocksource: Skip watchdog check for large watchdog intervals
Jiri Wiesner
1
-1
/
+24
2024-02-16
hrtimer: Report offline hrtimer enqueue
Frederic Weisbecker
1
-0
/
+3
2024-01-31
tick/sched: Preserve number of idle sleeps across CPU hotplug events
Tim Chen
1
-0
/
+5
2024-01-25
tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug
Heiko Carstens
1
-0
/
+5
2023-12-13
hrtimers: Push pending hrtimers away from outgoing CPU earlier
Thomas Gleixner
1
-21
/
+12
2023-09-13
tick/rcu: Fix false positive "softirq work is pending" messages
Paul Gortmaker
1
-1
/
+1
2023-07-19
tick/rcu: Fix bogus ratelimit condition
Wen Yang
1
-1
/
+1
2023-07-19
posix-timers: Prevent RT livelock in itimer_delete()
Thomas Gleixner
1
-8
/
+35
2023-06-28
tick/common: Align tick period during sched_timer setup
Thomas Gleixner
2
-13
/
+13
2023-05-24
tick/broadcast: Make broadcast device replacement work correctly
Thomas Gleixner
1
-32
/
+88
2023-05-11
timekeeping: Fix references to nonexistent ktime_get_fast_ns()
Geert Uytterhoeven
1
-2
/
+2
2023-05-11
tick/common: Align tick period with the HZ tick.
Sebastian Andrzej Siewior
1
-1
/
+11
2023-05-11
rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check
Zqiang
1
-0
/
+5
2023-05-11
tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
Joel Fernandes (Google)
1
-3
/
+8
2023-05-11
posix-cpu-timers: Implement the missing timer_wait_running callback
Thomas Gleixner
2
-14
/
+71
2023-03-10
time/debug: Fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-03-10
clocksource: Suspend the watchdog temporarily when high read latency detected
Feng Tang
1
-13
/
+32
2023-03-10
timers: Prevent union confusion from unexpected restart_syscall()
Jann Horn
3
-0
/
+6
2023-02-22
alarmtimer: Prevent starvation by small intervals and SIG_IGN
Thomas Gleixner
1
-4
/
+29
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-2
/
+2
2022-08-09
time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64
Youngmin Nam
1
-2
/
+2
2022-08-06
posix-timers: Make do_clock_gettime() static
Jiri Slaby
1
-1
/
+2
2022-08-03
Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-0
/
+1
2022-08-02
Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-12
/
+27
[next]