| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'rcu-urgent.2022.12.17a' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2022-12-21 | 1 | -4/+6 |
|\ |
|
| * | rcu: Don't assert interrupts enabled too early in boot | Paul E. McKenney | 2022-12-17 | 1 | -4/+6 |
* | | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2022-12-13 | 1 | -0/+2 |
|\ \ |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2022-10-24 | 1 | -4/+6 |
| |\| |
|
| * | | rcu-tasks: Provide rcu_trace_implies_rcu_gp() | Paul E. McKenney | 2022-10-18 | 1 | -0/+2 |
* | | | Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 2022-12-12 | 5 | -24/+26 |
|\ \ \ |
|
| * | | | srcu: Make Tiny synchronize_srcu() check for readers | Zqiang | 2022-12-01 | 1 | -0/+10 |
| * | | | rcu: Make SRCU mandatory | Paul E. McKenney | 2022-11-29 | 4 | -24/+16 |
* | | | | Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2022-12-12 | 13 | -152/+544 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *-----. \ \ | Merge branches 'doc.2022.10.20a', 'fixes.2022.10.21a', 'lazy.2022.11.30a', 's... | Paul E. McKenney | 2022-11-30 | 13 | -152/+544 |
| |\ \ \ \ \ \
| | | | | |/ /
| | | | |/| /
| | |_|_|_|/
| |/| | | | |
|
| | | | | * | rcutorture: Verify NUM_ACTIVE_RCU_POLL_OLDSTATE | Paul E. McKenney | 2022-10-18 | 1 | -2/+20 |
| | | | | * | rcutorture: Verify NUM_ACTIVE_RCU_POLL_FULL_OLDSTATE | Paul E. McKenney | 2022-10-18 | 1 | -2/+21 |
| | |_|_|/
| |/| | | |
|
| | | | * | srcu: Debug NMI safety even on archs that don't require it | Frederic Weisbecker | 2022-10-21 | 1 | -15/+10 |
| | | | * | srcu: Explain the reason behind the read side critical section on GP start | Frederic Weisbecker | 2022-10-21 | 1 | -0/+5 |
| | | | * | srcu: Warn when NMI-unsafe API is used in NMI | Frederic Weisbecker | 2022-10-21 | 1 | -0/+2 |
| | | | * | srcu: Check for consistent global per-srcu_struct NMI safety | Paul E. McKenney | 2022-10-20 | 1 | -0/+5 |
| | | | * | srcu: Check for consistent per-CPU per-srcu_struct NMI safety | Paul E. McKenney | 2022-10-20 | 1 | -6/+32 |
| | | | * | srcu: Create an srcu_read_lock_nmisafe() and srcu_read_unlock_nmisafe() | Paul E. McKenney | 2022-10-20 | 3 | -6/+51 |
| | | | * | srcu: Convert ->srcu_lock_count and ->srcu_unlock_count to atomic | Paul E. McKenney | 2022-10-18 | 1 | -12/+12 |
| | |_|/
| |/| | |
|
| | | * | rcu/rcutorture: Use call_rcu_hurry() where needed | Joel Fernandes (Google) | 2022-11-29 | 1 | -8/+8 |
| | | * | rcu/rcuscale: Use call_rcu_hurry() for async reader test | Joel Fernandes (Google) | 2022-11-29 | 1 | -1/+1 |
| | | * | rcu/sync: Use call_rcu_hurry() instead of call_rcu | Joel Fernandes (Google) | 2022-11-29 | 1 | -1/+1 |
| | | * | rcuscale: Add laziness and kfree tests | Joel Fernandes (Google) | 2022-11-29 | 1 | -2/+65 |
| | | * | rcu: Shrinker for lazy rcu | Vineeth Pillai | 2022-11-29 | 1 | -0/+52 |
| | | * | rcu: Refactor code a bit in rcu_nocb_do_flush_bypass() | Joel Fernandes (Google) | 2022-11-29 | 1 | -8/+9 |
| | | * | rcu: Make call_rcu() lazy to save power | Joel Fernandes (Google) | 2022-11-29 | 7 | -82/+237 |
| | | * | rcu: Fix missing nocb gp wake on rcu_barrier() | Frederic Weisbecker | 2022-10-18 | 3 | -0/+17 |
| | | * | rcu: Fix late wakeup when flush of bypass cblist happens | Joel Fernandes (Google) | 2022-10-18 | 1 | -2/+8 |
| | | * | rcu: Simplify rcu_init_nohz() cpumask handling | Zhen Lei | 2022-10-18 | 1 | -23/+11 |
| | |/
| |/| |
|
| | * | rcu: Fix __this_cpu_read() lockdep warning in rcu_force_quiescent_state() | Zqiang | 2022-10-21 | 1 | -1/+1 |
| | * | rcu-tasks: Make grace-period-age message human-readable | Paul E. McKenney | 2022-10-21 | 1 | -1/+1 |
| | * | rcu: Remove rcu_is_idle_cpu() | Yipeng Zou | 2022-10-21 | 1 | -6/+0 |
| | * | rcu: Use READ_ONCE() for lockless read of rnp->qsmask | Joel Fernandes (Google) | 2022-10-18 | 1 | -1/+1 |
| | * | rcu: Synchronize ->qsmaskinitnext in rcu_boost_kthread_setaffinity() | Pingfan Liu | 2022-10-18 | 1 | -1/+4 |
| | * | rcu: Remove duplicate RCU exp QS report from rcu_report_dead() | Zqiang | 2022-10-18 | 1 | -2/+0 |
| |/ |
|
* / | rcu: Keep synchronize_rcu() from enabling irqs in early boot | Paul E. McKenney | 2022-10-20 | 1 | -4/+6 |
|/ |
|
*---------. | Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ... | Paul E. McKenney | 2022-09-01 | 9 | -151/+613 |
|\ \ \ \ \ \ |
|
| | | | | | * | rcu-tasks: Make RCU Tasks Trace check for userspace execution | Zqiang | 2022-08-31 | 2 | -6/+2 |
| | | | | | * | rcu-tasks: Ensure RCU Tasks Trace loops have quiescent states | Paul E. McKenney | 2022-08-31 | 1 | -0/+3 |
| | | | | | * | rcu-tasks: Convert RCU_LOCKDEP_WARN() to WARN_ONCE() | Zqiang | 2022-08-31 | 1 | -1/+1 |
| |_|_|_|_|/
|/| | | | | |
|
| | | | | * | srcu: Make Tiny SRCU use full-sized grace-period counters | Paul E. McKenney | 2022-08-31 | 1 | -7/+7 |
| | | | | * | srcu: Make Tiny SRCU poll_state_synchronize_srcu() more precise | Paul E. McKenney | 2022-08-31 | 1 | -2/+2 |
| | | | | * | rcutorture: Make "srcud" option also test polled grace-period API | Paul E. McKenney | 2022-08-31 | 1 | -0/+3 |
| |_|_|_|/
|/| | | | |
|
| | | | * | rcutorture: Limit read-side polling-API testing | Paul E. McKenney | 2022-08-31 | 1 | -18/+23 |
| | | | * | rcutorture: Expand rcu_torture_write_types() first "if" statement | Paul E. McKenney | 2022-08-31 | 1 | -6/+23 |
| | | | * | rcutorture: Use 1-suffixed variable in rcu_torture_write_types() check | Paul E. McKenney | 2022-08-31 | 1 | -1/+1 |
| | | | * | rcu: Make synchronize_rcu() fastpath update only boot-CPU counters | Paul E. McKenney | 2022-08-31 | 1 | -2/+16 |
| | | | * | rcutorture: Adjust rcu_poll_need_2gp() for rcu_gp_oldstate field removal | Paul E. McKenney | 2022-08-31 | 1 | -1/+1 |
| | | | * | rcu: Remove ->rgos_polled field from rcu_gp_oldstate structure | Paul E. McKenney | 2022-08-31 | 1 | -5/+1 |
| | | | * | rcu: Make synchronize_rcu_expedited() fast path update .expedited_sequence | Paul E. McKenney | 2022-08-31 | 1 | -0/+6 |