summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-kselftest-4.16-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-02-288-16/+19
|\
| * selftests: vm: update .gitignore with new testShuah Khan2018-02-271-0/+1
| * selftests: memory-hotplug: silence test command echoShuah Khan2018-02-271-1/+1
| * selftests/futex: Fix line continuation in MakefileDaniel Díaz2018-02-271-3/+3
| * selftests: memfd: add config fragment for fuseAnders Roxell2018-02-131-0/+1
| * selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=mNaresh Kamboju2018-02-131-0/+1
| * selftests/android: Fix line continuation in MakefileDaniel Díaz2018-02-131-4/+4
| * selftest/vDSO: fix O=Dominik Brodowski2018-02-131-7/+7
| * selftests: sync: missing CFLAGS while compilingAnders Roxell2018-02-131-1/+1
* | idr: Fix handling of IDs above INT_MAXMatthew Wilcox2018-02-261-0/+52
* | radix tree test suite: Fix buildMatthew Wilcox2018-02-254-2/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-244-1/+29
|\ \
| * | bpf, arm64: fix out of bounds access in tail callDaniel Borkmann2018-02-231-0/+26
| * | selftests/bpf/test_maps: exit child process without error in ENOMEM caseLi Zhijian2018-02-221-0/+2
| * | selftests/bpf: update gitignore with test_libbpf_openAnders Roxell2018-02-221-0/+1
| * | selftests/bpf: tcpbpf_kern: use in6_* macros from glibcAnders Roxell2018-02-221-1/+0Star
* | | Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-241-0/+61
|\ \ \
| * \ \ Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris2018-02-221-0/+61
| |\ \ \ | | |/ / | |/| |
| | * | seccomp: add a selftest for get_metadataTycho Andersen2018-02-221-0/+61
* | | | selftests/memfd: add run_fuse_test.sh to TEST_FILESAnders Roxell2018-02-221-0/+1
|/ / /
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-157-49/+110
|\ \ \
| * | | selftests/x86/mpx: Fix incorrect bounds with old _sigfaultRui Wang2018-02-151-2/+30
| * | | selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systemsDominik Brodowski2018-02-151-7/+13
| * | | selftests/x86: Do not rely on "int $0x80" in single_step_syscall.cDominik Brodowski2018-02-152-1/+6
| * | | selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.cDominik Brodowski2018-02-131-0/+4
| * | | selftests/x86: Fix build bug caused by the 5lvl test which has been moved to ...Dominik Brodowski2018-02-131-1/+1
| * | | selftests/x86/pkeys: Remove unused functionsIngo Molnar2018-02-131-28/+0Star
| * | | selftests/x86: Clean up and document sscanf() usageDominik Brodowski2018-02-132-6/+16
| * | | selftests/x86: Fix vDSO selftest segfault for vsyscall=noneDominik Brodowski2018-02-131-7/+43
* | | | Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-141-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | selftests/powerpc: Fix to use ucontext_t instead of struct ucontextHarish2018-02-131-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-107-5/+248
|\ \ \ \
| * | | | bpf: fix rlimit in reuseport net selftestDaniel Borkmann2018-02-091-1/+20
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-096-4/+228
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | selftests/bpf: add selftest that use test_libbpf_openJesper Dangaard Brouer2018-02-092-2/+61
| | * | | selftests/bpf: add test program for loading BPF ELF filesJesper Dangaard Brouer2018-02-092-1/+151
| | * | | selftests: bpf: test_kmod.sh: check the module path before insmodNaresh Kamboju2018-02-081-3/+15
| | * | | tools/bpf: fix batch-mode test failure of test_xdp_redirect.shYonghong Song2018-02-062-0/+3
* | | | | Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-093-3/+50
|\ \ \ \ \
| * | | | | selftests/ftrace: Add more tests for removing of function probesSteven Rostedt (VMware)2018-02-081-0/+37
| * | | | | selftests/ftrace: Add some missing glob checksSteven Rostedt (VMware)2018-02-081-0/+6
| * | | | | selftests/ftrace: Have reset_ftrace_filter handle multiple instancesSteven Rostedt (VMware)2018-02-081-0/+3
| * | | | | selftests/ftrace: Have reset_ftrace_filter handle modulesSteven Rostedt (VMware)2018-02-081-3/+4
| | |_|/ / | |/| | |
* | | | | Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-02-082-6/+25
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | idr: Make 1-based IDRs more efficientMatthew Wilcox2018-02-061-2/+5
| * | | | idr: Remove idr_alloc_extMatthew Wilcox2018-02-061-0/+17
| * | | | IDR test suite: Check handling negative end correctlyMatthew Wilcox2018-02-061-0/+1
| * | | | idr test suite: Fix ida_test_random()Matthew Wilcox2018-02-061-2/+2
| * | | | radix tree test suite: Remove ARRAY_SIZEMatthew Wilcox2018-02-061-2/+0Star
* | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-02-071-18/+219
|\ \ \ \ \