Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
a404b72d2bdd45878e1441650967a75452d5e420
/
kernel
/
time
/
posix-timers.c
9f687dd
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
0e334db
posix-timers: Fix division by zero bug
by Thomas Gleixner
· 6 years ago
0141de7
posix-timers: Remove license boilerplate
by Thomas Gleixner
· 6 years ago
35728b8
time: Add SPDX license identifiers
by Thomas Gleixner
· 6 years ago
58c5fc2
time: Remove useless filenames in top level comments
by Thomas Gleixner
· 6 years ago
4dcb923
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
ae7795b
signal: Distinguish between kernel_siginfo and siginfo
by Eric W. Biederman
· 6 years ago
9afc5ee
y2038: globally rename compat_time to old_time32
by Arnd Bergmann
· 7 years ago
0214f46
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
2280a53
Merge branch 'parisc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 6 years ago
93cb8e2
parisc: Drop architecture-specific ENOTSUP define
by Helge Deller
· 7 years ago
24122c7
signal: Pass pid and pid type into send_sigqueue
by Eric W. Biederman
· 7 years ago
2118e1f
posix-timers: Noralize good_sigevent
by Eric W. Biederman
· 7 years ago
78c9c4d
posix-timers: Sanitize overrun handling
by Thomas Gleixner
· 7 years ago
6fec64e
posix-timers: Make forward callback return s64
by Thomas Gleixner
· 7 years ago
6ff8473
time: Change types to new y2038 safe __kernel_itimerspec
by Deepa Dinamani
· 7 years ago
58a1045
posix-timers: Use new ktime_get_*_ts64() helpers
by Arnd Bergmann
· 7 years ago
604a98f
Merge branch 'timers/urgent' into timers/core
by Thomas Gleixner
· 7 years ago
a3ed0e43
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
by Thomas Gleixner
· 7 years ago
0190997
time: Change nanosleep to safe __kernel_* types
by Deepa Dinamani
· 7 years ago
6d5b841
time: Change types to new y2038 safe __kernel_* types
by Deepa Dinamani
· 7 years ago
b5793b0
posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME
by Deepa Dinamani
· 7 years ago
680014d
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
19b558d
posix-timers: Protect posix clock array access against speculation
by Thomas Gleixner
· 7 years ago
7250a40
posix-timers: Unify MONOTONIC and BOOTTIME clock behavior
by Thomas Gleixner
· 7 years ago
7219932
timekeeping: Add the new CLOCK_MONOTONIC_ACTIVE clock
by Thomas Gleixner
· 7 years ago
3b10db2b
signal: Replace memset(info,...) with clear_siginfo for clarity
by Eric W. Biederman
· 7 years ago
cef31d9
posix-timer: Properly check sigevent->sigev_notify
by Thomas Gleixner
· 7 years ago
725816e
posix_clocks: Use get_itimerspec64() and put_itimerspec64()
by Deepa Dinamani
· 8 years ago
c0edd7c
nanosleep: Use get_timespec64() and put_timespec64()
by Deepa Dinamani
· 8 years ago
5c49941
posix-timers: Use get_timespec64() and put_timespec64()
by Deepa Dinamani
· 8 years ago
938e7cf
posix-timers: Make nanosleep timespec argument const
by Thomas Gleixner
· 8 years ago
2482097
posix-timers: Move compat_timer_create() to native, get rid of set_fs()
by Al Viro
· 8 years ago
d822cdc
posix-timers: Move compat versions of clock_gettime/settime/getres
by Al Viro
· 8 years ago
b0dc124
posix-timers: Take compat timer_gettime(2) to native one
by Al Viro
· 8 years ago
1acbe77
posix-timers: Take compat timer_settime(2) to native one
by Al Viro
· 8 years ago
3a4d44b
ntp: Move adjtimex related compat syscalls to native counterparts
by Al Viro
· 8 years ago
fb923c4
posix-timers: Kill ->nsleep_restart()
by Al Viro
· 8 years ago
edbeda4
time/posix-timers: Move the compat copyouts to the nanosleep implementations
by Al Viro
· 8 years ago
99e6c0e
posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()
by Al Viro
· 8 years ago
192a82f
hrtimer_nanosleep(): Pass rmtp in restart_block
by Al Viro
· 8 years ago
67edab4
posix-timers: Handle relative posix-timers correctly
by Thomas Gleixner
· 8 years ago
5c7a3a3
posix-timers: Zero out oldval itimerspec
by Thomas Gleixner
· 8 years ago
c6503be
posix-timers: Fix inverted SIGEV_NONE logic in common_timer_get()
by Thomas Gleixner
· 8 years ago
f2c4580
alarmtimer: Switch over to generic set/get/rearm routine
by Thomas Gleixner
· 8 years ago
eae1c4a
posix-timers: Make use of cancel/arm callbacks
by Thomas Gleixner
· 8 years ago
eabdec0
posix-timers: Zero settings value in common code
by Thomas Gleixner
· 8 years ago
91d57ba
posix-timers: Make use of forward/remaining callbacks
by Thomas Gleixner
· 8 years ago
21e55c1
posix-timers: Add active flag to k_itimer
by Thomas Gleixner
· 8 years ago
f37fb0a
posix-timers: Use timer_rearm() callback in posixtimer_rearm()
by Thomas Gleixner
· 8 years ago
96fe3b0
posix-timers: Rename do_schedule_next_timer
by Thomas Gleixner
· 8 years ago
d97bb75
posix-timers: Store k_clock pointer in k_itimer
by Thomas Gleixner
· 8 years ago
80105cd
posix-timers: Move interval out of the union
by Thomas Gleixner
· 8 years ago
af888d6
posix-timers: Unify overrun/requeue_pending handling
by Thomas Gleixner
· 8 years ago
bab0aae
posix-timers: Move posix-timer internals to core
by Thomas Gleixner
· 8 years ago
6631fa1
posix-timers: Avoid gazillions of forward declarations
by Thomas Gleixner
· 8 years ago
a81129e
posix-timers: Remove unused export of posix_timer_event()
by Thomas Gleixner
· 8 years ago
d3ba5a9
posix-timers: Make posix_clocks immutable
by Christoph Hellwig
· 8 years ago
ad19638
time: Change k_clock nsleep() to use timespec64
by Deepa Dinamani
· 8 years ago
5f252b3
time: Change k_clock timer_set() and timer_get() to use timespec64
by Deepa Dinamani
· 8 years ago
0fe6afe
time: Change k_clock clock_set() to use timespec64
by Deepa Dinamani
· 8 years ago
d2e3e0c
time: Change k_clock clock_getres() to use timespec64
by Deepa Dinamani
· 8 years ago
3c9c12f
time: Change k_clock clock_get() to use timespec64
by Deepa Dinamani
· 8 years ago
2ac00f1
time: Delete do_sys_setimeofday()
by Deepa Dinamani
· 8 years ago
61855b6
sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
8b0e195
ktime: Cleanup ktime_set() usage
by Thomas Gleixner
· 8 years ago
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
572c391
posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES proper
by Thomas Gleixner
· 9 years ago
056a3ca
hrtimer: Get rid of hrtimer_get_res()
by Thomas Gleixner
· 10 years ago
6891c45
posix-timers: Fix stack info leak in timer_create()
by Mathias Krause
· 10 years ago
8b094cd
time: Consolidate the time accessor prototypes
by Thomas Gleixner
· 11 years ago
5cee964
time/timers: Move all time(r) related files into kernel/time
by Thomas Gleixner
· 11 years ago
[Renamed from kernel/posix-timers.c]
d2054b2
posix-timers: Remove unused variable
by Thomas Gleixner
· 12 years ago
5ed67f0
posix timers: Allocate timer id per process (v2)
by Pavel Emelyanov
· 12 years ago
90adda9
hrtimer: Add hrtimer support for CLOCK_TAI
by John Stultz
· 12 years ago
1ff3c96
timekeeping: Add CLOCK_TAI clockid
by John Stultz
· 13 years ago
ee94d52
posix-timers: convert to idr_alloc()
by Tejun Heo
· 12 years ago
e182bb3
posix-timer: Don't call idr_find() with out-of-range ID
by Tejun Heo
· 12 years ago
f0dbe81
posix-timers: Fix clock_adjtime to always return timex data on success
by Miroslav Lichvar
· 12 years ago
9984de1
kernel: Map most files to use export.h instead of module.h
by Paul Gortmaker
· 14 years ago
8af0887
posix-timers: RCU conversion
by Eric Dumazet
· 14 years ago
ab8177b
hrtimers: Avoid touching inactive timer bases
by Thomas Gleixner
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
7fdd7f8
timers: Export CLOCK_BOOTTIME via the posix timers interface
by John Stultz
· 14 years ago
0606f42
posix clocks: Introduce dynamic clocks
by Richard Cochran
· 14 years ago
5270873
posix-timers: Cleanup namespace
by Thomas Gleixner
· 14 years ago
81e294c
posix-timers: Add support for fd based clocks
by Richard Cochran
· 14 years ago
f1f1d5e
posix-timers: Introduce a syscall for clock tuning.
by Richard Cochran
· 14 years ago
0061748
posix-timer: Update comment
by Richard Cochran
· 14 years ago
0aa3975
posix-timers: Remove CLOCK_DISPATCH leftovers
by Thomas Gleixner
· 14 years ago
6761c67
posix-timers: Convert timer_delete() to clockid_to_kclock()
by Thomas Gleixner
· 14 years ago
a7319fa
posix-timers: Convert timer_gettime() to clockid_to_kclock()
by Thomas Gleixner
· 14 years ago
27722df
posix-timers: Convert timer_settime() to clockid_to_kclock()
by Thomas Gleixner
· 14 years ago
838394f
posix-timers: Convert timer_create() to clockid_to_kclock()
by Thomas Gleixner
· 14 years ago
ebaac75
posix-timers: Remove useless res field from k_clock
by Thomas Gleixner
· 14 years ago
e5e542e
posix-timers: Convert clock_getres() to clockid_to_kclock()
by Thomas Gleixner
· 14 years ago
4359ac0
posix-timers: Make clock_getres and clock_get mandatory
by Thomas Gleixner
· 14 years ago
4228577
posix-timers: Convert clock_gettime() to clockid_to_kclock()
by Thomas Gleixner
· 14 years ago
26f9a47
posix-timers: Convert clock_settime to clockid_to_kclock()
by Thomas Gleixner
· 14 years ago
Next »