summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2025-09-19rcu-tasks: Maintain real-time response in rcu_tasks_postscan()Paul E. McKenney
2025-09-19rcu-tasks: Eliminate deadlocks involving do_exit() and RCU tasksPaul E. McKenney
2025-09-19rcu-tasks: Maintain lists to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney
2025-08-28rcu: Fix racy re-initialization of irq_work causing hangsFrederic Weisbecker
2025-08-28rcu: Fix rcu_read_unlock() deadloop due to IRQ workJoel Fernandes
2025-08-28rcu: Protect ->defer_qs_iw_pending from data racePaul E. McKenney
2025-07-10rcu: Return early if callback is not specifiedUladzislau Rezki (Sony)
2025-06-19rcu/cpu_stall_cputime: fix the hardirq count for x86 architectureYongliang Gao
2025-06-04rcu: handle unstable rdp in rcu_read_unlock_strict()Ankur Arora
2025-06-04rcu: handle quiescent states for PREEMPT_RCU=n, PREEMPT_COUNT=yAnkur Arora
2024-12-09rcuscale: Do a proper cleanup if kfree_scale_init() failsUladzislau Rezki (Sony)
2024-12-09rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcuUladzislau Rezki (Sony)
2024-11-08rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gp...Zqiang
2024-11-08rcu-tasks: Initialize data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney
2024-11-08rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney
2024-11-08rcu-tasks: Pull sampling of ->percpu_dequeue_lim out of loopPaul E. McKenney
2024-10-17rcu/nocb: Fix rcuog wake-up from offline softirqFrederic Weisbecker
2024-10-17rcu/nocb: Make IRQs disablement symmetricFrederic Weisbecker
2024-10-10rcuscale: Provide clear error when async specified without primitivesPaul E. McKenney
2024-10-04rcu/nocb: Fix RT throttling hrtimer armed from offline CPUFrederic Weisbecker
2024-09-08rcu/nocb: Remove buggy bypass lock contention mitigationFrederic Weisbecker
2024-08-29rcu: Eliminate rcu_gp_slow_unregister() false positivePaul E. McKenney
2024-08-29rcu: Dump memory object info if callback function is invalidZhen Lei
2024-08-14rcu: Fix rcu_barrier() VS post CPUHP_TEARDOWN_CPU invocationFrederic Weisbecker
2024-08-14rcutorture: Fix rcu_torture_fwd_cb_cr() data racePaul E. McKenney
2024-08-03rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker
2024-06-27rcutorture: Fix invalid context warning when enable srcu barrier testingZqiang
2024-06-27rcutorture: Make stall-tasks directly exit when rcutorture tests endZqiang
2024-06-27rcutorture: Fix rcu_torture_one_read() pipe_count overflow commentPaul E. McKenney
2024-06-12rcu: Fix buffer overflow in print_cpu_stall_info()Nikita Kiryushin
2024-06-12rcu-tasks: Fix show_rcu_tasks_trace_gp_kthread buffer overflowNikita Kiryushin
2024-04-13rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()Zqiang
2024-03-26rcu/exp: Handle RCU expedited grace period kworker allocation failureFrederic Weisbecker
2024-03-26rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure r...Frederic Weisbecker
2024-01-31rcu: Defer RCU kthreads wakeup when CPU is dyingFrederic Weisbecker
2024-01-10rcu/tasks-trace: Handle new PF_IDLE semanticsFrederic Weisbecker
2024-01-10rcu/tasks: Handle new PF_IDLE semanticsFrederic Weisbecker
2024-01-10rcu: Introduce rcu_cpu_online()Frederic Weisbecker
2024-01-10rcu: Break rcu_node_0 --> &rq->__lock orderPeter Zijlstra
2023-11-28rcu: kmemleak: Ignore kmemleak false positives when RCU-freeing objectsCatalin Marinas
2023-11-28rcu/tree: Defer setting of jiffies during stall resetJoel Fernandes (Google)
2023-11-28srcu: Only accelerate on enqueue timeFrederic Weisbecker
2023-11-28srcu: Fix srcu_struct node grpmask overflow on 64-bit systemsDenis Arefev
2023-11-20srcu: Fix callbacks acceleration mishandlingFrederic Weisbecker
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-08-16Merge branches 'doc.2023.07.14b', 'fixes.2023.08.16a', 'rcu-tasks.2023.07.24a...Paul E. McKenney
2023-08-16rcu: Make the rcu_nocb_poll boot parameter usable via boot configPaul E. McKenney
2023-08-16rcu: Mark __rcu_irq_enter_check_tick() ->rcu_urgent_qs loadPaul E. McKenney
2023-08-14rcutorture: Stop right-shifting torture_random() return valuesPaul E. McKenney