index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
hrtimer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
-
.
Merge branches 'pm-cpuidle' and 'pm-qos'
Rafael J. Wysocki
2018-04-11
1
-0
/
+1
|
\
\
|
*
|
time: hrtimer: Introduce hrtimer_next_event_without()
Rafael J. Wysocki
2018-04-07
1
-0
/
+1
|
|
/
*
|
hrtimer: Unify MONOTONIC and BOOTTIME clock behavior
Thomas Gleixner
2018-03-13
1
-2
/
+0
|
/
*
hrtimer: Implement support for softirq based hrtimers
Anna-Maria Gleixner
2018-01-16
1
-5
/
+16
*
hrtimer: Add clock bases and hrtimer mode for softirq context
Anna-Maria Gleixner
2018-01-16
1
-0
/
+14
*
hrtimer: Make hrtimer_reprogramm() unconditional
Anna-Maria Gleixner
2018-01-16
1
-3
/
+3
*
hrtimer: Make hrtimer_cpu_base.next_timer handling unconditional
Anna-Maria Gleixner
2018-01-16
1
-2
/
+2
*
hrtimer: Make the remote enqueue check unconditional
Anna-Maria Gleixner
2018-01-16
1
-3
/
+3
*
hrtimer: Make the hrtimer_cpu_base::hres_active field unconditional, to simpl...
Anna-Maria Gleixner
2018-01-16
1
-12
/
+8
*
hrtimer: Make room in 'struct hrtimer_cpu_base'
Anna-Maria Gleixner
2018-01-16
1
-2
/
+2
*
hrtimer: Store running timer in hrtimer_clock_base
Anna-Maria Gleixner
2018-01-16
1
-11
/
+9
*
hrtimer: Clean up 'enum hrtimer_mode'
Anna-Maria Gleixner
2018-01-16
1
-5
/
+11
*
hrtimer: Fix hrtimer_start[_range_ns]() function descriptions
Anna-Maria Gleixner
2018-01-16
1
-3
/
+3
*
hrtimer: Clean up the 'int clock' parameter of schedule_hrtimeout_range_clock()
Anna-Maria Gleixner
2018-01-16
1
-1
/
+1
*
hrtimer: Fix kerneldoc syntax for 'struct hrtimer_cpu_base'
Anna-Maria Gleixner
2018-01-16
1
-4
/
+4
*
hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...
Thomas Gleixner
2018-01-16
1
-4
/
+0
*
nanosleep: Use get_timespec64() and put_timespec64()
Deepa Dinamani
2017-06-30
1
-1
/
+1
*
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
/
+0
*
hrtimers/posix-timers: Merge nanosleep timespec copyout logics into a new helper
Al Viro
2017-06-14
1
-0
/
+2
*
hrtimer_nanosleep(): Pass rmtp in restart_block
Al Viro
2017-06-14
1
-1
/
+0
*
time: Change k_clock nsleep() to use timespec64
Deepa Dinamani
2017-04-14
1
-1
/
+1
*
hrtimer: Remove hrtimer_peek_ahead_timers() leftovers
Stephen Boyd
2017-03-17
1
-4
/
+0
*
sched/headers, hrtimer: Remove the <linux/wait.h> include from <linux/hrtimer.h>
Ingo Molnar
2017-03-03
1
-1
/
+0
*
time: Remove CONFIG_TIMER_STATS
Kees Cook
2017-02-10
1
-11
/
+0
*
ktime: Get rid of the union
Thomas Gleixner
2016-12-25
1
-6
/
+6
*
hrtimer: Convert to hotplug state machine
Thomas Gleixner
2016-07-15
1
-0
/
+7
*
timer: convert timer_slack_ns from unsigned long to u64
John Stultz
2016-03-17
1
-5
/
+7
*
hrtimer: Handle remaining time proper for TIME_LOW_RES
Thomas Gleixner
2016-01-17
1
-3
/
+31
*
timer: Minimize nohz off overhead
Thomas Gleixner
2015-06-19
1
-0
/
+2
*
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
2015-06-19
1
-0
/
+2
*
hrtimer: Allow hrtimer::function() to free the timer
Peter Zijlstra
2015-06-19
1
-25
/
+16
*
hrtimer: Remove HRTIMER_STATE_MIGRATE
Oleg Nesterov
2015-06-19
1
-5
/
+1
*
hrtimers: Make sure hrtimer_resolution is unsigned int
Borislav Petkov
2015-06-08
1
-1
/
+1
*
hrtimer: Remove hrtimer_start() return value
Thomas Gleixner
2015-04-22
1
-13
/
+9
*
hrtimer: Make hrtimer_start() a inline wrapper
Thomas Gleixner
2015-04-22
1
-2
/
+17
*
hrtimer: Get rid of __hrtimer_start_range_ns()
Thomas Gleixner
2015-04-22
1
-4
/
+0
*
tick: Nohz: Rework next timer evaluation
Thomas Gleixner
2015-04-22
1
-1
/
+1
*
hrtimer: Get rid of hrtimer softirq
Thomas Gleixner
2015-04-22
1
-1
/
+0
*
hrtimer: Keep pointer to first timer and simplify __remove_hrtimer()
Thomas Gleixner
2015-04-22
1
-0
/
+6
*
hrtimer: Align the hrtimer clock bases as well
Thomas Gleixner
2015-04-22
1
-1
/
+9
*
hrtimer: Cache line align the hrtimer cpu base
Thomas Gleixner
2015-04-22
1
-1
/
+1
*
hrtimer: Use bits for various boolean indicators
Thomas Gleixner
2015-04-22
1
-3
/
+3
*
hrtimer: Make offset update smarter
Thomas Gleixner
2015-04-22
1
-2
/
+2
*
hrtimer: Get rid of softirq time
Thomas Gleixner
2015-04-22
1
-19
/
+5
*
hrtimer: Make the statistics fields smaller
Thomas Gleixner
2015-04-22
1
-4
/
+4
*
hrtimer: Get rid of hrtimer_get_res()
Thomas Gleixner
2015-04-22
1
-1
/
+0
*
hrtimer: Get rid of the resolution field in hrtimer_clock_base
Thomas Gleixner
2015-04-22
1
-2
/
+4
*
hrtimer: Document hrtimer_forward[_now]() proper
Thomas Gleixner
2015-04-22
1
-1
/
+16
*
hrtimer: Prevent stale expiry time in hrtimer_interrupt()
Thomas Gleixner
2015-01-23
1
-0
/
+2
[next]