-
- Downloads
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull RCU updates from Ingo Molnar: - add RCU torture scripts/tooling - static analysis improvements - update RCU documentation - miscellaneous fixes * 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (52 commits) rcu: Remove "extern" from function declarations in kernel/rcu/rcu.h rcu: Remove "extern" from function declarations in include/linux/*rcu*.h rcu/torture: Dynamically allocate SRCU output buffer to avoid overflow rcu: Don't activate RCU core on NO_HZ_FULL CPUs rcu: Warn on allegedly impossible rcu_read_unlock_special() from irq rcu: Add an RCU_INITIALIZER for global RCU-protected pointers rcu: Make rcu_assign_pointer's assignment volatile and type-safe bonding: Use RCU_INIT_POINTER() for better overhead and for sparse rcu: Add comment on evaluate-once properties of rcu_assign_pointer(). rcu: Provide better diagnostics for blocking in RCU callback functions rcu: Improve SRCU's grace-period comments rcu: Fix CONFIG_RCU_FANOUT_EXACT for odd fanout/leaf values rcu: Fix coccinelle warnings rcutorture: Stop tracking FSF's postal address rcutorture: Move checkarg to functions.sh rcutorture: Flag errors and warnings with color coding rcutorture: Record results from repeated runs of the same test scenario rcutorture: Test summary at end of run with less chattiness rcutorture: Update comment in kvm.sh listing typical RCU trace events rcutorture: Add tracing-enabled version of TREE08 ...
Showing
- tools/testing/selftests/rcutorture/bin/configcheck.sh 54 additions, 0 deletionstools/testing/selftests/rcutorture/bin/configcheck.sh
- tools/testing/selftests/rcutorture/bin/configinit.sh 74 additions, 0 deletionstools/testing/selftests/rcutorture/bin/configinit.sh
- tools/testing/selftests/rcutorture/bin/cpus2use.sh 41 additions, 0 deletionstools/testing/selftests/rcutorture/bin/cpus2use.sh
- tools/testing/selftests/rcutorture/bin/functions.sh 198 additions, 0 deletionstools/testing/selftests/rcutorture/bin/functions.sh
- tools/testing/selftests/rcutorture/bin/kvm-build.sh 71 additions, 0 deletionstools/testing/selftests/rcutorture/bin/kvm-build.sh
- tools/testing/selftests/rcutorture/bin/kvm-recheck.sh 44 additions, 0 deletionstools/testing/selftests/rcutorture/bin/kvm-recheck.sh
- tools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh 192 additions, 0 deletionstools/testing/selftests/rcutorture/bin/kvm-test-1-rcu.sh
- tools/testing/selftests/rcutorture/bin/kvm.sh 210 additions, 0 deletionstools/testing/selftests/rcutorture/bin/kvm.sh
- tools/testing/selftests/rcutorture/bin/parse-build.sh 57 additions, 0 deletionstools/testing/selftests/rcutorture/bin/parse-build.sh
- tools/testing/selftests/rcutorture/bin/parse-console.sh 41 additions, 0 deletionstools/testing/selftests/rcutorture/bin/parse-console.sh
- tools/testing/selftests/rcutorture/bin/parse-rcutorture.sh 106 additions, 0 deletionstools/testing/selftests/rcutorture/bin/parse-rcutorture.sh
- tools/testing/selftests/rcutorture/configs/CFLIST 13 additions, 0 deletionstools/testing/selftests/rcutorture/configs/CFLIST
- tools/testing/selftests/rcutorture/configs/SRCU-N 8 additions, 0 deletionstools/testing/selftests/rcutorture/configs/SRCU-N
- tools/testing/selftests/rcutorture/configs/SRCU-N.boot 1 addition, 0 deletionstools/testing/selftests/rcutorture/configs/SRCU-N.boot
- tools/testing/selftests/rcutorture/configs/SRCU-P 8 additions, 0 deletionstools/testing/selftests/rcutorture/configs/SRCU-P
- tools/testing/selftests/rcutorture/configs/SRCU-P.boot 1 addition, 0 deletionstools/testing/selftests/rcutorture/configs/SRCU-P.boot
- tools/testing/selftests/rcutorture/configs/TINY01 13 additions, 0 deletionstools/testing/selftests/rcutorture/configs/TINY01
- tools/testing/selftests/rcutorture/configs/TINY02 13 additions, 0 deletionstools/testing/selftests/rcutorture/configs/TINY02
- tools/testing/selftests/rcutorture/configs/TREE01 23 additions, 0 deletionstools/testing/selftests/rcutorture/configs/TREE01
- tools/testing/selftests/rcutorture/configs/TREE01.boot 1 addition, 0 deletionstools/testing/selftests/rcutorture/configs/TREE01.boot
Loading
Please register or sign in to comment