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
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
2018-01-02
nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()
Thomas Gleixner
1
-2
/
+17
2017-10-05
timer/sysclt: Restrict timer migration sysctl values to 0 and 1
Myungho Jung
1
-1
/
+1
2017-07-27
alarmtimer: don't rate limit one-shot timers
Greg Hackmann
1
-1
/
+2
2017-06-29
time: Fix clock->read(clock) race around clocksource changes
John Stultz
1
-13
/
+34
2017-06-26
alarmtimer: Rate limit periodic intervals
Thomas Gleixner
1
-0
/
+8
2017-06-26
alarmtimer: Prevent overflow of relative timers
Thomas Gleixner
1
-3
/
+3
2017-01-12
tick/broadcast: Prevent NULL pointer dereference
Thomas Gleixner
1
-0
/
+3
2017-01-09
timekeeping_Force_unsigned_clocksource_to_nanoseconds_conversion
Thomas Gleixner
1
-2
/
+2
2016-10-16
timekeeping: Fix __ktime_get_fast_ns() regression
John Stultz
1
-2
/
+5
2016-10-16
time: Add cycles to nanoseconds translation
Christopher S. Hall
1
-4
/
+21
2016-09-15
timekeeping: Avoid taking lock in NMI path with CONFIG_DEBUG_TIMEKEEPING
John Stultz
1
-1
/
+4
2016-09-15
timekeeping: Cap array access in timekeeping_debug
John Stultz
1
-2
/
+7
2016-09-15
clocksource: Allow unregistering the watchdog
Vitaly Kuznetsov
1
-10
/
+42
2016-09-15
ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
John Stultz
1
-2
/
+12
2016-09-15
time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
John Stultz
2
-3
/
+9
2016-09-15
hrtimer: Catch illegal clockids
Marc Zyngier
1
-1
/
+6
2016-08-10
posix_cpu_timer: Exit early when process has been reaped
Alexey Dobriyan
1
-0
/
+1
2016-03-03
tick/nohz: Set the correct expiry when switching to nohz/lowres mode
Wanpeng Li
1
-2
/
+2
2016-03-03
time: Avoid signed overflow in timekeeping_get_ns()
David Gibson
1
-2
/
+1
2016-03-03
posix-clock: Fix return code on the poll method's error path
Richard Cochran
1
-2
/
+2
2016-02-25
itimers: Handle relative timers with CONFIG_TIME_LOW_RES proper
Thomas Gleixner
1
-1
/
+1
2016-02-25
posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES proper
Thomas Gleixner
1
-1
/
+1
2016-02-17
hrtimer: Handle remaining time proper for TIME_LOW_RES
Thomas Gleixner
2
-19
/
+38
2015-11-15
Merge branches 'irq-urgent-for-linus' and 'timers-urgent-for-linus' of git://...
Linus Torvalds
1
-3
/
+19
2015-11-09
remove abs64()
Andrew Morton
2
-2
/
+2
2015-11-04
timers: Use proper base migration in add_timer_on()
Tejun Heo
1
-3
/
+19
2015-11-03
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
8
-45
/
+78
2015-10-26
timeconst: Update path in comment
Jason A. Donenfeld
1
-1
/
+1
2015-10-20
Merge branch 'fortglx/4.4/time' of https://git.linaro.org/people/john.stultz/...
Thomas Gleixner
3
-16
/
+16
2015-10-16
timekeeping: Increment clock_was_set_seq in timekeeping_init()
Thomas Gleixner
1
-1
/
+1
2015-10-15
posix_cpu_timer: Reduce unnecessary sighand lock contention
Jason Low
1
-2
/
+24
2015-10-15
posix_cpu_timer: Convert cputimer->running to bool
Jason Low
1
-2
/
+2
2015-10-15
posix_cpu_timer: Check thread timers only when there are active thread timers
Jason Low
1
-6
/
+16
2015-10-15
posix_cpu_timer: Optimize fastpath_timer_check()
Jason Low
1
-8
/
+3
2015-10-12
Merge tag 'v4.3-rc5' into timers/core, to pick up fixes before applying new c...
Ingo Molnar
1
-1
/
+1
2015-10-11
timers: Use __fls in apply_slack()
Rasmus Villemoes
1
-1
/
+1
2015-10-11
clocksource: Remove return statement from void functions
Guillaume Gomez
1
-3
/
+2
2015-10-03
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2015-10-02
clocksource: Fix abs() usage w/ 64bit values
John Stultz
1
-1
/
+1
2015-10-01
ntp: use timespec64 in sync_cmos_clock
Arnd Bergmann
1
-2
/
+2
2015-10-01
ntp/pps: replace getnstime_raw_and_real with 64-bit version
Arnd Bergmann
1
-6
/
+6
2015-10-01
ntp/pps: use timespec64 for hardpps()
Arnd Bergmann
3
-8
/
+8
2015-09-22
timers: Fix data race in timer_stats_account_timer()
Dmitry Vyukov
1
-2
/
+9
2015-09-22
time: Fix spelling in comments
Zhen Lei
3
-4
/
+4
2015-09-17
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
4
-73
/
+26
2015-09-14
clockevents: Remove unused set_mode() callback
Viresh Kumar
3
-72
/
+25
2015-09-13
time: Fix timekeeping_freqadjust()'s incorrect use of abs() instead of abs64()
John Stultz
1
-1
/
+1
2015-09-02
nohz: Assert existing housekeepers when nohz full enabled
Frederic Weisbecker
1
-4
/
+11
2015-09-01
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-75
/
+82
2015-08-31
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-48
/
+34
[next]