Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
646dbe40fa2a54118975792fa9b98cefac7d232e
/
include
/
linux
/
hrtimer.h
a3ed0e43
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
by Thomas Gleixner
· 7 years ago
51798de
Merge branches 'pm-cpuidle' and 'pm-qos'
by Rafael J. Wysocki
· 7 years ago
a59855c
time: hrtimer: Introduce hrtimer_next_event_without()
by Rafael J. Wysocki
· 7 years ago
127bfa5
hrtimer: Unify MONOTONIC and BOOTTIME clock behavior
by Thomas Gleixner
· 7 years ago
5da7016
hrtimer: Implement support for softirq based hrtimers
by Anna-Maria Gleixner
· 7 years ago
98ecadd
hrtimer: Add clock bases and hrtimer mode for softirq context
by Anna-Maria Gleixner
· 7 years ago
11a9fe0
hrtimer: Make hrtimer_reprogramm() unconditional
by Anna-Maria Gleixner
· 7 years ago
eb27926
hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
by Anna-Maria Gleixner
· 7 years ago
07a9a7e
hrtimer: Make the remote enqueue check unconditional
by Anna-Maria Gleixner
· 7 years ago
28bfd18
hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simplify the code
by Anna-Maria Gleixner
· 7 years ago
da21c5a
hrtimer: Make room in 'struct hrtimer_cpu_base'
by Anna-Maria Gleixner
· 7 years ago
3f0b9e8
hrtimer: Store running timer in hrtimer_clock_base
by Anna-Maria Gleixner
· 7 years ago
19b51cb
hrtimer: Clean up 'enum hrtimer_mode'
by Anna-Maria Gleixner
· 7 years ago
6de6250
hrtimer: Fix hrtimer_start[_range_ns]() function descriptions
by Anna-Maria Gleixner
· 7 years ago
9077771
hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()
by Anna-Maria Gleixner
· 7 years ago
1fbc78b
hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'
by Anna-Maria Gleixner
· 7 years ago
ae67bad
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/nohz_active
by Thomas Gleixner
· 7 years ago
c0edd7c
nanosleep: Use get_timespec64() and put_timespec64()
by Deepa Dinamani
· 8 years ago
938e7cf
posix-timers: Make nanosleep timespec argument const
by Thomas Gleixner
· 8 years ago
fb923c4
posix-timers: Kill ->nsleep_restart()
by Al Viro
· 8 years ago
ce41aaf
hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper
by Al Viro
· 8 years ago
192a82f
hrtimer_nanosleep(): Pass rmtp in restart_block
by Al Viro
· 8 years ago
ad19638
time: Change k_clock nsleep() to use timespec64
by Deepa Dinamani
· 8 years ago
016da20
hrtimer: Remove hrtimer_peek_ahead_timers() leftovers
by Stephen Boyd
· 8 years ago
283cb90
sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>
by Ingo Molnar
· 8 years ago
dfb4357
time: Remove CONFIG_TIMER_STATS
by Kees Cook
· 8 years ago
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
27590dc
hrtimer: Convert to hotplug state machine
by Thomas Gleixner
· 8 years ago
da8b44d
timer: convert timer_slack_ns from unsigned long to u64
by John Stultz
· 9 years ago
203cbf7
hrtimer: Handle remaining time proper for TIME_LOW_RES
by Thomas Gleixner
· 9 years ago
683be13
timer: Minimize nohz off overhead
by Thomas Gleixner
· 10 years ago
bc7a34b
timer: Reduce timer migration overhead if disabled
by Thomas Gleixner
· 10 years ago
887d9dc
hrtimer: Allow hrtimer::function() to free the timer
by Peter Zijlstra
· 10 years ago
c04dca0
hrtimer: Remove HRTIMER_STATE_MIGRATE
by Oleg Nesterov
· 10 years ago
d711b8b
hrtimers: Make sure hrtimer_resolution is unsigned int
by Borislav Petkov
· 10 years ago
61699e13
hrtimer: Remove hrtimer_start() return value
by Thomas Gleixner
· 10 years ago
02a171a
hrtimer: Make hrtimer_start() a inline wrapper
by Thomas Gleixner
· 10 years ago
58f1f80
hrtimer: Get rid of __hrtimer_start_range_ns()
by Thomas Gleixner
· 10 years ago
c1ad348
tick: Nohz: Rework next timer evaluation
by Thomas Gleixner
· 10 years ago
c6eb3f7
hrtimer: Get rid of hrtimer softirq
by Thomas Gleixner
· 10 years ago
895bdfa
hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()
by Thomas Gleixner
· 10 years ago
b8e3841
hrtimer: Align the hrtimer clock bases as well
by Thomas Gleixner
· 10 years ago
6d9a141
hrtimer: Cache line align the hrtimer cpu base
by Thomas Gleixner
· 10 years ago
e19ffe8
hrtimer: Use bits for various boolean indicators
by Thomas Gleixner
· 10 years ago
868a3e9
hrtimer: Make offset update smarter
by Thomas Gleixner
· 10 years ago
21d6d52
hrtimer: Get rid of softirq time
by Thomas Gleixner
· 10 years ago
a6ffebc
hrtimer: Make the statistics fields smaller
by Thomas Gleixner
· 10 years ago
056a3ca
hrtimer: Get rid of hrtimer_get_res()
by Thomas Gleixner
· 10 years ago
398ca17
hrtimer: Get rid of the resolution field in hrtimer_clock_base
by Thomas Gleixner
· 10 years ago
91e5a217
hrtimer: Document hrtimer_forward[_now]() proper
by Thomas Gleixner
· 10 years ago
9bc74919
hrtimer: Prevent stale expiry time in hrtimer_interrupt()
by Thomas Gleixner
· 10 years ago
8b094cd
time: Consolidate the time accessor prototypes
by Thomas Gleixner
· 10 years ago
166afb6
ktime: Sanitize ktime_to_us/ms conversion
by Thomas Gleixner
· 10 years ago
76f4108
hrtimer: Cleanup hrtimer accessors to the timekepeing state
by John Stultz
· 10 years ago
cddd024
hrtimer: Store cpu-number in struct hrtimer_cpu_base
by Viresh Kumar
· 11 years ago
e2e680f
hrtimer: Rearrange comments in the order struct members are declared
by Viresh Kumar
· 11 years ago
90adda9
hrtimer: Add hrtimer support for CLOCK_TAI
by John Stultz
· 12 years ago
f6c06ab
timekeeping: Provide hrtimer update function
by Thomas Gleixner
· 12 years ago
f55a6fa
hrtimer: Provide clock_was_set_delayed()
by John Stultz
· 12 years ago
4d258b2
Fix some kernel-doc warnings
by Vitaliy Ivanov
· 14 years ago
68fa61c
hrtimers: Reorder clock bases
by Thomas Gleixner
· 14 years ago
ab8177b
hrtimers: Avoid touching inactive timer bases
by Thomas Gleixner
· 14 years ago
f24444b
hrtimers: Make struct hrtimer_cpu_base layout less stupid
by Thomas Gleixner
· 14 years ago
9ec2690
timerfd: Manage cancelable timers in timerfd
by Thomas Gleixner
· 14 years ago
99ee531
timerfd: Allow timers to be cancelled when clock was set
by Thomas Gleixner
· 14 years ago
b12a03c
hrtimers: Prepare for cancel on clock was set timers
by Thomas Gleixner
· 14 years ago
53370d2
hrtimer: Update hrtimer->state documentation
by Thomas Gleixner
· 14 years ago
70a08cc
timers: Add CLOCK_BOOTTIME hrtimer base
by John Stultz
· 14 years ago
abb3a4e
time: Introduce get_monotonic_boottime and ktime_get_boottime
by John Stultz
· 14 years ago
e06383d
hrtimers: extend hrtimer base code to handle more then 2 clockids
by John Stultz
· 14 years ago
175881d
hrtimer.h: fix kernel-doc warning
by Randy Dunlap
· 14 years ago
998adc3
hrtimers: Convert hrtimers to use timerlist infrastructure
by John Stultz
· 14 years ago
5e4f083
hrtimer: Remove stale comment on curr_timer
by Yong Zhang
· 14 years ago
351b3f7
hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIME
by Carsten Emde
· 15 years ago
ecb49d1
hrtimers: Convert to raw_spinlocks
by Thomas Gleixner
· 15 years ago
5f20190
hrtimer: move timer stats helper functions to hrtimer.c
by Heiko Carstens
· 15 years ago
41d2e49
hrtimer: Tune hrtimer_interrupt hang logic
by Thomas Gleixner
· 15 years ago
8629ea2
hrtimer: Fix /proc/timer_list regression
by Feng Tang
· 15 years ago
4cd1993
Merge branch 'linus' into timers/core
by Thomas Gleixner
· 15 years ago
fbd9037
hrtimer: Remove cb_entry from struct hrtimer
by Peter Zijlstra
· 15 years ago
f9f868d
timer stats: fix quick check optimization
by Heiko Carstens
· 16 years ago
507e123
timer stats: Optimize by adding quick check to avoid function calls
by Heiko Carstens
· 16 years ago
597d027
timers: Framework for identifying pinned timers
by Arun R Bharadwaj
· 16 years ago
7f1e2ca
hrtimer: fix rq->lock inversion (again)
by Peter Zijlstra
· 16 years ago
ca10949
hrtimer: removing all ur callback modes
by Peter Zijlstra
· 16 years ago
621a0d5
hrtimer: clean up unused callback modes
by Peter Zijlstra
· 16 years ago
7597bc9
Fix accidental implicit cast in HR-timer conversion
by David Howells
· 16 years ago
268a3dc
Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2
by Thomas Gleixner
· 16 years ago
592aa99
hrtimers: add missing docbook comments to struct hrtimer
by Thomas Gleixner
· 16 years ago
c465a76
Merge branches 'timers/clocksource', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/debug' into v28-timers-for-linus
by Thomas Gleixner
· 16 years ago
651dab4
Merge commit 'linus/master' into merge-linus
by Arjan van de Ven
· 16 years ago
40b8606
DECLARE_PER_CPU needs linux/percpu.h
by Stephen Rothwell
· 16 years ago
2075eb8
rangetimer: fix x86 build failure for the !HRTIMERS case
by Arjan van de Ven
· 16 years ago
ccc7dad
hrtimer: prevent migration of per CPU hrtimers
by Thomas Gleixner
· 16 years ago
b00c1a9
hrtimer: mark migration state
by Thomas Gleixner
· 16 years ago
1b02469
hrtimer: reorder struct hrtimer to save 8 bytes on 64bit builds
by Richard Kennedy
· 16 years ago
b91c499
hrtimer: remove hrtimer_clock_base::reprogram()
by Mark McLoughlin
· 16 years ago
d7cfb60
hrtimer: remove hrtimer_clock_base::get_softirq_time()
by Mark McLoughlin
· 16 years ago
2e94d1f
hrtimer: peek at the timer queue just before going idle
by Arjan van de Ven
· 16 years ago
4ce105d
hrtimer: incorporate feedback from Peter Zijlstra
by Arjan van de Ven
· 16 years ago
Next »