aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu
diff options
context:
space:
mode:
authorPaul E. McKenney <paulmck@kernel.org>2020-11-19 19:37:47 -0800
committerPaul E. McKenney <paulmck@kernel.org>2020-11-19 19:37:47 -0800
commit7fc91fc8450655e7ba941d61663afcaf65cefb78 (patch)
tree9d72396bb80b1a1638ca5e4a2909dfacbc0f76d9 /kernel/rcu
parentx86/cpu: Avoid cpuinfo-induced IPIing of idle CPUs (diff)
parentdocs/rcu: Update the call_rcu() API (diff)
parentsrcu: Take early exit on memory-allocation failure (diff)
parentrcu: Prevent RCU_LOCKDEP_WARN() from swallowing the condition (diff)
parentrcu-tasks: Make the units of ->init_fract be jiffies (diff)
parenttools/rcutorture: Fix BUG parsing of console.log (diff)
downloadlinux-dev-7fc91fc8450655e7ba941d61663afcaf65cefb78.tar.xz
linux-dev-7fc91fc8450655e7ba941d61663afcaf65cefb78.zip
Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b', 'lockdep.2020.11.02a', 'tasks.2020.11.06a' and 'torture.2020.11.06a' into HEAD
cpuinfo.2020.11.06a: Speedups for /proc/cpuinfo. doc.2020.11.06a: Documentation updates. fixes.2020.11.19b: Miscellaneous fixes. lockdep.2020.11.02a: Lockdep-RCU updates to avoid "unused variable". tasks.2020.11.06a: Tasks-RCU updates. torture.2020.11.06a': Torture-test updates.