Age | Commit message (Expand) | Author | Files | Lines |
2024-10-01 | rcu/kvfree: Refactor kvfree_rcu_queue_batch() | Uladzislau Rezki (Sony) | 1 | -4/+5 |
2024-09-18 | Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds | 1 | -8/+101 |
2024-09-18 | Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -95/+79 |
2024-09-09 | Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0... | Neeraj Upadhyay | 1 | -45/+18 |
2024-08-27 | rcu/kvfree: Add kvfree_rcu_barrier() API | Uladzislau Rezki (Sony) | 1 | -8/+101 |
2024-08-20 | softirq: Remove unused 'action' parameter from action callback | Caleb Sander Mateos | 1 | -1/+1 |
2024-08-15 | rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs() | Valentin Schneider | 1 | -2/+2 |
2024-08-15 | rcu: Rename rcu_implicit_dynticks_qs() into rcu_watching_snap_recheck() | Valentin Schneider | 1 | -2/+2 |
2024-08-15 | rcu: Rename dyntick_save_progress_counter() into rcu_watching_snap_save() | Valentin Schneider | 1 | -4/+4 |
2024-08-15 | rcu: Rename struct rcu_data .dynticks_snap into .watching_snap | Valentin Schneider | 1 | -3/+3 |
2024-08-15 | rcu: Rename rcu_dynticks_zero_in_eqs() into rcu_watching_zero_in_eqs() | Valentin Schneider | 1 | -1/+1 |
2024-08-15 | rcu: Rename rcu_dynticks_in_eqs_since() into rcu_watching_snap_stopped_since() | Valentin Schneider | 1 | -6/+17 |
2024-08-15 | rcu: Rename rcu_dynticks_in_eqs() into rcu_watching_snap_in_eqs() | Valentin Schneider | 1 | -4/+4 |
2024-08-15 | rcu: Rename rcu_dynticks_eqs_online() into rcu_watching_online() | Valentin Schneider | 1 | -4/+4 |
2024-08-15 | context_tracking, rcu: Rename rcu_dynticks_curr_cpu_in_eqs() into rcu_is_watc... | Valentin Schneider | 1 | -3/+3 |
2024-08-14 | rcu: Mark callbacks not currently participating in barrier operation | Paul E. McKenney | 1 | -0/+3 |
2024-08-12 | rcu: Use system_unbound_wq to avoid disturbing isolated CPUs | Waiman Long | 1 | -4/+4 |
2024-08-11 | rcu: Annotate struct kvfree_rcu_bulk_data with __counted_by() | Thorsten Blum | 1 | -2/+3 |
2024-08-11 | context_tracking, rcu: Rename DYNTICK_IRQ_NONIDLE into CT_NESTING_IRQ_NONIDLE | Valentin Schneider | 1 | -1/+1 |
2024-08-11 | context_tracking, rcu: Rename ct_dynticks_nmi_nesting() into ct_nmi_nesting() | Valentin Schneider | 1 | -3/+3 |
2024-08-11 | context_tracking, rcu: Rename struct context_tracking .dynticks_nmi_nesting i... | Valentin Schneider | 1 | -2/+2 |
2024-08-11 | context_tracking, rcu: Rename ct_dynticks_nesting() into ct_nesting() | Valentin Schneider | 1 | -3/+3 |
2024-08-11 | context_tracking, rcu: Rename struct context_tracking .dynticks_nesting into ... | Valentin Schneider | 1 | -4/+4 |
2024-07-29 | rcu/kfree: Warn on unexpected tail state | Paul E. McKenney | 1 | -1/+1 |
2024-07-29 | rcu/nocb: Remove SEGCBLIST_RCU_CORE | Frederic Weisbecker | 1 | -3/+0 |
2024-07-29 | rcu/nocb: Remove halfway (de-)offloading handling from rcu_core | Frederic Weisbecker | 1 | -22/+4 |
2024-07-29 | rcu/nocb: Remove halfway (de-)offloading handling from rcu_core()'s QS reporting | Frederic Weisbecker | 1 | -13/+0 |
2024-07-29 | rcu/nocb: Introduce nocb mutex | Frederic Weisbecker | 1 | -0/+3 |
2024-07-29 | context_tracking, rcu: Rename ct_dynticks_cpu_acquire() into ct_rcu_watching_... | Valentin Schneider | 1 | -2/+2 |
2024-07-29 | context_tracking, rcu: Rename ct_dynticks_cpu() into ct_rcu_watching_cpu() | Valentin Schneider | 1 | -5/+5 |
2024-07-29 | context_tracking, rcu: Rename ct_dynticks() into ct_rcu_watching() | Valentin Schneider | 1 | -1/+1 |
2024-07-29 | context_tracking, rcu: Rename RCU_DYNTICKS_IDX into CT_RCU_WATCHING | Valentin Schneider | 1 | -6/+6 |
2024-07-04 | Merge branches 'doc.2024.06.06a', 'fixes.2024.07.04a', 'mb.2024.06.28a', 'noc... | Paul E. McKenney | 1 | -25/+67 |
2024-07-04 | rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocation | Frederic Weisbecker | 1 | -3/+7 |
2024-07-04 | rcu: Add rcutree.nohz_full_patience_delay to reduce nohz_full OS jitter | Paul E. McKenney | 1 | -2/+9 |
2024-06-28 | rcu: Remove full memory barrier on RCU stall printout | Frederic Weisbecker | 1 | -10/+0 |
2024-06-28 | rcu: Remove full memory barrier on boot time eqs sanity check | Frederic Weisbecker | 1 | -1/+1 |
2024-06-28 | rcu: Remove superfluous full memory barrier upon first EQS snapshot | Frederic Weisbecker | 1 | -1/+12 |
2024-06-28 | rcu: Remove full ordering on second EQS snapshot | Frederic Weisbecker | 1 | -1/+9 |
2024-06-18 | rcu: Disable interrupts directly in rcu_gp_init() | Paul E. McKenney | 1 | -3/+3 |
2024-06-18 | rcu/tree: Reduce wake up for synchronize_rcu() common case | Joel Fernandes (Google) | 1 | -4/+26 |
2024-05-01 | Merge branches 'fixes.2024.04.15a', 'misc.2024.04.12a', 'rcu-sync-normal-impr... | Uladzislau Rezki (Sony) | 1 | -11/+364 |
2024-04-16 | rcutorture: Make rcutorture support print rcu-tasks gp state | Zqiang | 1 | -10/+3 |
2024-04-15 | rcu: Allocate WQ with WQ_MEM_RECLAIM bit set | Uladzislau Rezki (Sony) | 1 | -1/+5 |
2024-04-15 | rcu: Support direct wake-up of synchronize_rcu() users | Uladzislau Rezki (Sony) | 1 | -1/+23 |
2024-04-15 | rcu: Add a trace event for synchronize_rcu_normal() | Uladzislau Rezki (Sony) | 1 | -1/+6 |
2024-04-15 | rcu: Reduce synchronize_rcu() latency | Uladzislau Rezki (Sony) | 1 | -1/+330 |
2024-04-15 | rcu: Make hotplug operations track GP state, not flags | Paul E. McKenney | 1 | -6/+6 |
2024-04-15 | rcu: Mark loads from rcu_state.n_online_cpus | Paul E. McKenney | 1 | -1/+3 |
2024-04-15 | rcu: Remove redundant READ_ONCE() of rcu_state.gp_flags in tree.c | Paul E. McKenney | 1 | -7/+4 |