summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
| * kernel/rcu/tree.c: Fix kernel-doc warningsRandy Dunlap2020-06-291-1/+0
| * rcu: Stop shrinker loopPeter Enderborg2020-06-291-1/+1
| * rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstrPaul E. McKenney2020-06-291-1/+4
| * rcu: Grace-period-kthread related sleeps to idle priorityPaul E. McKenney2020-06-291-3/+3
| * rcu: Add callbacks-invoked countersPaul E. McKenney2020-06-291-0/+1
| * rcu: Simplify the calculation of rcu_state.ncpusWei Yang2020-06-291-6/+3
|/
* rcu: Fixup noinstr warningsPeter Zijlstra2020-06-251-7/+25
* Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependenciesIngo Molnar2020-06-011-20/+80
|\
| * rcu: Provide rcu_irq_exit_check_preempt()Thomas Gleixner2020-05-261-0/+18
| * rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter()Paul E. McKenney2020-05-261-20/+62
* | rcu: Allow for smp_call_function() running callbacks from idlePeter Zijlstra2020-05-281-6/+19
|/
* rcu: Provide __rcu_is_watching()Thomas Gleixner2020-05-191-0/+5
* rcu: Provide rcu_irq_exit_preempt()Thomas Gleixner2020-05-191-0/+22
* rcu: Make RCU IRQ enter/exit functions rely on in_nmi()Paul E. McKenney2020-05-191-32/+15
* rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner2020-05-191-37/+46
*-----. Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney2020-05-071-4/+134
|\ \ \ \
| | | | * rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney2020-05-071-0/+27
| | | |/
| | * | rcu-tasks: Avoid IPIing userspace/idle tasks if kernel is so builtPaul E. McKenney2020-04-271-0/+24
| | * | rcu: Add comments marking transitions between RCU watching and notPaul E. McKenney2020-04-271-4/+25
| | |/
| * | rcu/tree: Count number of batched kfree_rcu() locklesslyJoel Fernandes (Google)2020-04-271-6/+4
| * | rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batchingJoel Fernandes (Google)2020-04-271-0/+60
| |/
* | rcu: Convert ULONG_CMP_GE() to time_after() for jiffy comparisonPaul E. McKenney2020-04-271-1/+1
* | rcu: Replace 1 by trueJules Irenge2020-04-271-1/+1
* | rcu: Mark rcu_state.gp_seq to detect more concurrent writesPaul E. McKenney2020-04-271-1/+3
* | rcu: Expedite first two FQS scans under callback-overload conditionsPaul E. McKenney2020-04-271-4/+15
* | rcu: Mark rcu_state.ncpus to detect concurrent writesPaul E. McKenney2020-04-271-0/+1
|/
* rcu: Add KCSAN stubsPaul E. McKenney2020-04-271-0/+13
* Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2020-04-141-1/+1
|\
| * rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()Paul E. McKenney2020-04-051-1/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-0/+1
|\ \ | |/ |/|
| * lockdep: Annotate irq_workSebastian Andrzej Siewior2020-03-211-0/+1
| |
| \
| \
| \
*---. \ Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...Paul E. McKenney2020-03-221-113/+339
|\ \ \ \ | |_|_|/ |/| | |
| | | * rcu: Update __call_rcu() commentsPaul E. McKenney2020-02-211-7/+2
| | | * rcu: React to callback overload by aggressively seeking quiescent statesPaul E. McKenney2020-02-211-4/+71
| | | * rcu: Clear ->core_needs_qs at GP end or self-reported QSPaul E. McKenney2020-02-211-4/+9
| |_|/ |/| |