Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
dbeb90b0c1eb86a9b963b929d3c937afb7dadfa3
/
kernel
/
time
/
hrtimer.c
5163370
hrtimer: Use a bullet for the returns bullet list
by Mauro Carvalho Chehab
· 6 years ago
0e5aa23
hrtimer: Remove unused header include
by Yangtao Li
· 6 years ago
b1b988a
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
8dabe72
y2038: syscalls: rename y2038 compat syscalls
by Arnd Bergmann
· 6 years ago
75b710a
timers: Mark expected switch fall-throughs
by Gustavo A. R. Silva
· 6 years ago
f49c174
hrtimers/tick/clockevents: Remove sloppy license references
by Thomas Gleixner
· 6 years ago
35728b8
time: Add SPDX license identifiers
by Thomas Gleixner
· 6 years ago
58c5fc2
time: Remove useless filenames in top level comments
by Thomas Gleixner
· 6 years ago
9afc5ee
y2038: globally rename compat_time to old_time32
by Arnd Bergmann
· 7 years ago
c6bb111
Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz/linux into timers/core
by Thomas Gleixner
· 7 years ago
7a6e553
hrtimer: Improve kernel message printing
by Geert Uytterhoeven
· 7 years ago
0fe2795
posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME
by Arnd Bergmann
· 7 years ago
604a98f
Merge branch 'timers/urgent' into timers/core
by Thomas Gleixner
· 7 years ago
a3ed0e43
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
by Thomas Gleixner
· 7 years ago
0190997
time: Change nanosleep to safe __kernel_* types
by Deepa Dinamani
· 7 years ago
b5793b0
posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME
by Deepa Dinamani
· 7 years ago
51798de
Merge branches 'pm-cpuidle' and 'pm-qos'
by Rafael J. Wysocki
· 7 years ago
7d2f6ab
time: hrtimer: Use timerqueue_iterate_next() to get to the next timer
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
64fce87
hrtimer: remove unneeded kallsyms include
by Sergey Senozhatsky
· 7 years ago
303c146
Merge branch 'timers/urgent' into timers/core
by Thomas Gleixner
· 7 years ago
d5421ea
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
by Thomas Gleixner
· 7 years ago
42f42da
hrtimer: Implement SOFT/HARD clock base selection
by Anna-Maria Gleixner
· 7 years ago
5da7016
hrtimer: Implement support for softirq based hrtimers
by Anna-Maria Gleixner
· 7 years ago
c458b1d
hrtimer: Prepare handling of hard and 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
dd934aa
hrtimer: Use irqsave/irqrestore around __run_hrtimer()
by Anna-Maria Gleixner
· 7 years ago
ad38f59
hrtimer: Factor out __hrtimer_next_event_base()
by Anna-Maria Gleixner
· 7 years ago
138a6b7
hrtimer: Factor out __hrtimer_start_range_ns()
by Anna-Maria Gleixner
· 7 years ago
3ec7a3e
hrtimer: Remove the 'base' parameter from hrtimer_reprogram()
by Anna-Maria Gleixner
· 7 years ago
2ac2dcc
hrtimer: Make remote enqueue decision less restrictive
by Anna-Maria Gleixner
· 7 years ago
14c8034
hrtimer: Unify remote enqueue handling
by Anna-Maria Gleixner
· 7 years ago
61bb4bc
hrtimer: Unify hrtimer removal handling
by Anna-Maria Gleixner
· 7 years ago
ebba2c7
hrtimer: Make hrtimer_force_reprogramm() unconditionally available
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
851cff8
hrtimer: Use accesor functions instead of direct access
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
3f0b9e8
hrtimer: Store running timer in hrtimer_clock_base
by Anna-Maria Gleixner
· 7 years ago
c272ca5
hrtimer: Switch 'for' loop to _ffs() evaluation
by Anna-Maria Gleixner
· 7 years ago
63e2ed3
tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint
by Anna-Maria Gleixner
· 7 years ago
48d0c9b
hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
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
d05ca13
hrtimer: Correct blatantly incorrect comment
by Thomas 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
53bef3f
timers/hrtimer: Use lockdep to assert IRQs are disabled/enabled
by Frederic Weisbecker
· 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
edbeda4
time/posix-timers: Move the compat copyouts to the nanosleep implementations
by Al Viro
· 8 years ago
a760268
hrtimer: Move copyout of remaining time to do_nanosleep()
by Al Viro
· 8 years ago
192a82f
hrtimer_nanosleep(): Pass rmtp in restart_block
by Al Viro
· 8 years ago
89c9fea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 8 years ago
ad19638
time: Change k_clock nsleep() to use timespec64
by Deepa Dinamani
· 8 years ago
0ba42a5
treewide: Fix typo in xml/driver-api/basics.xml
by Masanari Iida
· 8 years ago
016da20
hrtimer: Remove hrtimer_peek_ahead_timers() leftovers
by Stephen Boyd
· 8 years ago
b17b015
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
370c913
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nohz.h>
by Ingo Molnar
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
336a9cd
hrtimer: Catch invalid clockids again
by Marc Zyngier
· 9 years ago
dfb4357
time: Remove CONFIG_TIMER_STATS
by Kees Cook
· 8 years ago
8b0e195
ktime: Cleanup ktime_set() usage
by Thomas Gleixner
· 8 years ago
2456e85
ktime: Get rid of the union
by Thomas Gleixner
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
4b7e9cf
timers: Fix documentation for schedule_timeout() and similar
by Douglas Anderson
· 8 years ago
979515c
time: Avoid undefined behaviour in ktime_add_safe()
by Vegard Nossum
· 8 years ago
b4d90e9
hrtimer: Spelling fixes
by Pratyush Patel
· 9 years ago
27590dc
hrtimer: Convert to hotplug state machine
by Thomas Gleixner
· 9 years ago
86721ab
hrtimer: Remove redundant #ifdef block
by Pratyush Patel
· 9 years ago
c08376a
timer: Export destroy_hrtimer_on_stack()
by Guenter Roeck
· 9 years ago
b9fdac7f
debugobjects: insulate non-fixup logic related to static obj from fixup callbacks
by Du, Changbin
· 9 years ago
e325246
timer: update debugobjects fixup callbacks return type
by Du, Changbin
· 9 years ago
4cc7ecb7
param: convert some "on"/"off" users to strtobool
by Kees Cook
· 9 years ago
da8b44d
timer: convert timer_slack_ns from unsigned long to u64
by John Stultz
· 9 years ago
203cbf77
hrtimer: Handle remaining time proper for TIME_LOW_RES
by Thomas Gleixner
· 9 years ago
571af55
time: Fix spelling in comments
by Zhen Lei
· 9 years ago
85e1cd6
hrtimer: Handle failure of tick_init_highres() gracefully
by Guenter Roeck
· 9 years ago
b48362d
hrtimer: Unconfuse switch_hrtimer_base() a bit
by Frederic Weisbecker
· 9 years ago
662b3e1
hrtimer: Simplify get_target_base() by returning current base
by Frederic Weisbecker
· 9 years ago
75e3b37
hrtimer: Drop return code of hrtimer_switch_to_hres()
by Luiz Capitulino
· 9 years ago
43224b9
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 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
8edfb03
hrtimer: Fix hrtimer_is_queued() hole
by Peter Zijlstra
· 10 years ago
c04dca0
hrtimer: Remove HRTIMER_STATE_MIGRATE
by Oleg Nesterov
· 10 years ago
d2540875
clockevents: Stop unused clockevent devices
by Viresh Kumar
· 10 years ago
f7bcb70
ktime: Fix ktime_divns to do signed division
by John Stultz
· 10 years ago
5de2755
hrtimer: Allow concurrent hrtimer_start() for self restarting timers
by Peter Zijlstra
· 11 years ago
19d9f42
hrtimer: Avoid locking in hrtimer_cancel() if timer not active
by Thomas Gleixner
· 10 years ago
61699e13
hrtimer: Remove hrtimer_start() return value
by Thomas Gleixner
· 10 years ago
3f7b349
hrtimer: Remove bogus hrtimer_active() check
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
Next »