summaryrefslogtreecommitdiffstats
path: root/CREDITS
diff options
context:
space:
mode:
authorPaul E. McKenney2012-07-06 14:59:20 +0200
committerPaul E. McKenney2012-07-06 14:59:30 +0200
commit02a0677b0be545a07ffb15a13419efd7c82881e0 (patch)
tree90a5e0699269465c16cc4e247bc5980d0655c3e6 /CREDITS
parentrcu: RCU_SAVE_DYNTICK code no longer ever dead (diff)
parentrcu: Make rcutorture fakewriters invoke rcu_barrier() (diff)
parentrcu: Introduce check for callback list/count mismatch (diff)
parentrcu: Make RCU_FAST_NO_HZ respect nohz= boot parameter (diff)
downloadkernel-qcow2-linux-02a0677b0be545a07ffb15a13419efd7c82881e0.tar.gz
kernel-qcow2-linux-02a0677b0be545a07ffb15a13419efd7c82881e0.tar.xz
kernel-qcow2-linux-02a0677b0be545a07ffb15a13419efd7c82881e0.zip
Merge branches 'bigrtm.2012.07.04a', 'doctorture.2012.07.02a', 'fixes.2012.07.06a' and 'fnh.2012.07.02a' into HEAD
bigrtm: First steps towards getting RCU out of the way of tens-of-microseconds real-time response on systems compiled with NR_CPUS=4096. Also cleanups for and increased concurrency of rcu_barrier() family of primitives. doctorture: rcutorture and documentation improvements. fixes: Miscellaneous fixes. fnh: RCU_FAST_NO_HZ fixes and improvements.