index
:
kernel_xiaomi_vayu.git
r11.1
s12.1
kernel_xiaomi_vayu
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
*
RELAND: Revert "kernel: time: Add delay after cpu_relax() in tight loops"
Sultan Alsawaf
2022-03-12
1
-2
/
+0
*
kernel: time: Fix compilation
celtare21
2022-03-12
1
-8
/
+16
*
hrtimer: Improve comments on handling priority inversion against softirq kthread
Frederic Weisbecker
2022-03-12
1
-4
/
+10
*
hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event()
Anna-Maria Behnsen
2022-03-12
1
-21
/
+39
*
hrtimer: Don't dereference the hrtimer pointer after the callback
Sebastian Andrzej Siewior
2022-03-12
1
-2
/
+3
*
lockdep: Add hrtimer context tracing bits
Sebastian Andrzej Siewior
2022-03-12
1
-1
/
+5
*
hrtimer: Cast explicitely to u32t in __ktime_divns()
Wen Yang
2022-03-12
1
-1
/
+1
*
hrtimer: Add missing sparse annotation for __run_timer()
Jules Irenge
2022-03-12
1
-1
/
+1
*
hrtimer: Annotate lockless access to timer->base
Eric Dumazet
2022-03-12
1
-4
/
+4
*
hrtimer: Add a missing bracket and hide `migration_base' on !SMP
Sebastian Andrzej Siewior
2022-03-12
1
-1
/
+11
*
hrtimer: Don't take expiry_lock when timer is currently migrated
Julien Grall
2022-03-12
1
-1
/
+5
*
hrtimer: Protect lockless access to timer->base
Julien Grall
2022-03-12
1
-1
/
+2
*
hrtimer: Prepare support for PREEMPT_RT
Anna-Maria Gleixner
2022-03-12
1
-7
/
+89
*
hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RT
Sebastian Andrzej Siewior
2022-03-12
1
-0
/
+34
*
hrtimer: Move unmarked hrtimers to soft interrupt expiry on RT
Sebastian Andrzej Siewior
2022-03-12
1
-1
/
+11
*
hrtimer: Make enqueue mode check work on RT
Thomas Gleixner
2022-03-12
1
-2
/
+7
*
hrtimer: Provide hrtimer_sleeper_start_expires()
Thomas Gleixner
2022-03-12
1
-2
/
+17
*
hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls
Sebastian Andrzej Siewior
2022-03-12
1
-11
/
+32
*
hrtimer: Remove task argument from hrtimer_init_sleeper()
Thomas Gleixner
2022-03-12
1
-4
/
+4
*
hrtimer: Use a bullet for the returns bullet list
Mauro Carvalho Chehab
2022-03-12
1
-3
/
+4
*
time: hrtimer: Use timerqueue_iterate_next() to get to the next timer
Rafael J. Wysocki
2022-03-12
1
-3
/
+1
*
time: hrtimer: Introduce hrtimer_next_event_without()
Rafael J. Wysocki
2022-03-12
1
-2
/
+53
*
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
Thomas Gleixner
2022-03-12
1
-0
/
+3
*
hrtimer: Implement SOFT/HARD clock base selection
Anna-Maria Gleixner
2022-03-12
1
-4
/
+11
*
hrtimer: Implement support for softirq based hrtimers
Anna-Maria Gleixner
2022-03-12
1
-33
/
+173
*
hrtimer: Prepare handling of hard and softirq based hrtimers
Anna-Maria Gleixner
2022-03-12
1
-9
/
+29
*
hrtimer: Use irqsave/irqrestore around __run_hrtimer()
Anna-Maria Gleixner
2022-03-12
1
-13
/
+18
*
hrtimer: Factor out __hrtimer_next_event_base()
Anna-Maria Gleixner
2022-03-12
1
-4
/
+16
*
hrtimer: Factor out __hrtimer_start_range_ns()
Anna-Maria Gleixner
2022-03-12
1
-20
/
+24
*
hrtimer: Remove the 'base' parameter from hrtimer_reprogram()
Anna-Maria Gleixner
2022-03-12
1
-3
/
+3
*
hrtimer: Make remote enqueue decision less restrictive
Anna-Maria Gleixner
2022-03-12
1
-1
/
+1
*
hrtimer: Unify remote enqueue handling
Anna-Maria Gleixner
2022-03-12
1
-12
/
+6
*
hrtimer: Unify hrtimer removal handling
Anna-Maria Gleixner
2022-03-12
1
-6
/
+4
*
hrtimer: Make hrtimer_force_reprogramm() unconditionally available
Anna-Maria Gleixner
2022-03-12
1
-32
/
+28
*
hrtimer: Make hrtimer_reprogramm() unconditional
Anna-Maria Gleixner
2022-03-12
1
-67
/
+62
*
hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
Anna-Maria Gleixner
2022-03-12
1
-16
/
+2
*
hrtimer: Make the remote enqueue check unconditional
Anna-Maria Gleixner
2022-03-12
1
-20
/
+6
*
hrtimer: Use accesor functions instead of direct access
Anna-Maria Gleixner
2022-03-12
1
-2
/
+2
*
hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...
Anna-Maria Gleixner
2022-03-12
1
-16
/
+15
*
Revert "BACKPORT: time: hrtimer: Introduce hrtimer_next_event_without()"
celtare21
2022-03-12
1
-43
/
+4
*
Revert "hrtimer: Reset hrtimer cpu base proper on CPU hotplug"
celtare21
2022-03-12
1
-3
/
+0
*
hrtimer: Store running timer in hrtimer_clock_base
Anna-Maria Gleixner
2022-03-12
1
-15
/
+13
*
hrtimer: Switch 'for' loop to _ffs() evaluation
Anna-Maria Gleixner
2022-03-12
1
-10
/
+22
*
tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint
Anna-Maria Gleixner
2022-03-12
1
-7
/
+9
*
hrtimer: Fix hrtimer_start[_range_ns]() function descriptions
Anna-Maria Gleixner
2022-03-12
1
-4
/
+5
*
hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()
Anna-Maria Gleixner
2022-03-12
1
-6
/
+6
*
hrtimer: Correct blatantly incorrect comment
Thomas Gleixner
2022-03-12
1
-3
/
+3
*
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...
Thomas Gleixner
2022-03-12
1
-12
/
+5
*
timers/hrtimer: Use lockdep to assert IRQs are disabled/enabled
Frederic Weisbecker
2022-03-12
1
-3
/
+1
*
hrtimer: Add clock bases and hrtimer mode for softirq context
Anna-Maria Gleixner
2022-03-12
1
-0
/
+20
[next]