diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2021-05-18 19:56:19 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@kernel.org> | 2021-05-18 19:56:19 +0200 |
commit | 641faf1b9064c270a476a424e60063bb05df3ee9 (patch) | |
tree | ecc7c3b94b0fcd7b52b33dc5f8a79ccc6588cc1d /mm | |
parent | rcu/tree_plugin: Don't handle the case of 'all' CPU range (diff) | |
parent | tools/rcu: Add drgn script to dump number of RCU callbacks (diff) | |
parent | rcu: Add missing __releases() annotation (diff) | |
parent | kvfree_rcu: Refactor kfree_rcu_monitor() (diff) | |
parent | mm/slub: Add Support for free path information of an object (diff) | |
parent | rcu: Fix various typos in comments (diff) | |
parent | srcu: Early test SRCU polling start (diff) | |
parent | tasks-rcu: Make show_rcu_tasks_gp_kthreads() be static inline (diff) | |
parent | rcu: Don't penalize priority boosting when there is nothing to boost (diff) | |
download | linux-641faf1b9064c270a476a424e60063bb05df3ee9.tar.xz linux-641faf1b9064c270a476a424e60063bb05df3ee9.zip |
Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.13a', 'kvfree_rcu.2021.05.10c', 'mmdumpobj.2021.05.10c', 'nocb.2021.05.12a', 'srcu.2021.05.12a', 'tasks.2021.05.18a' and 'torture.2021.05.10c' into HEAD
bitmaprange.2021.05.10c: Allow "all" for bitmap ranges.
doc.2021.05.10c: Documentation updates.
fixes.2021.05.13a: Miscellaneous fixes.
kvfree_rcu.2021.05.10c: kvfree_rcu() updates.
mmdumpobj.2021.05.10c: mem_dump_obj() updates.
nocb.2021.05.12a: RCU NOCB CPU updates, including limited deoffloading.
srcu.2021.05.12a: SRCU updates.
tasks.2021.05.18a: Tasks-RCU updates.
torture.2021.05.10c: Torture-test updates.