Age | Commit message (Expand) | Author |
2022-05-11 | Merge branch 'exp.2022.05.11a' into HEAD | Paul E. McKenney |
2022-05-11 | rcu: Move expedited grace period (GP) work to RT kthread_worker | Kalesh Singh |
2022-05-11 | rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUT | Uladzislau Rezki |
2022-05-03 | Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', '... | Paul E. McKenney |
2022-05-03 | srcu: Drop needless initialization of sdp in srcu_gp_start() | Lukas Bulwahn |
2022-05-03 | srcu: Prevent expedited GPs and blocking readers from consuming CPU | Paul E. McKenney |
2022-05-03 | srcu: Add contention check to call_srcu() srcu_data ->lock acquisition | Paul E. McKenney |
2022-05-03 | srcu: Automatically determine size-transition strategy at boot | Paul E. McKenney |
2022-04-20 | rcuscale: Allow rcuscale without RCU Tasks Rude/Trace | Paul E. McKenney |
2022-04-20 | rcuscale: Allow rcuscale without RCU Tasks | Paul E. McKenney |
2022-04-20 | refscale: Allow refscale without RCU Tasks Rude/Trace | Paul E. McKenney |
2022-04-20 | refscale: Allow refscale without RCU Tasks | Paul E. McKenney |
2022-04-20 | rcutorture: Allow rcutorture without RCU Tasks Rude | Paul E. McKenney |
2022-04-20 | rcutorture: Allow rcutorture without RCU Tasks | Paul E. McKenney |
2022-04-20 | rcutorture: Allow rcutorture without RCU Tasks Trace | Paul E. McKenney |
2022-04-20 | rcu: Make the TASKS_RCU Kconfig option be selected | Paul E. McKenney |
2022-04-20 | rcu: Use IRQ_WORK_INIT_HARD() to avoid rcu_read_unlock() hangs | Zqiang |
2022-04-20 | rcu_sync: Fix comment to properly reflect rcu_sync_exit() behavior | David Vernet |
2022-04-20 | rcu: Check for successful spawn of ->boost_kthread_task | Zqiang |
2022-04-20 | rcu: Fix preemption mode check on synchronize_rcu[_expedited]() | Frederic Weisbecker |
2022-04-20 | rcu: Print number of online CPUs in RCU CPU stall-warning messages | Paul E. McKenney |
2022-04-20 | rcu: Add comments to final rcu_gp_cleanup() "if" statement | Paul E. McKenney |
2022-04-11 | rcu: Check for jiffies going backwards | Paul E. McKenney |
2022-04-11 | rcu: Fix rcu_preempt_deferred_qs_irqrestore() strict QS reporting | Paul E. McKenney |
2022-04-11 | rcu: Clarify fill-the-gap comment in rcu_segcblist_advance() | Paul E. McKenney |
2022-04-11 | rcu: Make TASKS_RUDE_RCU select IRQ_WORK | Paul E. McKenney |
2022-04-11 | rcutorture: Add missing return and use __func__ in warning | David Vernet |
2022-04-11 | rcutorture: Avoid corner-case #DE with nsynctypes check | David Vernet |
2022-04-11 | rcutorture: Suppress debugging grace period delays during flooding | Paul E. McKenney |
2022-04-11 | rcu-tasks: Handle sparse cpu_possible_mask in rcu_tasks_invoke_cbs() | Paul E. McKenney |
2022-04-11 | rcu-tasks: Handle sparse cpu_possible_mask | Eric Dumazet |
2022-04-11 | rcu-tasks: Make show_rcu_tasks_generic_gp_kthread() check all CPUs | Paul E. McKenney |
2022-04-11 | rcu-tasks: Restore use of timers for non-RT kernels | Paul E. McKenney |
2022-04-11 | rcu-tasks: Use schedule_hrtimeout_range() to wait for grace periods | Sebastian Andrzej Siewior |
2022-04-11 | rcu-tasks: Make Tasks RCU account for userspace execution | Paul E. McKenney |
2022-04-11 | rcu-tasks: Use rcuwait for the rcu_tasks_kthread() | Sebastian Andrzej Siewior |
2022-04-11 | rcu-tasks: Print pre-stall-warning informational messages | Paul E. McKenney |
2022-04-11 | rcu-tasks: Fix race in schedule and flush work | Padmanabha Srinivasaiah |
2022-04-11 | rcu/nocb: Initialize nocb kthreads only for boot CPU prior SMP initialization | Frederic Weisbecker |
2022-04-11 | rcu: Initialize boost kthread only for boot node prior SMP initialization | Frederic Weisbecker |
2022-04-11 | rcu: Assume rcu_init() is called before smp | Frederic Weisbecker |
2022-04-11 | rcu/nocb: Move rcu_nocb_is_setup to rcu_state | Frederic Weisbecker |
2022-04-11 | rcu: Remove rcu_is_nocb_cpu() | Frederic Weisbecker |
2022-04-11 | srcu: Add contention-triggered addition of srcu_node tree | Paul E. McKenney |
2022-04-11 | srcu: Create concurrency-safe helper for initiating size transition | Paul E. McKenney |
2022-04-11 | srcu: Explain srcu_funnel_gp_start() call to list_add() is safe | Paul E. McKenney |
2022-04-11 | srcu: Prevent cleanup_srcu_struct() from freeing non-dynamic ->sda | Paul E. McKenney |
2022-04-11 | srcu: Avoid NULL dereference in srcu_torture_stats_print() | Paul E. McKenney |
2022-04-11 | srcu: Add boot-time control over srcu_node array allocation | Paul E. McKenney |
2022-04-11 | srcu: Ensure snp nodes tree is fully initialized before traversal | Neeraj Upadhyay |