summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-147-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/+0
| * 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-097-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/+0
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-02-061-18/+219
|\ \ \ \
| * \ \ \ Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-0677-739/+9096
| |\ \ \ \
| * | | | | membarrier/selftest: Test private expedited sync core commandMathieu Desnoyers2018-02-051-0/+73
| * | | | | membarrier/selftest: Test global expedited commandMathieu Desnoyers2018-02-051-5/+54
| * | | | | membarrier/selftest: Test private expedited commandMathieu Desnoyers2018-02-051-16/+95
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-063-2/+17
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-02-043-2/+17
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | bpf: fix null pointer deref in bpf_prog_test_run_xdpDaniel Borkmann2018-02-011-0/+14
| | * | | tools/bpf: permit selftests/bpf to be built in a different directoryYonghong Song2018-02-012-2/+3
* | | | | Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-069-52/+644
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'for-4.16/nfit' into libnvdimm-for-nextRoss Zwisler2018-02-034-24/+514
| |\ \ \ \
| | * | | | nfit-test: Add platform cap support from ACPI 6.2a to testDave Jiang2018-02-011-2/+12
| * | | | | Merge branch 'for-4.16/dax' into libnvdimm-for-nextRoss Zwisler2018-02-037-61/+608
| |\ \ \ \ \
| | * | | | | memremap: change devm_memremap_pages interface to use struct dev_pagemapChristoph Hellwig2018-01-081-4/+3
| * | | | | | tools/testing/nvdimm: force nfit_test to depend on instrumented modulesDan Williams2018-02-017-0/+63
| * | | | | | libnvdimm/nfit_test: adding support for unit testing enable LSS statusDave Jiang2018-02-012-0/+40
| * | | | | | libnvdimm/nfit_test: add firmware download emulationDave Jiang2018-02-012-28/+360
| * | | | | | tools/testing/nvdimm: smart alarm/threshold controlDan Williams2017-12-042-44/+122
| * | | | | | nfit, libnvdimm: deprecate the generic SMART ioctlDan Williams2017-12-042-14/+84
* | | | | | | Merge tag 'ntb-4.16' of git://github.com/jonmason/ntbLinus Torvalds2018-02-041-75/+232
|\ \ \ \ \ \ \
| * | | | | | | NTB: ntb_test: Update ntb_perf testsSerge Semin2018-01-281-6/+7
OpenPOWER on IntegriCloud