summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/update.c
Commit message (Expand)AuthorAgeFilesLines
* rcu-tasks: Make Tasks RCU wait idly for grace-period delaysPaul E. McKenney2024-04-091-2/+2
* rcu: Restrict access to RCU CPU stall notifiersPaul E. McKenney2023-12-121-0/+6
* torture: Move rcutorture_sched_setaffinity() out of rcutorturePaul E. McKenney2023-09-241-4/+4
* rcu: Include torture_sched_setaffinity() declarationArnd Bergmann2023-09-241-0/+1
* Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney2023-02-021-0/+2
|\
| * rcu: Add RCU stall diagnosis informationZhen Lei2023-01-051-0/+2
| |
| \
*-. \ Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ...Paul E. McKenney2023-02-021-1/+46
|\ \ \ | |_|/ |/| |
| | * rcu: Add test code for semaphore-like SRCU readersPaul E. McKenney2023-01-031-0/+3
| | * srcu: Release early_srcu resources when no longer in useZqiang2023-01-031-0/+1
| |/ |/|
| * rcu: Track laziness during boot and suspendJoel Fernandes (Google)2023-01-171-1/+39
| * rcu: Allow expedited RCU CPU stall warnings to dump task stacksPaul E. McKenney2023-01-031-0/+2
| * rcu: Test synchronous RCU grace periods at the end of rcu_init()Paul E. McKenney2023-01-031-0/+1
|/
* rcu: Make SRCU mandatoryPaul E. McKenney2022-11-291-11/+7
* Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney2022-07-211-1/+1
|\
| * context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2022-07-051-1/+1
* | rcu: Provide a get_completed_synchronize_rcu() functionPaul E. McKenney2022-06-201-0/+13
|/
* rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUTUladzislau Rezki2022-05-111-0/+2
* rcu: Uninline multi-use function: finish_rcuwait()Ingo Molnar2022-02-141-0/+7
* Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-011-4/+4
|\
| * rcu: Make rcu update module parameters world-readableJuri Lelli2021-09-131-3/+3
| * rcu: Make rcu_normal_after_boot writable againJuri Lelli2021-09-131-1/+1
* | lockdep: Improve comments in wait-type checksZhouyi Zhou2021-09-171-2/+2
|/
*-. Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney2021-05-181-2/+6
|\ \
| | * srcu: Early test SRCU polling startFrederic Weisbecker2021-05-121-1/+5
| |/ |/|
| * rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney2021-05-101-1/+1
|/
* rcu: Enable rcu_normal_after_boot unconditionally for RTJulia Cartwright2021-01-041-1/+3
* Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-181-13/+0
|\
| * rcu: Remove KCSAN stubs from update.cPaul E. McKenney2020-08-241-13/+0
* | treewide: Make all debug_obj_descriptors constStephen Boyd2020-09-241-1/+1
|/
*-. Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney2020-06-291-6/+10
|\ \
| | * rcu-tasks: Add #include of rcupdate_trace.h to update.cPaul E. McKenney2020-06-291-0/+1
| |/ |/|
| * rcu: Replace 1 with trueJules Irenge2020-06-291-1/+1
| * rcu: Add comment documenting rcu_callback_map's purposePaul E. McKenney2020-06-291-0/+1
| * rcu: Initialize and destroy rcu_synchronize only when necessaryWei Yang2020-06-291-5/+7
|/
* rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner2020-05-191-2/+1
*-. Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney2020-05-071-364/+16
|\ \
| | * rcu-tasks: Allow rcu_read_unlock_trace() under scheduler locksPaul E. McKenney2020-04-271-0/+1
| | * rcu-tasks: Move #ifdef into tasks.hPaul E. McKenney2020-04-271-4/+0
| | * rcu-tasks: Refactor RCU-tasks to allow variants to be addedPaul E. McKenney2020-04-271-0/+4
| | * rcu-tasks: Move Tasks RCU to its own filePaul E. McKenney2020-04-271-364/+2
| | * rcu: Add KCSAN stubs to update.cPaul E. McKenney2020-04-271-0/+13
| |/
* | rcu: Replace assigned pointer ret value by corresponding boolean valueJules Irenge2020-04-271-3/+3
* | rcu: Get rid of some doc warnings in update.cMauro Carvalho Chehab2020-04-271-4/+4
|/
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-301-6/+18
|\
| * lockdep: Introduce wait-type checksPeter Zijlstra2020-03-211-6/+18
| |
| \
*-. \ Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...Paul E. McKenney2020-03-211-5/+23
|\ \ \ | |_|/ |/| |
| | * rcutorture: Allow boottime stall warnings to be suppressedPaul E. McKenney2020-02-201-1/+7
| | * rcutorture: Suppress forward-progress complaints during early bootPaul E. McKenney2020-02-201-0/+12
| |/ |/|
| * rcu: Add missing annotation for exit_tasks_rcu_finish()Jules Irenge2020-02-201-1/+1
| * rcu: Add missing annotation for exit_tasks_rcu_start()Jules Irenge2020-02-201-1/+1