summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-19Merge tag 'rcu.release.v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-15Merge branches 'rcu/fixes', 'rcu/nocb', 'rcu/torture', 'rcu/stall' and 'rcu/s...Frederic Weisbecker
2024-11-15rcuscale: Remove redundant WARN_ON_ONCE() splatUladzislau Rezki (Sony)
2024-11-15rcuscale: Do a proper cleanup if kfree_scale_init() failsUladzislau Rezki (Sony)
2024-11-15srcu: Unconditionally record srcu_read_lock_lite() in ->srcu_reader_flavorPaul E. McKenney
2024-11-12srcu: Check for srcu_read_lock_lite() across all CPUsPaul E. McKenney
2024-11-12rcutorture: Avoid printing cpu=-1 for no-fault RCU boost failurePaul E. McKenney
2024-11-12rcuscale: Add guest_os_delay module parameterPaul E. McKenney
2024-11-12refscale: Correct affinity checkPaul E. McKenney
2024-11-12rcu/nocb: Fix missed RCU barrier on deoffloadingZqiang
2024-11-12rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcuUladzislau Rezki (Sony)
2024-11-12rcu/srcutiny: don't return before reenabling preemptionMichal Schmidt
2024-11-12rcu-tasks: Remove open-coded one-byte cmpxchg() emulationPaul E. McKenney
2024-11-12rcutorture: Test start-poll primitives with interrupts disabledPaul E. McKenney
2024-11-12rcu: Permit start_poll_synchronize_rcu*() with interrupts disabledPaul E. McKenney
2024-11-12rcu: Allow short-circuiting of synchronize_rcu_tasks_rude()Paul E. McKenney
2024-11-12rcu: Add rcuog kthreads to RCU_NOCB_CPU help textPaul E. McKenney
2024-11-12rcu: Use the BITS_PER_LONG macroJinjie Ruan
2024-11-12rcu: Use bitwise instead of arithmetic operator for flagsHongbo Li
2024-11-12refscale: Add srcu_read_lock_lite() support using "srcu-lite"Paul E. McKenney
2024-11-12rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavorPaul E. McKenney
2024-11-12rcutorture: Add reader_flavor parameter for SRCU readersPaul E. McKenney
2024-11-12rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bitsPaul E. McKenney
2024-11-12srcu: Allow inlining of __srcu_read_{,un}lock_lite()Paul E. McKenney
2024-11-12srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()Paul E. McKenney
2024-11-12srcu: Create CPP macros for normal and NMI-safe SRCU readersPaul E. McKenney
2024-11-12srcu: Standardize srcu_data pointers to "sdp" and similarPaul E. McKenney
2024-11-12srcu: Bit manipulation changes for additional reader flavorPaul E. McKenney
2024-11-12srcu: Renaming in preparation for additional reader flavorPaul E. McKenney
2024-11-07softirq: Use a dedicated thread for timer wakeups on PREEMPT_RT.Sebastian Andrzej Siewior
2024-11-03rcu: Finer-grained grace-period-end checks in rcu_dump_cpu_stacks()Paul E. McKenney
2024-10-28srcu: Introduce srcu_gp_is_expedited() helper functionPaul E. McKenney
2024-10-28srcu: Rename srcu_might_be_idle() to srcu_should_expedite()Paul E. McKenney
2024-10-23srcu: Replace WARN_ON_ONCE() with BUILD_BUG_ON() if possibleZhen Lei
2024-10-23rcu: Stop stall warning from dumping stacks if grace period endsPaul E. McKenney
2024-10-23rcu: Delete unused rcu_gp_might_be_stalled() functionPaul E. McKenney
2024-10-22rcu: Remove unused declaration rcu_segcblist_offload()Yue Haibing
2024-10-17Merge branch 'linus' into sched/urgent, to resolve conflictIngo Molnar
2024-10-14sched/fair: Fix external p->on_rq usersPeter Zijlstra
2024-10-10rcu/nocb: Fix rcuog wake-up from offline softirqFrederic Weisbecker
2024-10-01rcu/kvfree: Refactor kvfree_rcu_queue_batch()Uladzislau Rezki (Sony)
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-09-18Merge tag 'rcu.release.v6.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-09-09Merge branches 'context_tracking.15.08.24a', 'csd.lock.15.08.24a', 'nocb.09.0...Neeraj Upadhyay
2024-09-09rcu: Defer printing stall-warning backtrace when holding rcu_node lockPaul E. McKenney
2024-09-09rcu/nocb: Remove superfluous memory barrier after bypass enqueueFrederic Weisbecker
2024-09-09rcu/nocb: Conditionally wake up rcuo if not already waiting on GPFrederic Weisbecker
2024-09-09rcu/nocb: Fix RT throttling hrtimer armed from offline CPUFrederic Weisbecker