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