index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
hrtimer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hrtimer: remove unneeded kallsyms include
Sergey Senozhatsky
2018-02-06
1
-1
/
+0
*
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
2018-01-27
1
-0
/
+4
|
\
|
*
hrtimer: Reset hrtimer cpu base proper on CPU hotplug
Thomas Gleixner
2018-01-27
1
-0
/
+3
*
|
hrtimer: Implement SOFT/HARD clock base selection
Anna-Maria Gleixner
2018-01-16
1
-4
/
+11
*
|
hrtimer: Implement support for softirq based hrtimers
Anna-Maria Gleixner
2018-01-16
1
-24
/
+172
*
|
hrtimer: Prepare handling of hard and softirq based hrtimers
Anna-Maria Gleixner
2018-01-16
1
-9
/
+29
*
|
hrtimer: Add clock bases and hrtimer mode for softirq context
Anna-Maria Gleixner
2018-01-16
1
-0
/
+20
*
|
hrtimer: Use irqsave/irqrestore around __run_hrtimer()
Anna-Maria Gleixner
2018-01-16
1
-13
/
+18
*
|
hrtimer: Factor out __hrtimer_next_event_base()
Anna-Maria Gleixner
2018-01-16
1
-4
/
+16
*
|
hrtimer: Factor out __hrtimer_start_range_ns()
Anna-Maria Gleixner
2018-01-16
1
-20
/
+24
*
|
hrtimer: Remove the 'base' parameter from hrtimer_reprogram()
Anna-Maria Gleixner
2018-01-16
1
-3
/
+3
*
|
hrtimer: Make remote enqueue decision less restrictive
Anna-Maria Gleixner
2018-01-16
1
-1
/
+1
*
|
hrtimer: Unify remote enqueue handling
Anna-Maria Gleixner
2018-01-16
1
-12
/
+6
*
|
hrtimer: Unify hrtimer removal handling
Anna-Maria Gleixner
2018-01-16
1
-6
/
+4
*
|
hrtimer: Make hrtimer_force_reprogramm() unconditionally available
Anna-Maria Gleixner
2018-01-16
1
-32
/
+28
*
|
hrtimer: Make hrtimer_reprogramm() unconditional
Anna-Maria Gleixner
2018-01-16
1
-67
/
+62
*
|
hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
Anna-Maria Gleixner
2018-01-16
1
-10
/
+2
*
|
hrtimer: Make the remote enqueue check unconditional
Anna-Maria Gleixner
2018-01-16
1
-20
/
+6
*
|
hrtimer: Use accesor functions instead of direct access
Anna-Maria Gleixner
2018-01-16
1
-2
/
+2
*
|
hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...
Anna-Maria Gleixner
2018-01-16
1
-16
/
+15
*
|
hrtimer: Store running timer in hrtimer_clock_base
Anna-Maria Gleixner
2018-01-16
1
-15
/
+13
*
|
hrtimer: Switch 'for' loop to _ffs() evaluation
Anna-Maria Gleixner
2018-01-16
1
-10
/
+21
*
|
tracing/hrtimer: Print the hrtimer mode in the 'hrtimer_start' tracepoint
Anna-Maria Gleixner
2018-01-16
1
-7
/
+9
*
|
hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
Anna-Maria Gleixner
2018-01-16
1
-1
/
+6
*
|
hrtimer: Fix hrtimer_start[_range_ns]() function descriptions
Anna-Maria Gleixner
2018-01-16
1
-4
/
+5
*
|
hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()
Anna-Maria Gleixner
2018-01-16
1
-6
/
+6
*
|
hrtimer: Correct blatantly incorrect comment
Thomas Gleixner
2018-01-16
1
-3
/
+3
*
|
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...
Thomas Gleixner
2018-01-16
1
-12
/
+5
|
/
*
timers/hrtimer: Use lockdep to assert IRQs are disabled/enabled
Frederic Weisbecker
2017-11-08
1
-3
/
+1
*
nanosleep: Use get_timespec64() and put_timespec64()
Deepa Dinamani
2017-06-30
1
-17
/
+13
*
posix-timers: Make nanosleep timespec argument const
Thomas Gleixner
2017-06-14
1
-1
/
+1
*
posix-timers: Kill ->nsleep_restart()
Al Viro
2017-06-14
1
-1
/
+1
*
hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper
Al Viro
2017-06-14
1
-9
/
+20
*
time/posix-timers: Move the compat copyouts to the nanosleep implementations
Al Viro
2017-06-14
1
-5
/
+37
*
hrtimer: Move copyout of remaining time to do_nanosleep()
Al Viro
2017-06-14
1
-42
/
+20
*
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
2017-06-14
1
-5
/
+6
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2017-05-02
1
-1
/
+1
|
\
|
*
treewide: Fix typo in xml/driver-api/basics.xml
Masanari Iida
2017-03-24
1
-1
/
+1
*
|
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
2017-04-14
1
-4
/
+6
*
|
hrtimer: Remove hrtimer_peek_ahead_timers() leftovers
Stephen Boyd
2017-03-17
1
-4
/
+1
|
/
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
hrtimer: Catch invalid clockids again
Marc Zyngier
2017-02-18
1
-5
/
+15
*
time: Remove CONFIG_TIMER_STATS
Kees Cook
2017-02-10
1
-38
/
+0
*
ktime: Cleanup ktime_set() usage
Thomas Gleixner
2016-12-25
1
-1
/
+1
*
ktime: Get rid of the union
Thomas Gleixner
2016-12-25
1
-26
/
+26
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
timers: Fix documentation for schedule_timeout() and similar
Douglas Anderson
2016-10-26
1
-6
/
+14
*
time: Avoid undefined behaviour in ktime_add_safe()
Vegard Nossum
2016-08-31
1
-1
/
+1
[next]