aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/hrtimer.c
AgeCommit message (Expand)Author
2018-03-08hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner
2018-01-27hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner
2017-11-08timers/hrtimer: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker
2017-06-30nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani
2017-06-14posix-timers: Make nanosleep timespec argument constThomas Gleixner
2017-06-14posix-timers: Kill ->nsleep_restart()Al Viro
2017-06-14hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro
2017-06-14time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro
2017-06-14hrtimer: Move copyout of remaining time to do_nanosleep()Al Viro
2017-06-14hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2017-04-14time: Change k_clock nsleep() to use timespec64Deepa Dinamani
2017-03-24treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida
2017-03-17hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-18hrtimer: Catch invalid clockids againMarc Zyngier
2017-02-10time: Remove CONFIG_TIMER_STATSKees Cook
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-26timers: Fix documentation for schedule_timeout() and similarDouglas Anderson
2016-08-31time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum
2016-08-31hrtimer: Spelling fixesPratyush Patel
2016-07-15hrtimer: Convert to hotplug state machineThomas Gleixner
2016-06-10hrtimer: Remove redundant #ifdef blockPratyush Patel
2016-05-31timer: Export destroy_hrtimer_on_stack()Guenter Roeck
2016-05-19debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin
2016-05-19timer: update debugobjects fixup callbacks return typeDu, Changbin
2016-03-17param: convert some "on"/"off" users to strtoboolKees Cook
2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz
2016-01-17hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner
2015-09-22time: Fix spelling in commentsZhen Lei
2015-08-22hrtimer: Handle failure of tick_init_highres() gracefullyGuenter Roeck
2015-08-18hrtimer: Unconfuse switch_hrtimer_base() a bitFrederic Weisbecker
2015-08-18hrtimer: Simplify get_target_base() by returning current baseFrederic Weisbecker
2015-08-17hrtimer: Drop return code of hrtimer_switch_to_hres()Luiz Capitulino
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-19timer: Minimize nohz off overheadThomas Gleixner
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner
2015-06-19hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra
2015-06-19hrtimer: Fix hrtimer_is_queued() holePeter Zijlstra
2015-06-19hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov
2015-05-19clockevents: Stop unused clockevent devicesViresh Kumar
2015-05-13ktime: Fix ktime_divns to do signed divisionJohn Stultz
2015-04-22hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra
2015-04-22hrtimer: Avoid locking in hrtimer_cancel() if timer not activeThomas Gleixner
2015-04-22hrtimer: Remove hrtimer_start() return valueThomas Gleixner
2015-04-22hrtimer: Remove bogus hrtimer_active() checkThomas Gleixner