index
:
kernel_google_barbet.git
s12.0
s12.1
kernel_google_barbet
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
hrtimer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge android-4.19-stable (4.19.207) into android-msm-barbet-4.19-sc-lts
Wilson Sung
2021-10-27
1
-7
/
+53
|
\
|
*
hrtimer: Avoid double reprogramming in __hrtimer_start_range_ns()
Thomas Gleixner
2021-09-22
1
-7
/
+53
*
|
Merge android-4.19-stable (4.19.183) into android-msm-pixel-4.19-lts
Lucas Wei
2021-04-26
1
-22
/
+40
|
\
|
|
*
kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data()
Oleg Nesterov
2021-03-24
1
-1
/
+1
|
*
hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()
Anna-Maria Behnsen
2021-03-17
1
-21
/
+39
*
|
Merge android-4.19-q.93 (5d7443e) into msm-4.19
Ivaylo Georgiev
2020-02-03
1
-4
/
+6
|
\
|
|
*
hrtimer: Annotate lockless access to timer->state
Eric Dumazet
2020-01-04
1
-4
/
+7
*
|
hrtimer: Initialize cpu_base.next_timer to NULL conditionally
Srinivas Ramana
2019-03-25
1
-0
/
+6
*
|
hrtimer: fix issue during core isolation
Satya Durga Srinivasu Prabhala
2019-02-25
1
-7
/
+7
*
|
kernel: time: Add delay after cpu_relax() in tight loops
Prasad Sodagudi
2019-01-11
1
-0
/
+3
*
|
hrtimer: Don't drop the base lock when migration during isolation
Pavankumar Kondeti
2019-01-02
1
-35
/
+14
*
|
timer: Update code that migrates timers and hrtimers during isolation
Vikram Mulukutla
2019-01-02
1
-0
/
+7
*
|
hrtimer: Ensure timer is not running before migrating
Olav Haugan
2019-01-02
1
-13
/
+29
*
|
timer: Do not require CPUSETS to be enabled for migration
Olav Haugan
2019-01-02
1
-6
/
+3
*
|
hrtimer.h: prevent pinned timer state from breaking inactive test
Gary S. Robertson
2019-01-02
1
-2
/
+2
*
|
hrtimer: make sure PINNED flag is cleared after removing hrtimer
Viresh Kumar
2019-01-02
1
-1
/
+2
*
|
hrtimer: create hrtimer_quiesce_cpu() to isolate CPU from hrtimers
Viresh Kumar
2019-01-02
1
-11
/
+44
*
|
hrtimer: update timer->state with 'pinned' information
Viresh Kumar
2019-01-02
1
-5
/
+14
|
/
*
Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
2018-07-12
1
-1
/
+1
|
\
|
*
posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME
Arnd Bergmann
2018-06-19
1
-1
/
+1
*
|
hrtimer: Improve kernel message printing
Geert Uytterhoeven
2018-07-12
1
-4
/
+3
|
/
*
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
2018-05-02
1
-2
/
+14
|
\
|
*
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
2018-04-26
1
-2
/
+14
*
|
time: Change nanosleep to safe __kernel_* types
Deepa Dinamani
2018-04-19
1
-2
/
+6
*
|
posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME
Deepa Dinamani
2018-04-19
1
-1
/
+1
|
/
*
-
.
Merge branches 'pm-cpuidle' and 'pm-qos'
Rafael J. Wysocki
2018-04-11
1
-2
/
+51
|
\
\
|
*
|
time: hrtimer: Use timerqueue_iterate_next() to get to the next timer
Rafael J. Wysocki
2018-04-09
1
-3
/
+1
|
*
|
time: hrtimer: Introduce hrtimer_next_event_without()
Rafael J. Wysocki
2018-04-07
1
-2
/
+53
|
|
/
*
/
hrtimer: Unify MONOTONIC and BOOTTIME clock behavior
Thomas Gleixner
2018-03-13
1
-14
/
+2
|
/
*
hrtimer: remove unneeded kallsyms include
Sergey Senozhatsky
2018-02-06
1
-1
/
+0
*
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
2018-01-27
1
-0
/
+4
|
\
|
*
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
Thomas Gleixner
2018-01-27
1
-0
/
+3
*
|
hrtimer: Implement SOFT/HARD clock base selection
Anna-Maria Gleixner
2018-01-16
1
-4
/
+11
*
|
hrtimer: Implement support for softirq based hrtimers
Anna-Maria Gleixner
2018-01-16
1
-24
/
+172
*
|
hrtimer: Prepare handling of hard and softirq based hrtimers
Anna-Maria Gleixner
2018-01-16
1
-9
/
+29
*
|
hrtimer: Add clock bases and hrtimer mode for softirq context
Anna-Maria Gleixner
2018-01-16
1
-0
/
+20
*
|
hrtimer: Use irqsave/irqrestore around __run_hrtimer()
Anna-Maria Gleixner
2018-01-16
1
-13
/
+18
*
|
hrtimer: Factor out __hrtimer_next_event_base()
Anna-Maria Gleixner
2018-01-16
1
-4
/
+16
*
|
hrtimer: Factor out __hrtimer_start_range_ns()
Anna-Maria Gleixner
2018-01-16
1
-20
/
+24
*
|
hrtimer: Remove the 'base' parameter from hrtimer_reprogram()
Anna-Maria Gleixner
2018-01-16
1
-3
/
+3
*
|
hrtimer: Make remote enqueue decision less restrictive
Anna-Maria Gleixner
2018-01-16
1
-1
/
+1
*
|
hrtimer: Unify remote enqueue handling
Anna-Maria Gleixner
2018-01-16
1
-12
/
+6
*
|
hrtimer: Unify hrtimer removal handling
Anna-Maria Gleixner
2018-01-16
1
-6
/
+4
*
|
hrtimer: Make hrtimer_force_reprogramm() unconditionally available
Anna-Maria Gleixner
2018-01-16
1
-32
/
+28
*
|
hrtimer: Make hrtimer_reprogramm() unconditional
Anna-Maria Gleixner
2018-01-16
1
-67
/
+62
*
|
hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
Anna-Maria Gleixner
2018-01-16
1
-10
/
+2
*
|
hrtimer: Make the remote enqueue check unconditional
Anna-Maria Gleixner
2018-01-16
1
-20
/
+6
*
|
hrtimer: Use accesor functions instead of direct access
Anna-Maria Gleixner
2018-01-16
1
-2
/
+2
*
|
hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...
Anna-Maria Gleixner
2018-01-16
1
-16
/
+15
*
|
hrtimer: Store running timer in hrtimer_clock_base
Anna-Maria Gleixner
2018-01-16
1
-15
/
+13
[next]