aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/hrtimer.c
Commit message (Expand)AuthorAge
* y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-27
* Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2018-07-12
|\
| * posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIMEArnd Bergmann2018-06-19
* | hrtimer: Improve kernel message printingGeert Uytterhoeven2018-07-12
|/
* Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-02
|\
| * Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-26
* | time: Change nanosleep to safe __kernel_* typesDeepa Dinamani2018-04-19
* | posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani2018-04-19
|/
*-. Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki2018-04-11
|\ \
| * | time: hrtimer: Use timerqueue_iterate_next() to get to the next timerRafael J. Wysocki2018-04-09
| * | time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki2018-04-07
| |/
* / hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-13
|/
* hrtimer: remove unneeded kallsyms includeSergey Senozhatsky2018-02-06
* Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-01-27
|\
| * hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-01-27
* | hrtimer: Implement SOFT/HARD clock base selectionAnna-Maria Gleixner2018-01-16
* | hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner2018-01-16
* | hrtimer: Prepare handling of hard and softirq based hrtimersAnna-Maria Gleixner2018-01-15
* | hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner2018-01-15
* | hrtimer: Use irqsave/irqrestore around __run_hrtimer()Anna-Maria Gleixner2018-01-15
* | hrtimer: Factor out __hrtimer_next_event_base()Anna-Maria Gleixner2018-01-15
* | hrtimer: Factor out __hrtimer_start_range_ns()Anna-Maria Gleixner2018-01-15
* | hrtimer: Remove the 'base' parameter from hrtimer_reprogram()Anna-Maria Gleixner2018-01-15
* | hrtimer: Make remote enqueue decision less restrictiveAnna-Maria Gleixner2018-01-15
* | hrtimer: Unify remote enqueue handlingAnna-Maria Gleixner2018-01-15
* | hrtimer: Unify hrtimer removal handlingAnna-Maria Gleixner2018-01-15
* | hrtimer: Make hrtimer_force_reprogramm() unconditionally availableAnna-Maria Gleixner2018-01-15
* | hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner2018-01-15
* | hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner2018-01-15
* | hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner2018-01-15
* | hrtimer: Use accesor functions instead of direct accessAnna-Maria Gleixner2018-01-15
* | hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...Anna-Maria Gleixner2018-01-15
* | hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner2018-01-15
* | hrtimer: Switch 'for' loop to _ffs() evaluationAnna-Maria Gleixner2018-01-15
* | tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepointAnna-Maria Gleixner2018-01-15
* | hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)Anna-Maria Gleixner2018-01-15
* | hrtimer: Fix hrtimer_start[_range_ns]() function descriptionsAnna-Maria Gleixner2018-01-15
* | hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()Anna-Maria Gleixner2018-01-15
* | hrtimer: Correct blatantly incorrect commentThomas Gleixner2018-01-15
* | hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner2018-01-15
|/
* timers/hrtimer: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-08
* 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