summaryrefslogtreecommitdiff
path: root/kernel/rcu/update.c
AgeCommit message (Expand)Author
2023-12-12rcu: Restrict access to RCU CPU stall notifiersPaul E. McKenney
2023-09-24torture: Move rcutorture_sched_setaffinity() out of rcutorturePaul E. McKenney
2023-09-24rcu: Include torture_sched_setaffinity() declarationArnd Bergmann
2023-02-02Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney
2023-02-02Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ...Paul E. McKenney
2023-01-17rcu: Track laziness during boot and suspendJoel Fernandes (Google)
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei
2023-01-03rcu: Add test code for semaphore-like SRCU readersPaul E. McKenney
2023-01-03srcu: Release early_srcu resources when no longer in useZqiang
2023-01-03rcu: Allow expedited RCU CPU stall warnings to dump task stacksPaul E. McKenney
2023-01-03rcu: Test synchronous RCU grace periods at the end of rcu_init()Paul E. McKenney
2022-11-29rcu: Make SRCU mandatoryPaul E. McKenney
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney
2022-07-05context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker
2022-06-20rcu: Provide a get_completed_synchronize_rcu() functionPaul E. McKenney
2022-05-11rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUTUladzislau Rezki
2022-02-14rcu: Uninline multi-use function: finish_rcuwait()Ingo Molnar
2021-11-01Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-09-17lockdep: Improve comments in wait-type checksZhouyi Zhou
2021-09-13rcu: Make rcu update module parameters world-readableJuri Lelli
2021-09-13rcu: Make rcu_normal_after_boot writable againJuri Lelli
2021-05-18Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1...Paul E. McKenney
2021-05-12srcu: Early test SRCU polling startFrederic Weisbecker
2021-05-10rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney
2021-01-04rcu: Enable rcu_normal_after_boot unconditionally for RTJulia Cartwright
2020-10-18Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd
2020-08-24rcu: Remove KCSAN stubs from update.cPaul E. McKenney
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney
2020-06-29rcu-tasks: Add #include of rcupdate_trace.h to update.cPaul E. McKenney
2020-06-29rcu: Replace 1 with trueJules Irenge
2020-06-29rcu: Add comment documenting rcu_callback_map's purposePaul E. McKenney
2020-06-29rcu: Initialize and destroy rcu_synchronize only when necessaryWei Yang
2020-05-19rcu/tree: Mark the idle relevant functions noinstrThomas Gleixner
2020-05-07Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020....Paul E. McKenney
2020-04-27rcu-tasks: Allow rcu_read_unlock_trace() under scheduler locksPaul E. McKenney
2020-04-27rcu-tasks: Move #ifdef into tasks.hPaul E. McKenney
2020-04-27rcu-tasks: Refactor RCU-tasks to allow variants to be addedPaul E. McKenney
2020-04-27rcu-tasks: Move Tasks RCU to its own filePaul E. McKenney
2020-04-27rcu: Add KCSAN stubs to update.cPaul E. McKenney
2020-04-27rcu: Replace assigned pointer ret value by corresponding boolean valueJules Irenge
2020-04-27rcu: Get rid of some doc warnings in update.cMauro Carvalho Chehab
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-03-21Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...Paul E. McKenney
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra
2020-02-20rcutorture: Allow boottime stall warnings to be suppressedPaul E. McKenney
2020-02-20rcutorture: Suppress forward-progress complaints during early bootPaul E. McKenney
2020-02-20rcu: Add missing annotation for exit_tasks_rcu_finish()Jules Irenge
2020-02-20rcu: Add missing annotation for exit_tasks_rcu_start()Jules Irenge
2020-02-20rcu-tasks: *_ONCE() for rcu_tasks_cbs_headPaul E. McKenney