index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
posix-cpu-timers.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-15
posix-cpu-timers: Remove private interval storage
Thomas Gleixner
1
-7
/
+6
2019-01-15
posix-cpu-timers: Unbreak timer rearming
Thomas Gleixner
1
-0
/
+1
2018-11-08
posix-cpu-timers: Remove useless call to check_dl_overrun()
Juri Lelli
1
-3
/
+0
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2018-07-21
pid: Implement PIDTYPE_TGID
Eric W. Biederman
1
-1
/
+1
2018-07-12
Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
1
-2
/
+0
2018-07-02
posix-timers: Sanitize overrun handling
Thomas Gleixner
1
-1
/
+1
2018-06-12
posix-cpu-timers: Remove lockdep_assert_irqs_disabled()
Sebastian Andrzej Siewior
1
-2
/
+0
2018-04-19
posix-cpu-timers: Ensure set_process_cpu_timer is always evaluated
Laura Abbott
1
-1
/
+3
2018-01-30
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+18
2018-01-14
posix-cpu-timers: Make set_process_cpu_timer() more robust
Max R. P. Grossmann
1
-2
/
+1
2018-01-10
sched/deadline: Implement "runtime overrun signal" support
Juri Lelli
1
-0
/
+18
2018-01-04
posix-timers: Prevent UB from shifting negative signed value
Nick Desaulniers
1
-2
/
+2
2017-11-08
timers/posix-cpu-timers: Use lockdep to assert IRQs are disabled/enabled
Frederic Weisbecker
1
-3
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-18
posix-cpu-timers: Use dedicated helper to access rlimit values
Krzysztof Opasiak
1
-8
/
+6
2017-07-05
Merge branch 'timers-compat' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-6
/
+2
2017-06-30
nanosleep: Use get_timespec64() and put_timespec64()
Deepa Dinamani
1
-6
/
+2
2017-06-20
posix-cpu-timers: Make timespec to nsec conversion safe
Thomas Gleixner
1
-1
/
+5
2017-06-14
posix-timers: Make nanosleep timespec argument const
Thomas Gleixner
1
-2
/
+2
2017-06-14
posix-cpu-timers: Avoid timespec conversion in do_cpu_nanosleep()
Thomas Gleixner
1
-4
/
+5
2017-06-14
posix-timers: Kill ->nsleep_restart()
Al Viro
1
-6
/
+0
2017-06-14
hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper
Al Viro
1
-11
/
+2
2017-06-14
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
1
-6
/
+14
2017-06-14
posix-timers: Store rmtp into restart_block in sys_clock_nanosleep()
Al Viro
1
-9
/
+3
2017-06-14
posix-cpu-timers: Move copyout of timespec into do_cpu_nanosleep()
Al Viro
1
-35
/
+28
2017-06-04
posix-timers: Zero settings value in common code
Thomas Gleixner
1
-4
/
+1
2017-06-04
posix-timers: Use timer_rearm() callback in posixtimer_rearm()
Thomas Gleixner
1
-2
/
+5
2017-06-04
posix-timers: Rename do_schedule_next_timer
Thomas Gleixner
1
-1
/
+1
2017-06-04
posix-timers: Store k_clock pointer in k_itimer
Thomas Gleixner
1
-0
/
+2
2017-06-04
posix-timers: Unify overrun/requeue_pending handling
Thomas Gleixner
1
-11
/
+7
2017-06-04
posix-timers: Move posix-timer internals to core
Thomas Gleixner
1
-0
/
+2
2017-06-04
Merge branch 'timers/urgent' into WIP.timers
Thomas Gleixner
1
-8
/
+16
2017-05-27
posix-timers: Make posix_clocks immutable
Christoph Hellwig
1
-21
/
+13
2017-05-23
posix-timers: Make signal printks conditional
Thomas Gleixner
1
-8
/
+16
2017-05-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+1
2017-04-16
posix-timers: Correct sanity check in posix_cpu_nsleep
Eric W. Biederman
1
-1
/
+1
2017-04-14
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
1
-18
/
+18
2017-04-14
time: Change k_clock timer_set() and timer_get() to use timespec64
Deepa Dinamani
1
-12
/
+16
2017-04-14
time: Change k_clock clock_set() to use timespec64
Deepa Dinamani
1
-1
/
+1
2017-04-14
time: Change k_clock clock_getres() to use timespec64
Deepa Dinamani
1
-3
/
+3
2017-04-14
time: Change k_clock clock_get() to use timespec64
Deepa Dinamani
1
-5
/
+5
2017-03-13
rlimits: Print more information when CPU/RT limits are exceeded
Arun Raghavan
1
-2
/
+7
2017-03-02
sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2017-02-01
timers/itimer: Convert internal cputime_t units to nsec
Frederic Weisbecker
1
-26
/
+17
2017-02-01
timers/posix-timers: Convert internals to use nsecs
Frederic Weisbecker
1
-123
/
+87
2017-02-01
timers/posix-timers: Use TICK_NSEC instead of a dynamically ad-hoc calculated...
Frederic Weisbecker
1
-9
/
+2
2017-02-01
sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...
Frederic Weisbecker
1
-23
/
+23
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
[next]