summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-211-1/+52
|\
| * entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker2021-02-171-10/+34
| * entry: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker2021-02-171-5/+7
| * rcu/nocb: Trigger self-IPI on late deferred wake up before user resumeFrederic Weisbecker2021-02-171-1/+20
| * rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker2021-02-171-3/+0
| * rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker2021-02-171-1/+10
| |
| \
| \
| \
| \
| \
| \
| \
| \
| \
*---------. \ Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney2021-01-221-32/+69
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| | | | | | * rcu: Check and report missed fqs timer wakeup on RCU stallNeeraj Upadhyay2021-01-061-10/+15
| |_|_|_|_|/ |/| | | | |
| | | | | * rcu: Unconditionally use rcuc threads on PREEMPT_RTScott Wood2021-01-041-1/+3
| |_|_|_|/ |/| | | |
| | | | * rcu: Do any deferred nocb wakeups at CPU offline timePaul E. McKenney2021-01-061-0/+3
| | | | * rcu/nocb: Locally accelerate callbacks as long as offloading isn't completeFrederic Weisbecker2021-01-061-4/+3
| | | | * rcu/nocb: Process batch locally as long as offloading isn't completeFrederic Weisbecker2021-01-061-1/+2
| | | | * rcu/nocb: Only cond_resched() from actual offloaded batch processingFrederic Weisbecker2021-01-061-2/+1
| | | | * rcu/nocb: Always init segcblist on CPU upFrederic Weisbecker2021-01-061-3/+9
| | | | * rcu/nocb: Provide basic callback offloading state machine bitsFrederic Weisbecker2021-01-061-0/+3
| | | | * rcu/segcblist: Add debug checks for segment lengthsJoel Fernandes (Google)2021-01-061-2/+6
| | | | * rcu/trace: Add tracing for how segcb list changesJoel Fernandes (Google)2021-01-061-0/+9
| | | | * rcu/tree: segcblist: Remove redundant smp_mb()sJoel Fernandes (Google)2021-01-061-1/+0
| | | | * rcu/tree: Make rcu_do_batch count how many callbacks were executedJoel Fernandes (Google)2021-01-041-6/+5
| |_|_|/ |/| | |
| | | * rcu: Make call_rcu() print mem_dump_obj() info for double-freed callbackPaul E. McKenney2021-01-221-2/+5
| |_|/ |/| |
| | * rcu: Record kvfree_call_rcu() call stack for KASANZqiang2021-01-041-0/+1
| |/ |/|
| * rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and calleesPaul E. McKenney2021-01-041-0/+4
* | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-2/+1
|\ \
| * | Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-271-2/+2
| |\|
| * | irq_work: CleanupPeter Zijlstra2020-11-241-2/+1
* | | Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-141-68/+132
|\ \ \ | |_|/ |/| |
| | |
| | \
| *-. \ Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...Paul E. McKenney2020-11-191-68/+124
| |\ \ \ | | | |/ | | |/|
| | | * rcu/tree: Defer kvfree_rcu() allocation to a clean contextUladzislau Rezki (Sony)2020-11-191-43/+66
| | | * rcu: Fix a typo in rcu_blocking_is_gp() header commentZhouyi Zhou2020-11-191-1/+1
| | | * rcu: Prevent lockdep-RCU splats on lock acquisition/releasePaul E. McKenney2020-11-191-1/+20
| | | * rcu/tree: nocb: Avoid raising softirq for offloaded ready-to-execute CBsJoel Fernandes (Google)2020-11-191-1/+2
| | | * rcu,ftrace: Fix ftrace recursionPeter Zijlstra2020-11-191-1/+4
| | | * rcu/tree: Make struct kernel_param_ops definitions constJoe Perches2020-11-191-2/+2
| | | * rcu/tree: Add a warning if CPU being onlined did not report QS alreadyJoel Fernandes (Google)2020-11-191-1/+3
| | | * rcu: Fix single-CPU check in rcu_blocking_is_gp()Neeraj Upadhyay2020-11-191-2/+17
| | | * rcu: Implement rcu_segcblist_is_offloaded() config dependentFrederic Weisbecker2020-11-191-14/+7
| | | * rcu: Allow rcu_irq_enter_check_tick() from NMIPeter Zijlstra2020-11-191-2/+2
| | |/
| * / x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney2020-11-061-0/+8
| |/
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-11-131-1/+1
|\ \
| * | arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon2020-11-101-1/+1
| |/
* / stop_machine, rcu: Mark functions as notraceZong Li2020-10-261-1/+1
|/
* Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-181-55/+110
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-10-091-55/+110
| |\
| | * Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney2020-09-031-11/+62
| | |\
| | | * rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()Paul E. McKenney2020-08-241-4/+4
| | | * rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney2020-08-241-0/+6
| | | * rcu: Execute RCU reader shortly after rcu_core for strict GPsPaul E. McKenney2020-08-241-0/+13
| | | * rcu: IPI all CPUs at GP end for strict GPsPaul E. McKenney2020-08-241-0/+4
| | | * rcu: IPI all CPUs at GP start for strict GPsPaul E. McKenney2020-08-241-0/+13
| | | * rcu: Attempt QS when CPU discovers GP for strict GPsPaul E. McKenney2020-08-241-0/+14