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
/
tick-internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
timer: Minimize nohz off overhead
Thomas Gleixner
2015-06-19
1
-2
/
+2
*
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
2015-06-19
1
-0
/
+14
*
clockevents: Rename state to state_use_accessors
Thomas Gleixner
2015-06-02
1
-2
/
+2
*
clockevents: Provide functions to set and get the state
Thomas Gleixner
2015-06-02
1
-2
/
+13
*
tick: Nohz: Rework next timer evaluation
Thomas Gleixner
2015-04-22
1
-0
/
+2
*
clockevents: Cleanup dead cpu explicitely
Thomas Gleixner
2015-04-03
1
-5
/
+5
*
clockevents: Make tick handover explicit
Thomas Gleixner
2015-04-03
1
-1
/
+0
*
clockevents: Provide explicit broadcast oneshot control functions
Thomas Gleixner
2015-04-03
1
-2
/
+0
*
clockevents: Provide explicit broadcast control functions
Thomas Gleixner
2015-04-03
1
-2
/
+0
*
tick: Further simplify tick-internal.h
Ingo Molnar
2015-04-02
1
-39
/
+40
*
arm/bL_switcher: Kill tick suspend hackery
Thomas Gleixner
2015-04-01
1
-0
/
+5
*
tick/xen: Provide and use tick_suspend_local() and tick_resume_local()
Thomas Gleixner
2015-04-01
1
-2
/
+6
*
tick: Make tick_resume_broadcast_oneshot() static
Thomas Gleixner
2015-04-01
1
-2
/
+0
*
clockevents: Make suspend/resume calls explicit
Thomas Gleixner
2015-04-01
1
-1
/
+2
*
tick: Move core only declarations and functions to core
Thomas Gleixner
2015-04-01
1
-0
/
+15
*
tick: Simplify tick-internal.h
Thomas Gleixner
2015-04-01
1
-96
/
+49
*
tick: Move clocksource related stuff to timekeeping.h
Thomas Gleixner
2015-04-01
1
-6
/
+0
*
clockevents: Remove CONFIG_GENERIC_CLOCKEVENTS_BUILD
Thomas Gleixner
2015-04-01
1
-2
/
+2
*
clockevents: Handle tick device's resume separately
Viresh Kumar
2015-03-27
1
-0
/
+1
*
nohz: Move nohz full init call to tick init
Frederic Weisbecker
2014-09-13
1
-0
/
+7
*
time: Consolidate the time accessor prototypes
Thomas Gleixner
2014-07-23
1
-0
/
+2
*
time: Fixup fallout from recent clockevent/tick changes
Thomas Gleixner
2014-02-07
1
-1
/
+2
*
time: Change the return type of clockevents_notify() to integer
Preeti U Murthy
2014-02-07
1
-3
/
+3
*
clockevents: Serialize calls to clockevents_update_freq() in the core
Thomas Gleixner
2014-02-07
1
-0
/
+4
*
tick/timekeeping: Call update_wall_time outside the jiffies lock
John Stultz
2013-12-23
1
-0
/
+1
*
nohz: Convert a few places to use local per cpu accesses
Frederic Weisbecker
2013-12-02
1
-2
/
+2
*
time: Fix signedness bug in sysfs_get_uname() and its callers
Patrick Palka
2013-10-18
1
-1
/
+1
*
clockevents: Define CS_NAME_LEN unconditionally
Thomas Gleixner
2013-05-28
1
-2
/
+2
*
clockevents: Implement unbind functionality
Thomas Gleixner
2013-05-16
1
-0
/
+7
*
clockevents: Move the tick_notify() switch case to clockevents_notify()
Thomas Gleixner
2013-05-16
1
-1
/
+4
*
clockevents: Get rid of the notifier chain
Thomas Gleixner
2013-05-16
1
-3
/
+4
*
Merge branch 'fortglx/3.10/time' of git://git.linaro.org/people/jstultz/linux...
Thomas Gleixner
2013-04-03
1
-0
/
+2
|
\
|
*
timekeeping: Make jiffies_lock internal
Thomas Gleixner
2013-03-22
1
-0
/
+2
*
|
tick: Convert broadcast cpu bitmaps to cpumask_var_t
Thomas Gleixner
2013-03-07
1
-1
/
+2
|
/
*
time: Kill xtime_lock, replacing it with jiffies_lock
John Stultz
2012-11-13
1
-1
/
+0
*
clockevents: Make minimum delay adjustments configurable
Martin Schwidefsky
2011-09-08
1
-2
/
+0
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2011-03-15
1
-0
/
+9
|
\
|
*
time: Fix legacy arch fallout
Thomas Gleixner
2011-02-01
1
-0
/
+4
|
*
time: Make do_timer() and xtime_lock local to kernel/time/
Torben Hohn
2011-01-31
1
-0
/
+5
*
|
clockevents: Prevent oneshot mode when broadcast device is periodic
Thomas Gleixner
2011-02-26
1
-0
/
+3
|
/
*
clockevents: Make tick_device_lock static
Thomas Gleixner
2009-12-14
1
-1
/
+0
*
NOHZ: restart tick device from irq_enter()
Thomas Gleixner
2008-10-17
1
-0
/
+2
*
timers: fix build error in !oneshot case
Ingo Molnar
2008-09-23
1
-0
/
+1
*
clockevents: prevent mode mismatch on cpu online
Thomas Gleixner
2008-09-23
1
-0
/
+2
*
clockevents: prevent cpu online to interfere with nohz
Thomas Gleixner
2008-09-23
1
-0
/
+4
*
clockevents: make device shutdown robust
Thomas Gleixner
2008-09-16
1
-0
/
+2
*
clockevents: prevent endless loop lockup
Thomas Gleixner
2008-09-05
1
-0
/
+2
*
timer: clean up tick-broadcast.c
Thomas Gleixner
2008-01-30
1
-2
/
+0
*
highres/dyntick: prevent xtime lock contention
Thomas Gleixner
2007-05-08
1
-0
/
+1
*
[PATCH] clockevents: Fix suspend/resume to disk hangs
Thomas Gleixner
2007-03-16
1
-1
/
+10
[next]