summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2021-05-10rcu: Restrict RCU_STRICT_GRACE_PERIOD to at most four CPUsPaul E. McKenney
2021-05-10rcu: Make show_rcu_gp_kthreads() dump rcu_node structures blocking GPPaul E. McKenney
2021-05-10rcu: Make RCU priority boosting work on single-CPU rcu_node structuresPaul E. McKenney
2021-05-10rcu: Add quiescent states and boost states to show_rcu_gp_kthreads() outputPaul E. McKenney
2021-05-10rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney
2021-05-10rcu: Add ->gp_max to show_rcu_gp_kthreads() outputPaul E. McKenney
2021-05-10rcu: Add ->rt_priority and ->gp_start to show_rcu_gp_kthreads() outputPaul E. McKenney
2021-05-10rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney
2021-05-10rcu: Improve tree.c comments and add code cleanupsZhouyi Zhou
2021-05-10rcu: Remove the unused rcu_irq_exit_preempt() functionPaul E. McKenney
2021-05-10rcu: Fix typo in comment: kthead -> kthreadRolf Eike Beer
2021-03-24Merge branches 'bitmaprange.2021.03.08a', 'fixes.2021.03.15a', 'kvfree_rcu.20...Paul E. McKenney
2021-03-24rcutorture: Test start_poll_synchronize_rcu() and poll_state_synchronize_rcu()Paul E. McKenney
2021-03-24rcu: Provide polling interfaces for Tiny RCU grace periodsPaul E. McKenney
2021-03-22rcu: Provide polling interfaces for Tree RCU grace periodsPaul E. McKenney
2021-03-15rcu/nocb: Move trace_rcu_nocb_wake() calls outside nocb_lock when possibleFrederic Weisbecker
2021-03-15rcu/nocb: Remove stale comment above rcu_segcblist_offload()Frederic Weisbecker
2021-03-15rcu/nocb: Disable bypass when CPU isn't completely offloadedFrederic Weisbecker
2021-03-15rcu/nocb: Fix missed nocb_timer requeueFrederic Weisbecker
2021-03-15rcu: Make nocb_nobypass_lim_per_jiffy staticJiapeng Chong
2021-03-15rcu/tree: Add a trace event for RCU CPU stall warningsSangmoon Kim
2021-03-15rcu: Add explicit barrier() to __rcu_read_unlock()Paul E. McKenney
2021-03-08rcutorture: Replace rcu_torture_stall string with %sStephen Zhang
2021-03-08rcu-tasks: Add block comment laying out RCU Tasks Trace designPaul E. McKenney
2021-03-08rcu-tasks: Rectify kernel-doc for struct rcu_tasksLukas Bulwahn
2021-03-08rcu: Make rcu_read_unlock_special() expedite strict grace periodsPaul E. McKenney
2021-03-08rcutorture: Fix testing of RCU priority boostingPaul E. McKenney
2021-03-08rcu: Expedite deboost in case of deferred quiescent statePaul E. McKenney
2021-03-08rcu/nocb: Rename nocb_gp_update_state to nocb_gp_update_state_deoffloadingFrederic Weisbecker
2021-03-08rcu/nocb: Only (re-)initialize segcblist when needed on CPU upFrederic Weisbecker
2021-03-08rcu/nocb: Avoid confusing double write of rdp->nocb_cb_sleepFrederic Weisbecker
2021-03-08rcu/nocb: Forbid NOCB toggling on offline CPUsFrederic Weisbecker
2021-03-08rcu/nocb: Comment the reason behind BH disablement on batch processingFrederic Weisbecker
2021-03-08rcu/nocb: Detect unsafe checks for offloaded rdpFrederic Weisbecker
2021-03-08rcutorture: Add crude tests for mem_dump_obj()Paul E. McKenney
2021-03-08rcuscale: Add kfree_rcu() single-argument scale testUladzislau Rezki (Sony)
2021-03-08kvfree_rcu: Use same set of GFP flags as does single-argumentUladzislau Rezki (Sony)
2021-03-08kvfree_rcu: Replace __GFP_RETRY_MAYFAIL by __GFP_NORETRYUladzislau Rezki (Sony)
2021-03-08kvfree_rcu: Make krc_this_cpu_unlock() use raw_spin_unlock_irqrestore()Paul E. McKenney
2021-03-08kvfree_rcu: Use __GFP_NOMEMALLOC for single-argument kvfree_rcu()Paul E. McKenney
2021-03-08kvfree_rcu: Directly allocate page for single-argument caseUladzislau Rezki (Sony)
2021-03-08rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()Zhouyi Zhou
2021-03-08rcu: Fix CPU-offline trace in rcutree_dying_cpuNeeraj Upadhyay
2021-03-08rcu: Remove superfluous rdp fetchFrederic Weisbecker
2021-03-08rcu: deprecate "all" option to rcu_nocbs=Paul Gortmaker
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-17entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker
2021-02-17entry: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker
2021-02-17rcu/nocb: Trigger self-IPI on late deferred wake up before user resumeFrederic Weisbecker
2021-02-17rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker