summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney39-575/+1070
2020-01-24rcu: Remove unused stop-machine #includePaul E. McKenney2-2/+0
2020-01-24powerpc: Remove comment about read_barrier_depends()Will Deacon1-2/+0
2020-01-24.mailmap: Add entries for old paulmck@kernel.org addressesPaul E. McKenney1-0/+4
2020-01-24srcu: Apply *_ONCE() to ->srcu_last_gp_endPaul E. McKenney1-3/+4
2020-01-24rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask()Paul E. McKenney1-8/+5
2020-01-24rcu: Move rcu_{expedited,normal} definitions into rcupdate.hBen Dooks2-2/+4
2020-01-24rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.hLai Jiangshan3-22/+22
2020-01-24rcu: Remove the declaration of call_rcu() in tree.hLai Jiangshan1-1/+0
2020-01-24rcu: Fix tracepoint tracking RCU CPU kthread utilizationLai Jiangshan1-1/+1
2020-01-24rcu: Fix harmless omission of "CONFIG_" from #if conditionLai Jiangshan1-2/+2
2020-01-24rcu: Avoid tick_dep_set_cpu() misorderingPaul E. McKenney1-3/+9
2020-01-24rcu: Provide wrappers for uses of ->rcu_read_lock_nestingLai Jiangshan2-21/+36
2020-01-24rcu: Use READ_ONCE() for ->expmask in rcu_read_unlock_special()Paul E. McKenney1-1/+1
2020-01-24rcu: Clear ->rcu_read_unlock_special only onceLai Jiangshan1-16/+3
2020-01-24rcu: Clear .exp_hint only when deferred quiescent state has been reportedLai Jiangshan1-2/+1
2020-01-24rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCULai Jiangshan2-5/+5
2020-01-24rcu: Remove kfree_call_rcu_nobatch()Joel Fernandes (Google)5-33/+5
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)12-159/+90
2020-01-24rcu: Add support for debug_objects debugging for kfree_rcu()Joel Fernandes (Google)1-0/+8
2020-01-24rcu: Add multiple in-flight batches of kfree_rcu() workJoel Fernandes (Google)1-12/+39
2020-01-24rcu: Make kfree_rcu() use a non-atomic ->monitor_todoJoel Fernandes1-6/+10
2020-01-24rcuperf: Add kfree_rcu() performance TestsJoel Fernandes (Google)2-8/+190
2020-01-24rcu: Add basic support for kfree_rcu() batchingByungchul Park4-6/+206
2020-01-10rculist.h: Add list_tail_rcu()Madhuparna Bhowmik1-0/+10
2020-01-10rculist_nulls: Change docbook comment headersMadhuparna Bhowmik1-2/+2
2020-01-10rculist_nulls: Add docbook commentsMadhuparna Bhowmik1-0/+8
2020-01-10rcu: Add a hlist_nulls_unhashed_lockless() functionPaul E. McKenney1-0/+22
2020-01-10rcu: Add and update docbook header comments in list.hPaul E. McKenney1-17/+95
2020-01-10rcu: Use WRITE_ONCE() for assignments to ->pprev for hlist_nullsPaul E. McKenney2-8/+8
2019-12-12rcu: Mark non-global functions and variables as staticPaul E. McKenney2-6/+4
2019-12-12rcu: Remove rcu_swap_protected()Paul E. McKenney1-16/+0
2019-12-12wireless/mediatek: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-2/+2
2019-12-12net/tipc: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-4/+1
2019-12-10doc: Fix typo "deference" to "dereference"Paul E. McKenney1-1/+1
2019-12-10doc: Updated full list of RCU API in whatisRCU.rstMadhuparna Bhowmik1-2/+7
2019-12-10doc: Convert to rcubarrier.txt to ReSTAmol Grover2-97/+126
2019-12-10doc: Convert to rcu_dereference.txt to rcu_dereference.rstAmol Grover2-34/+42
2019-12-10doc: Convert whatisRCU.txt to .rstPhong Tran2-107/+178
2019-12-10doc: Converted NMI-RCU.txt to NMI-RCU.rst.Madhuparna Bhowmik2-25/+29
2019-12-10doc: Convert arrayRCU.txt to arrayRCU.rstMadhuparna Bhowmik2-11/+24
2019-12-09torture: Hoist calls to lscpu to higher-level kvm.sh scriptPaul E. McKenney2-7/+11
2019-12-09torture: Allow "CFLIST" to specify default list of scenariosPaul E. McKenney1-6/+13
2019-12-09rcutorture: Dynamically allocate rcu_fwds structurePaul E. McKenney1-5/+8
2019-12-09rcutorture: Complete threading rcu_fwd pointers through functionsPaul E. McKenney1-18/+21
2019-12-09rcutorture: Move to dynamic initialization of rcu_fwdsPaul E. McKenney1-5/+3
2019-12-09rcutorture: Thread rcu_fwd pointer through forward-progress functionsPaul E. McKenney1-37/+41
2019-12-09rcutorture: Pull callback forward-progress data into rcu_fwd structPaul E. McKenney1-45/+58
2019-12-09rcutorture: Add worst-case call_rcu() forward-progress resultsPaul E. McKenney1-1/+2
2019-12-09torture: Handle systems lacking the mpstat commandPaul E. McKenney1-2/+9