aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/hrtimer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani1-17/+13
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner1-1/+1
2017-06-14posix-timers: Kill ->nsleep_restart()Al Viro1-1/+1
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro1-9/+20
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro1-5/+37
2017-06-14hrtimer: Move copyout of remaining time to do_nanosleep()Al Viro1-42/+20
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro1-5/+6
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani1-4/+6
2017-03-24treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida1-1/+1
2017-03-17hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd1-4/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-18hrtimer: Catch invalid clockids againMarc Zyngier1-5/+15
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook1-38/+0
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner1-26/+26
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-26timers: Fix documentation for schedule_timeout() and similarDouglas Anderson1-6/+14
2016-08-31time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum1-1/+1
2016-08-31hrtimer: Spelling fixesPratyush Patel1-2/+2
2016-07-15hrtimer: Convert to hotplug state machineThomas Gleixner1-35/+5
2016-06-10hrtimer: Remove redundant #ifdef blockPratyush Patel1-1/+1
2016-05-31timer: Export destroy_hrtimer_on_stack()Guenter Roeck1-0/+1
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callbacksDu, Changbin1-6/+1
2016-05-19timer: update debugobjects fixup callbacks return typeDu, Changbin1-9/+9
2016-03-17param: convert some "on"/"off" users to strtoboolKees Cook1-8/+2
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz1-4/+4
2016-01-17hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner1-18/+37
2015-09-22time: Fix spelling in commentsZhen Lei1-1/+1
2015-08-22hrtimer: Handle failure of tick_init_highres() gracefullyGuenter Roeck1-0/+1
2015-08-18hrtimer: Unconfuse switch_hrtimer_base() a bitFrederic Weisbecker1-8/+17
2015-08-18hrtimer: Simplify get_target_base() by returning current baseFrederic Weisbecker1-2/+2
2015-08-17hrtimer: Drop return code of hrtimer_switch_to_hres()Luiz Capitulino1-4/+2
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-374/+325
2015-06-19timer: Minimize nohz off overheadThomas Gleixner1-1/+2
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner1-8/+27
2015-06-19hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra1-23/+91
2015-06-19hrtimer: Fix hrtimer_is_queued() holePeter Zijlstra1-10/+13
2015-06-19hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov1-5/+2
2015-05-19clockevents: Stop unused clockevent devicesViresh Kumar1-4/+2
2015-05-13ktime: Fix ktime_divns to do signed divisionJohn Stultz1-6/+8
2015-04-22hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra1-3/+9
2015-04-22hrtimer: Avoid locking in hrtimer_cancel() if timer not activeThomas Gleixner1-0/+9
2015-04-22hrtimer: Remove hrtimer_start() return valueThomas Gleixner1-16/+7
2015-04-22hrtimer: Remove bogus hrtimer_active() checkThomas Gleixner1-4/+0
2015-04-22hrtimer: Make hrtimer_start() a inline wrapperThomas Gleixner1-19/+0
2015-04-22hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner1-23/+15
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner1-9/+5