summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
AgeCommit message (Expand)AuthorLines
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-55/+110
2020-10-15rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpuMauro Carvalho Chehab-8/+6
2020-10-09Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-55/+110
2020-09-21rcu/tree: Export rcu_idle_{enter,exit} to modulesBorislav Petkov-0/+2
2020-09-03Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney-11/+62
2020-09-03rcu: Shrink each possible cpu krcpZqiang-3/+3
2020-08-24rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()Paul E. McKenney-4/+4
2020-08-24rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney-0/+6
2020-08-24rcu: Execute RCU reader shortly after rcu_core for strict GPsPaul E. McKenney-0/+13
2020-08-24rcu: IPI all CPUs at GP end for strict GPsPaul E. McKenney-0/+4
2020-08-24rcu: IPI all CPUs at GP start for strict GPsPaul E. McKenney-0/+13
2020-08-24rcu: Attempt QS when CPU discovers GP for strict GPsPaul E. McKenney-0/+14
2020-08-24rcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPsPaul E. McKenney-6/+7
2020-08-24rcu: Restrict default jiffies_till_first_fqs for strict RCU GPsPaul E. McKenney-1/+1
2020-08-24rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney-5/+0
2020-08-24rcu: Make FQS more aggressive in complaining about offline CPUsJoel Fernandes (Google)-4/+19
2020-08-24rcu: Clarify comments about FQS loop reporting quiescent statesJoel Fernandes (Google)-4/+7
2020-08-24rcu: Move rcu_cpu_started per-CPU variable to rcu_dataPaul E. McKenney-7/+4
2020-08-24rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_resched_nsPaul E. McKenney-2/+6
2020-08-24rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_divisorPaul E. McKenney-1/+4
2020-08-24rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp()Neeraj Upadhyay-2/+1
2020-08-24rcu/tree: Force quiescent state on callback overloadNeeraj Upadhyay-1/+1
2020-08-24rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepointJoel Fernandes (Google)-2/+3
2020-08-24rcu: Remove KCSAN stubsPaul E. McKenney-13/+0
2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu-0/+2
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney-127/+280
2020-06-29rcu: Support reclaim for head-less objectUladzislau Rezki (Sony)-2/+43
2020-06-29rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)-8/+8
2020-06-29rcu/tree: Maintain separate array for vmalloc ptrsUladzislau Rezki (Sony)-73/+100
2020-06-29rcu/tree: cache specified number of objectsUladzislau Rezki (Sony)-4/+62
2020-06-29rcu/tree: Use static initializer for krc.lockSebastian Andrzej Siewior-7/+6
2020-06-29rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functionsUladzislau Rezki (Sony)-8/+23
2020-06-29rcu/tree: Simplify KFREE_BULK_MAX_ENTR macroUladzislau Rezki (Sony)-8/+9
2020-06-29rcu/tree: Make debug_objects logic independent of rcu_headJoel Fernandes (Google)-16/+13
2020-06-29rcu/tree: Repeat the monitor if any free channel is busyUladzislau Rezki (Sony)-3/+6
2020-06-29rcu/tree: Skip entry into the page allocator for PREEMPT_RTJoel Fernandes (Google)-0/+12
2020-06-29rcu/tree: Keep kfree_rcu() awake during lock contentionJoel Fernandes (Google)-15/+15
2020-06-29rcu: Fix a kernel-doc warnings for "count"Mauro Carvalho Chehab-1/+1
2020-06-29kernel/rcu/tree.c: Fix kernel-doc warningsRandy Dunlap-1/+0
2020-06-29rcu: Stop shrinker loopPeter Enderborg-1/+1
2020-06-29rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstrPaul E. McKenney-1/+4
2020-06-29rcu: Grace-period-kthread related sleeps to idle priorityPaul E. McKenney-3/+3
2020-06-29rcu: Add callbacks-invoked countersPaul E. McKenney-0/+1
2020-06-29rcu: Simplify the calculation of rcu_state.ncpusWei Yang-6/+3
2020-06-25rcu: Fixup noinstr warningsPeter Zijlstra-7/+25
2020-06-01Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependenciesIngo Molnar-20/+80
2020-05-28rcu: Allow for smp_call_function() running callbacks from idlePeter Zijlstra-6/+19
2020-05-26rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner-0/+18
2020-05-26rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()Paul E. McKenney-20/+62
2020-05-19rcu: Provide __rcu_is_watching()Thomas Gleixner-0/+5