summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* soreuseport: Fix reuseport_bpf testcase on 32bit architecturesHelge Deller2016-06-061-5/+5
* Merge branch 'parisc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-05-252-1/+9
|\
| * selftests/thuge-gen: Use platform specific MAP_HUGETLB valueHelge Deller2016-05-221-0/+2
| * parisc: Add ARCH_TRACEHOOK and regset supportHelge Deller2016-05-221-1/+7
* | Merge tag 'linux-kselftest-4.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-233-3/+80
|\ \
| * | tools: testing: define the _GNU_SOURCE macroMuhammad Falak R Wani2016-05-161-1/+1
| * | kselftests/ftrace: Add a test case for event pid filteringNamhyung Kim2016-05-161-0/+72
| * | kselftests/ftrace: Detect tracefs mount pointNamhyung Kim2016-05-161-2/+7
* | | Merge tag 'trace-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-05-231-10/+5
|\ \ \
| * | | ftracetest: Use proper logic to find process PIDSteven Rostedt (Red Hat)2016-05-231-10/+5
* | | | Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-05-234-22/+108
|\ \ \ \
| * \ \ \ Merge branch 'for-4.7/dax' into libnvdimm-for-nextDan Williams2016-05-212-0/+11
| |\ \ \ \
| | * | | | /dev/dax, pmem: direct access to persistent memoryDan Williams2016-05-202-0/+11
| * | | | | Merge branch 'for-4.7/dsm' into libnvdimm-for-nextDan Williams2016-05-181-17/+33
| |\ \ \ \ \
| | * | | | | tools/testing/nvdimm: ND_CMD_CALL supportDan Williams2016-05-051-3/+18
| | * | | | | nfit, libnvdimm: clarify "commands" vs "_DSMs"Dan Williams2016-04-281-13/+14
| * | | | | | Merge branch 'for-4.7/libnvdimm' into libnvdimm-for-nextDan Williams2016-05-181-0/+44
| |\ \ \ \ \ \
| | * | | | | | libnvdimm, test: add mock SMART data payloadDan Williams2016-04-111-0/+44
| | |/ / / / /
| * | | | | | Merge branch 'for-4.7/dax' into libnvdimm-for-nextDan Williams2016-05-182-7/+22
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | libnvdimm, dax: introduce device-dax infrastructureDan Williams2016-05-091-0/+1
| | * | | | | libnvdimm, pmem, pfn: make pmem_rw_bytes generic and refactor pfn setupDan Williams2016-04-222-7/+21
| | |/ / / /
* | | | | | Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2016-05-221-0/+143
|\ \ \ \ \ \ | | |_|/ / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | ftracetest: Add instance created, delete, read and enable event testSteven Rostedt (Red Hat)2016-05-091-0/+143
* | | | | radix-tree: tidy up next_chunkMatthew Wilcox2016-05-201-44/+55
* | | | | radix-tree: rename radix_tree_is_indirect_ptr()Matthew Wilcox2016-05-201-2/+2
* | | | | radix-tree: rename indirect_to_ptr() to entry_to_node()Matthew Wilcox2016-05-202-3/+2
* | | | | radix tree test suite: remove dependencies on heightMatthew Wilcox2016-05-202-12/+25
* | | | | radix-tree: fix radix_tree_dump() for multi-order entriesRoss Zwisler2016-05-201-0/+1
* | | | | radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entriesMatthew Wilcox2016-05-202-1/+34
* | | | | radix-tree: add test for radix_tree_locate_item()Ross Zwisler2016-05-202-1/+15
* | | | | radix-tree: rewrite radix_tree_locate_itemMatthew Wilcox2016-05-201-12/+18
* | | | | radix-tree: fix radix_tree_create for sibling entriesMatthew Wilcox2016-05-201-0/+5
* | | | | radix-tree test suite: add multi-order tag testRoss Zwisler2016-05-201-0/+97
* | | | | radix tree test suite: multi-order iteration testRoss Zwisler2016-05-201-0/+92
* | | | | radix-tree: add support for multi-order iteratingRoss Zwisler2016-05-202-4/+4
* | | | | radix-tree: fix multiorder BUG_ON in radix_tree_insertMatthew Wilcox2016-05-201-0/+12
* | | | | radix-tree: fix several shrinking bugs with multiorder entriesMatthew Wilcox2016-05-201-0/+39
* | | | | radix tree test suite: start adding multiorder testsMatthew Wilcox2016-05-205-5/+76
* | | | | raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDERMatthew Wilcox2016-05-201-0/+1
* | | | | radix tree test suite: rebuild when headers changeRoss Zwisler2016-05-201-1/+1
* | | | | radix tree test suite: keep regression test runs shortRoss Zwisler2016-05-201-7/+15
* | | | | radix tree test suite: allow testing other fan-out valuesRoss Zwisler2016-05-202-7/+2
* | | | | radix tree test suite: add tests for radix_tree_locate_item()Matthew Wilcox2016-05-202-0/+44
* | | | | radix tree test suite: fix buildMatthew Wilcox2016-05-203-8/+12
* | | | | Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-2016-30/+439
|\ \ \ \ \
| * | | | | selftests/powerpc: Add test to check if TM SPRs are corruptedRashmica Gupta2016-05-113-1/+146
| * | | | | selftests/powerpc: Add TM test to check if TAR is corruptedRashmica Gupta2016-05-113-1/+92
| * | | | | selftests/powerpc: Add test for forking inside transactionRashmica Gupta2016-05-113-1/+44
| * | | | | selftests/powerpc: Standardise TM callsRashmica Gupta2016-05-112-13/+7
| * | | | | selftests/powerpc: Make reg.h common to all powerpc selftestsRashmica Gupta2016-05-114-8/+13
OpenPOWER on IntegriCloud