index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
time
/
hrtimer.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-07
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
2018-01-16
hrtimer: Factor out __hrtimer_start_range_ns()
Anna-Maria Gleixner
1
-20
/
+24
2018-01-16
hrtimer: Remove the 'base' parameter from hrtimer_reprogram()
Anna-Maria Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Make remote enqueue decision less restrictive
Anna-Maria Gleixner
1
-1
/
+1
2018-01-16
hrtimer: Unify remote enqueue handling
Anna-Maria Gleixner
1
-12
/
+6
2018-01-16
hrtimer: Unify hrtimer removal handling
Anna-Maria Gleixner
1
-6
/
+4
2018-01-16
hrtimer: Make hrtimer_force_reprogramm() unconditionally available
Anna-Maria Gleixner
1
-32
/
+28
2018-01-16
hrtimer: Make hrtimer_reprogramm() unconditional
Anna-Maria Gleixner
1
-67
/
+62
2018-01-16
hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
Anna-Maria Gleixner
1
-10
/
+2
2018-01-16
hrtimer: Make the remote enqueue check unconditional
Anna-Maria Gleixner
1
-20
/
+6
2018-01-16
hrtimer: Use accesor functions instead of direct access
Anna-Maria Gleixner
1
-2
/
+2
2018-01-16
hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...
Anna-Maria Gleixner
1
-16
/
+15
2018-01-16
hrtimer: Store running timer in hrtimer_clock_base
Anna-Maria Gleixner
1
-15
/
+13
2018-01-16
hrtimer: Switch 'for' loop to _ffs() evaluation
Anna-Maria Gleixner
1
-10
/
+21
2018-01-16
tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint
Anna-Maria Gleixner
1
-7
/
+9
2018-01-16
hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
Anna-Maria Gleixner
1
-1
/
+6
2018-01-16
hrtimer: Fix hrtimer_start[_range_ns]() function descriptions
Anna-Maria Gleixner
1
-4
/
+5
2018-01-16
hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()
Anna-Maria Gleixner
1
-6
/
+6
2018-01-16
hrtimer: Correct blatantly incorrect comment
Thomas Gleixner
1
-3
/
+3
2018-01-16
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...
Thomas Gleixner
1
-12
/
+5
2017-11-08
timers/hrtimer: Use lockdep to assert IRQs are disabled/enabled
Frederic Weisbecker
1
-3
/
+1
2017-06-30
nanosleep: Use get_timespec64() and put_timespec64()
Deepa Dinamani
1
-17
/
+13
2017-06-14
posix-timers: Make nanosleep timespec argument const
Thomas Gleixner
1
-1
/
+1
2017-06-14
posix-timers: Kill ->nsleep_restart()
Al Viro
1
-1
/
+1
2017-06-14
hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper
Al Viro
1
-9
/
+20
2017-06-14
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
1
-5
/
+37
2017-06-14
hrtimer: Move copyout of remaining time to do_nanosleep()
Al Viro
1
-42
/
+20
2017-06-14
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
1
-5
/
+6
2017-05-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2017-04-14
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
1
-4
/
+6
2017-03-24
treewide: Fix typo in xml/driver-api/basics.xml
Masanari Iida
1
-1
/
+1
[next]