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