summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2018-01-31Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-0/+2
2017-12-11Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...Paul E. McKenney-308/+219
2017-12-11torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney-10/+2
2017-12-11rcutorture: Preempt RCU-preempt readers more vigorouslyPaul E. McKenney-1/+1
2017-12-11torture: Reduce #ifdefs for preempt_schedule()Paul E. McKenney-3/+1
2017-12-11rcu: Remove have_rcu_nocb_mask from tree_plugin.hRakib Mullick-7/+4
2017-12-11rcu: Add comment giving debug strategy for double call_rcu()Paul E. McKenney-0/+5
2017-12-07rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modulesPaul E. McKenney-0/+2
2017-11-28srcu: Prohibit call_srcu() use under raw spinlocksPaul E. McKenney-41/+68
2017-11-28rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug codePaul E. McKenney-22/+2
2017-11-28rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit()Paul E. McKenney-32/+18
2017-11-28rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter()Paul E. McKenney-27/+16
2017-11-28rcu: Avoid ->dynticks_nesting store tearingPaul E. McKenney-3/+3
2017-11-28rcu: Stop duplicating lockdep checks in RCU's idle-entry codePaul E. McKenney-11/+0
2017-11-28rcu: Add ->dynticks field to rcu_dyntick trace eventPaul E. McKenney-9/+7
2017-11-28rcu: Shrink ->dynticks_{nmi_,}nesting from long long to longPaul E. McKenney-7/+7
2017-11-28rcu: Add tracing to irq/NMI dyntick-idle transitionsPaul E. McKenney-0/+6
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney-20/+2
2017-11-27rcu: Make ->dynticks_nesting be a simple counterPaul E. McKenney-47/+21
2017-11-27rcu: Define rcu_irq_{enter,exit}() in terms of rcu_nmi_{enter,exit}()Paul E. McKenney-38/+21
2017-11-27rcu: Clamp ->dynticks_nmi_nesting at eqs entry/exitPaul E. McKenney-0/+4
2017-11-27rcu: Move rcu_nmi_{enter,exit}() to prepare for consolidationPaul E. McKenney-75/+75
2017-11-27rcu: Reduce dyntick-idle state spacePaul E. McKenney-12/+11
2017-11-27rcu: Avoid ->dynticks_nmi_nesting store tearingPaul E. McKenney-3/+5
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-6/+7
2017-11-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+4
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-13/+13
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-62/+187
2017-11-08rcu: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker-13/+13
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-12/+18
2017-11-02rcu: Convert timers to use timer_setup()Kees Cook-6/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker-2/+2
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker-0/+2
2017-10-24Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-62/+187
2017-10-20Merge branches 'doc.2017.10.20a', 'fixes.2017.10.19a', 'stall.2017.10.09a' an...Paul E. McKenney-62/+187
2017-10-20srcu: Add parameters to SRCU docbook commentsPaul E. McKenney-1/+1
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney-12/+17
2017-10-19rcu/segcblist: Include rcupdate.hSebastian Andrzej Siewior-0/+1
2017-10-19rcu: Add extended-quiescent-state testing advicePaul E. McKenney-0/+30
2017-10-19rcu: Suppress lockdep false-positive ->boost_mtx complaintsPaul E. McKenney-1/+1
2017-10-19rcu: Do not include rtmutex_common.h unconditionallySebastian Andrzej Siewior-2/+1
2017-10-09rcutorture: Dump writer stack if stalledPaul E. McKenney-0/+6
2017-10-09rcutorture: Add interrupt-disable capability to stall-warning testsPaul E. McKenney-5/+13
2017-10-09rcu: Suppress RCU CPU stall warnings while dumping tracePaul E. McKenney-0/+18
2017-10-09rcu: Turn off tracing before dumping tracePaul E. McKenney-1/+3
2017-10-09rcu: Make RCU CPU stall warnings check for irq-disabled CPUsPaul E. McKenney-13/+103
2017-10-09sched,rcu: Make cond_resched() provide RCU quiescent statePaul E. McKenney-20/+5
2017-10-09rcu: Create call_rcu_tasks() kthread at boot timePaul E. McKenney-19/+5
2017-10-09rcu: Fix up pending cbs check in rcu_prepare_for_idleNeeraj Upadhyay-1/+1