aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree_exp.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-12rcu: Fix spelling mistake "greate"->"great"Mukesh Ojha1-1/+1
2019-08-01rcu: Add destroy_work_on_stack() to match INIT_WORK_ONSTACK()Paul E. McKenney1-1/+5
2019-06-19Merge branches 'consolidate.2019.05.28a', 'doc.2019.05.28a', 'fixes.2019.06.13a', 'srcu.2019.05.28a', 'sync.2019.05.28a' and 'torture.2019.05.28a' into HEADPaul E. McKenney1-2/+1
2019-06-13rcu: Upgrade sync_exp_work_done() to smp_mb()Paul E. McKenney1-2/+1
2019-05-28rcu: Remove unused rdp local from synchronize_rcu_expedited()Jiang Biao1-2/+0
2019-05-28rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qsPaul E. McKenney1-4/+4
2019-05-25rcu: Avoid self-IPI in sync_sched_exp_online_cleanup()Paul E. McKenney1-6/+29
2019-05-25rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus()Paul E. McKenney1-0/+5
2019-04-09Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.26b', 'srcu.2019.03.26b', 'stall.2019.03.26b' and 'torture.2019.03.26b' into HEADPaul E. McKenney1-2/+34
2019-03-26rcu: Move rcu_print_task_exp_stall() to tree_exp.hPaul E. McKenney1-0/+32
2019-03-26rcu: Correct READ_ONCE()/WRITE_ONCE() for ->rcu_read_unlock_specialPaul E. McKenney1-1/+1
2019-03-26rcu: Fix typo in tree_exp.h commentPaul E. McKenney1-1/+1
2019-02-09Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'spdx.2019.02.09a', 'srcu.2019.01.26a' and 'torture.2019.01.26a' into HEADPaul E. McKenney1-17/+2
2019-02-09rcu/tree: Convert to SPDX license identifierPaul E. McKenney1-15/+2
2019-01-25rcu: Remove preemption disabling from expedited CPU selectionPaul E. McKenney1-2/+0
2019-01-25rcu: Inline _synchronize_rcu_expedited() into synchronize_rcu_expedited()Paul E. McKenney1-45/+36
2019-01-25rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu()Paul E. McKenney1-27/+0
2019-01-25rcu: Consolidate PREEMPT and !PREEMPT synchronize_rcu_expedited()Paul E. McKenney1-56/+49
2019-01-25rcu: Determine expedited-GP IPI handler at build timePaul E. McKenney1-16/+14
2019-01-25rcu: Make expedited IPI handler return after handling critical sectionPaul E. McKenney1-0/+1
2018-11-12rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney1-1/+3
2018-11-11rcu: Stop expedited grace periods from relying on stop-machinePaul E. McKenney1-2/+4
2018-08-30rcu: Switch ->dynticks to rcu_data structure, remove rcu_dynticksPaul E. McKenney1-4/+2
2018-08-30rcu: Switch urgent quiescent-state requests to rcu_data structurePaul E. McKenney1-1/+1
2018-08-30rcu: Avoid resched_cpu() when rescheduling the current CPUPaul E. McKenney1-7/+10
2018-08-30rcu: Clean up flavor-related definitions and comments in tree_exp.hPaul E. McKenney1-11/+11
2018-08-30rcu: Remove rsp parameter from rcu_node tree accessor macrosPaul E. McKenney1-9/+9
2018-08-30rcu: Remove rsp parameter from expedited grace-period functionsPaul E. McKenney1-99/+86
2018-08-30rcu: Remove rsp parameter from rcu_get_root()Paul E. McKenney1-3/+3
2018-08-30rcu: Remove rcu_state_p pointer to default rcu_state structurePaul E. McKenney1-1/+1
2018-08-30rcu: Remove rcu_state structure's ->rda fieldPaul E. McKenney1-10/+9
2018-08-30rcu: Eliminate rcu_state structure's ->call fieldPaul E. McKenney1-1/+1
2018-08-30rcu: Define RCU-sched API in terms of RCU for Tree RCU PREEMPT buildsPaul E. McKenney1-76/+77
2018-08-30rcu: Drop "wake" parameter from rcu_report_exp_rdp()Paul E. McKenney1-5/+4
2018-08-30rcu: Defer reporting RCU-preempt quiescent states when disabledPaul E. McKenney1-16/+55
2018-08-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-07-12rcu: Make expedited GPs handle CPU 0 being offlineBoqun Feng1-1/+8
2018-06-25rcu: Make expedited grace period use direct call on last leafPaul E. McKenney1-2/+3
2018-06-20sched/swait: Rename to exclusivePeter Zijlstra1-2/+2
2018-05-15Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and 'torture.2018.05.15a' into HEADPaul E. McKenney1-8/+5
2018-05-15rcu: Remove deprecated RCU debugfs tracing codeByungchul Park1-8/+5
2018-05-15rcu: exp: Protect all sync_rcu_preempt_exp_done() with rcu_node lockBoqun Feng1-3/+25
2018-05-15rcu: exp: Fix "must hold exp_mutex" comments for QS reporting functionsBoqun Feng1-7/+3
2018-05-15rcu: Parallelize expedited grace-period initializationPaul E. McKenney1-78/+106
2018-02-23rcu: Create RCU-specific workqueues with rescuersPaul E. McKenney1-1/+1
2018-02-20rcu: Make expedited RCU CPU selection avoid unnecessary storesPaul E. McKenney1-7/+14
2018-02-20rcu: Trace expedited GP delays due to transitioning CPUsPaul E. McKenney1-1/+2
2018-02-20rcu: Add more tracing of expedited grace periodsPaul E. McKenney1-0/+12
2017-07-25rcu: Make expedited GPs correctly handle hardware CPU insertionPaul E. McKenney1-1/+1
2017-06-08rcu: Make sync_rcu_preempt_exp_done() return boolPaul E. McKenney1-1/+1