aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/time/posix-timers.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani1-4/+6
2017-04-14time: Change k_clock timer_set() and timer_get() to use timespec64Deepa Dinamani1-16/+21
2017-04-14time: Change k_clock clock_set() to use timespec64Deepa Dinamani1-6/+5
2017-04-14time: Change k_clock clock_getres() to use timespec64Deepa Dinamani1-4/+6
2017-04-14time: Change k_clock clock_get() to use timespec64Deepa Dinamani1-15/+17
2017-04-14time: Delete do_sys_setimeofday()Deepa Dinamani1-1/+4
2017-03-02sched/headers: Prepare to move exit_files() and exit_itimers() from <linux/sched.h> to <linux/sched/task.h>Ingo Molnar1-0/+1
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-10/+10
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-01-17posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2015-04-22hrtimer: Get rid of hrtimer_get_res()Thomas Gleixner1-5/+12
2014-10-25posix-timers: Fix stack info leak in timer_create()Mathias Krause1-0/+1
2014-07-23time: Consolidate the time accessor prototypesThomas Gleixner1-0/+2
2014-06-23time/timers: Move all time(r) related files into kernel/timeThomas Gleixner1-0/+1121