summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-291-11/+165
|\
| * seccomp: add tests for ptrace holeKees Cook2016-06-141-11/+165
* | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-287-138/+168
|\ \
| * \ Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams2016-07-247-138/+168
| |\ \
| | * | nfit: do an ARS scrub on hitting a latent media errorVishal Verma2016-07-241-0/+1
| | * | nfit: move to nfit/ sub-directoryDan Williams2016-07-242-3/+3
| | * | nfit, tools/testing/nvdimm/: unify shutdown pathsDan Williams2016-07-221-14/+2
| | * | libnvdimm: move ->module to struct nvdimm_bus_descriptorDan Williams2016-07-211-0/+1
| | * | nfit: cleanup acpi_nfit_init calling conventionDan Williams2016-07-211-3/+4
| | * | tools/testing/nvdimm: add manufacturing_{date|location} dimm propertiesDan Williams2016-07-211-33/+21
| | * | tools/testing/nvdimm: add virtual ramdisk rangeDan Williams2016-07-211-2/+16
| | * | pmem: kill __pmem address spaceDan Williams2016-07-121-1/+1
| | * | tools/testing/nvdimm: simulate multiple flush hints per-dimmDan Williams2016-07-111-22/+33
| | * | tools/testing/nvdimm: remove __wrap_devm_memremap_pages placeholderDan Williams2016-07-071-17/+2
| | * | tools/testing/nvdimm: replace CONFIG_DMA_CMA dependency with vmalloc()Dan Williams2016-06-274-47/+41
| | * | libnvdimm, pmem: allow nfit_test to override pmem_direct_access()Dan Williams2016-06-244-2/+48
| | * | tools/testing/nvdimm: add pfn device dependencyDan Williams2016-06-171-0/+1
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-257-2/+2342
|\ \ \ \
| * \ \ \ Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar2016-07-156-1/+2230
| |\ \ \ \
| | * | | | Merge branch 'linus' into x86/asm, to pick up fixes before merging new changesIngo Molnar2016-07-094-16/+13
| | |\| | |
| | * | | | x86/mpx, selftests: Add MPX self testDave Hansen2016-06-146-1/+2230
| | | |/ / | | |/| |
| * | | | selftests/x86: Add vDSO mremap() testDmitry Safonov2016-07-082-1/+112
| | |/ / | |/| |
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-255-17/+60
|\ \ \ \
| * \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-06-305-17/+60
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | torture: Inflict default jitterPaul E. McKenney2016-06-141-1/+1
| | * | | rcutorture: Drop "-soundhw pcspkr" from x86 boot argumentsPaul E. McKenney2016-06-141-1/+0
| | * | | rcutorture: Don't specify the cpu type of QEMU on PPCBoqun Feng2016-06-141-1/+1
| | * | | rcutorture: Make -soundhw a x86 specific optionBoqun Feng2016-06-142-4/+5
| | * | | rcutorture: Use vmlinux as the fallback kernel imageBoqun Feng2016-06-142-8/+7
| | * | | rcutorture/doc: Create initrd using dracutBoqun Feng2016-06-141-0/+22
| | * | | torture: Add starvation events to error summaryPaul E. McKenney2016-06-141-1/+6
| | * | | torture: Forgive lengthy trace dumps and preemptionPaul E. McKenney2016-06-141-2/+19
| | | |/ | | |/|
* | / | testing/radix-tree: fix a macro expansion bugDan Carpenter2016-07-231-1/+1
|/ / /
* | | selftests/vm/compaction_test: fix write to restore nr_hugepagesMike Kravetz2016-06-241-1/+1
* | | ftracetest: Fix hist unsupported result in hist selftestsSteven Rostedt (Red Hat)2016-06-203-15/+12
| |/ |/|
* | 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