summaryrefslogtreecommitdiff
path: root/kernel/rcu/tree.c
Commit message (Expand)AuthorAgeFilesLines
* entry/kvm: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker2021-03-041-10/+34
* entry: Explicitly flush pending rcuog wakeup before last rescheduling pointFrederic Weisbecker2021-03-041-5/+7
* rcu/nocb: Trigger self-IPI on late deferred wake up before user resumeFrederic Weisbecker2021-03-041-1/+20
* rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker2021-03-041-3/+0
* rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker2021-03-041-1/+10
* 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
| | | * rcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPsPaul E. McKenney2020-08-241-6/+7
| | | * rcu: Restrict default jiffies_till_first_fqs for strict RCU GPsPaul E. McKenney2020-08-241-1/+1
| | * | rcu: Shrink each possible cpu krcpZqiang2020-09-031-3/+3
| | * | rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney2020-08-241-5/+0
| | * | rcu: Make FQS more aggressive in complaining about offline CPUsJoel Fernandes (Google)2020-08-241-4/+19
| | * | rcu: Clarify comments about FQS loop reporting quiescent statesJoel Fernandes (Google)2020-08-241-4/+7
| | * | rcu: Move rcu_cpu_started per-CPU variable to rcu_dataPaul E. McKenney2020-08-241-7/+4
| | * | rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_resched_nsPaul E. McKenney2020-08-241-2/+6
| | * | rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_divisorPaul E. McKenney2020-08-241-1/+4
| | * | rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp()Neeraj Upadhyay2020-08-241-2/+1
| | * | rcu/tree: Force quiescent state on callback overloadNeeraj Upadhyay2020-08-241-1/+1
| | * | rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepointJoel Fernandes (Google)2020-08-241-2/+3
| | * | rcu: Remove KCSAN stubsPaul E. McKenney2020-08-241-13/+0
| | |/
* | | rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpuMauro Carvalho Chehab2020-10-151-8/+6
|/ /
* | rcu/tree: Export rcu_idle_{enter,exit} to modulesBorislav Petkov2020-09-211-0/+2
|/
* rcu: kasan: record and print call_rcu() call stackWalter Wu2020-08-071-0/+2
*-. Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney2020-06-291-127/+280
|\ \