summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2023-01-03srcu: Update comment after the index flipPaul E. McKenney
2023-01-03srcu: Yet more detail for srcu_readers_active_idx_check() commentsPaul E. McKenney
2023-01-03srcu: Remove needless rcu_seq_done() check while holding read lockPingfan Liu
2023-01-03rcu: Add test code for semaphore-like SRCU readersPaul E. McKenney
2023-01-03srcu: Fix the comparision in srcu_invl_snp_seq()Pingfan Liu
2023-01-03srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALLPingfan Liu
2023-01-03srcu: Release early_srcu resources when no longer in useZqiang
2023-01-03rcu/kvfree: Split ready for reclaim objects from a batchUladzislau Rezki (Sony)
2023-01-03rcu/kvfree: Carefully reset number of objects in krcpUladzislau Rezki (Sony)
2023-01-03rcu/kvfree: Use READ_ONCE() when access to krcp->headUladzislau Rezki (Sony)
2023-01-03rcu/kvfree: Use a polled API to speedup a reclaim processUladzislau Rezki (Sony)
2023-01-03rcu/kvfree: Move need_offload_krc() out of krcp->lockUladzislau Rezki (Sony)
2023-01-03rcu/kvfree: Move bulk/list reclaim to separate functionsUladzislau Rezki (Sony)
2023-01-03rcu/kvfree: Switch to a generic linked list APIUladzislau Rezki (Sony)
2023-01-03rcu: Refactor kvfree_call_rcu() and high-level helpersUladzislau Rezki (Sony)
2023-01-03rcu: Allow expedited RCU CPU stall warnings to dump task stacksPaul E. McKenney
2023-01-03rcu: Test synchronous RCU grace periods at the end of rcu_init()Paul E. McKenney
2023-01-03rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()Zqiang
2023-01-03rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()Paul E. McKenney
2023-01-03rcu: Upgrade header comment for poll_state_synchronize_rcu()Paul E. McKenney
2023-01-03rcu: Throttle callback invocation based on number of ready callbacksPaul E. McKenney
2023-01-03rcu: Consolidate initialization and CPU-hotplug codePaul E. McKenney
2022-12-21Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-12-17rcu: Don't assert interrupts enabled too early in bootPaul E. McKenney
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-12-01srcu: Make Tiny synchronize_srcu() check for readersZqiang
2022-11-30Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's...Paul E. McKenney
2022-11-29rcu: Make SRCU mandatoryPaul E. McKenney
2022-11-29rcu/rcutorture: Use call_rcu_hurry() where neededJoel Fernandes (Google)
2022-11-29rcu/rcuscale: Use call_rcu_hurry() for async reader testJoel Fernandes (Google)
2022-11-29rcu/sync: Use call_rcu_hurry() instead of call_rcuJoel Fernandes (Google)
2022-11-29rcuscale: Add laziness and kfree testsJoel Fernandes (Google)
2022-11-29rcu: Shrinker for lazy rcuVineeth Pillai
2022-11-29rcu: Refactor code a bit in rcu_nocb_do_flush_bypass()Joel Fernandes (Google)
2022-11-29rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-21srcu: Debug NMI safety even on archs that don't require itFrederic Weisbecker
2022-10-21srcu: Explain the reason behind the read side critical section on GP startFrederic Weisbecker
2022-10-21srcu: Warn when NMI-unsafe API is used in NMIFrederic Weisbecker
2022-10-21rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state()Zqiang
2022-10-21rcu-tasks: Make grace-period-age message human-readablePaul E. McKenney
2022-10-21rcu: Remove rcu_is_idle_cpu()Yipeng Zou
2022-10-20rcu: Keep synchronize_rcu() from enabling irqs in early bootPaul E. McKenney
2022-10-20srcu: Check for consistent global per-srcu_struct NMI safetyPaul E. McKenney
2022-10-20srcu: Check for consistent per-CPU per-srcu_struct NMI safetyPaul E. McKenney
2022-10-20srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe()Paul E. McKenney
2022-10-18rcutorture: Verify NUM_ACTIVE_RCU_POLL_OLDSTATEPaul E. McKenney
2022-10-18rcutorture: Verify NUM_ACTIVE_RCU_POLL_FULL_OLDSTATEPaul E. McKenney