index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
Commit message (
Expand
)
Author
Age
Files
Lines
*
srcu: Use rcu_segcblist to track SRCU callbacks
Paul E. McKenney
2017-04-18
4
-799
/
+38
*
srcu: Add grace-period sequence numbers
Paul E. McKenney
2017-04-18
1
-4
/
+23
*
srcu: Move to state-based grace-period sequencing
Paul E. McKenney
2017-04-18
1
-50
/
+61
*
srcu: Push srcu_advance_batches() fastpath into common case
Paul E. McKenney
2017-04-18
1
-20
/
+7
*
rcu: Fix warning in rcu_seq_end()
Dmitry Vyukov
2017-04-18
1
-1
/
+1
*
rcu: Expedited wakeups need to be fully ordered
Paul E. McKenney
2017-04-18
1
-0
/
+2
*
srcu: Move rcu_seq_start() and friends to rcu.h
Paul E. McKenney
2017-04-18
2
-35
/
+40
*
rcu: Add single-element dequeue functions to rcu_segcblist
Paul E. McKenney
2017-04-18
1
-0
/
+45
*
srcu: Allow early boot use of synchronize_srcu()
Paul E. McKenney
2017-04-18
1
-0
/
+2
*
srcu: Allow SRCU to access rcu_scheduler_active
Paul E. McKenney
2017-04-18
4
-35
/
+40
*
srcu: Abstract multi-tail callback list handling
Paul E. McKenney
2017-04-18
5
-309
/
+780
*
rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changed
Paul E. McKenney
2017-04-18
1
-5
/
+1
*
rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actions
Paul E. McKenney
2017-04-18
4
-17
/
+34
*
rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()
Paul E. McKenney
2017-04-18
2
-52
/
+13
*
rcu: Pull rcu_qs_ctr into rcu_dynticks structure
Paul E. McKenney
2017-04-18
3
-13
/
+9
*
rcu: Pull rcu_sched_qs_mask into rcu_dynticks structure
Paul E. McKenney
2017-04-18
2
-7
/
+6
*
rcu: Semicolon inside RCU_TRACE() for tree.c
Paul E. McKenney
2017-04-18
1
-4
/
+4
*
rcu: Semicolon inside RCU_TRACE() for Tiny RCU
Paul E. McKenney
2017-04-18
2
-12
/
+12
*
rcu: Semicolon inside RCU_TRACE() for rcu.h
Paul E. McKenney
2017-04-18
1
-2
/
+2
*
srcu: Check for tardy grace-period activity in cleanup_srcu_struct()
Paul E. McKenney
2017-04-18
1
-2
/
+13
*
srcu: Consolidate batch checking into rcu_all_batches_empty()
Paul E. McKenney
2017-04-18
1
-8
/
+13
*
rcu: Maintain special bits at bottom of ->dynticks counter
Paul E. McKenney
2017-04-18
2
-16
/
+62
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
3
-0
/
+3
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>
Ingo Molnar
2017-03-02
1
-0
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-1
/
+1
*
sched/headers: Prepare for new header dependencies before moving code to <uap...
Ingo Molnar
2017-03-02
4
-0
/
+4
*
rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...
Ingo Molnar
2017-03-02
4
-3
/
+16
*
-
-
-
.
Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',...
Paul E. McKenney
2017-01-25
9
-200
/
+297
|
\
\
\
|
|
|
*
srcu: Reduce probability of SRCU ->unlock_count[] counter overflow
Paul E. McKenney
2017-01-25
1
-1
/
+10
|
|
|
*
srcu: Force full grace-period ordering
Paul E. McKenney
2017-01-25
2
-14
/
+8
|
|
|
*
srcu: Implement more-efficient reader counts
Lance Roy
2017-01-25
2
-80
/
+61
|
|
_
|
/
|
/
|
|
|
|
*
rcu: Add lockdep checks to synchronous expedited primitives
Paul E. McKenney
2017-01-23
1
-0
/
+10
|
|
*
rcu: Eliminate unused expedited_normal counter
Paul E. McKenney
2017-01-23
2
-3
/
+1
|
|
*
rcu: Fix comment in rcu_organize_nocb_kthreads()
Paul E. McKenney
2017-01-23
1
-2
/
+3
|
|
*
rcu: Make rcu_cpu_starting() use its "cpu" argument
Paul E. McKenney
2017-01-23
1
-1
/
+1
|
|
*
rcu: Add comment headers to expedited-grace-period counter functions
Paul E. McKenney
2017-01-23
1
-1
/
+17
|
|
*
rcu: Don't wake rcuc/X kthreads on NOCB CPUs
Paul E. McKenney
2017-01-23
1
-1
/
+1
|
|
*
rcu: Once again use NMI-based stack traces in stall warnings
Paul E. McKenney
2017-01-23
1
-5
/
+7
|
|
*
rcu: Remove short-term CPU kicking
Paul E. McKenney
2017-01-23
1
-5
/
+0
|
|
*
rcu: Add long-term CPU kicking
Paul E. McKenney
2017-01-23
1
-0
/
+6
|
|
*
rcu: Remove unused but set variable
Tobias Klauser
2017-01-23
1
-2
/
+0
|
|
*
rcu: Remove unneeded rcu_process_callbacks() declarations
Paul E. McKenney
2017-01-23
1
-2
/
+0
|
|
*
rcu: Only dump stalled-tasks stacks if there was a real stall
Byungchul Park
2017-01-23
1
-3
/
+3
|
|
*
rcu: update: Make RCU_EXPEDITE_BOOT be the default
Sebastian Andrzej Siewior
2017-01-16
1
-4
/
+2
|
|
/
|
/
|
|
*
rcu: Adjust FQS offline checks for exact online-CPU detection
Paul E. McKenney
2017-01-23
1
-15
/
+2
|
*
rcu: Check cond_resched_rcu_qs() state less often to reduce GP overhead
Paul E. McKenney
2017-01-23
1
-12
/
+34
|
*
rcu: Abstract extended quiescent state determination
Paul E. McKenney
2017-01-23
5
-19
/
+45
|
*
rcu: Abstract dynticks extended quiescent state enter/exit operations
Paul E. McKenney
2017-01-23
1
-26
/
+62
|
*
rcu: Abstract the dynticks snapshot operation
Paul E. McKenney
2017-01-16
2
-7
/
+18
[next]