summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
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
2021-02-17rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney
2021-01-22rcu: Make call_rcu() print mem_dump_obj() info for double-freed callbackPaul E. McKenney
2021-01-06torture: Maintain torture-specific set of CPUs-online booksPaul E. McKenney
2021-01-06rcutorture: Make object_debug also double call_rcu() heap objectPaul E. McKenney
2021-01-06torture: Make refscale throttle high-rate printk()sPaul E. McKenney
2021-01-06rcutorture: Use hrtimers for reader and writer delaysPaul E. McKenney
2021-01-06rcutorture: Use torture_hrtimeout_jiffies() to avoid busy-waitsPaul E. McKenney
2021-01-06rcutorture: Make rcu_torture_fakewriter() use blocking wait primitivesPaul E. McKenney
2021-01-06rcutorture: Make synctype[] and nsynctype be static globalPaul E. McKenney
2021-01-06rcutorture: Require entire stutter period be post-bootPaul E. McKenney
2021-01-06refscale: Allow summarization of verbose outputPaul E. McKenney
2021-01-06rcu: Check and report missed fqs timer wakeup on RCU stallNeeraj Upadhyay
2021-01-06rcu: Do any deferred nocb wakeups at CPU offline timePaul E. McKenney
2021-01-06rcu/nocb: Code-style nits in callback-offloading togglingPaul E. McKenney
2021-01-06rcu/nocb: Add nocb CB kthread list to show_rcu_nocb_state() outputPaul E. McKenney
2021-01-06rcu/nocb: Add grace period and task state to show_rcu_nocb_state() outputPaul E. McKenney
2021-01-06rcutorture: Test runtime toggling of CPUs' callback offloadingPaul E. McKenney
2021-01-06rcu/nocb: Locally accelerate callbacks as long as offloading isn't completeFrederic Weisbecker
2021-01-06rcu/nocb: Process batch locally as long as offloading isn't completeFrederic Weisbecker
2021-01-06rcu/nocb: Only cond_resched() from actual offloaded batch processingFrederic Weisbecker
2021-01-06rcu/nocb: Set SEGCBLIST_SOFTIRQ_ONLY at the very last stage of de-offloadingFrederic Weisbecker
2021-01-06rcu/nocb: Flush bypass before setting SEGCBLIST_SOFTIRQ_ONLYFrederic Weisbecker
2021-01-06rcu/nocb: Shutdown nocb timer on de-offloadingFrederic Weisbecker
2021-01-06rcu/nocb: Re-offload supportFrederic Weisbecker
2021-01-06rcu/nocb: De-offloading GP kthreadFrederic Weisbecker
2021-01-06rcu/nocb: Don't deoffload an offline CPU with pending workFrederic Weisbecker