summaryrefslogtreecommitdiffstats
path: root/kernel/time/itimer.c
Commit message (Expand)AuthorAgeFilesLines
* time: Prevent undefined behaviour in timespec64_to_ns()Zeng Tao2020-10-261-4/+0
* y2038: rename itimerval to __kernel_old_itimervalArnd Bergmann2019-12-181-9/+9
* y2038: alarm: fix half-second cut-offArnd Bergmann2019-11-251-1/+1
* y2038: itimer: change implementation to timespec64Arnd Bergmann2019-11-151-62/+96
* y2038: move itimer reset into itimer.cArnd Bergmann2019-11-151-2/+13
* y2038: use compat_{get,set}_itimer on alphaArnd Bergmann2019-11-151-2/+2
* y2038: itimer: compat handling to itimer.cArnd Bergmann2019-11-151-7/+35
* posix-cpu-timers: Switch thread group sampling to arrayThomas Gleixner2019-08-281-8/+3
* itimers: Use quick sample functionThomas Gleixner2019-08-281-1/+1
* itimers: Prepare for PREEMPT_RTAnna-Maria Gleixner2019-08-011-0/+1
* time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-2/+0
* pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-2/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* itimer: Make timeval to nsec conversion range limitedThomas Gleixner2017-06-201-2/+6
* itimers: Move compat itimer syscalls to native onesAl Viro2017-06-141-0/+38
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* timers/itimer: Convert internal cputime_t units to nsecFrederic Weisbecker2017-02-011-42/+22
* timers/posix-timers: Convert internals to use nsecsFrederic Weisbecker2017-02-011-3/+3
* sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-011-1/+1
* ktime: Get rid of the unionThomas Gleixner2016-12-251-5/+5
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* timer: Move sys_alarm from timer.c to itimer.cNicolas Pitre2016-11-161-1/+14
* itimers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-01-171-1/+1
* time/timers: Move all time(r) related files into kernel/timeThomas Gleixner2014-06-231-0/+301