Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
5a56a39be7ffb416dd5ec5e1489d5a3a8b6a63f2
/
include
/
linux
/
posix-timers.h
55e8c8e
posix-cpu-timers: Store a reference to a pid not a task
by Eric W. Biederman
· 4 years, 10 months ago
00d9e47
posix-cpu-timers: Always clear head pointer on dequeue
by Thomas Gleixner
· 5 years ago
8f2edb4a
posix-timers: Unbreak CONFIG_POSIX_TIMERS=n build
by Thomas Gleixner
· 5 years ago
60bda03
posix-cpu-timers: Utilize timerqueue for storage
by Thomas Gleixner
· 5 years ago
244d49e
posix-cpu-timers: Move state tracking to struct posix_cputimers
by Thomas Gleixner
· 5 years ago
2bbdbda
posix-cpu-timers: Get rid of zero checks
by Thomas Gleixner
· 5 years ago
87dc644
posix-cpu-timers: Restructure expiry array
by Thomas Gleixner
· 5 years ago
46b8839
posix-cpu-timers: Remove cputime_expires
by Thomas Gleixner
· 5 years ago
bbc9bae
posix-cpu-timers: Remove the odd field rename defines
by Thomas Gleixner
· 5 years ago
11b8462
posix-cpu-timers: Provide array based access to expiry cache
by Thomas Gleixner
· 5 years ago
3a245c0
posix-cpu-timers: Move expiry cache into struct posix_cputimers
by Thomas Gleixner
· 5 years ago
2b69942
posix-cpu-timers: Create a container struct
by Thomas Gleixner
· 5 years ago
dce3e8f
posix-cpu-timers: Remove tsk argument from run_posix_cpu_timers()
by Thomas Gleixner
· 5 years ago
ce03f61
posix-timers: Cleanup forward declarations and includes
by Thomas Gleixner
· 5 years ago
5d99b32
posix-timers: Move rcu_head out of it union
by Sebastian Andrzej Siewior
· 5 years ago
1611879
posix-cpu-timers: Remove private interval storage
by Thomas Gleixner
· 6 years ago
ae7795b
signal: Distinguish between kernel_siginfo and siginfo
by Eric W. Biederman
· 6 years ago
78c9c4d
posix-timers: Sanitize overrun handling
by Thomas Gleixner
· 7 years ago
29f1b2b
posix-timers: Prevent UB from shifting negative signed value
by Nick Desaulniers
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
d5b7ffb
time: introduce {get,put}_itimerspec64
by Deepa Dinamani
· 8 years ago
edbeda4
time/posix-timers: Move the compat copyouts to the nanosleep implementations
by Al Viro
· 8 years ago
21e55c1
posix-timers: Add active flag to k_itimer
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
bab0aae
posix-timers: Move posix-timer internals to core
by Thomas Gleixner
· 8 years ago
03676b4
posix-timers: Cleanup struct k_itimer
by Thomas Gleixner
· 8 years ago
31ea70e
posix-timers: Move the do_schedule_next_timer declaration
by Christoph Hellwig
· 8 years ago
f822798
posix-timers: Remove mmtimer leftovers
by Dimitri Sivanich
· 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
858cf3a
timers/itimer: Convert internal cputime_t units to nsec
by Frederic Weisbecker
· 8 years ago
ebd7e7f
timers/posix-timers: Convert internals to use nsecs
by Frederic Weisbecker
· 8 years ago
b787830
posix-cpu-timers: Migrate to use new tick dependency mask model
by Frederic Weisbecker
· 9 years ago
55ccb61
posix_cpu_timer: consolidate expiry time type
by Frederic Weisbecker
· 12 years ago
534c97b
Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 12 years ago
555347f
posix_timers: New API to prevent from stopping the tick when timers are running
by Frederic Weisbecker
· 12 years ago
5ed67f0
posix timers: Allocate timer id per process (v2)
by Pavel Emelyanov
· 12 years ago
9e26476
alarmtimers: Remove period from alarm structure
by John Stultz
· 13 years ago
8af0887
posix-timers: RCU conversion
by Eric Dumazet
· 14 years ago
9a7adcf5
timers: Posix interface for alarm-timers
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
bc2c8ea
posix-timers: Make posix-cpu-timers functions static
by Thomas Gleixner
· 14 years ago
ebaac75
posix-timers: Remove useless res field from k_clock
by Thomas Gleixner
· 14 years ago
26f9a47
posix-timers: Convert clock_settime to clockid_to_kclock()
by Thomas Gleixner
· 14 years ago
a5cd288
posix-timers: Convert clock_nanosleep to clockid_to_kclock()
by Thomas Gleixner
· 14 years ago
1976945
posix-timers: Introduce clock_posix_cpu
by Thomas Gleixner
· 14 years ago
1e6d767
time: Correct the *settime* parameters
by Richard Cochran
· 14 years ago
5ab46b3
rlimits: add task_struct to update_rlimit_cpu
by Jiri Slaby
· 15 years ago
27af424
posix-timers: use "struct pid*" instead of "struct task_struct*"
by Oleg Nesterov
· 16 years ago
5a9fa73
posix-timers: kill ->it_sigev_signo and ->it_sigev_value
by Oleg Nesterov
· 16 years ago
f06febc
timers: fix itimer/many thread hang
by Frank Mayhar
· 16 years ago
1711ef3
[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility mode
by Toyo Abe
· 18 years ago
493f01d
[PATCH] kernel/posix-timers.c: remove do_posix_clock_notimer_create()
by Adrian Bunk
· 19 years ago
becf8b5
[PATCH] hrtimer: convert posix timers completely
by Thomas Gleixner
· 19 years ago
97735f2
[PATCH] hrtimer: switch clock_nanosleep to hrtimer nanosleep API
by Thomas Gleixner
· 19 years ago
2a69897
[PATCH] hrtimer: coding style and white space cleanup 2
by Thomas Gleixner
· 19 years ago
a924b04
[PATCH] hrtimer: make clockid_t arguments const
by Thomas Gleixner
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago