index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
time
/
tick-broadcast.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hrtimers/tick/clockevents: Remove sloppy license references
Thomas Gleixner
2018-11-23
1
-3
/
+0
*
time: Add SPDX license identifiers
Thomas Gleixner
2018-11-23
1
-0
/
+1
*
time: Remove useless filenames in top level comments
Thomas Gleixner
2018-11-23
1
-2
/
+0
*
tick/broadcast: Remove redundant check
Peng Hao
2018-09-28
1
-2
/
+0
*
tick/broadcast: Use for_each_cpu() specially on UP kernels
Dexuan Cui
2018-05-15
1
-0
/
+8
*
tick/broadcast: Make tick_broadcast_setup_oneshot() static
Stephen Boyd
2017-06-12
1
-1
/
+3
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-02-20
1
-7
/
+8
|
\
|
*
tick/broadcast: Reduce lock cacheline contention
Waiman Long
2017-02-04
1
-7
/
+8
*
|
tick/broadcast: Prevent deadlock on tick_broadcast_lock
Mike Galbraith
2017-02-13
1
-8
/
+7
|
/
*
ktime: Get rid of the union
Thomas Gleixner
2016-12-25
1
-12
/
+12
*
tick/broadcast: Prevent NULL pointer dereference
Thomas Gleixner
2016-12-15
1
-0
/
+3
*
tick: Move the export of tick_broadcast_oneshot_control to the proper place
Thomas Gleixner
2015-07-14
1
-1
/
+0
*
tick/broadcast: Prevent NULL pointer dereference
Thomas Gleixner
2015-07-11
1
-8
/
+10
*
tick/broadcast: Handle spurious interrupts gracefully
Thomas Gleixner
2015-07-07
1
-0
/
+7
*
tick/broadcast: Check for hrtimer broadcast active early
Thomas Gleixner
2015-07-07
1
-10
/
+26
*
tick/broadcast: Return busy when IPI is pending
Thomas Gleixner
2015-07-07
1
-3
/
+7
*
tick/broadcast: Return busy if periodic mode and hrtimer broadcast
Thomas Gleixner
2015-07-07
1
-1
/
+5
*
tick/broadcast: Move the check for periodic mode inside state handling
Thomas Gleixner
2015-07-07
1
-14
/
+8
*
tick/broadcast: Prevent deep idle if no broadcast device available
Thomas Gleixner
2015-07-07
1
-0
/
+7
*
tick/broadcast: Make idle check independent from mode and config
Thomas Gleixner
2015-07-07
1
-15
/
+11
*
tick/broadcast: Sanity check the shutdown of the local clock_event
Thomas Gleixner
2015-07-07
1
-7
/
+16
*
tick/broadcast: Prevent hrtimer recursion
Thomas Gleixner
2015-07-07
1
-1
/
+15
*
clockevents: Provide functions to set and get the state
Thomas Gleixner
2015-06-02
1
-6
/
+6
*
clockevents: Use helpers to check the state of a clockevent device
Viresh Kumar
2015-06-02
1
-3
/
+3
*
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
*
clockevents: Cleanup dead cpu explicitely
Thomas Gleixner
2015-04-03
1
-19
/
+20
*
clockevents: Provide explicit broadcast oneshot control functions
Thomas Gleixner
2015-04-03
1
-11
/
+17
*
clockevents: Provide explicit broadcast control functions
Thomas Gleixner
2015-04-03
1
-35
/
+27
*
clockevents: Fix cpu_down() race for hrtimer based broadcasting
Preeti U Murthy
2015-04-02
1
-8
/
+11
*
tick/xen: Provide and use tick_suspend_local() and tick_resume_local()
Thomas Gleixner
2015-04-01
1
-7
/
+17
*
tick: Make tick_resume_broadcast_oneshot() static
Thomas Gleixner
2015-04-01
1
-3
/
+4
*
clockevents: Manage device's state separately for the core
Viresh Kumar
2015-03-27
1
-10
/
+10
*
clockevents: Handle tick device's resume separately
Viresh Kumar
2015-03-27
1
-1
/
+1
*
time: Replace __get_cpu_var uses
Christoph Lameter
2014-08-26
1
-1
/
+1
*
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2014-04-01
1
-11
/
+74
|
\
|
*
tick: Introduce hrtimer based broadcast
Preeti U Murthy
2014-02-07
1
-3
/
+51
|
*
time: Change the return type of clockevents_notify() to integer
Preeti U Murthy
2014-02-07
1
-2
/
+4
|
*
clockevents: Serialize calls to clockevents_update_freq() in the core
Thomas Gleixner
2014-02-07
1
-6
/
+19
*
|
tick: Clear broadcast pending bit when switching to oneshot
Thomas Gleixner
2014-02-13
1
-0
/
+1
|
/
*
nohz: Convert a few places to use local per cpu accesses
Frederic Weisbecker
2013-12-02
1
-3
/
+3
*
tick: broadcast: Deny per-cpu clockevents from being broadcast sources
Soren Brinkmann
2013-10-02
1
-0
/
+1
*
tick: broadcast: Check broadcast mode on CPU hotplug
Stephen Boyd
2013-07-12
1
-1
/
+4
*
Merge branch 'timers/posix-cpu-timers-for-tglx' of
Thomas Gleixner
2013-07-04
1
-7
/
+12
|
\
|
*
tick: Fix tick_broadcast_pending_mask not cleared
Daniel Lezcano
2013-06-21
1
-2
/
+5
|
*
tick: Remove useless timekeeping duty attribution to broadcast source
Jiri Bohac
2013-05-31
1
-4
/
+0
|
*
tick: Cure broadcast false positive pending bit warning
Thomas Gleixner
2013-05-28
1
-1
/
+7
*
|
tick: Sanitize broadcast control logic
Thomas Gleixner
2013-07-02
1
-11
/
+59
*
|
tick: Prevent uncontrolled switch to oneshot mode
Thomas Gleixner
2013-07-02
1
-1
/
+9
*
|
tick: Make oneshot broadcast robust vs. CPU offlining
Thomas Gleixner
2013-07-02
1
-2
/
+11
[next]