Age | Commit message (Expand) | Author |
2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2025-01-21 | Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2025-01-21 | Merge tag 'rcu.release.v6.14' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2025-01-13 | kasan: make kasan_record_aux_stack_noalloc() the default behaviour | Peter Zijlstra |
2025-01-11 | mm/slab: Move kvfree_rcu() into SLAB | Uladzislau Rezki (Sony) |
2025-01-11 | rcu/kvfree: Adjust a shrinker name | Uladzislau Rezki (Sony) |
2025-01-11 | rcu/kvfree: Adjust names passed into trace functions | Uladzislau Rezki (Sony) |
2025-01-11 | rcu/kvfree: Move some functions under CONFIG_TINY_RCU | Uladzislau Rezki (Sony) |
2025-01-11 | rcu/kvfree: Initialize kvfree_rcu() separately | Uladzislau Rezki (Sony) |
2025-01-08 | rcu: Use kthread preferred affinity for RCU exp kworkers | Frederic Weisbecker |
2025-01-08 | treewide: Introduce kthread_run_worker[_on_cpu]() | Frederic Weisbecker |
2025-01-08 | rcu: Use kthread preferred affinity for RCU boost | Frederic Weisbecker |
2024-12-14 | rcu: Report callbacks enqueued on offline CPU blind spot | Frederic Weisbecker |
2024-11-12 | rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcu | Uladzislau Rezki (Sony) |
2024-11-12 | rcu: Permit start_poll_synchronize_rcu*() with interrupts disabled | Paul E. McKenney |
2024-11-12 | rcu: Use the BITS_PER_LONG macro | Jinjie Ruan |
2024-10-01 | rcu/kvfree: Refactor kvfree_rcu_queue_batch() | Uladzislau Rezki (Sony) |
2024-09-18 | Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb... | Linus Torvalds |
2024-09-18 | Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2024-09-09 | Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0... | Neeraj Upadhyay |
2024-08-27 | rcu/kvfree: Add kvfree_rcu_barrier() API | Uladzislau Rezki (Sony) |
2024-08-20 | softirq: Remove unused 'action' parameter from action callback | Caleb Sander Mateos |
2024-08-15 | rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs() | Valentin Schneider |
2024-08-15 | rcu: Rename rcu_implicit_dynticks_qs() into rcu_watching_snap_recheck() | Valentin Schneider |
2024-08-15 | rcu: Rename dyntick_save_progress_counter() into rcu_watching_snap_save() | Valentin Schneider |
2024-08-15 | rcu: Rename struct rcu_data .dynticks_snap into .watching_snap | Valentin Schneider |
2024-08-15 | rcu: Rename rcu_dynticks_zero_in_eqs() into rcu_watching_zero_in_eqs() | Valentin Schneider |
2024-08-15 | rcu: Rename rcu_dynticks_in_eqs_since() into rcu_watching_snap_stopped_since() | Valentin Schneider |
2024-08-15 | rcu: Rename rcu_dynticks_in_eqs() into rcu_watching_snap_in_eqs() | Valentin Schneider |
2024-08-15 | rcu: Rename rcu_dynticks_eqs_online() into rcu_watching_online() | Valentin Schneider |
2024-08-15 | context_tracking, rcu: Rename rcu_dynticks_curr_cpu_in_eqs() into rcu_is_watc... | Valentin Schneider |
2024-08-14 | rcu: Mark callbacks not currently participating in barrier operation | Paul E. McKenney |
2024-08-12 | rcu: Use system_unbound_wq to avoid disturbing isolated CPUs | Waiman Long |
2024-08-11 | rcu: Annotate struct kvfree_rcu_bulk_data with __counted_by() | Thorsten Blum |
2024-08-11 | context_tracking, rcu: Rename DYNTICK_IRQ_NONIDLE into CT_NESTING_IRQ_NONIDLE | Valentin Schneider |
2024-08-11 | context_tracking, rcu: Rename ct_dynticks_nmi_nesting() into ct_nmi_nesting() | Valentin Schneider |
2024-08-11 | context_tracking, rcu: Rename struct context_tracking .dynticks_nmi_nesting i... | Valentin Schneider |
2024-08-11 | context_tracking, rcu: Rename ct_dynticks_nesting() into ct_nesting() | Valentin Schneider |
2024-08-11 | context_tracking, rcu: Rename struct context_tracking .dynticks_nesting into ... | Valentin Schneider |
2024-07-29 | rcu/kfree: Warn on unexpected tail state | Paul E. McKenney |
2024-07-29 | rcu/nocb: Remove SEGCBLIST_RCU_CORE | Frederic Weisbecker |
2024-07-29 | rcu/nocb: Remove halfway (de-)offloading handling from rcu_core | Frederic Weisbecker |
2024-07-29 | rcu/nocb: Remove halfway (de-)offloading handling from rcu_core()'s QS reporting | Frederic Weisbecker |
2024-07-29 | rcu/nocb: Introduce nocb mutex | Frederic Weisbecker |
2024-07-29 | context_tracking, rcu: Rename ct_dynticks_cpu_acquire() into ct_rcu_watching_... | Valentin Schneider |
2024-07-29 | context_tracking, rcu: Rename ct_dynticks_cpu() into ct_rcu_watching_cpu() | Valentin Schneider |
2024-07-29 | context_tracking, rcu: Rename ct_dynticks() into ct_rcu_watching() | Valentin Schneider |
2024-07-29 | context_tracking, rcu: Rename RCU_DYNTICKS_IDX into CT_RCU_WATCHING | Valentin Schneider |
2024-07-04 | Merge branches 'doc.2024.06.06a', 'fixes.2024.07.04a', 'mb.2024.06.28a', 'noc... | Paul E. McKenney |
2024-07-04 | rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocation | Frederic Weisbecker |