summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2010-10-2160-474/+1454
|\
| * sched: fix RCU lockdep splat from task_group()Peter Zijlstra2010-10-071-0/+12
| * rcu: using ACCESS_ONCE() to observe the jiffies_stall/rnp->qsmask valueDongdong Deng2010-10-071-2/+2
| * sched: suppress RCU lockdep splat in task_fork_fairPaul E. McKenney2010-10-071-1/+4
| * net: suppress RCU lockdep false positive in sock_update_classidPaul E. McKenney2010-10-071-1/+4
| * Merge commit 'v2.6.36-rc7' into core/rcuIngo Molnar2010-10-07705-3738/+6532
| |\
| * \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2010-10-07730-12169/+12282
| |\ \
| | * | rcu: move check from rcu_dereference_bh to rcu_read_lock_bh_heldPaul E. McKenney2010-10-052-2/+2
| * | | rcu: Add advice to PROVE_RCU_REPEATEDLY kernel config parameterPaul E. McKenney2010-09-231-0/+4
| * | | rcu: Add tracing data to support queueing modelsPaul E. McKenney2010-09-234-4/+25
| * | | rcu: fix sparse errors in rcutorture.cPaul E. McKenney2010-09-231-4/+7
| * | | rcu: only one evaluation of arg in rcu_dereference_check() unless sparsePaul E. McKenney2010-09-231-3/+11
| * | | kernel: Remove undead ifdef CONFIG_DEBUG_LOCK_ALLOCChristian Dietrich2010-09-231-2/+0
| * | | rcu: fix _oddness handling of verbose stall warningsPaul E. McKenney2010-09-021-1/+1
| * | | rcu: performance fixes to TINY_PREEMPT_RCU callback checkingPaul E. McKenney2010-08-271-4/+8
| * | | rcu: upgrade stallwarn.txt documentation for CPU-bound RT processesPaul E. McKenney2010-08-231-0/+18
| * | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2010-08-2354-458/+1364
| |\ \ \
| | * | | vhost: add __rcu annotationsArnd Bergmann2010-08-213-13/+35
| | * | | rcu: add comment stating that list_empty() applies to RCU-protected listsPaul E. McKenney2010-08-201-0/+9
| | * | | rcu: apply TINY_PREEMPT_RCU read-side speedup to TREE_PREEMPT_RCUPaul E. McKenney2010-08-201-2/+4
| | * | | rcu: combine duplicate code, courtesy of CONFIG_PREEMPT_RCUPaul E. McKenney2010-08-204-113/+72
| | * | | rcu: Upgrade srcu_read_lock() docbook about SRCU grace periodsPaul E. McKenney2010-08-201-1/+6
| | * | | rcu: document ways of stalling updates in low-memory situationsPaul E. McKenney2010-08-201-7/+16
| | * | | rcu: repair code-duplication FIXMEsPaul E. McKenney2010-08-205-20/+15
| | * | | rcu: permit suppressing current grace period's CPU stall warningsPaul E. McKenney2010-08-205-0/+44
| | * | | rcu: refer RCU CPU stall-warning victims to stallwarn.txtPaul E. McKenney2010-08-201-2/+10
| | * | | rcu: update obsolete rcu_read_lock() comment.Paul E. McKenney2010-08-201-1/+14
| | * | | rcu: Add a TINY_PREEMPT_RCUPaul E. McKenney2010-08-2010-68/+717
| | * | | rcu: Fix RCU_FANOUT help messagePaul E. McKenney2010-08-191-3/+6
| | * | | rcu: Allow RCU CPU stall warnings to be off at boot, but manually enablablePaul E. McKenney2010-08-193-1/+20
| | * | | rcu: restrict TREE_RCU to SMP builds with !PREEMPTPaul E. McKenney2010-08-191-0/+1
| | * | | rcu: allow RCU CPU stall warning messages to be controlled in /sysPaul E. McKenney2010-08-191-1/+1
| | * | | Update call_rcu() usage, add synchronize_rcu()Paul E. McKenney2010-08-191-2/+4
| | * | | Update documentation to note the passage of INIT_RCU_HEAD()Paul E. McKenney2010-08-191-8/+0
| | * | | rcu head remove initMathieu Desnoyers2010-08-191-6/+0
| | * | | kernel: __rcu annotationsArnd Bergmann2010-08-196-11/+11
| | * | | idr: __rcu annotationsArnd Bergmann2010-08-191-2/+2
| | * | | radix-tree: __rcu annotationsArnd Bergmann2010-08-192-2/+4
| | * | | notifiers: __rcu annotationsArnd Bergmann2010-08-191-5/+5
| | * | | rcu: improve kerneldoc for rcu_read_lock(), call_rcu(), and synchronize_rcu()Paul E. McKenney2010-08-192-10/+14
| | * | | rcu: add boot parameter to suppress RCU CPU stall warning messagesPaul E. McKenney2010-08-191-3/+8
| | * | | rcu: make CPU stall warning timeout configurablePaul E. McKenney2010-08-192-2/+14
| | * | | Add RCU check for find_task_by_vpid().Tetsuo Handa2010-08-192-5/+10
| | * | | rcu: simplify the usage of percpu dataLai Jiangshan2010-08-194-31/+19
| | * | | rcutorture: add random preemptionLai Jiangshan2010-08-191-0/+6
| | * | | rcu: add shiny new debug assists to Documentation/RCU/checklist.txtPaul E. McKenney2010-08-191-0/+23
| | * | | kvm: add __rcu annotationsArnd Bergmann2010-08-191-1/+1
| | * | | net/netfilter: __rcu annotationsArnd Bergmann2010-08-198-10/+10
| | * | | input: __rcu annotationsArnd Bergmann2010-08-192-2/+2
| | * | | nfs: __rcu annotationsArnd Bergmann2010-08-192-3/+3
OpenPOWER on IntegriCloud