summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2020-02-20rcu: Optimize and protect atomic_cmpxchg() loopPaul E. McKenney-2/+5
2020-02-20rcu/nocb: Add missing annotation for rcu_nocb_bypass_unlock()Jules Irenge-0/+1
2020-02-20rcu: Add missing annotation for rcu_nocb_bypass_lock()Jules Irenge-0/+1
2020-02-20rcu: Don't flag non-starting GPs before GP kthread is runningPaul E. McKenney-15/+20
2020-02-20rcu: Fix rcu_barrier_callback() race conditionPaul E. McKenney-3/+10
2020-02-20rcu: Add WRITE_ONCE() to rcu_state ->gp_startPaul E. McKenney-1/+1
2020-02-20rcu: Remove dead code from rcu_segcblist_insert_pend_cbs()Paul E. McKenney-2/+0
2020-02-20rcu: Add *_ONCE() to rcu_node ->boost_kthread_statusPaul E. McKenney-4/+4
2020-02-20rcu: Add *_ONCE() to rcu_data ->rcu_forced_tickPaul E. McKenney-3/+4
2020-02-20rcu: Add READ_ONCE() to rcu_data ->gpwrapPaul E. McKenney-2/+2
2020-02-20rcu: Fix typos in file-header commentsSeongJae Park-3/+3
2020-02-20rcu: Add *_ONCE() for grace-period progress indicatorsPaul E. McKenney-19/+23
2020-02-20rcu: Add READ_ONCE() to rcu_segcblist ->tails[]Paul E. McKenney-1/+1
2020-02-20rcu: Add WRITE_ONCE() to rcu_node ->qsmaskinitnextPaul E. McKenney-2/+2
2020-02-20rcu: Add WRITE_ONCE() to rcu_state ->gp_req_activityPaul E. McKenney-2/+2
2020-02-20rcu: Add READ_ONCE() to rcu_node ->gp_seqPaul E. McKenney-4/+5
2020-02-20rcu: Add WRITE_ONCE to rcu_node ->exp_seq_rq storePaul E. McKenney-1/+1
2020-02-20rcu: Add WRITE_ONCE() to rcu_node ->qsmask updatePaul E. McKenney-1/+1
2020-02-20rcu: Provide debug symbols and line numbers in KCSAN runsPaul E. McKenney-0/+4
2020-02-20rcu: Fix exp_funnel_lock()/rcu_exp_wait_wake() dataracePaul E. McKenney-1/+1
2020-02-20rcu: Warn on for_each_leaf_node_cpu_mask() from non-leafPaul E. McKenney-2/+4
2020-01-25rcu: Forgive slow expedited grace periods at boot timePaul E. McKenney-1/+0
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney-384/+777
2020-01-24rcu: Remove unused stop-machine #includePaul E. McKenney-2/+0
2020-01-24srcu: Apply *_ONCE() to ->srcu_last_gp_endPaul E. McKenney-3/+4
2020-01-24rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask()Paul E. McKenney-8/+5
2020-01-24rcu: Move rcu_{expedited,normal} definitions into rcupdate.hBen Dooks-2/+0
2020-01-24rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.hLai Jiangshan-22/+22
2020-01-24rcu: Remove the declaration of call_rcu() in tree.hLai Jiangshan-1/+0
2020-01-24rcu: Fix tracepoint tracking RCU CPU kthread utilizationLai Jiangshan-1/+1
2020-01-24rcu: Fix harmless omission of "CONFIG_" from #if conditionLai Jiangshan-2/+2
2020-01-24rcu: Avoid tick_dep_set_cpu() misorderingPaul E. McKenney-3/+9
2020-01-24rcu: Provide wrappers for uses of ->rcu_read_lock_nestingLai Jiangshan-21/+36
2020-01-24rcu: Use READ_ONCE() for ->expmask in rcu_read_unlock_special()Paul E. McKenney-1/+1
2020-01-24rcu: Clear ->rcu_read_unlock_special only onceLai Jiangshan-16/+3
2020-01-24rcu: Clear .exp_hint only when deferred quiescent state has been reportedLai Jiangshan-2/+1
2020-01-24rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCULai Jiangshan-5/+5
2020-01-24rcu: Remove kfree_call_rcu_nobatch()Joel Fernandes (Google)-23/+5
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)-129/+75
2020-01-24rcu: Add support for debug_objects debugging for kfree_rcu()Joel Fernandes (Google)-0/+8
2020-01-24rcu: Add multiple in-flight batches of kfree_rcu() workJoel Fernandes (Google)-12/+39
2020-01-24rcu: Make kfree_rcu() use a non-atomic ->monitor_todoJoel Fernandes-6/+10
2020-01-24rcuperf: Add kfree_rcu() performance TestsJoel Fernandes (Google)-8/+173
2020-01-24rcu: Add basic support for kfree_rcu() batchingByungchul Park-6/+198
2019-12-12rcu: Mark non-global functions and variables as staticPaul E. McKenney-6/+4
2019-12-09rcutorture: Dynamically allocate rcu_fwds structurePaul E. McKenney-5/+8
2019-12-09rcutorture: Complete threading rcu_fwd pointers through functionsPaul E. McKenney-18/+21
2019-12-09rcutorture: Move to dynamic initialization of rcu_fwdsPaul E. McKenney-5/+3
2019-12-09rcutorture: Thread rcu_fwd pointer through forward-progress functionsPaul E. McKenney-37/+41
2019-12-09rcutorture: Pull callback forward-progress data into rcu_fwd structPaul E. McKenney-45/+58