Age | Commit message (Expand) | Author | Files | Lines |
2017-12-11 | torture: Eliminate torture_runnable and perf_runnable | Paul E. McKenney | 3 | -3/+0 |
2017-12-11 | rcutorture/kvm-build.sh: Skip build directory check | SeongJae Park | 1 | -5/+0 |
2017-12-11 | rcutorture: Simplify functions.sh include path | SeongJae Park | 5 | -5/+5 |
2017-12-11 | rcutorture: Simplify logging | SeongJae Park | 2 | -24/+12 |
2017-12-11 | rcutorture/kvm-recheck-*: Improve result directory readability check | SeongJae Park | 3 | -3/+3 |
2017-12-11 | rcutorture/kvm.sh: Support execution from any directory | SeongJae Park | 1 | -2/+3 |
2017-12-11 | rcutorture/kvm.sh: Use consistent help text for --qemu-args | SeongJae Park | 1 | -2/+2 |
2017-12-11 | rcutorture/kvm.sh: Remove unused variable, `alldone` | SeongJae Park | 1 | -1/+0 |
2017-12-11 | rcutorture: Remove unused script, config2frag.sh | SeongJae Park | 1 | -25/+0 |
2017-12-11 | rcutorture/configinit: Fix build directory error message | SeongJae Park | 1 | -1/+1 |
2017-11-29 | torture: Prepare scripting for shift from %p to %pK | Paul E. McKenney | 1 | -1/+1 |
2017-11-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+2 |
2017-11-13 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 8 | -9/+9 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 20 | -0/+20 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 20 | -0/+20 |
2017-10-25 | locking/atomics, rcutorture/formal: Prepare for ACCESS_ONCE() removal | Mark Rutland | 1 | -3/+2 |
2017-10-10 | torture: Provide TMPDIR environment variable to specify tmpdir | Paul E. McKenney | 8 | -9/+9 |
2017-08-17 | Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',... | Paul E. McKenney | 10 | -51/+150 |
2017-08-17 | rcu: Drive TASKS_RCU directly off of PREEMPT | Paul E. McKenney | 1 | -1/+1 |
2017-07-25 | rcutorture: Use nr_cpus rather than maxcpus to limit test size | Paul E. McKenney | 3 | -2/+28 |
2017-07-25 | rcutorture: Place event-traced strings into trace buffer | Paul E. McKenney | 1 | -1/+1 |
2017-07-25 | rcutorture: Don't wait for kernel when all builds fail | Paul E. McKenney | 2 | -7/+22 |
2017-07-25 | torture: Add --kconfig argument to kvm.sh | Paul E. McKenney | 4 | -38/+96 |
2017-07-25 | rcutorture: Select CONFIG_PROVE_LOCKING for Tiny SRCU scenario | Paul E. McKenney | 1 | -1/+2 |
2017-07-25 | rcutorture: Remove obsolete SRCU-C.boot | Paul E. McKenney | 1 | -1/+0 |
2017-06-09 | rcu: Remove RCU CPU stall warnings from Tiny RCU | Paul E. McKenney | 1 | -1/+0 |
2017-06-09 | rcu: Eliminate NOCBs CPU-state Kconfig options | Paul E. McKenney | 6 | -8/+5 |
2017-06-09 | rcu: Remove debugfs tracing | Paul E. McKenney | 3 | -46/+0 |
2017-06-09 | srcu: Remove Classic SRCU | Paul E. McKenney | 3 | -28/+0 |
2017-06-09 | rcu: Remove SPARSE_RCU_POINTER Kconfig option | Paul E. McKenney | 1 | -4/+0 |
2017-06-09 | rcu: Remove the now-obsolete PROVE_RCU_REPEATEDLY Kconfig option | Paul E. McKenney | 2 | -2/+0 |
2017-06-09 | rcu: Remove nohz_full full-system-idle state machine | Paul E. McKenney | 3 | -8/+1 |
2017-06-09 | rcu: Remove the RCU_KTHREAD_PRIO Kconfig option | Paul E. McKenney | 3 | -2/+1 |
2017-06-09 | rcu: Remove *_SLOW_* Kconfig options | Paul E. McKenney | 12 | -30/+12 |
2017-06-08 | rcutorture: Add "git diff" output to testid.txt file | Paul E. McKenney | 1 | -4/+1 |
2017-06-08 | srcu-cbmc: Use /usr/bin/awk instead of /bin/awk | Priyalee Kushwaha | 1 | -1/+1 |
2017-06-08 | rcutorture: Reduce CPUs dedicated to testing Classic SRCU | Paul E. McKenney | 1 | -1/+1 |
2017-06-08 | rcuperf: Add the ability to test tiny RCU flavors | Paul E. McKenney | 1 | -0/+16 |
2017-06-08 | rcuperf: Add a Kconfig-fragment file for Classic SRCU | Paul E. McKenney | 1 | -0/+16 |
2017-06-08 | rcuperf: Remove conflicting Kconfig options | Paul E. McKenney | 2 | -2/+0 |
2017-06-08 | rcutorture: Update test scenarios based on new Kconfig dependencies | Paul E. McKenney | 6 | -5/+5 |
2017-06-08 | rcutorture: Correctly handle CONFIG_RCU_TORTURE_TEST_* options | Paul E. McKenney | 1 | -1/+1 |
2017-06-08 | rcutorture: Add a scenario for Classic SRCU | Paul E. McKenney | 3 | -0/+13 |
2017-06-08 | rcutorture: Add a scenario for Tiny SRCU | Paul E. McKenney | 5 | -0/+23 |
2017-06-08 | rcutorture: Fix bug in reporting Kconfig mis-settings | Paul E. McKenney | 1 | -1/+1 |
2017-06-08 | rcutorture: Add three-level tree test for Tree SRCU | Paul E. McKenney | 2 | -2/+4 |
2017-06-08 | rcutorture: Add lockdep to one of the SRCU scenarios | Paul E. McKenney | 1 | -0/+2 |
2017-04-19 | torture: Use correct path for Kconfig fragment for duplicates | Paul E. McKenney | 1 | -1/+1 |
2017-02-21 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -0/+8 |
2017-01-25 | Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',... | Paul E. McKenney | 52 | -8/+1641 |