index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
posix-timers.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix race between exit_itimers() and /proc/pid/timers
Oleg Nesterov
2022-07-11
1
-5
/
+14
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
1
-2
/
+2
|
\
|
*
memcg: enable accounting for posix_timers_cache slab
Vasily Averin
2021-09-03
1
-2
/
+2
*
|
posix-timers: Remove redundant initialization of variable ret
Colin Ian King
2021-08-10
1
-1
/
+1
|
/
*
posix-timers: Preserve return value in clock_adjtime32()
Chen Jun
2021-04-17
1
-2
/
+2
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-2
/
+2
*
posix-timers: Pass lockdep expression to RCU lists
Amol Grover
2020-02-17
1
-1
/
+2
*
posix-timers: Make clock_nanosleep() time namespace aware
Andrei Vagin
2020-01-14
1
-2
/
+15
*
hrtimers: Prepare hrtimer_nanosleep() for time namespaces
Andrei Vagin
2020-01-14
1
-1
/
+3
*
posix-timers: Make timer_settime() time namespace aware
Andrei Vagin
2020-01-14
1
-0
/
+2
*
posix-clocks: Wire up clock_gettime() with timens offsets
Andrei Vagin
2020-01-14
1
-0
/
+5
*
posix-timers: Use clock_get_ktime() in common_timer_get()
Andrei Vagin
2020-01-14
1
-7
/
+1
*
posix-clocks: Introduce clock_get_ktime() callback
Andrei Vagin
2020-01-14
1
-1
/
+25
*
posix-clocks: Rename .clock_get_timespec() callbacks accordingly
Andrei Vagin
2020-01-14
1
-8
/
+8
*
posix-clocks: Rename the clock_get() callback to clock_get_timespec()
Andrei Vagin
2020-01-14
1
-11
/
+11
*
hrtimer: Improve comments on handling priority inversion against softirq kthread
Frederic Weisbecker
2019-08-20
1
-0
/
+6
*
posix-timers: Use a callback for cancel synchronization on PREEMPT_RT
Thomas Gleixner
2019-08-20
1
-1
/
+17
*
posix-timers: Move rcu_head out of it union
Sebastian Andrzej Siewior
2019-08-01
1
-2
/
+2
*
posix-timers: Rework cancel retry loops
Thomas Gleixner
2019-08-01
1
-6
/
+23
*
posix-timers: Cleanup the flag/flags confusion
Thomas Gleixner
2019-08-01
1
-5
/
+5
*
posix-timers: Use spin_lock_irq() in itimer_delete()
Sebastian Andrzej Siewior
2019-06-22
1
-5
/
+3
*
posix-timers: Remove "it_signal = NULL" assignment in itimer_delete()
Sebastian Andrzej Siewior
2019-06-22
1
-5
/
+0
*
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2019-02-07
1
-16
/
+16
*
timex: change syscalls to use struct __kernel_timex
Deepa Dinamani
2019-02-07
1
-1
/
+1
*
timex: use __kernel_timex internally
Deepa Dinamani
2019-02-07
1
-4
/
+4
*
sparc64: add custom adjtimex/clock_adjtime functions
Arnd Bergmann
2019-02-07
1
-12
/
+12
*
time: make adjtime compat handling available for 32 bit
Arnd Bergmann
2019-02-07
1
-11
/
+3
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-12-25
1
-23
/
+2
|
\
|
*
posix-timers: Remove license boilerplate
Thomas Gleixner
2018-11-23
1
-19
/
+1
|
*
time: Add SPDX license identifiers
Thomas Gleixner
2018-11-23
1
-0
/
+1
|
*
time: Remove useless filenames in top level comments
Thomas Gleixner
2018-11-23
1
-4
/
+0
*
|
posix-timers: Fix division by zero bug
Thomas Gleixner
2018-12-17
1
-4
/
+1
|
/
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-10-25
1
-15
/
+15
|
\
|
*
y2038: globally rename compat_time to old_time32
Arnd Bergmann
2018-08-27
1
-15
/
+15
*
|
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
2018-10-03
1
-1
/
+1
|
/
*
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-08-21
1
-12
/
+9
|
\
|
*
signal: Pass pid and pid type into send_sigqueue
Eric W. Biederman
2018-07-21
1
-9
/
+4
|
*
posix-timers: Noralize good_sigevent
Eric W. Biederman
2018-07-21
1
-3
/
+5
*
|
Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-08-13
1
-11
/
+2
|
\
\
|
*
|
parisc: Drop architecture-specific ENOTSUP define
Helge Deller
2018-08-13
1
-11
/
+2
|
|
/
*
|
posix-timers: Sanitize overrun handling
Thomas Gleixner
2018-07-02
1
-11
/
+20
*
|
posix-timers: Make forward callback return s64
Thomas Gleixner
2018-07-02
1
-3
/
+3
*
|
time: Change types to new y2038 safe __kernel_itimerspec
Deepa Dinamani
2018-06-24
1
-5
/
+7
*
|
posix-timers: Use new ktime_get_*_ts64() helpers
Arnd Bergmann
2018-06-19
1
-5
/
+5
|
/
*
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
2018-05-02
1
-9
/
+17
|
\
|
*
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
2018-04-26
1
-9
/
+17
*
|
time: Change nanosleep to safe __kernel_* types
Deepa Dinamani
2018-04-19
1
-2
/
+2
*
|
time: Change types to new y2038 safe __kernel_* types
Deepa Dinamani
2018-04-19
1
-3
/
+3
*
|
posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME
Deepa Dinamani
2018-04-19
1
-2
/
+12
|
/
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2018-04-04
1
-17
/
+9
|
\
[next]