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
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
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
2023-08-11
posix-timers: Ensure timer ID search-loop limit is valid
Thomas Gleixner
1
-13
/
+18
2023-03-11
timers: Prevent union confusion from unexpected restart_syscall()
Jann Horn
3
-0
/
+6
2023-02-25
alarmtimer: Prevent starvation by small intervals and SIG_IGN
Thomas Gleixner
1
-4
/
+29
2022-06-25
timekeeping: Add raw clock fallback for random_get_entropy()
Jason A. Donenfeld
1
-0
/
+16
2021-12-22
timekeeping: Really make sure wall_to_monotonic isn't positive
Yu Liao
1
-2
/
+1
2021-05-22
posix-timers: Preserve return value in clock_adjtime32()
Chen Jun
1
-2
/
+2
2021-03-24
kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()
Oleg Nesterov
3
-3
/
+3
2020-11-18
random32: make prandom_u32() output unpredictable
George Spelvin
1
-7
/
+0
2020-11-18
time: Prevent undefined behaviour in timespec64_to_ns()
Zeng Tao
1
-4
/
+0
2020-10-01
timekeeping: Prevent 32bit truncation in scale64_check_overflow()
Wen Yang
1
-2
/
+1
2020-08-07
random32: update the net random state on interrupt and activity
Willy Tarreau
1
-0
/
+8
2020-07-22
timer: Fix wheel index calculation on last level
Frederic Weisbecker
1
-2
/
+2
2020-02-14
clocksource: Prevent double add_timer_on() for watchdog_timer
Konstantin Khlebnikov
1
-2
/
+9
2020-02-14
alarmtimer: Unregister wakeup source when module get fails
Stephen Boyd
1
-3
/
+5
2020-01-23
tick/sched: Annotate lockless access to last_jiffies_update
Eric Dumazet
1
-5
/
+9
2020-01-04
ptp: fix the race between the release of ptp_clock and cdev
Vladis Dronov
1
-18
/
+13
2020-01-04
hrtimer: Annotate lockless access to timer->state
Eric Dumazet
1
-4
/
+7
2019-10-11
tick: broadcast-hrtimer: Fix a race in bc_set_next
Balasubramani Vivekanandan
1
-28
/
+29
2019-10-11
timer: Read jiffies once when forwarding base clk
Li RongQing
1
-3
/
+5
2019-10-05
alarmtimer: Use EOPNOTSUPP instead of ENOTSUPP
Thadeu Lima de Souza Cascardo
1
-2
/
+2
2019-07-31
timer_list: Guard procfs specific code
Nathan Huckleberry
1
-17
/
+19
2019-07-31
ntp: Limit TAI-UTC offset
Miroslav Lichvar
1
-1
/
+3
2019-06-15
ntp: Allow TAI-UTC offset to be set to zero
Miroslav Lichvar
1
-1
/
+1
2019-04-17
alarmtimer: Return correct remaining time
Andrei Vagin
1
-1
/
+1
2019-02-12
timekeeping: Use proper seqcount initializer
Bart Van Assche
1
-1
/
+3
2019-01-31
posix-cpu-timers: Unbreak timer rearming
Thomas Gleixner
1
-0
/
+1
2018-12-29
posix-timers: Fix division by zero bug
Thomas Gleixner
1
-4
/
+1
2018-12-21
timer/debug: Change /proc/timer_list from 0444 to 0400
Ingo Molnar
1
-1
/
+1
2018-10-03
posix-timers: Sanitize overrun handling
Thomas Gleixner
2
-12
/
+21
2018-10-03
posix-timers: Make forward callback return s64
Thomas Gleixner
3
-6
/
+6
2018-10-03
alarmtimer: Prevent overflow for relative nanosleep
Thomas Gleixner
1
-1
/
+2
2018-09-29
tick/nohz: Prevent bogus softirq pending warning
Thomas Gleixner
1
-1
/
+1
2018-09-19
timers: Clear timer_base::must_forward_clk with timer_base::lock held
Gaurav Kohli
1
-13
/
+16
2018-08-09
nohz: Fix local_timer_softirq_pending()
Anna-Maria Gleixner
1
-1
/
+1
2018-07-22
clocksource: Initialize cs->wd_list
Peter Zijlstra
1
-0
/
+2
2018-07-03
time: Make sure jiffies_to_msecs() preserves non-zero time periods
Geert Uytterhoeven
1
-2
/
+4
2018-05-22
tick/broadcast: Use for_each_cpu() specially on UP kernels
Dexuan Cui
1
-0
/
+8
2018-05-01
tick/sched: Do not mess with an enqueued hrtimer
Thomas Gleixner
1
-5
/
+6
2018-04-26
alarmtimer: Init nanosleep alarm timer on stack
Thomas Gleixner
1
-8
/
+26
2018-03-28
posix-timers: Protect posix clock array access against speculation
Thomas Gleixner
1
-3
/
+8
2018-03-08
timers: Forward timer base before migrating timers
Lingutla Chandrasekhar
1
-0
/
+6
2018-03-03
hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
Anna-Maria Gleixner
1
-1
/
+6
2018-01-31
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
Thomas Gleixner
1
-0
/
+3
2018-01-23
timers: Unconditionally check deferrable base
Thomas Gleixner
1
-1
/
+1
2018-01-02
nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()
Thomas Gleixner
1
-2
/
+17
2018-01-02
timers: Reinitialize per cpu bases on hotplug
Thomas Gleixner
1
-0
/
+15
2018-01-02
timers: Invoke timer_start_debug() where it makes sense
Thomas Gleixner
1
-2
/
+2
2018-01-02
timers: Use deferrable base independent of base::nohz_active
Anna-Maria Gleixner
1
-9
/
+7
2018-01-02
cpufreq: schedutil: Use idle_calls counter of the remote CPU
Joel Fernandes
1
-0
/
+13
2017-12-20
posix-timer: Properly check sigevent->sigev_notify
Thomas Gleixner
1
-12
/
+17
[next]