summaryrefslogtreecommitdiffstats
path: root/kernel/time/hrtimer.c
Commit message (Expand)AuthorAgeFilesLines
* hrtimer: Use a bullet for the returns bullet listMauro Carvalho Chehab2019-06-271-3/+4
* hrtimer: Remove unused header includeYangtao Li2019-06-121-1/+0Star
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-1/+1
|\
| * y2038: syscalls: rename y2038 compat syscallsArnd Bergmann2019-02-071-1/+1
* | timers: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-291-1/+1
|/
* hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner2018-11-231-2/+0Star
* time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-12/+4Star
* y2038: globally rename compat_time to old_time32Arnd Bergmann2018-08-271-4/+4
* Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2018-07-121-1/+1
|\
| * posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIMEArnd Bergmann2018-06-191-1/+1
* | hrtimer: Improve kernel message printingGeert Uytterhoeven2018-07-121-4/+3Star
|/
* Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-05-021-2/+14
|\
| * Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-261-2/+14
* | time: Change nanosleep to safe __kernel_* typesDeepa Dinamani2018-04-191-2/+6
* | posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIMEDeepa Dinamani2018-04-191-1/+1
|/
*-. Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki2018-04-111-2/+51
|\ \
| * | time: hrtimer: Use timerqueue_iterate_next() to get to the next timerRafael J. Wysocki2018-04-091-3/+1Star
| * | time: hrtimer: Introduce hrtimer_next_event_without()Rafael J. Wysocki2018-04-071-2/+53
| |/
* / hrtimer: Unify MONOTONIC and BOOTTIME clock behaviorThomas Gleixner2018-03-131-14/+2Star
|/
* hrtimer: remove unneeded kallsyms includeSergey Senozhatsky2018-02-071-1/+0Star
* Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-01-271-0/+4
|\
| * hrtimer: Reset hrtimer cpu base proper on CPU hotplugThomas Gleixner2018-01-271-0/+3
* | hrtimer: Implement SOFT/HARD clock base selectionAnna-Maria Gleixner2018-01-161-4/+11
* | hrtimer: Implement support for softirq based hrtimersAnna-Maria Gleixner2018-01-161-24/+172
* | hrtimer: Prepare handling of hard and softirq based hrtimersAnna-Maria Gleixner2018-01-161-9/+29
* | hrtimer: Add clock bases and hrtimer mode for softirq contextAnna-Maria Gleixner2018-01-161-0/+20
* | hrtimer: Use irqsave/irqrestore around __run_hrtimer()Anna-Maria Gleixner2018-01-161-13/+18
* | hrtimer: Factor out __hrtimer_next_event_base()Anna-Maria Gleixner2018-01-161-4/+16
* | hrtimer: Factor out __hrtimer_start_range_ns()Anna-Maria Gleixner2018-01-161-20/+24
* | hrtimer: Remove the 'base' parameter from hrtimer_reprogram()Anna-Maria Gleixner2018-01-161-3/+3
* | 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