index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
hrtimer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-01
hrtimer: Don't dereference the hrtimer pointer after the callback
Sebastian Andrzej Siewior
1
-2
/
+3
2020-03-30
Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2020-03-21
lockdep: Add hrtimer context tracing bits
Sebastian Andrzej Siewior
1
-1
/
+5
2020-03-04
hrtimer: Cast explicitely to u32t in __ktime_divns()
Wen Yang
1
-1
/
+1
2020-01-22
hrtimer: Add missing sparse annotation for __run_timer()
Jules Irenge
1
-1
/
+1
2020-01-14
hrtimers: Prepare hrtimer_nanosleep() for time namespaces
Andrei Vagin
1
-5
/
+7
2019-12-03
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+7
2019-11-15
y2038: remove CONFIG_64BIT_TIME
Arnd Bergmann
1
-1
/
+1
2019-11-06
hrtimer: Annotate lockless access to timer->state
Eric Dumazet
1
-4
/
+7
2019-10-14
hrtimer: Annotate lockless access to timer->base
Eric Dumazet
1
-4
/
+4
2019-09-05
hrtimer: Add a missing bracket and hide `migration_base' on !SMP
Sebastian Andrzej Siewior
1
-1
/
+11
2019-08-21
hrtimer: Don't take expiry_lock when timer is currently migrated
Julien Grall
1
-1
/
+5
2019-08-21
hrtimer: Protect lockless access to timer->base
Julien Grall
1
-1
/
+2
2019-08-20
hrtimer: Improve comments on handling priority inversion against softirq kthread
Frederic Weisbecker
1
-4
/
+10
2019-08-01
hrtimer: Prepare support for PREEMPT_RT
Anna-Maria Gleixner
1
-6
/
+89
2019-08-01
hrtimer: Determine hard/soft expiry mode for hrtimer sleepers on RT
Sebastian Andrzej Siewior
1
-0
/
+34
2019-08-01
hrtimer: Move unmarked hrtimers to soft interrupt expiry on RT
Sebastian Andrzej Siewior
1
-1
/
+11
2019-08-01
hrtimer: Make enqueue mode check work on RT
Thomas Gleixner
1
-2
/
+7
2019-08-01
hrtimer: Provide hrtimer_sleeper_start_expires()
Thomas Gleixner
1
-2
/
+17
2019-08-01
hrtimer: Consolidate hrtimer_init() + hrtimer_init_sleeper() calls
Sebastian Andrzej Siewior
1
-11
/
+32
2019-07-30
hrtimer: Remove task argument from hrtimer_init_sleeper()
Thomas Gleixner
1
-4
/
+4
2019-06-27
hrtimer: Use a bullet for the returns bullet list
Mauro Carvalho Chehab
1
-3
/
+4
2019-06-12
hrtimer: Remove unused header include
Yangtao Li
1
-1
/
+0
2019-03-05
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
1
-1
/
+1
2019-01-29
timers: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-1
/
+1
2018-11-23
hrtimers/tick/clockevents: Remove sloppy license references
Thomas Gleixner
1
-2
/
+0
2018-11-23
time: Add SPDX license identifiers
Thomas Gleixner
1
-0
/
+1
2018-11-23
time: Remove useless filenames in top level comments
Thomas Gleixner
1
-12
/
+4
2018-08-27
y2038: globally rename compat_time to old_time32
Arnd Bergmann
1
-4
/
+4
2018-07-12
Merge branch 'fortglx/4.19/time' of https://git.linaro.org/people/john.stultz...
Thomas Gleixner
1
-1
/
+1
2018-07-12
hrtimer: Improve kernel message printing
Geert Uytterhoeven
1
-4
/
+3
2018-06-19
posix-timers: Fix nanosleep_copyout() for CONFIG_COMPAT_32BIT_TIME
Arnd Bergmann
1
-1
/
+1
2018-05-02
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
1
-2
/
+14
2018-04-26
Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIME
Thomas Gleixner
1
-2
/
+14
2018-04-19
time: Change nanosleep to safe __kernel_* types
Deepa Dinamani
1
-2
/
+6
2018-04-19
posix-timers: Make compat syscalls depend on CONFIG_COMPAT_32BIT_TIME
Deepa Dinamani
1
-1
/
+1
2018-04-11
Merge branches 'pm-cpuidle' and 'pm-qos'
Rafael J. Wysocki
1
-2
/
+51
2018-04-09
time: hrtimer: Use timerqueue_iterate_next() to get to the next timer
Rafael J. Wysocki
1
-3
/
+1
2018-04-07
time: hrtimer: Introduce hrtimer_next_event_without()
Rafael J. Wysocki
1
-2
/
+53
2018-03-13
hrtimer: Unify MONOTONIC and BOOTTIME clock behavior
Thomas Gleixner
1
-14
/
+2
2018-02-06
hrtimer: remove unneeded kallsyms include
Sergey Senozhatsky
1
-1
/
+0
2018-01-27
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
1
-0
/
+4
2018-01-27
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
Thomas Gleixner
1
-0
/
+3
2018-01-16
hrtimer: Implement SOFT/HARD clock base selection
Anna-Maria Gleixner
1
-4
/
+11
2018-01-16
hrtimer: Implement support for softirq based hrtimers
Anna-Maria Gleixner
1
-24
/
+172
2018-01-16
hrtimer: Prepare handling of hard and softirq based hrtimers
Anna-Maria Gleixner
1
-9
/
+29
2018-01-16
hrtimer: Add clock bases and hrtimer mode for softirq context
Anna-Maria Gleixner
1
-0
/
+20
2018-01-16
hrtimer: Use irqsave/irqrestore around __run_hrtimer()
Anna-Maria Gleixner
1
-13
/
+18
2018-01-16
hrtimer: Factor out __hrtimer_next_event_base()
Anna-Maria Gleixner
1
-4
/
+16
[next]