index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
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
*
time: Consolidate the time accessor prototypes
Thomas Gleixner
2014-07-23
1
-11
/
+0
*
ktime: Sanitize ktime_to_us/ms conversion
Thomas Gleixner
2014-07-23
1
-6
/
+0
*
hrtimer: Cleanup hrtimer accessors to the timekepeing state
John Stultz
2014-07-23
1
-3
/
+6
*
hrtimer: Store cpu-number in struct hrtimer_cpu_base
Viresh Kumar
2014-06-23
1
-0
/
+2
*
hrtimer: Rearrange comments in the order struct members are declared
Viresh Kumar
2014-03-20
1
-2
/
+2
*
hrtimer: Add hrtimer support for CLOCK_TAI
John Stultz
2013-03-22
1
-1
/
+4
*
timekeeping: Provide hrtimer update function
Thomas Gleixner
2012-07-11
1
-0
/
+1
*
hrtimer: Provide clock_was_set_delayed()
John Stultz
2012-07-11
1
-1
/
+8
*
Fix some kernel-doc warnings
Vitaliy Ivanov
2011-06-27
1
-0
/
+1
*
hrtimers: Reorder clock bases
Thomas Gleixner
2011-05-23
1
-1
/
+1
*
hrtimers: Avoid touching inactive timer bases
Thomas Gleixner
2011-05-23
1
-2
/
+5
*
hrtimers: Make struct hrtimer_cpu_base layout less stupid
Thomas Gleixner
2011-05-23
1
-1
/
+1
*
timerfd: Manage cancelable timers in timerfd
Thomas Gleixner
2011-05-23
1
-1
/
+5
*
timerfd: Allow timers to be cancelled when clock was set
Thomas Gleixner
2011-05-02
1
-0
/
+2
*
hrtimers: Prepare for cancel on clock was set timers
Thomas Gleixner
2011-05-02
1
-13
/
+3
*
hrtimer: Update hrtimer->state documentation
Thomas Gleixner
2011-03-10
1
-5
/
+11
*
timers: Add CLOCK_BOOTTIME hrtimer base
John Stultz
2011-02-21
1
-0
/
+1
*
time: Introduce get_monotonic_boottime and ktime_get_boottime
John Stultz
2011-02-21
1
-0
/
+1
*
hrtimers: extend hrtimer base code to handle more then 2 clockids
John Stultz
2011-02-21
1
-1
/
+5
*
hrtimer.h: fix kernel-doc warning
Randy Dunlap
2011-01-10
1
-1
/
+0
*
hrtimers: Convert hrtimers to use timerlist infrastructure
John Stultz
2010-12-10
1
-17
/
+15
*
hrtimer: Remove stale comment on curr_timer
Yong Zhang
2010-11-10
1
-1
/
+0
*
hrtimers: Provide schedule_hrtimeout for CLOCK_REALTIME
Carsten Emde
2010-04-06
1
-0
/
+2
*
hrtimers: Convert to raw_spinlocks
Thomas Gleixner
2009-12-14
1
-1
/
+1
*
hrtimer: move timer stats helper functions to hrtimer.c
Heiko Carstens
2009-12-10
1
-43
/
+0
*
hrtimer: Tune hrtimer_interrupt hang logic
Thomas Gleixner
2009-12-10
1
-4
/
+9
[next]