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