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
/
rcupdate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcu: Add PROVE_RCU_DELAY to provoke difficult races
Paul E. McKenney
2012-09-23
1
-0
/
+4
*
rcu: Consolidate tree/tiny __rcu_read_{,un}lock() implementations
Paul E. McKenney
2012-07-02
1
-0
/
+44
*
rcu: Make exit_rcu() more precise and consolidate
Paul E. McKenney
2012-05-02
1
-0
/
+28
*
rcu: Check for illegal use of RCU from offlined CPUs
Paul E. McKenney
2012-02-21
1
-0
/
+5
*
rcu: Detect illegal rcu dereference in extended quiescent state
Frederic Weisbecker
2011-12-11
1
-0
/
+2
*
rcu: Add failure tracing to rcutorture
Paul E. McKenney
2011-12-11
1
-0
/
+10
*
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
2011-10-31
1
-1
/
+1
*
rcu: Add event-tracing for RCU callback invocation
Paul E. McKenney
2011-09-28
1
-0
/
+5
*
rcu: Abstract common code for RCU grace-period-wait primitives
Paul E. McKenney
2011-09-28
1
-1
/
+20
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
*
rcu: Use WARN_ON_ONCE for DEBUG_OBJECTS_RCU_HEAD warnings
Paul E. McKenney
2011-05-05
1
-6
/
+6
*
rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPT
Mathieu Desnoyers
2011-05-05
1
-5
/
+21
*
rcu: add comment saying why DEBUG_OBJECTS_RCU_HEAD depends on PREEMPT.
Paul E. McKenney
2011-03-04
1
-0
/
+5
*
rcupdate: remove dead code
Amerigo Wang
2011-03-04
1
-5
/
+0
*
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Ingo Molnar
2010-10-07
1
-1
/
+1
|
\
|
*
rcu: move check from rcu_dereference_bh to rcu_read_lock_bh_held
Paul E. McKenney
2010-10-05
1
-1
/
+1
*
|
rcu: define __rcu address space modifier for sparse
Paul E. McKenney
2010-08-19
1
-2
/
+4
|
/
*
tree/tiny rcu: Add debug RCU head objects
Mathieu Desnoyers
2010-06-14
1
-0
/
+160
*
rcu: slim down rcutiny by removing rcu_scheduler_active and friends
Paul E. McKenney
2010-05-10
1
-19
/
+0
*
rcu: create rcu_my_thread_group_empty() wrapper
Paul E. McKenney
2010-05-06
1
-0
/
+11
*
rcu: Make RCU lockdep check the lockdep_recursion variable
Paul E. McKenney
2010-04-19
1
-0
/
+7
*
rcu: Make rcu_read_lock_bh_held() allow for disabled BH
Paul E. McKenney
2010-03-16
1
-0
/
+23
*
rcu: Export rcu_scheduler_active
Paul E. McKenney
2010-02-26
1
-0
/
+1
*
rcu: Make rcu_read_lock_sched_held() take boot time into account
Paul E. McKenney
2010-02-26
1
-0
/
+18
*
rcu: Introduce lockdep-based checking to RCU read-side primitives
Paul E. McKenney
2010-02-25
1
-0
/
+10
*
rcu: Re-arrange code to reduce #ifdef pain
Paul E. McKenney
2009-11-22
1
-104
/
+0
*
rcu: Eliminate unneeded function wrapping
Paul E. McKenney
2009-11-22
1
-22
/
+0
*
rcu: "Tiny RCU", The Bloatwatch Edition
Paul E. McKenney
2009-10-26
1
-0
/
+4
*
rcu: Move rcu_barrier() to rcutree
Paul E. McKenney
2009-10-07
1
-119
/
+1
*
rcu: Replace the rcu_barrier enum with pointer to call_rcu*() function
Paul E. McKenney
2009-10-05
1
-22
/
+10
*
rcu: Fix rcu_lock_map build failure on CONFIG_PROVE_LOCKING=y
Paul E. McKenney
2009-10-05
1
-0
/
+7
*
rcu: Clean up code to address Ingo's checkpatch feedback
Paul E. McKenney
2009-09-23
1
-3
/
+0
*
rcu: Fix whitespace inconsistencies
Paul E. McKenney
2009-09-19
1
-2
/
+2
*
rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCU
Paul E. McKenney
2009-09-18
1
-1
/
+43
*
rcu: Delay rcu_barrier() wait until beginning of next CPU-hotunplug operation.
Paul E. McKenney
2009-08-19
1
-1
/
+2
*
rcu: Simplify RCU CPU-hotplug notification
Paul E. McKenney
2009-08-15
1
-1
/
+15
*
rcu: Add synchronize_sched_expedited() primitive
Paul E. McKenney
2009-07-03
1
-0
/
+25
*
RCU: Don't try and predeclare inline funcs as it upsets some versions of gcc
David Howells
2009-04-15
1
-10
/
+8
*
rcu: rcu_barrier VS cpu_hotplug: Ensure callbacks in dead cpu are migrated to...
Lai Jiangshan
2009-03-31
1
-0
/
+44
*
rcu: Teach RCU that idle task is not quiscent state at boot
Paul E. McKenney
2009-02-26
1
-0
/
+12
*
rcu: eliminate synchronize_rcu_xxx macro
Paul E. McKenney
2009-01-05
1
-2
/
+9
*
rcupdate: fix bug of rcu_barrier*()
Lai Jiangshan
2008-10-21
1
-9
/
+10
*
rcu: fix synchronize_rcu() so that kernel-doc works
Randy Dunlap
2008-08-21
1
-0
/
+1
*
Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2008-07-15
1
-1
/
+1
|
\
|
*
on_each_cpu(): kill unused 'retry' parameter
Jens Axboe
2008-06-26
1
-1
/
+1
*
|
rcu: add rcu_barrier_sched() and rcu_barrier_bh()
Paul E. McKenney
2008-05-19
1
-6
/
+49
*
|
rcu: add call_rcu_sched()
Paul E. McKenney
2008-05-19
1
-18
/
+2
|
/
*
rcupdate: fix comment
Paul E. McKenney
2008-02-13
1
-1
/
+4
*
Preempt-RCU: fix rcu_barrier for preemptive environment.
Paul E. McKenney
2008-01-25
1
-0
/
+10
*
Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.c
Paul E. McKenney
2008-01-25
1
-550
/
+25
[next]