Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5079f3261ffd7fe4a537679af695f2328943a245
/
include
/
linux
/
hrtimer.h
f9f868d
timer stats: fix quick check optimization
by Heiko Carstens
· 15 years ago
507e123
timer stats: Optimize by adding quick check to avoid function calls
by Heiko Carstens
· 15 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
da8f2e1
hrtimer: add a hrtimer_start_range() function
by Arjan van de Ven
· 16 years ago
2ec02270
hrtimer: another build fix
by Arjan van de Ven
· 16 years ago
584fb4a
hrtimer: fix build bug found by Ingo
by Arjan van de Ven
· 16 years ago
654c8e0
hrtimer: turn hrtimers into range timers
by Arjan van de Ven
· 16 years ago
799b64d
hrtimer: rename the "expires" struct member to avoid accidental usage
by Arjan van de Ven
· 16 years ago
63ca243
hrtimer: add abstraction functions for accessing the "expires" member
by Arjan van de Ven
· 16 years ago
7bb6743
select: Introduce a hrtimeout function
by Arjan van de Ven
· 16 years ago
4346f65
hrtimer: remove duplicate helper function
by Oliver Hartkopp
· 17 years ago
237fc6e
add hrtimer specific debugobjects code
by Thomas Gleixner
· 17 years ago
8e60e05
hrtimers: simplify lockdep handling
by Oleg Nesterov
· 17 years ago
080344b
hrtimer: fix *rmtp handling in hrtimer_nanosleep()
by Oleg Nesterov
· 17 years ago
3eb0567
time: fix typo in comments
by Li Zefan
· 17 years ago
151db1f
Fix compilation of powerpc asm-offsets.c with old gcc
by Tony Breeds
· 17 years ago
4d672e7
timerfd: new timerfd API
by Davide Libenzi
· 17 years ago
5e05ad7
timerfd: introduce a new hrtimer_forward_now() function
by Davide Libenzi
· 17 years ago
ef08cce
time: delete comments that refer to noexistent symbols
by Li Zefan
· 17 years ago
d3d7445
hrtimer: fixup the HRTIMER_CB_IRQSAFE_NO_SOFTIRQ fallback
by Peter Zijlstra
· 17 years ago
8f4d37e
sched: high-res preemption tick
by Peter Zijlstra
· 17 years ago
04c2271
hrtimer: Rework hrtimer_nanosleep to make sys_compat_nanosleep easier
by Anton Blanchard
· 17 years ago
c5c061b8
Add a flag to indicate deferrable timers in /proc/timer_stats
by Venki Pallipadi
· 17 years ago
995f054
[PATCH] high-res timers: resume fix
by Ingo Molnar
· 18 years ago
d1d6717
[PATCH] hrtimers: hrtimer_clock_base description typo
by Andres Salomon
· 18 years ago
8437fdc
[PATCH] hrtimers: fix HRTIMER_CB_IRQSAFE_NO_SOFTIRQ description
by Andres Salomon
· 18 years ago
05fb6bf
[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
by Randy Dunlap
· 18 years ago
88ad0bf6
[PATCH] Add SysRq-Q to print timer_list debug info
by Ingo Molnar
· 18 years ago
82f67cd
[PATCH] Add debugging feature /proc/timer_stat
by Ingo Molnar
· 18 years ago
54cdfdb
[PATCH] hrtimers: add high resolution timer support
by Thomas Gleixner
· 18 years ago
79bf2bb
[PATCH] tick-management: dyntick / highres functionality
by Thomas Gleixner
· 18 years ago
d316c57
[PATCH] clockevents: add core functionality
by Thomas Gleixner
· 18 years ago
5cfb6de
[PATCH] hrtimers: clean up callback tracking
by Thomas Gleixner
· 18 years ago
303e967
[PATCH] hrtimers; add state tracking
by Thomas Gleixner
· 18 years ago
3c8aa39
[PATCH] hrtimers: cleanup locking
by Thomas Gleixner
· 18 years ago
c9cb2e3
[PATCH] hrtimers: namespace and enum cleanup
by Thomas Gleixner
· 18 years ago
411187f
[PATCH] GTOD: persistent clock support
by John Stultz
· 18 years ago
1711ef3
[PATCH] posix-timers: Fix clock_nanosleep() doesn't return the remaining time in compatibility mode
by Toyo Abe
· 18 years ago
6dba283
[PATCH] Documentation for lock_key in struct hrtimer_base
by Henrik Kretzschmar
· 18 years ago
5436552
[PATCH] lockdep: annotate hrtimer base locks
by Ingo Molnar
· 18 years ago
fa9799e
[PATCH] ktime/hrtimer: fix kernel-doc comments
by Randy Dunlap
· 18 years ago
ed198cb
[RBTREE] Update hrtimers to use rb_parent() accessor macro.
by David Woodhouse
· 19 years ago
a580290
Documentation: fix minor kernel-doc warnings
by Martin Waitz
· 19 years ago
00362e3
[PATCH] hrtimer: create generic sleeper
by Thomas Gleixner
· 19 years ago
05cfb61
[PATCH] hrtimers: remove data field
by Roman Zippel
· 19 years ago
b75f7a5
[PATCH] hrtimers: remove state field
by Roman Zippel
· 19 years ago
432569b
[PATCH] hrtimers: simplify nanosleep
by Roman Zippel
· 19 years ago
44f2147
[PATCH] hrtimers: pass current time to hrtimer_forward()
by Roman Zippel
· 19 years ago
92127c7
[PATCH] hrtimers: optimize softirq runqueues
by Thomas Gleixner
· 19 years ago
6923974
[PATCH] fix next_timer_interrupt() for hrtimer
by Tony Lindgren
· 19 years ago
7978672c
[PATCH] hrtimers: cleanups and simplifications
by George Anzinger
· 19 years ago
ff60a5d
[PATCH] hrtimers: fix posix-timer requeue race
by akpm@osdl.org
· 19 years ago
c9db4fa
[hrtimer] Enforce resolution as lower limit of intervals
by Thomas Gleixner
· 19 years ago
e278763
[hrtimer] Change resolution storage to ktime_t format
by Thomas Gleixner
· 19 years ago
288867e
[hrtimer] Remove listhead from hrtimer struct
by Thomas Gleixner
· 19 years ago
becf8b5
[PATCH] hrtimer: convert posix timers completely
by Thomas Gleixner
· 19 years ago
10c94ec
[PATCH] hrtimer: create hrtimer nanosleep API
by Thomas Gleixner
· 19 years ago
c0a3132
[PATCH] hrtimer: hrtimer core code
by Thomas Gleixner
· 19 years ago