aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2022-07-21 17:43:16 -0700
committerPaul E. McKenney <paulmck@kernel.org>2022-07-21 17:43:16 -0700
commitd38c8fe48354af9c7120291938574e1ebb221d52 (patch)
tree30078d10dbf663d8c8a684aeb3dcd5feadd545f9 /kernel
parentdoc: Document rcutree.nocb_nobypass_lim_per_jiffy kernel parameter (diff)
parentrcu/tree: Add comment to describe GP-done condition in fqs loop (diff)
parentrcu/nocb: Avoid polling when my_rdp->nocb_head_rdp list is empty (diff)
parentrcu: Add irqs-disabled indicator to expedited RCU CPU stall warnings (diff)
parentrcu-tasks: Use delayed_work to delay rcu_tasks_verify_self_tests() (diff)
parentrefscale: Convert test_lock spinlock to raw_spinlock (diff)
downloadwireguard-linux-d38c8fe48354af9c7120291938574e1ebb221d52.tar.xz
wireguard-linux-d38c8fe48354af9c7120291938574e1ebb221d52.zip
Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'poll.2022.07.21a', 'rcu-tasks.2022.06.21a' and 'torture.2022.06.21a' into HEAD
doc.2022.06.21a: Documentation updates. fixes.2022.07.19a: Miscellaneous fixes. nocb.2022.07.19a: Callback-offload updates. poll.2022.07.21a: Polled grace-period updates. rcu-tasks.2022.06.21a: Tasks RCU updates. torture.2022.06.21a: Torture-test updates.