aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-0/+92
2017-11-17mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov2-0/+92
2017-11-17Merge tag 'linux-kselftest-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds55-71/+1303
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds3-32/+340
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-5/+398
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-0/+234
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman1-1/+1
2017-11-15Merge branch 'for-4.15/dax' into libnvdimm-for-nextDan Williams20-65/+245
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds40-1260/+5518
2017-11-15selftests: firmware: skip unsupported custom firmware fallback testsAmit Pundir1-12/+26
2017-11-15selftests: firmware: skip unsupported async loading testsAmit Pundir1-13/+21
2017-11-15selftests: memfd_test.c: fix compilation warning.Lei Yang1-2/+2
2017-11-15selftests/ftrace: Introduce exit_pass and exit_failMasami Hiramatsu28-28/+35
2017-11-15selftests: ftrace: add more config fragmentsLei Yang1-0/+4
2017-11-15android/ion: userspace test utility for ion buffer sharingPintu Agarwal15-1/+1171
2017-11-15selftests: remove obsolete kconfig fragment for cpu-hotpluglei.yang@windriver.com1-1/+0
2017-11-15selftests: vdso_test: support ARM64 targetsGreg Hackmann1-3/+16
2017-11-15selftests/ftrace: Do not use arch dependent do_IRQ as a target functionMasami Hiramatsu1-1/+1
2017-11-15selftests: breakpoints: fix compile error on breakpoint_test_arm64Sumit Semwal1-0/+1
2017-11-15selftests: add missing test result status in memory-hotplug testlei.yang@windriver.com1-2/+2
2017-11-15selftests/exec: include cwd in long path calculationSteve Muckle1-8/+19
2017-11-15selftests: seccomp: update .gitignore with newly added testsShuah Khan1-0/+1
2017-11-15selftests: vm: Update .gitignore with newly added testsShuah Khan1-0/+2
2017-11-15selftests: timers: Update .gitignore with newly added testsShuah Khan1-0/+2
2017-11-14bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics changeYonghong Song1-19/+112
2017-11-13tools/testing/nvdimm: unit test clear-error commandsDan Williams1-0/+18
2017-11-13Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-25/+176
2017-11-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-5/+4
2017-11-13Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-9/+9
2017-11-11bpf: Revert bpf_overrid_function() helper changes.David S. Miller1-2/+1
2017-11-11samples/bpf: add a test for bpf_override_returnJosef Bacik1-1/+2
2017-11-09selftests/powerpc: Check FP/VEC on exception in TMGustavo Romero4-1/+379
2017-11-08tools/testing/nvdimm: stricter bounds checking for error injection commandsVishal Verma1-2/+2
2017-11-08selftests/x86: Add tests for the STR and SLDT instructionsRicardo Neri1-1/+17
2017-11-08selftests/x86: Add tests for User-Mode Instruction PreventionRicardo Neri1-1/+72
2017-11-07selftests/x86/ldt_get: Add a few additional tests for limitsAndy Lutomirski1-1/+16
2017-11-07selftests/x86/ldt_gdt: Run most existing LDT test cases against the GDT as wellAndy Lutomirski1-1/+9
2017-11-07selftests/x86/ldt_gdt: Add infrastructure to test set_thread_area()Andy Lutomirski1-16/+37
2017-11-07selftests/x86/ldt_gdt: Robustify against set_thread_area() and LAR odditiesAndy Lutomirski1-1/+9
2017-11-07selftests/x86/protection_keys: Fix syscall NR redefinition warningsAndy Lutomirski1-6/+18
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar237-7/+342
2017-11-05selftests/bpf: add a test for device cgroup controllerRoman Gushchin3-2/+155
2017-11-05bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/Roman Gushchin3-1/+196
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller235-1/+239
2017-11-02nfit_test: when clearing poison, also remove badrange entriesVishal Verma1-8/+4
2017-11-02nfit_test: add error injection DSMsDave Jiang2-24/+168
2017-11-02libnvdimm: move poison list functions to a new 'badrange' fileDave Jiang1-0/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds234-0/+234
2017-11-02Merge tag 'linux-kselftest-4.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds1-1/+5