aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/rcu
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-15rcu: Add explicit barrier() to __rcu_read_unlock()Paul E. McKenney1-1/+2
2021-03-08rcutorture: Replace rcu_torture_stall string with %sStephen Zhang1-3/+3
2021-03-08rcu-tasks: Add block comment laying out RCU Tasks Trace designPaul E. McKenney1-0/+36
2021-03-08rcu-tasks: Rectify kernel-doc for struct rcu_tasksLukas Bulwahn1-2/+2
2021-03-08rcu: Make rcu_read_unlock_special() expedite strict grace periodsPaul E. McKenney1-0/+1
2021-03-08rcutorture: Fix testing of RCU priority boostingPaul E. McKenney1-14/+22
2021-03-08rcu: Expedite deboost in case of deferred quiescent statePaul E. McKenney1-12/+14
2021-03-08rcu/nocb: Rename nocb_gp_update_state to nocb_gp_update_state_deoffloadingFrederic Weisbecker1-4/+5
2021-03-08rcu/nocb: Only (re-)initialize segcblist when needed on CPU upFrederic Weisbecker1-5/+4
2021-03-08rcu/nocb: Avoid confusing double write of rdp->nocb_cb_sleepFrederic Weisbecker1-3/+4
2021-03-08rcu/nocb: Forbid NOCB toggling on offline CPUsFrederic Weisbecker2-38/+22
2021-03-08rcu/nocb: Comment the reason behind BH disablement on batch processingFrederic Weisbecker1-0/+6
2021-03-08rcu/nocb: Detect unsafe checks for offloaded rdpFrederic Weisbecker2-24/+87
2021-03-08rcutorture: Add crude tests for mem_dump_obj()Paul E. McKenney1-0/+39
2021-03-08rcuscale: Add kfree_rcu() single-argument scale testUladzislau Rezki (Sony)1-1/+14
2021-03-08kvfree_rcu: Use same set of GFP flags as does single-argumentUladzislau Rezki (Sony)1-1/+1
2021-03-08kvfree_rcu: Replace __GFP_RETRY_MAYFAIL by __GFP_NORETRYUladzislau Rezki (Sony)1-1/+13
2021-03-08kvfree_rcu: Make krc_this_cpu_unlock() use raw_spin_unlock_irqrestore()Paul E. McKenney1-2/+1
2021-03-08kvfree_rcu: Use __GFP_NOMEMALLOC for single-argument kvfree_rcu()Paul E. McKenney1-1/+1