aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/hrtimer.c
Commit message (Expand)AuthorAge
* nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-30
* posix-timers: Make nanosleep timespec argument constThomas Gleixner2017-06-13
* posix-timers: Kill ->nsleep_restart()Al Viro2017-06-13
* hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro2017-06-13
* time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro2017-06-13
* hrtimer: Move copyout of remaining time to do_nanosleep()Al Viro2017-06-13
* hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro2017-06-13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-02
|\
| * treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2017-03-24
* | time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-14
* | hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd2017-03-17
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* hrtimer: Catch invalid clockids againMarc Zyngier2017-02-18
* time: Remove CONFIG_TIMER_STATSKees Cook2017-02-10
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-25
* ktime: Get rid of the unionThomas Gleixner2016-12-25
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* timers: Fix documentation for schedule_timeout() and similarDouglas Anderson2016-10-26
* time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum2016-08-31
* hrtimer: Spelling fixesPratyush Patel2016-08-31
* hrtimer: Convert to hotplug state machineThomas Gleixner2016-07-15
* hrtimer: Remove redundant #ifdef blockPratyush Patel2016-06-10
* timer: Export destroy_hrtimer_on_stack()Guenter Roeck2016-05-31
* debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-19
* timer: update debugobjects fixup callbacks return typeDu, Changbin2016-05-19
* param: convert some "on"/"off" users to strtoboolKees Cook2016-03-17
* timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-17
* hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2016-01-17
* time: Fix spelling in commentsZhen Lei2015-09-22
* hrtimer: Handle failure of tick_init_highres() gracefullyGuenter Roeck2015-08-22
* hrtimer: Unconfuse switch_hrtimer_base() a bitFrederic Weisbecker2015-08-18
* hrtimer: Simplify get_target_base() by returning current baseFrederic Weisbecker2015-08-18
* hrtimer: Drop return code of hrtimer_switch_to_hres()Luiz Capitulino2015-08-17
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-22
|\
| * timer: Minimize nohz off overheadThomas Gleixner2015-06-19
| * timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-19
| * hrtimer: Allow hrtimer::function() to free the timerPeter Zijlstra2015-06-18
| * hrtimer: Fix hrtimer_is_queued() holePeter Zijlstra2015-06-18
| * hrtimer: Remove HRTIMER_STATE_MIGRATEOleg Nesterov2015-06-18
| * clockevents: Stop unused clockevent devicesViresh Kumar2015-05-19
| * hrtimer: Allow concurrent hrtimer_start() for self restarting timersPeter Zijlstra2015-04-22
| * hrtimer: Avoid locking in hrtimer_cancel() if timer not activeThomas Gleixner2015-04-22
| * hrtimer: Remove hrtimer_start() return valueThomas Gleixner2015-04-22
| * hrtimer: Remove bogus hrtimer_active() checkThomas Gleixner2015-04-22
| * hrtimer: Make hrtimer_start() a inline wrapperThomas Gleixner2015-04-22
| * hrtimer: Get rid of __hrtimer_start_range_ns()Thomas Gleixner2015-04-22
| * tick: Nohz: Rework next timer evaluationThomas Gleixner2015-04-22
| * hrtimer: Get rid of hrtimer softirqThomas Gleixner2015-04-22