| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | | | | * | | rcutorture: Add SRCU deadlock scenarios | Paul E. McKenney | 2023-03-27 | 1 | -0/+151 |
| | | | | * | | rcu: Annotate SRCU's update-side lockdep dependencies | Boqun Feng | 2023-03-27 | 2 | -0/+4 |
| | | | | |/ |
|
| | | | * | | srcu: Fix long lines in srcu_funnel_gp_start() | Paul E. McKenney | 2023-04-04 | 1 | -13/+14 |
| | | | * | | srcu: Fix long lines in srcu_gp_end() | Paul E. McKenney | 2023-04-04 | 1 | -20/+21 |
| | | | * | | srcu: Fix long lines in cleanup_srcu_struct() | Paul E. McKenney | 2023-04-04 | 1 | -10/+11 |
| | | | * | | srcu: Fix long lines in srcu_get_delay() | Paul E. McKenney | 2023-04-04 | 1 | -5/+6 |
| | | | * | | srcu: Check for readers at module-exit time | Paul E. McKenney | 2023-04-04 | 1 | -1/+2 |
| | | | * | | srcu: Move work-scheduling fields from srcu_struct to srcu_usage | Paul E. McKenney | 2023-04-04 | 1 | -19/+22 |
| | | | * | | srcu: Move srcu_barrier() fields from srcu_struct to srcu_usage | Paul E. McKenney | 2023-04-04 | 1 | -19/+19 |
| | | | * | | srcu: Move ->sda_is_static from srcu_struct to srcu_usage | Paul E. McKenney | 2023-04-04 | 1 | -4/+4 |
| | | | * | | srcu: Move heuristics fields from srcu_struct to srcu_usage | Paul E. McKenney | 2023-04-04 | 1 | -9/+9 |
| | | | * | | srcu: Move grace-period fields from srcu_struct to srcu_usage | Paul E. McKenney | 2023-04-04 | 1 | -64/+64 |
| | | | * | | srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usage | Paul E. McKenney | 2023-04-04 | 1 | -7/+7 |
| | | | * | | srcu: Move ->lock from srcu_struct to srcu_usage | Paul E. McKenney | 2023-04-04 | 1 | -28/+28 |
| | | | * | | srcu: Move ->lock initialization after srcu_usage allocation | Paul E. McKenney | 2023-04-04 | 1 | -2/+2 |
| | | | * | | srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usage | Paul E. McKenney | 2023-04-04 | 1 | -3/+3 |
| | | | * | | srcu: Move ->srcu_size_state from srcu_struct to srcu_usage | Paul E. McKenney | 2023-04-04 | 1 | -18/+19 |
| | | | * | | srcu: Move ->level from srcu_struct to srcu_usage | Paul E. McKenney | 2023-04-04 | 1 | -7/+7 |
| | | | * | | srcu: Begin offloading srcu_struct fields to srcu_update | Paul E. McKenney | 2023-04-04 | 2 | -11/+23 |
| | | | * | | srcu: Use static init for statically allocated in-module srcu_struct | Paul E. McKenney | 2023-04-04 | 1 | -6/+13 |
| | | | * | | rcu-tasks: Fix warning for unused tasks_rcu_exit_srcu | Paul E. McKenney | 2023-04-04 | 1 | -0/+2 |
| | | | |/ |
|
| | | * / | rcuscale: Rename kfree_rcu() to kfree_rcu_mightsleep() | Uladzislau Rezki (Sony) | 2023-04-05 | 1 | -1/+1 |
| | | |/ |
|
| | * | | rcu: Add comment to rcu_do_batch() identifying rcuoc code path | Paul E. McKenney | 2023-04-05 | 1 | -0/+2 |
| | * | | srcu: Clarify comments on memory barrier "E" | Joel Fernandes (Google) | 2023-04-05 | 1 | -7/+27 |
| | * | | rcu: Further comment and explain the state space of GP sequences | Frederic Weisbecker | 2023-04-05 | 1 | -0/+37 |
| | |/ |
|
| * | | rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access | Zqiang | 2023-04-05 | 1 | -2/+4 |
| * | | rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed | Zheng Yejian | 2023-04-05 | 1 | -0/+1 |
| * | | rcu-tasks: Report stalls during synchronize_srcu() in rcu_tasks_postscan() | Neeraj Upadhyay | 2023-04-05 | 1 | -0/+31 |
| * | | rcu: Permit start_poll_synchronize_rcu_expedited() to be invoked early | Zqiang | 2023-04-05 | 2 | -5/+5 |
| * | | rcu: Remove never-set needwake assignment from rcu_report_qs_rdp() | Zqiang | 2023-04-05 | 1 | -4/+6 |
| * | | rcu: Register rcu-lazy shrinker only for CONFIG_RCU_LAZY=y kernels | Zqiang | 2023-04-05 | 1 | -0/+4 |
| * | | rcu: Fix set/clear TICK_DEP_BIT_RCU_EXP bitmask race | Zqiang | 2023-04-05 | 1 | -2/+3 |
| * | | rcu: Remove CONFIG_SRCU | Paul E. McKenney | 2023-04-05 | 1 | -3/+0 |
| |/ |
|
* / | rcu/kvfree: Avoid freeing new kfree_rcu() memory after old grace period | Ziwei Dai | 2023-04-06 | 1 | -8/+19 |
|/ |
|
* | Merge branch 'stall.2023.01.09a' into HEAD | Paul E. McKenney | 2023-02-02 | 6 | -4/+88 |
|\ |
|
| * | rcu: Allow up to five minutes expedited RCU CPU stall-warning timeouts | Paul E. McKenney | 2023-01-09 | 2 | -2/+2 |
| * | rcu: Align the output of RCU CPU stall warning messages | Zhen Lei | 2023-01-05 | 1 | -2/+2 |
| * | rcu: Add RCU stall diagnosis information | Zhen Lei | 2023-01-05 | 6 | -0/+84 |
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*-------. \ | Merge branches 'doc.2023.01.05a', 'fixes.2023.01.23a', 'kvfree.2023.01.03a', ... | Paul E. McKenney | 2023-02-02 | 11 | -352/+842 |
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
|
| | | | | * | rcutorture: Drop sparse lock-acquisition annotations | Paul E. McKenney | 2023-01-05 | 1 | -6/+6 |
| | | | | * | refscale: Add tests using SLAB_TYPESAFE_BY_RCU | Paul E. McKenney | 2023-01-05 | 1 | -0/+234 |
| | | | | * | refscale: Provide for initialization failure | Paul E. McKenney | 2023-01-03 | 1 | -5/+11 |
| |_|_|_|/
|/| | | | |
|
| | | | * | rcu-tasks: Handle queue-shrink/callback-enqueue race condition | Zqiang | 2023-01-03 | 1 | -5/+8 |
| | | | * | rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug | Zqiang | 2023-01-03 | 1 | -5/+3 |
| | | | * | rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes() | Frederic Weisbecker | 2023-01-03 | 1 | -2/+13 |
| | | | * | rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() calls | Frederic Weisbecker | 2023-01-03 | 1 | -4/+0 |
| | | | * | rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purpose | Frederic Weisbecker | 2023-01-03 | 1 | -8/+29 |
| | | | * | rcu-tasks: Use accurate runstart time for RCU Tasks boot-time testing | Zqiang | 2023-01-03 | 1 | -5/+3 |
| |_|_|/
|/| | | |
|
| | | * | srcu: Update comment after the index flip | Paul E. McKenney | 2023-01-03 | 1 | -4/+5 |
| | | * | srcu: Yet more detail for srcu_readers_active_idx_check() comments | Paul E. McKenney | 2023-01-03 | 1 | -16/+51 |