aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/hrtimer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge android-4.19-stable (4.19.207) into android-msm-barbet-4.19-sc-ltsWilson Sung2021-10-271-7/+53
|\
| * hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()Thomas Gleixner2021-09-221-7/+53
* | Merge android-4.19-stable (4.19.183) into android-msm-pixel-4.19-ltsLucas Wei2021-04-261-22/+40
|\|
| * kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()Oleg Nesterov2021-03-241-1/+1
| * hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()Anna-Maria Behnsen2021-03-171-21/+39
* | Merge android-4.19-q.93 (5d7443e) into msm-4.19Ivaylo Georgiev2020-02-031-4/+6
|\|
| * hrtimer: Annotate lockless access to timer->stateEric Dumazet2020-01-041-4/+7
* | hrtimer: Initialize cpu_base.next_timer to NULL conditionallySrinivas Ramana2019-03-251-0/+6
* | hrtimer: fix issue during core isolationSatya Durga Srinivasu Prabhala2019-02-251-7/+7
* | kernel: time: Add delay after cpu_relax() in tight loopsPrasad Sodagudi2019-01-111-0/+3
* | hrtimer: Don't drop the base lock when migration during isolationPavankumar Kondeti2019-01-021-35/+14
* | timer: Update code that migrates timers and hrtimers during isolationVikram Mulukutla2019-01-021-0/+7
* | hrtimer: Ensure timer is not running before migratingOlav Haugan2019-01-021-13/+29
* | timer: Do not require CPUSETS to be enabled for migrationOlav Haugan2019-01-021-6/+3
* | hrtimer.h: prevent pinned timer state from breaking inactive testGary S. Robertson2019-01-021-2/+2
* | hrtimer: make sure PINNED flag is cleared after removing hrtimerViresh Kumar2019-01-021-1/+2
* | hrtimer: create hrtimer_quiesce_cpu() to isolate CPU from hrtimersViresh Kumar2019-01-021-11/+44
* | hrtimer: update timer->state with 'pinned' informationViresh Kumar2019-01-021-5/+14
|/
* 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/+3
|/
* 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/+1
| * | 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/+2
|/
* hrtimer: remove unneeded kallsyms includeSergey Senozhatsky2018-02-061-1/+0
* 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/+6
* | hrtimer: Unify hrtimer removal handlingAnna-Maria Gleixner2018-01-161-6/+4
* | hrtimer: Make hrtimer_force_reprogramm() unconditionally availableAnna-Maria Gleixner2018-01-161-32/+28
* | hrtimer: Make hrtimer_reprogramm() unconditionalAnna-Maria Gleixner2018-01-161-67/+62
* | hrtimer: Make hrtimer_cpu_base.next_timer handling unconditionalAnna-Maria Gleixner2018-01-161-10/+2
* | hrtimer: Make the remote enqueue check unconditionalAnna-Maria Gleixner2018-01-161-20/+6
* | 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/+15
* | hrtimer: Store running timer in hrtimer_clock_baseAnna-Maria Gleixner2018-01-161-15/+13