summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-2/+2342
2016-07-25Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-17/+60
2016-07-23testing/radix-tree: fix a macro expansion bugDan Carpenter1-1/+1
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar6-1/+2230
2016-07-09Merge branch 'linus' into x86/asm, to pick up fixes before merging new changesIngo Molnar4-16/+13
2016-07-08selftests/x86: Add vDSO mremap() testDmitry Safonov2-1/+112
2016-06-30Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar5-17/+60
2016-06-25selftests/vm/compaction_test: fix write to restore nr_hugepagesMike Kravetz1-1/+1
2016-06-20ftracetest: Fix hist unsupported result in hist selftestsSteven Rostedt (Red Hat)3-15/+12
2016-06-15torture: Inflict default jitterPaul E. McKenney1-1/+1
2016-06-15rcutorture: Drop "-soundhw pcspkr" from x86 boot argumentsPaul E. McKenney1-1/+0
2016-06-15rcutorture: Don't specify the cpu type of QEMU on PPCBoqun Feng1-1/+1
2016-06-15rcutorture: Make -soundhw a x86 specific optionBoqun Feng2-4/+5
2016-06-15rcutorture: Use vmlinux as the fallback kernel imageBoqun Feng2-8/+7
2016-06-15rcutorture/doc: Create initrd using dracutBoqun Feng1-0/+22
2016-06-15torture: Add starvation events to error summaryPaul E. McKenney1-1/+6
2016-06-15torture: Forgive lengthy trace dumps and preemptionPaul E. McKenney1-2/+19
2016-06-14x86/mpx, selftests: Add MPX self testDave Hansen6-1/+2230
2016-06-07soreuseport: Fix reuseport_bpf testcase on 32bit architecturesHelge Deller1-5/+5
2016-05-25Merge branch 'parisc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+9
2016-05-24Merge tag 'linux-kselftest-4.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+80
2016-05-24Merge tag 'trace-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-10/+5
2016-05-23Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-22/+108
2016-05-23ftracetest: Use proper logic to find process PIDSteven Rostedt (Red Hat)1-10/+5
2016-05-23Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-0/+143
2016-05-22selftests/thuge-gen: Use platform specific MAP_HUGETLB valueHelge Deller1-0/+2
2016-05-22parisc: Add ARCH_TRACEHOOK and regset supportHelge Deller1-1/+7
2016-05-21Merge branch 'for-4.7/dax' into libnvdimm-for-nextDan Williams2-0/+11
2016-05-21/dev/dax, pmem: direct access to persistent memoryDan Williams2-0/+11
2016-05-21radix-tree: tidy up next_chunkMatthew Wilcox1-44/+55
2016-05-21radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox1-2/+2
2016-05-21radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox2-3/+2
2016-05-21radix tree test suite: remove dependencies on heightMatthew Wilcox2-12/+25
2016-05-21radix-tree: fix radix_tree_dump() for multi-order entriesRoss Zwisler1-0/+1
2016-05-21radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entriesMatthew Wilcox2-1/+34
2016-05-21radix-tree: add test for radix_tree_locate_item()Ross Zwisler2-1/+15
2016-05-21radix-tree: rewrite radix_tree_locate_itemMatthew Wilcox1-12/+18
2016-05-21radix-tree: fix radix_tree_create for sibling entriesMatthew Wilcox1-0/+5
2016-05-21radix-tree test suite: add multi-order tag testRoss Zwisler1-0/+97
2016-05-21radix tree test suite: multi-order iteration testRoss Zwisler1-0/+92
2016-05-21radix-tree: add support for multi-order iteratingRoss Zwisler2-4/+4
2016-05-21radix-tree: fix multiorder BUG_ON in radix_tree_insertMatthew Wilcox1-0/+12
2016-05-21radix-tree: fix several shrinking bugs with multiorder entriesMatthew Wilcox1-0/+39
2016-05-21radix tree test suite: start adding multiorder testsMatthew Wilcox5-5/+76
2016-05-21raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox1-0/+1
2016-05-21radix tree test suite: rebuild when headers changeRoss Zwisler1-1/+1
2016-05-21radix tree test suite: keep regression test runs shortRoss Zwisler1-7/+15
2016-05-21radix tree test suite: allow testing other fan-out valuesRoss Zwisler2-7/+2
2016-05-21radix tree test suite: add tests for radix_tree_locate_item()Matthew Wilcox2-0/+44
2016-05-21radix tree test suite: fix buildMatthew Wilcox3-8/+12