summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-459/+730
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+2
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko-0/+2
2021-06-18sched: Change task_struct::statePeter Zijlstra-8/+8
2021-06-18sched: Introduce task_is_running()Peter Zijlstra-1/+1
2021-05-18Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney-453/+727
2021-05-18tasks-rcu: Make show_rcu_tasks_gp_kthreads() be static inlinePaul E. McKenney-1/+4
2021-05-18rcu-tasks: Make ksoftirqd provide RCU Tasks quiescent statesPaul E. McKenney-0/+1
2021-05-13rcu: Add missing __releases() annotationJules Irenge-0/+1
2021-05-13rcu: Improve comments describing RCU read-side critical sectionsPaul E. McKenney-10/+14
2021-05-12srcu: Early test SRCU polling startFrederic Weisbecker-1/+5
2021-05-12rcu: Fix various typos in commentsIngo Molnar-13/+13
2021-05-12rcu/nocb: Unify timersFrederic Weisbecker-56/+42
2021-05-12rcu/nocb: Prepare for fine-grained deferred wakeupFrederic Weisbecker-10/+11
2021-05-12rcu/nocb: Only cancel nocb timer if not pollingFrederic Weisbecker-7/+7
2021-05-12rcu/nocb: Delete bypass_timer upon nocb_gp wakeupFrederic Weisbecker-0/+2
2021-05-12rcu/nocb: Cancel nocb_timer upon nocb_gp wakeupFrederic Weisbecker-0/+4
2021-05-12rcu/nocb: Allow de-offloading rdp leaderFrederic Weisbecker-4/+0
2021-05-12rcu/nocb: Directly call __wake_nocb_gp() from bypass timerFrederic Weisbecker-2/+3
2021-05-10rcu: Don't penalize priority boosting when there is nothing to boostPaul E. McKenney-3/+14
2021-05-10rcu: Point to documentation of ordering guaranteesPaul E. McKenney-2/+21
2021-05-10rcu: Make rcu_gp_cleanup() be noinline for tracingPaul E. McKenney-1/+1
2021-05-10rcu: Restrict RCU_STRICT_GRACE_PERIOD to at most four CPUsPaul E. McKenney-1/+1
2021-05-10rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GPPaul E. McKenney-2/+3
2021-05-10rcu: Make RCU priority boosting work on single-CPU rcu_node structuresPaul E. McKenney-24/+9
2021-05-10rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() outputPaul E. McKenney-3/+11
2021-05-10rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney-1/+1
2021-05-10rcu: Add ->gp_max to show_rcu_gp_kthreads() outputPaul E. McKenney-1/+2
2021-05-10rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() outputPaul E. McKenney-3/+5
2021-05-10rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney-1/+1
2021-05-10rcu: Improve tree.c comments and add code cleanupsZhouyi Zhou-12/+12
2021-05-10rcu: Remove the unused rcu_irq_exit_preempt() functionPaul E. McKenney-22/+0
2021-05-10rcutorture: Move mem_dump_obj() tests into separate functionPaul E. McKenney-39/+42
2021-05-10rcutorture: Don't count CPU-stalled time against priority boostingPaul E. McKenney-5/+18
2021-05-10rcutorture: Forgive RCU boost failures when CPUs don't pass through QSPaul E. McKenney-26/+79
2021-05-10rcutorture: Make rcu_torture_boost_failed() check for GP endPaul E. McKenney-0/+6
2021-05-10rcutorture: Consolidate rcu_torture_boost() timing and statisticsPaul E. McKenney-10/+4
2021-05-10rcutorture: Delay-based false positives for RCU priority boosting testsPaul E. McKenney-2/+6
2021-05-10rcutorture: Judge RCU priority boosting on grace periods, not callbacksPaul E. McKenney-60/+51
2021-05-10rcutorture: Abstract read-lock-held checksPaul E. McKenney-10/+19
2021-05-10refscale: Add acqrel, lock, and lock-irqPaul E. McKenney-2/+107
2021-05-10rcu-tasks: Add block comment laying out RCU Rude designPaul E. McKenney-2/+7
2021-05-10rcu-tasks: Add block comment laying out RCU Tasks designPaul E. McKenney-0/+40
2021-05-10srcu: Fix broken node geometry after early ssp initFrederic Weisbecker-1/+20
2021-05-10srcu: Initialize SRCU after timersFrederic Weisbecker-8/+5
2021-05-10srcu: Remove superfluous ssp initialization for early callbacksFrederic Weisbecker-1/+0
2021-05-10srcu: Remove superfluous sdp->srcu_lock_count zero fillingFrederic Weisbecker-10/+2
2021-05-10rcu/nocb: Use the rcuog CPU's ->nocb_timerFrederic Weisbecker-64/+77
2021-05-10kvfree_rcu: Refactor kfree_rcu_monitor()Uladzislau Rezki (Sony)-58/+26
2021-05-10kvfree_rcu: Fix comments according to current codeUladzislau Rezki (Sony)-6/+9