summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
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
2022-10-18rcu: Fix missing nocb gp wake on rcu_barrier()Frederic Weisbecker
2022-10-18rcu: Fix late wakeup when flush of bypass cblist happensJoel Fernandes (Google)
2022-10-18rcu: Simplify rcu_init_nohz() cpumask handlingZhen Lei
2022-10-18rcu: Use READ_ONCE() for lockless read of rnp->qsmaskJoel Fernandes (Google)
2022-10-18rcu: Synchronize ->qsmaskinitnext in rcu_boost_kthread_setaffinity()Pingfan Liu
2022-10-18rcu: Remove duplicate RCU exp QS report from rcu_report_dead()Zqiang
2022-10-18srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomicPaul E. McKenney
2022-10-18rcu-tasks: Provide rcu_trace_implies_rcu_gp()Paul E. McKenney
2022-09-01Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney
2022-09-01rcutorture: Use the barrier operation specified by cur_opsZqiang
2022-08-31rcu-tasks: Make RCU Tasks Trace check for userspace executionZqiang
2022-08-31rcu-tasks: Ensure RCU Tasks Trace loops have quiescent statesPaul E. McKenney
2022-08-31rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE()Zqiang
2022-08-31srcu: Make Tiny SRCU use full-sized grace-period countersPaul E. McKenney
2022-08-31srcu: Make Tiny SRCU poll_state_synchronize_srcu() more precisePaul E. McKenney
2022-08-31rcutorture: Make "srcud" option also test polled grace-period APIPaul E. McKenney
2022-08-31rcutorture: Limit read-side polling-API testingPaul E. McKenney
2022-08-31rcutorture: Expand rcu_torture_write_types() first "if" statementPaul E. McKenney
2022-08-31rcutorture: Use 1-suffixed variable in rcu_torture_write_types() checkPaul E. McKenney
2022-08-31rcu: Make synchronize_rcu() fastpath update only boot-CPU countersPaul E. McKenney
2022-08-31rcutorture: Adjust rcu_poll_need_2gp() for rcu_gp_oldstate field removalPaul E. McKenney
2022-08-31rcu: Remove ->rgos_polled field from rcu_gp_oldstate structurePaul E. McKenney