aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/itimer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-26time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao1-4/+0
2019-12-18y2038: rename itimerval to __kernel_old_itimervalArnd Bergmann1-9/+9
2019-11-25y2038: alarm: fix half-second cut-offArnd Bergmann1-1/+1
2019-11-15y2038: itimer: change implementation to timespec64Arnd Bergmann1-62/+96
2019-11-15y2038: move itimer reset into itimer.cArnd Bergmann1-2/+13
2019-11-15y2038: use compat_{get,set}_itimer on alphaArnd Bergmann1-2/+2
2019-11-15y2038: itimer: compat handling to itimer.cArnd Bergmann1-7/+35
2019-08-28posix-cpu-timers: Switch thread group sampling to arrayThomas Gleixner1-8/+3
2019-08-28itimers: Use quick sample functionThomas Gleixner1-1/+1
2019-08-01itimers: Prepare for PREEMPT_RTAnna-Maria Gleixner1-0/+1
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner1-2/+0
2018-07-21pid: Implement PIDTYPE_TGIDEric W. Biederman1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-20itimer: Make timeval to nsec conversion range limitedThomas Gleixner1-2/+6
2017-06-14itimers: Move compat itimer syscalls to native onesAl Viro1-0/+38
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-01timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker1-42/+22
2017-02-01timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker1-3/+3
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cputimeFrederic Weisbecker1-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-5/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-16timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre1-1/+14
2016-01-17itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner1-0/+301