aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@linux.ibm.com>2018-12-01 12:43:16 -0800
committerPaul E. McKenney <paulmck@linux.ibm.com>2018-12-01 12:43:16 -0800
commiteaaf055f27a0eaaed0cdb0d3aa8d7fb892829ccb (patch)
treef8bb64c152e028df61689aa245c2ebbdadcc5c74
parentrcu: Eliminate BUG_ON() for kernel/rcu/update.c (diff)
parentrcutorture/formal: Replace synchronize_sched() with synchronize_rcu() (diff)
parentdoc: Fix "struction" typo in RCU memory-ordering documentation (diff)
parentcheckpatch.pl: Suggest lockdep instead of asserting !spin_is_locked() (diff)
parentrcutorture: Make use of nolibc when available (diff)
parentKVM: arm/arm64: vgic: Replace spin_is_locked() with lockdep (diff)
parentsrcu: Use "ssp" instead of "sp" for srcu_struct pointer (diff)
downloadlinux-dev-eaaf055f27a0eaaed0cdb0d3aa8d7fb892829ccb.tar.xz
linux-dev-eaaf055f27a0eaaed0cdb0d3aa8d7fb892829ccb.zip
Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a', 'fixes.2018.11.12a', 'initrd.2018.11.08b', 'sil.2018.11.12a' and 'srcu.2018.11.27a' into HEAD
bug.2018.11.12a: Get rid of BUG_ON() and friends consolidate.2018.12.01a: Continued RCU flavor-consolidation cleanup doc.2018.11.12a: Documentation updates fixes.2018.11.12a: Miscellaneous fixes initrd.2018.11.08b: Automate creation of rcutorture initrd sil.2018.11.12a: Remove more spin_unlock_wait() calls