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
/
include
/
linux
/
rcupdate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcu: Document same-context read-side constraints
Paul E. McKenney
2011-12-11
1
-0
/
+15
*
rcu: Remove one layer of abstraction from PROVE_RCU checking
Paul E. McKenney
2011-12-11
1
-45
/
+8
*
rcu: Warn when rcu_read_lock() is used in extended quiescent state
Frederic Weisbecker
2011-12-11
1
-10
/
+42
*
rcu: Detect illegal rcu dereference in extended quiescent state
Frederic Weisbecker
2011-12-11
1
-0
/
+26
*
rcu: Add failure tracing to rcutorture
Paul E. McKenney
2011-12-11
1
-0
/
+8
*
rcu: Track idleness independent of idle tasks
Paul E. McKenney
2011-12-11
1
-17
/
+4
*
rcu: Move __rcu_read_unlock()'s barrier() within if-statement
Paul E. McKenney
2011-09-28
1
-12
/
+2
*
rcu: Improve rcu_assign_pointer() and RCU_INIT_POINTER() documentation
Paul E. McKenney
2011-09-28
1
-7
/
+40
*
rcu: Make rcu_assign_pointer() unconditionally insert a memory barrier
Eric Dumazet
2011-09-28
1
-3
/
+1
*
rcu: Remove unused and redundant interfaces
Paul E. McKenney
2011-09-28
1
-20
/
+0
*
rcu: Add event-tracing for RCU callback invocation
Paul E. McKenney
2011-09-28
1
-50
/
+0
*
rcu: Abstract common code for RCU grace-period-wait primitives
Paul E. McKenney
2011-09-28
1
-57
/
+73
*
rcu: Move rcu_head definition to types.h
Paul E. McKenney
2011-09-28
1
-10
/
+1
*
rcu: Restore checks for blocking in RCU read-side critical sections
Paul E. McKenney
2011-09-28
1
-6
/
+22
*
sched: Isolate preempt counting in its own config option
Frederic Weisbecker
2011-06-10
1
-6
/
+6
*
rcu: introduce kfree_rcu()
Lai Jiangshan
2011-05-05
1
-0
/
+56
*
rcu: add DEBUG_OBJECTS_RCU_HEAD check for alignment
Paul E. McKenney
2011-05-05
1
-0
/
+1
*
rcu: make rcutorture version numbers available through debugfs
Paul E. McKenney
2011-05-05
1
-1
/
+12
*
rcu: create new rcu_access_index() and use in mce
Paul E. McKenney
2011-04-01
1
-0
/
+20
*
rcu: increase synchronize_sched_expedited() batching
Tejun Heo
2010-12-17
1
-0
/
+2
*
rcu,cleanup: move synchronize_sched_expedited() out of sched.c
Lai Jiangshan
2010-11-29
1
-1
/
+0
*
rcu: move TINY_RCU from softirq to kthread
Paul E. McKenney
2010-11-17
1
-1
/
+0
*
rcu: only one evaluation of arg in rcu_dereference_check() unless sparse
Paul E. McKenney
2010-09-23
1
-3
/
+11
*
rcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCU
Paul E. McKenney
2010-08-20
1
-3
/
+72
*
rcu: repair code-duplication FIXMEs
Paul E. McKenney
2010-08-20
1
-0
/
+15
*
rcu: update obsolete rcu_read_lock() comment.
Paul E. McKenney
2010-08-20
1
-1
/
+14
*
rcu: Add a TINY_PREEMPT_RCU
Paul E. McKenney
2010-08-20
1
-2
/
+1
*
rcu head remove init
Mathieu Desnoyers
2010-08-19
1
-6
/
+0
*
rcu: improve kerneldoc for rcu_read_lock(), call_rcu(), and synchronize_rcu()
Paul E. McKenney
2010-08-19
1
-7
/
+9
*
Add RCU check for find_task_by_vpid().
Tetsuo Handa
2010-08-19
1
-5
/
+9
*
rcu: define __rcu address space modifier for sparse
Paul E. McKenney
2010-08-19
1
-139
/
+213
*
rcu: add an rcu_dereference_index_check()
Paul E. McKenney
2010-06-14
1
-0
/
+33
*
tree/tiny rcu: Add debug RCU head objects
Mathieu Desnoyers
2010-06-14
1
-0
/
+49
*
rcu head introduce rcu head init on stack
Mathieu Desnoyers
2010-05-10
1
-0
/
+8
*
rcu: slim down rcutiny by removing rcu_scheduler_active and friends
Paul E. McKenney
2010-05-10
1
-3
/
+1
*
rcu: shrink rcutiny by making synchronize_rcu_bh() be inline
Paul E. McKenney
2010-05-10
1
-2
/
+0
*
rcu: fix now-bogus rcu_scheduler_active comments.
Paul E. McKenney
2010-05-10
1
-2
/
+4
*
rcu: Fix bogus CONFIG_PROVE_LOCKING in comments to reflect reality.
Paul E. McKenney
2010-05-10
1
-7
/
+8
*
rcu: optionally leave lockdep enabled after RCU lockdep splat
Lai Jiangshan
2010-05-10
1
-4
/
+11
*
rcu: create rcu_my_thread_group_empty() wrapper
Paul E. McKenney
2010-05-06
1
-0
/
+2
*
rcu: Make RCU lockdep check the lockdep_recursion variable
Paul E. McKenney
2010-04-19
1
-4
/
+1
*
rcu: Better explain the condition parameter of rcu_dereference_check()
David Howells
2010-04-14
1
-5
/
+23
*
rcu: Add rcu_access_pointer and rcu_dereference_protected
Paul E. McKenney
2010-04-14
1
-0
/
+32
*
rcu: Fix local_irq_disable() CONFIG_PROVE_RCU=y false positives
Lai Jiangshan
2010-03-18
1
-2
/
+2
*
rcu: Make rcu_read_lock_bh_held() allow for disabled BH
Paul E. McKenney
2010-03-16
1
-15
/
+4
*
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2010-03-13
1
-9
/
+36
|
\
|
*
rcu: Suppress RCU lockdep warnings during early boot
Paul E. McKenney
2010-03-04
1
-9
/
+22
|
*
rcu: Make rcu_read_lock_sched_held() handle !PREEMPT
Paul E. McKenney
2010-03-04
1
-0
/
+14
*
|
sysctl extern cleanup: rcu
Dave Young
2010-03-12
1
-0
/
+4
|
/
*
rcu: Make non-RCU_PROVE_LOCKING rcu_read_lock_sched_held() understand boot
Paul E. McKenney
2010-02-27
1
-1
/
+1
[next]