aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+52
2021-02-17entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker1-10/+34
2021-02-17entry: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker1-5/+7
2021-02-17rcu/nocb: Trigger self-IPI on late deferred wake up before user resumeFrederic Weisbecker1-1/+20
2021-02-17rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker1-3/+0
2021-02-17rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker1-1/+10
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a', 'mmdumpobj.2021.01.22a', 'nocb.2021.01.06a', 'rt.2021.01.04a', 'stall.2021.01.06a', 'torture.2021.01.12a' and 'tortureall.2021.01.06a' into HEADPaul E. McKenney1-32/+69
2021-01-22rcu: Make call_rcu() print mem_dump_obj() info for double-freed callbackPaul E. McKenney1-2/+5
2021-01-06rcu: Check and report missed fqs timer wakeup on RCU stallNeeraj Upadhyay1-10/+15
2021-01-06rcu: Do any deferred nocb wakeups at CPU offline timePaul E. McKenney1-0/+3
2021-01-06rcu/nocb: Locally accelerate callbacks as long as offloading isn't completeFrederic Weisbecker1-4/+3
2021-01-06rcu/nocb: Process batch locally as long as offloading isn't completeFrederic Weisbecker1-1/+2
2021-01-06rcu/nocb: Only cond_resched() from actual offloaded batch processingFrederic Weisbecker1-2/+1
2021-01-06rcu/nocb: Always init segcblist on CPU upFrederic Weisbecker1-3/+9
2021-01-06rcu/nocb: Provide basic callback offloading state machine bitsFrederic Weisbecker1-0/+3
2021-01-06rcu/segcblist: Add debug checks for segment lengthsJoel Fernandes (Google)1-2/+6
2021-01-06rcu/trace: Add tracing for how segcb list changesJoel Fernandes (Google)1-0/+9
2021-01-06rcu/tree: segcblist: Remove redundant smp_mb()sJoel Fernandes (Google)1-1/+0
2021-01-04rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and calleesPaul E. McKenney1-0/+4
2021-01-04rcu: Unconditionally use rcuc threads on PREEMPT_RTScott Wood1-1/+3
2021-01-04rcu: Record kvfree_call_rcu() call stack for KASANZqiang1-0/+1
2021-01-04rcu/tree: Make rcu_do_batch count how many callbacks were executedJoel Fernandes (Google)1-6/+5
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+1
2020-12-14Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-68/+132
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar1-2/+2
2020-11-24irq_work: CleanupPeter Zijlstra1-2/+1
2020-11-19Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b', 'lockdep.2020.11.02a', 'tasks.2020.11.06a' and 'torture.2020.11.06a' into HEADPaul E. McKenney1-68/+124
2020-11-19rcu/tree: Defer kvfree_rcu() allocation to a clean contextUladzislau Rezki (Sony)1-43/+66
2020-11-19rcu: Fix a typo in rcu_blocking_is_gp() header commentZhouyi Zhou1-1/+1
2020-11-19rcu: Prevent lockdep-RCU splats on lock acquisition/releasePaul E. McKenney1-1/+20
2020-11-19rcu/tree: nocb: Avoid raising softirq for offloaded ready-to-execute CBsJoel Fernandes (Google)1-1/+2
2020-11-19rcu,ftrace: Fix ftrace recursionPeter Zijlstra1-1/+4
2020-11-19rcu/tree: Make struct kernel_param_ops definitions constJoe Perches1-2/+2
2020-11-19rcu/tree: Add a warning if CPU being onlined did not report QS alreadyJoel Fernandes (Google)1-1/+3
2020-11-19rcu: Fix single-CPU check in rcu_blocking_is_gp()Neeraj Upadhyay1-2/+17
2020-11-19rcu: Implement rcu_segcblist_is_offloaded() config dependentFrederic Weisbecker1-14/+7
2020-11-19rcu: Allow rcu_irq_enter_check_tick() from NMIPeter Zijlstra1-2/+2
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+1
2020-11-10arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon1-1/+1
2020-11-06x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney1-0/+8
2020-10-26stop_machine, rcu: Mark functions as notraceZong Li1-1/+1
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-55/+110
2020-10-15rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpuMauro Carvalho Chehab1-8/+6
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-55/+110
2020-09-21rcu/tree: Export rcu_idle_{enter,exit} to modulesBorislav Petkov1-0/+2
2020-09-03Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney1-11/+62
2020-09-03rcu: Shrink each possible cpu krcpZqiang1-3/+3
2020-08-24rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()Paul E. McKenney1-4/+4
2020-08-24rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney1-0/+6
2020-08-24rcu: Execute RCU reader shortly after rcu_core for strict GPsPaul E. McKenney1-0/+13