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
/
kernel
/
time
Commit message (
Expand
)
Author
Age
Files
Lines
*
timer: Fix hotplug regression
Thomas Gleixner
2015-06-26
1
-1
/
+2
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2015-06-22
22
-1061
/
+1018
|
\
|
*
timer: Minimize nohz off overhead
Thomas Gleixner
2015-06-19
4
-8
/
+17
|
*
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
2015-06-19
5
-26
/
+109
|
*
timer: Stats: Simplify the flags handling
Thomas Gleixner
2015-06-19
2
-10
/
+7
|
*
timer: Replace timer base by a cpu index
Thomas Gleixner
2015-06-19
1
-91
/
+36
|
*
timer: Use hlist for the timer wheel hash buckets
Thomas Gleixner
2015-06-19
1
-37
/
+27
|
*
timer: Remove FIFO "guarantee"
Thomas Gleixner
2015-06-19
1
-4
/
+2
|
*
timers: Sanitize catchup_timer_jiffies() usage
Thomas Gleixner
2015-06-19
1
-24
/
+16
|
*
hrtimer: Allow hrtimer::function() to free the timer
Peter Zijlstra
2015-06-19
1
-23
/
+91
|
*
hrtimer: Fix hrtimer_is_queued() hole
Peter Zijlstra
2015-06-19
1
-10
/
+13
|
*
hrtimer: Remove HRTIMER_STATE_MIGRATE
Oleg Nesterov
2015-06-19
1
-5
/
+2
|
*
timekeeping: Copy the shadow-timekeeper over the real timekeeper last
John Stultz
2015-06-18
1
-1
/
+2
|
*
clockevents: Check state instead of mode in suspend/resume path
Viresh Kumar
2015-06-18
1
-2
/
+2
|
*
ntp: Do leapsecond adjustment in adjtimex read path
John Stultz
2015-06-12
1
-0
/
+18
|
*
time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge
John Stultz
2015-06-12
3
-8
/
+58
|
*
ntp: Introduce and use SECS_PER_DAY macro instead of 86400
John Stultz
2015-06-12
1
-2
/
+3
|
*
time: Move clock_was_set_seq update before updating shadow-timekeeper
John Stultz
2015-06-12
1
-4
/
+8
|
*
clocksource: Use current logging style
Joe Perches
2015-06-10
1
-12
/
+12
|
*
time: Refactor usecs_to_jiffies
Nicholas Mc Guire
2015-06-10
1
-10
/
+3
|
*
clockevents: Rename state to state_use_accessors
Thomas Gleixner
2015-06-02
1
-2
/
+2
|
*
clockevents: Use set/get state helper functions
Thomas Gleixner
2015-06-02
2
-6
/
+7
|
*
clockevents: Provide functions to set and get the state
Thomas Gleixner
2015-06-02
5
-24
/
+35
|
*
clockevents: Use helpers to check the state of a clockevent device
Viresh Kumar
2015-06-02
4
-17
/
+17
|
*
clockevents: Do not suspend/resume if unused
Alexandre Belloni
2015-05-27
1
-2
/
+2
|
*
time: Remove read_boot_clock()
Xunlei Pang
2015-05-22
1
-11
/
+3
|
*
tracing: timer: Add deferrable flag to timer_start
Badhri Jagan Sridharan
2015-05-22
1
-1
/
+1
|
*
time: Rework debugging variables so they aren't global
John Stultz
2015-05-22
1
-22
/
+11
|
*
timekeeping: Provide new API to get the current time resolution
Harald Geyer
2015-05-22
1
-0
/
+17
|
*
time: Make sure tz_minuteswest is set to a valid value when setting time
Sasha Levin
2015-05-22
1
-0
/
+4
|
*
clockevents: Stop unused clockevent devices
Viresh Kumar
2015-05-19
3
-4
/
+22
|
*
clockevents: Introduce CLOCK_EVT_STATE_ONESHOT_STOPPED state
Viresh Kumar
2015-05-19
2
-1
/
+19
|
*
Merge branch 'linus' into timers/core
Thomas Gleixner
2015-05-19
1
-6
/
+2
|
|
\
|
*
|
time: Refactor msecs_to_jiffies
Nicholas Mc Guire
2015-05-19
1
-40
/
+19
|
*
|
time: Move timeconst.h into include/generated
Nicholas Mc Guire
2015-05-19
3
-18
/
+4
|
*
|
nohz: Fix !HIGH_RES_TIMERS hang
Thomas Gleixner
2015-05-07
1
-6
/
+3
|
*
|
tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ...
Andreas Sandberg
2015-05-05
1
-3
/
+7
|
*
|
timer: Use timer->base for flag checks
Joonwoo Park
2015-05-05
1
-1
/
+1
|
*
|
tick-broadcast: Fix the printing of broadcast masks
Preeti U Murthy
2015-05-05
1
-4
/
+4
|
*
|
tick: broadcast: Simplify oneshot logic and shorten lock region
Thomas Gleixner
2015-05-05
1
-25
/
+17
|
*
|
tick: broadcast: Prevent livelock from event handler
Thomas Gleixner
2015-05-05
1
-28
/
+25
|
*
|
hrtimer: Allow concurrent hrtimer_start() for self restarting timers
Peter Zijlstra
2015-04-22
1
-3
/
+9
|
*
|
timer: Put usleep_range into the __sched section
Thomas Gleixner
2015-04-22
1
-1
/
+1
|
*
|
timer: Remove pointless return value of do_usleep_range()
Thomas Gleixner
2015-04-22
1
-2
/
+2
|
*
|
hrtimer: Avoid locking in hrtimer_cancel() if timer not active
Thomas Gleixner
2015-04-22
1
-0
/
+9
|
*
|
hrtimer: Remove hrtimer_start() return value
Thomas Gleixner
2015-04-22
1
-16
/
+7
|
*
|
tick: broadcast-hrtimer: Remove overly clever return value abuse
Thomas Gleixner
2015-04-22
1
-3
/
+5
|
*
|
alarmtimer: Get rid of unused return value
Thomas Gleixner
2015-04-22
1
-7
/
+4
|
*
|
hrtimer: Remove bogus hrtimer_active() check
Thomas Gleixner
2015-04-22
1
-4
/
+0
|
*
|
hrtimer: Make hrtimer_start() a inline wrapper
Thomas Gleixner
2015-04-22
1
-19
/
+0
[next]