Age | Commit message (Expand) | Author | Files | Lines |
2024-04-09 | rcu-tasks: Make Tasks RCU wait idly for grace-period delays | Paul E. McKenney | 1 | -2/+2 |
2023-12-12 | rcu: Restrict access to RCU CPU stall notifiers | Paul E. McKenney | 1 | -0/+6 |
2023-09-24 | torture: Move rcutorture_sched_setaffinity() out of rcutorture | Paul E. McKenney | 1 | -4/+4 |
2023-09-24 | rcu: Include torture_sched_setaffinity() declaration | Arnd Bergmann | 1 | -0/+1 |
2023-02-03 | Merge branch 'stall.2023.01.09a' into HEAD | Paul E. McKenney | 1 | -0/+2 |
2023-02-03 | Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ... | Paul E. McKenney | 1 | -1/+46 |
2023-01-18 | rcu: Track laziness during boot and suspend | Joel Fernandes (Google) | 1 | -1/+39 |
2023-01-05 | rcu: Add RCU stall diagnosis information | Zhen Lei | 1 | -0/+2 |
2023-01-04 | rcu: Add test code for semaphore-like SRCU readers | Paul E. McKenney | 1 | -0/+3 |
2023-01-04 | srcu: Release early_srcu resources when no longer in use | Zqiang | 1 | -0/+1 |
2023-01-04 | rcu: Allow expedited RCU CPU stall warnings to dump task stacks | Paul E. McKenney | 1 | -0/+2 |
2023-01-04 | rcu: Test synchronous RCU grace periods at the end of rcu_init() | Paul E. McKenney | 1 | -0/+1 |
2022-11-30 | rcu: Make SRCU mandatory | Paul E. McKenney | 1 | -11/+7 |
2022-07-22 | Merge branch 'ctxt.2022.07.05a' into HEAD | Paul E. McKenney | 1 | -1/+1 |
2022-07-05 | context_tracking: Take idle eqs entrypoints over RCU | Frederic Weisbecker | 1 | -1/+1 |
2022-06-20 | rcu: Provide a get_completed_synchronize_rcu() function | Paul E. McKenney | 1 | -0/+13 |
2022-05-11 | rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUT | Uladzislau Rezki | 1 | -0/+2 |
2022-02-14 | rcu: Uninline multi-use function: finish_rcuwait() | Ingo Molnar | 1 | -0/+7 |
2021-11-02 | Merge tag 'rcu.2021.11.01a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -4/+4 |
2021-09-17 | lockdep: Improve comments in wait-type checks | Zhouyi Zhou | 1 | -2/+2 |
2021-09-14 | rcu: Make rcu update module parameters world-readable | Juri Lelli | 1 | -3/+3 |
2021-09-14 | rcu: Make rcu_normal_after_boot writable again | Juri Lelli | 1 | -1/+1 |
2021-05-18 | Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.1... | Paul E. McKenney | 1 | -2/+6 |
2021-05-12 | srcu: Early test SRCU polling start | Frederic Weisbecker | 1 | -1/+5 |
2021-05-11 | rcu: Reject RCU_LOCKDEP_WARN() false positives | Paul E. McKenney | 1 | -1/+1 |
2021-01-05 | rcu: Enable rcu_normal_after_boot unconditionally for RT | Julia Cartwright | 1 | -1/+3 |
2020-10-19 | Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -13/+0 |
2020-09-24 | treewide: Make all debug_obj_descriptors const | Stephen Boyd | 1 | -1/+1 |
2020-08-25 | rcu: Remove KCSAN stubs from update.c | Paul E. McKenney | 1 | -13/+0 |
2020-06-29 | Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a... | Paul E. McKenney | 1 | -6/+10 |
2020-06-29 | rcu-tasks: Add #include of rcupdate_trace.h to update.c | Paul E. McKenney | 1 | -0/+1 |
2020-06-29 | rcu: Replace 1 with true | Jules Irenge | 1 | -1/+1 |
2020-06-29 | rcu: Add comment documenting rcu_callback_map's purpose | Paul E. McKenney | 1 | -0/+1 |
2020-06-29 | rcu: Initialize and destroy rcu_synchronize only when necessary | Wei Yang | 1 | -5/+7 |
2020-05-19 | rcu/tree: Mark the idle relevant functions noinstr | Thomas Gleixner | 1 | -2/+1 |
2020-05-07 | Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.... | Paul E. McKenney | 1 | -364/+16 |
2020-04-27 | rcu-tasks: Allow rcu_read_unlock_trace() under scheduler locks | Paul E. McKenney | 1 | -0/+1 |
2020-04-27 | rcu-tasks: Move #ifdef into tasks.h | Paul E. McKenney | 1 | -4/+0 |
2020-04-27 | rcu-tasks: Refactor RCU-tasks to allow variants to be added | Paul E. McKenney | 1 | -0/+4 |
2020-04-27 | rcu-tasks: Move Tasks RCU to its own file | Paul E. McKenney | 1 | -364/+2 |
2020-04-27 | rcu: Add KCSAN stubs to update.c | Paul E. McKenney | 1 | -0/+13 |
2020-04-27 | rcu: Replace assigned pointer ret value by corresponding boolean value | Jules Irenge | 1 | -3/+3 |
2020-04-27 | rcu: Get rid of some doc warnings in update.c | Mauro Carvalho Chehab | 1 | -4/+4 |
2020-03-31 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -6/+18 |
2020-03-22 | Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a... | Paul E. McKenney | 1 | -5/+23 |
2020-03-21 | lockdep: Introduce wait-type checks | Peter Zijlstra | 1 | -6/+18 |
2020-02-21 | rcutorture: Allow boottime stall warnings to be suppressed | Paul E. McKenney | 1 | -1/+7 |
2020-02-21 | rcutorture: Suppress forward-progress complaints during early boot | Paul E. McKenney | 1 | -0/+12 |
2020-02-21 | rcu: Add missing annotation for exit_tasks_rcu_finish() | Jules Irenge | 1 | -1/+1 |
2020-02-21 | rcu: Add missing annotation for exit_tasks_rcu_start() | Jules Irenge | 1 | -1/+1 |