summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)Author
2018-04-05libnvdimm, testing: Add emulation for smart injection commandsVishal Verma
2018-03-06nfit_test: prevent parsing error of nfit_test.0Ross Zwisler
2018-03-06nfit_test: fix buffer overrun, add sanity checkRoss Zwisler
2018-03-06nfit_test: improve structure offset handlingRoss Zwisler
2018-02-28Merge tag 'linux-kselftest-4.16-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-02-26selftests: vm: update .gitignore with new testShuah Khan
2018-02-26selftests: memory-hotplug: silence test command echoShuah Khan
2018-02-26selftests/futex: Fix line continuation in MakefileDaniel Díaz
2018-02-26idr: Fix handling of IDs above INT_MAXMatthew Wilcox
2018-02-25radix tree test suite: Fix buildMatthew Wilcox
2018-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-23Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-02-22bpf, arm64: fix out of bounds access in tail callDaniel Borkmann
2018-02-22Merge tag 'seccomp-v4.16-rc3' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris
2018-02-22selftests/bpf/test_maps: exit child process without error in ENOMEM caseLi Zhijian
2018-02-21seccomp: add a selftest for get_metadataTycho Andersen
2018-02-22selftests/bpf: update gitignore with test_libbpf_openAnders Roxell
2018-02-22selftests/bpf: tcpbpf_kern: use in6_* macros from glibcAnders Roxell
2018-02-21selftests/memfd: add run_fuse_test.sh to TEST_FILESAnders Roxell
2018-02-14Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-02-15selftests/x86/mpx: Fix incorrect bounds with old _sigfaultRui Wang
2018-02-15selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systemsDominik Brodowski
2018-02-15selftests/x86: Do not rely on "int $0x80" in single_step_syscall.cDominik Brodowski
2018-02-14Merge tag 'powerpc-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-02-13selftests: memfd: add config fragment for fuseAnders Roxell
2018-02-13selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=mNaresh Kamboju
2018-02-13selftests/android: Fix line continuation in MakefileDaniel Díaz
2018-02-13selftest/vDSO: fix O=Dominik Brodowski
2018-02-13selftests: sync: missing CFLAGS while compilingAnders Roxell
2018-02-13selftests/powerpc: Fix to use ucontext_t instead of struct ucontextHarish
2018-02-13selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.cDominik Brodowski
2018-02-13selftests/x86: Fix build bug caused by the 5lvl test which has been moved to ...Dominik Brodowski
2018-02-13selftests/x86/pkeys: Remove unused functionsIngo Molnar
2018-02-13selftests/x86: Clean up and document sscanf() usageDominik Brodowski
2018-02-13selftests/x86: Fix vDSO selftest segfault for vsyscall=noneDominik Brodowski
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-09Merge tag 'trace-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-02-09bpf: fix rlimit in reuseport net selftestDaniel Borkmann
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-02-09selftests/bpf: add selftest that use test_libbpf_openJesper Dangaard Brouer
2018-02-09selftests/bpf: add test program for loading BPF ELF filesJesper Dangaard Brouer
2018-02-08Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-02-08selftests/ftrace: Add more tests for removing of function probesSteven Rostedt (VMware)
2018-02-08selftests/ftrace: Add some missing glob checksSteven Rostedt (VMware)
2018-02-08selftests/ftrace: Have reset_ftrace_filter handle multiple instancesSteven Rostedt (VMware)
2018-02-08selftests/ftrace: Have reset_ftrace_filter handle modulesSteven Rostedt (VMware)
2018-02-08selftests: bpf: test_kmod.sh: check the module path before insmodNaresh Kamboju
2018-02-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-06idr: Make 1-based IDRs more efficientMatthew Wilcox