summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
Commit message (Expand)AuthorAgeFilesLines
* srcu: Fix broken node geometry after early ssp initFrederic Weisbecker2021-07-201-1/+15
* rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney2021-07-141-1/+1
* rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()Zhouyi Zhou2021-05-141-1/+0
* kvfree_rcu: Use same set of GFP flags as does single-argumentUladzislau Rezki (Sony)2021-05-111-1/+1
* 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
* rcu/tree: Defer kvfree_rcu() allocation to a clean contextUladzislau Rezki (Sony)2020-12-301-43/+66
* rcu,ftrace: Fix ftrace recursionPeter Zijlstra2020-12-301-1/+4
* rcu: Allow rcu_irq_enter_check_tick() from NMIPeter Zijlstra2020-12-301-2/+2
* 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
|\ \
| | * rcu: Support reclaim for head-less objectUladzislau Rezki (Sony)2020-06-291-2/+43
| | * rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)2020-06-291-8/+8
| | * rcu/tree: Maintain separate array for vmalloc ptrsUladzislau Rezki (Sony)2020-06-291-73/+100
| | * rcu/tree: cache specified number of objectsUladzislau Rezki (Sony)2020-06-291-4/+62
| | * rcu/tree: Use static initializer for krc.lockSebastian Andrzej Siewior2020-06-291-7/+6
| | * rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functionsUladzislau Rezki (Sony)2020-06-291-8/+23
| | * rcu/tree: Simplify KFREE_BULK_MAX_ENTR macroUladzislau Rezki (Sony)2020-06-291-8/+9
| | * rcu/tree: Make debug_objects logic independent of rcu_headJoel Fernandes (Google)2020-06-291-16/+13
| | * rcu/tree: Repeat the monitor if any free channel is busyUladzislau Rezki (Sony)2020-06-291-3/+6
| | * rcu/tree: Skip entry into the page allocator for PREEMPT_RTJoel Fernandes (Google)2020-06-291-0/+12
| | * rcu/tree: Keep kfree_rcu() awake during lock contentionJoel Fernandes (Google)2020-06-291-15/+15
| | * rcu: Fix a kernel-doc warnings for "count"Mauro Carvalho Chehab2020-06-291-1/+1
| |/ |/|