summaryrefslogtreecommitdiffstats
path: root/kernel/time/hrtimer.c
Commit message (Expand)AuthorAgeFilesLines
* hrtimer: Make remote enqueue decision less restrictiveAnna-Maria Gleixner2018-01-161-1/+1
* hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner2018-01-161-12/+6Star
* hrtimer: Unify hrtimer removal handlingAnna-Maria Gleixner2018-01-161-6/+4Star
* hrtimer: Make hrtimer_force_reprogramm() unconditionally availableAnna-Maria Gleixner2018-01-161-32/+28Star
* hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner2018-01-161-67/+62Star
* hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner2018-01-161-10/+2Star
* hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner2018-01-161-20/+6Star
* hrtimer: Use accesor functions instead of direct accessAnna-Maria Gleixner2018-01-161-2/+2
* hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner2018-01-161-16/+15Star
* hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner2018-01-161-15/+13Star
* hrtimer: Switch 'for' loop to _ffs() evaluationAnna-Maria Gleixner2018-01-161-10/+21
* tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepointAnna-Maria Gleixner2018-01-161-7/+9
* hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner2018-01-161-1/+6
* hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner2018-01-161-4/+5
* hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner2018-01-161-6/+6
* hrtimer: Correct blatantly incorrect commentThomas Gleixner2018-01-161-3/+3
* hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner2018-01-161-12/+5Star
* timers/hrtimer: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-3/+1Star
* nanosleep: Use get_timespec64() and put_timespec64()Deepa Dinamani2017-06-301-17/+13Star
* posix-timers: Make nanosleep timespec argument constThomas Gleixner2017-06-141-1/+1
* posix-timers: Kill ->nsleep_restart()Al Viro2017-06-141-1/+1
* hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helperAl Viro2017-06-141-9/+20
* time/posix-timers: Move the compat copyouts to the nanosleep implementationsAl Viro2017-06-141-5/+37
* hrtimer: Move copyout of remaining time to do_nanosleep()Al Viro2017-06-141-42/+20Star
* hrtimer_nanosleep(): Pass rmtp in restart_blockAl Viro2017-06-141-5/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-031-1/+1
|\
| * treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2017-03-241-1/+1
* | time: Change k_clock nsleep() to use timespec64Deepa Dinamani2017-04-141-4/+6
* | hrtimer: Remove hrtimer_peek_ahead_timers() leftoversStephen Boyd2017-03-171-4/+1Star
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* hrtimer: Catch invalid clockids againMarc Zyngier2017-02-181-5/+15
* time: Remove CONFIG_TIMER_STATSKees Cook2017-02-101-38/+0Star
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
* ktime: Get rid of the unionThomas Gleixner2016-12-251-26/+26
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* timers: Fix documentation for schedule_timeout() and similarDouglas Anderson2016-10-261-6/+14
* time: Avoid undefined behaviour in ktime_add_safe()Vegard Nossum2016-08-311-1/+1
* hrtimer: Spelling fixesPratyush Patel2016-08-311-2/+2
* hrtimer: Convert to hotplug state machineThomas Gleixner2016-07-151-35/+5Star
* hrtimer: Remove redundant #ifdef blockPratyush Patel2016-06-101-1/+1
* timer: Export destroy_hrtimer_on_stack()Guenter Roeck2016-05-311-0/+1
* debugobjects: insulate non-fixup logic related to static obj from fixup callb...Du, Changbin2016-05-201-6/+1Star
* timer: update debugobjects fixup callbacks return typeDu, Changbin2016-05-201-9/+9
* param: convert some "on"/"off" users to strtoboolKees Cook2016-03-171-8/+2Star
* timer: convert timer_slack_ns from unsigned long to u64John Stultz2016-03-171-4/+4
* hrtimer: Handle remaining time proper for TIME_LOW_RESThomas Gleixner2016-01-171-18/+37
* time: Fix spelling in commentsZhen Lei2015-09-221-1/+1
* hrtimer: Handle failure of tick_init_highres() gracefullyGuenter Roeck2015-08-221-0/+1