aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-12rcu/nocb: Allow de-offloading rdp leaderFrederic Weisbecker1-4/+0
2021-05-12rcu/nocb: Directly call __wake_nocb_gp() from bypass timerFrederic Weisbecker1-2/+3
2021-05-10rcu: Don't penalize priority boosting when there is nothing to boostPaul E. McKenney1-3/+14
2021-05-10rcu: Point to documentation of ordering guaranteesPaul E. McKenney2-2/+21
2021-05-10rcu: Make rcu_gp_cleanup() be noinline for tracingPaul E. McKenney1-1/+1
2021-05-10rcu: Restrict RCU_STRICT_GRACE_PERIOD to at most four CPUsPaul E. McKenney1-1/+1
2021-05-10rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GPPaul E. McKenney1-2/+3
2021-05-10rcu: Make RCU priority boosting work on single-CPU rcu_node structuresPaul E. McKenney3-24/+9
2021-05-10rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() outputPaul E. McKenney3-3/+11
2021-05-10rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney1-1/+1
2021-05-10rcu: Add ->gp_max to show_rcu_gp_kthreads() outputPaul E. McKenney1-1/+2
2021-05-10rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() outputPaul E. McKenney1-3/+5
2021-05-10rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney1-1/+1
2021-05-10rcu: Improve tree.c comments and add code cleanupsZhouyi Zhou1-12/+12
2021-05-10rcu: Remove the unused rcu_irq_exit_preempt() functionPaul E. McKenney1-22/+0
2021-05-10rcutorture: Move mem_dump_obj() tests into separate functionPaul E. McKenney1-39/+42
2021-05-10rcutorture: Don't count CPU-stalled time against priority boostingPaul E. McKenney2-5/+18
2021-05-10rcutorture: Forgive RCU boost failures when CPUs don't pass through QSPaul E. McKenney3-26/+79
2021-05-10rcutorture: Make rcu_torture_boost_failed() check for GP endPaul E. McKenney1-0/+6
2021-05-10rcutorture: Consolidate rcu_torture_boost() timing and statisticsPaul E. McKenney1-10/+4
2021-05-10rcutorture: Delay-based false positives for RCU priority boosting testsPaul E. McKenney1-2/+6
2021-05-10rcutorture: Judge RCU priority boosting on grace periods, not callbacksPaul E. McKenney1-60/+51
2021-05-10rcutorture: Abstract read-lock-held checksPaul E. McKenney1-10/+19
2021-05-10refscale: Add acqrel, lock, and lock-irqPaul E. McKenney1-2/+107
2021-05-10rcu-tasks: Add block comment laying out RCU Rude designPaul E. McKenney1-2/+7
2021-05-10rcu-tasks: Add block comment laying out RCU Tasks designPaul E. McKenney1-0/+40
2021-05-10srcu: Fix broken node geometry after early ssp initFrederic Weisbecker3-1/+20
2021-05-10srcu: Initialize SRCU after timersFrederic Weisbecker4-8/+5
2021-05-10srcu: Remove superfluous ssp initialization for early callbacksFrederic Weisbecker1-1/+0
2021-05-10srcu: Remove superfluous sdp->srcu_lock_count zero fillingFrederic Weisbecker1-10/+2
2021-05-10rcu/nocb: Use the rcuog CPU's ->nocb_timerFrederic Weisbecker2-64/+77
2021-05-10kvfree_rcu: Refactor kfree_rcu_monitor()Uladzislau Rezki (Sony)1-58/+26
2021-05-10kvfree_rcu: Fix comments according to current codeUladzislau Rezki (Sony)1-6/+9
2021-05-10kvfree_rcu: Use kfree_rcu_monitor() instead of open-coded variantUladzislau Rezki (Sony)1-7/+1
2021-05-10kvfree_rcu: Update "monitor_todo" once a batch is startedUladzislau Rezki (Sony)1-2/+1
2021-05-10kvfree_rcu: Add a bulk-list check when a scheduler is runUladzislau Rezki (Sony)1-1/+2
2021-05-10kvfree_rcu: Use [READ/WRITE]_ONCE() macros to access to nr_bkv_objsUladzislau Rezki (Sony)1-10/+4
2021-05-10kvfree_rcu: Release a page cache under memory pressureZhang Qiang1-9/+73
2021-05-10rcu: Fix typo in comment: kthead -> kthreadRolf Eike Beer1-1/+1
2021-05-10rcu/tree_plugin: Don't handle the case of 'all' CPU rangeYury Norov1-6/+3
2021-03-24Merge branches 'bitmaprange.2021.03.08a', 'fixes.2021.03.15a', 'kvfree_rcu.2021.03.08a', 'mmdumpobj.2021.03.08a', 'nocb.2021.03.15a', 'poll.2021.03.24a', 'rt.2021.03.08a', 'tasks.2021.03.08a', 'torture.2021.03.08a' and 'torturescript.2021.03.22a' into HEADPaul E. McKenney9-158/+451
2021-03-24rcutorture: Test start_poll_synchronize_rcu() and poll_state_synchronize_rcu()Paul E. McKenney1-9/+3
2021-03-24rcu: Provide polling interfaces for Tiny RCU grace periodsPaul E. McKenney1-0/+40
2021-03-22rcu: Provide polling interfaces for Tree RCU grace periodsPaul E. McKenney1-7/+68
2021-03-15rcu/nocb: Move trace_rcu_nocb_wake() calls outside nocb_lock when possibleFrederic Weisbecker1-3/+3
2021-03-15rcu/nocb: Remove stale comment above rcu_segcblist_offload()Frederic Weisbecker1-2/+1
2021-03-15rcu/nocb: Disable bypass when CPU isn't completely offloadedFrederic Weisbecker1-9/+29
2021-03-15rcu/nocb: Fix missed nocb_timer requeueFrederic Weisbecker1-2/+5
2021-03-15rcu: Make nocb_nobypass_lim_per_jiffy staticJiapeng Chong1-1/+1
2021-03-15rcu/tree: Add a trace event for RCU CPU stall warningsSangmoon Kim2-0/+3