aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/rcu/tree.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu1-0/+2
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a', 'rcu-tasks.2020.06.29a', 'scale.2020.06.29a', 'srcu.2020.06.29a' and 'torture.2020.06.29a' into HEADPaul E. McKenney1-127/+280
2020-06-29rcu: Support reclaim for head-less objectUladzislau Rezki (Sony)1-2/+43
2020-06-29rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*Uladzislau Rezki (Sony)1-8/+8
2020-06-29rcu/tree: Maintain separate array for vmalloc ptrsUladzislau Rezki (Sony)1-73/+100
2020-06-29rcu/tree: cache specified number of objectsUladzislau Rezki (Sony)1-4/+62
2020-06-29rcu/tree: Use static initializer for krc.lockSebastian Andrzej Siewior1-7/+6
2020-06-29rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functionsUladzislau Rezki (Sony)1-8/+23
2020-06-29rcu/tree: Simplify KFREE_BULK_MAX_ENTR macroUladzislau Rezki (Sony)1-8/+9
2020-06-29rcu/tree: Make debug_objects logic independent of rcu_headJoel Fernandes (Google)1-16/+13
2020-06-29rcu/tree: Repeat the monitor if any free channel is busyUladzislau Rezki (Sony)1-3/+6
2020-06-29rcu/tree: Skip entry into the page allocator for PREEMPT_RTJoel Fernandes (Google)1-0/+12
2020-06-29rcu/tree: Keep kfree_rcu() awake during lock contentionJoel Fernandes (Google)1-15/+15
2020-06-29rcu: Fix a kernel-doc warnings for "count"Mauro Carvalho Chehab1-1/+1
2020-06-29kernel/rcu/tree.c: Fix kernel-doc warningsRandy Dunlap1-1/+0
2020-06-29rcu: Stop shrinker loopPeter Enderborg1-1/+1
2020-06-29rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstrPaul E. McKenney1-1/+4
2020-06-29rcu: Grace-period-kthread related sleeps to idle priorityPaul E. McKenney1-3/+3
2020-06-29rcu: Add callbacks-invoked countersPaul E. McKenney1-0/+1
2020-06-29rcu: Simplify the calculation of rcu_state.ncpusWei Yang1-6/+3
2020-06-25rcu: Fixup noinstr warningsPeter Zijlstra1-7/+25
2020-06-01Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependenciesIngo Molnar1-20/+80
2020-05-28rcu: Allow for smp_call_function() running callbacks from idlePeter Zijlstra1-6/+19
2020-05-26rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner1-0/+18
2020-05-26rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()Paul E. McKenney1-20/+62
2020-05-19rcu: Provide __rcu_is_watching()Thomas Gleixner1-0/+5
2020-05-19rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner1-0/+22
2020-05-19rcu: Make RCU IRQ enter/exit functions rely on in_nmi()Paul E. McKenney1-32/+15
2020-05-19rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner1-37/+46
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.04.27a', 'stall.2020.04.27a' and 'torture.2020.05.07a' into HEADPaul E. McKenney1-4/+134
2020-05-07rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney1-0/+27
2020-04-27rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so builtPaul E. McKenney1-0/+24
2020-04-27rcu: Add comments marking transitions between RCU watching and notPaul E. McKenney1-4/+25
2020-04-27rcu/tree: Count number of batched kfree_rcu() locklesslyJoel Fernandes (Google)1-6/+4
2020-04-27rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batchingJoel Fernandes (Google)1-0/+60
2020-04-27rcu: Convert ULONG_CMP_GE() to time_after() for jiffy comparisonPaul E. McKenney1-1/+1
2020-04-27rcu: Replace 1 by trueJules Irenge1-1/+1
2020-04-27rcu: Mark rcu_state.gp_seq to detect more concurrent writesPaul E. McKenney1-1/+3
2020-04-27rcu: Expedite first two FQS scans under callback-overload conditionsPaul E. McKenney1-4/+15
2020-04-27rcu: Mark rcu_state.ncpus to detect concurrent writesPaul E. McKenney1-0/+1
2020-04-27rcu: Add KCSAN stubsPaul E. McKenney1-0/+13
2020-04-14Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgentIngo Molnar1-1/+1
2020-04-05rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()Paul E. McKenney1-1/+1
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-03-21Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a', 'locktorture.2020.02.20a', 'ovld.2020.02.20a', 'rcu-tasks.2020.02.20a', 'srcu.2020.02.20a' and 'torture.2020.02.20a' into HEADPaul E. McKenney1-113/+339
2020-03-21rcu: Make rcu_barrier() account for offline no-CBs CPUsPaul E. McKenney1-12/+24
2020-03-21rcu: Mark rcu_state.gp_seq to detect concurrent writesPaul E. McKenney1-14/+8
2020-03-21lockdep: Annotate irq_workSebastian Andrzej Siewior1-0/+1
2020-02-20rcu: Update __call_rcu() commentsPaul E. McKenney1-7/+2
2020-02-20rcu: React to callback overload by aggressively seeking quiescent statesPaul E. McKenney1-4/+71