summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-101-21/+1
|\
| * selftests/bpf: fix test_alignAlexei Starovoitov2018-01-071-21/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-291-2/+1
|\ \ | |/ |/|
| * x86/ldt: Make the LDT mapping ROThomas Gleixner2017-12-231-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-281-1/+1
|\ \
| * | selftests/bpf: fix Makefile for passing LLC to the command lineQuentin Monnet2017-12-221-1/+1
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-6/+3
|\ \ \ | |/ / |/| / | |/
| * x86/ldt: Prevent LDT inheritance on execThomas Gleixner2017-12-221-6/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-203-48/+567
|\ \
| * | bpf: do not allow root to mangle valid pointersAlexei Starovoitov2017-12-211-27/+29
| * | selftests/bpf: add tests for recent bugfixesJann Horn2017-12-211-16/+533
| * | bpf: Fix tools and testing build.David Miller2017-12-202-5/+5
* | | selftests: net: Adding config fragment CONFIG_NUMA=yNaresh Kamboju2017-12-201-0/+1
|/ /
* | bpf: add test case for ld_abs and helper changing pkt dataDaniel Borkmann2017-12-151-0/+24
* | bpf: fix broken BPF selftest buildDaniel Borkmann2017-12-121-12/+1
* | selftests/bpf: sync kernel headers and introduce arch support in MakefileHendrik Brueckner2017-12-051-1/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-031-0/+7
|\ \
| * | tools/bpf: adjust rlimit RLIMIT_MEMLOCK for test_verifier_logYonghong Song2017-11-301-0/+7
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-265-9/+189
|\ \ \ | |/ / |/| |
| * | x86/pkeys/selftests: Fix protection keys write() warningDave Hansen2017-11-211-1/+4
| * | x86/pkeys/selftests: Rename 'si_pkey' to 'siginfo_pkey'Dave Hansen2017-11-211-5/+5
| * | x86/mpx/selftests: Fix up weird arraysDave Hansen2017-11-211-2/+2
| * | x86/selftests: Add test for mapping placement for 5-level pagingKirill A. Shutemov2017-11-162-1/+178
* | | bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello2017-11-221-7/+106
* | | bpf: change bpf_probe_write_user to bpf_trace_printk in test_verifierYonghong Song2017-11-211-23/+16
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-172-0/+92
|\ \ \
| * | | mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov2017-11-172-0/+92
* | | | Merge tag 'linux-kselftest-4.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-1755-71/+1303
|\ \ \ \ | |/ / / |/| | |
| * | | selftests: firmware: skip unsupported custom firmware fallback testsAmit Pundir2017-11-151-12/+26
| * | | selftests: firmware: skip unsupported async loading testsAmit Pundir2017-11-151-13/+21
| * | | selftests: memfd_test.c: fix compilation warning.Lei Yang2017-11-151-2/+2
| * | | selftests/ftrace: Introduce exit_pass and exit_failMasami Hiramatsu2017-11-1528-28/+35
| * | | selftests: ftrace: add more config fragmentsLei Yang2017-11-151-0/+4
| * | | android/ion: userspace test utility for ion buffer sharingPintu Agarwal2017-11-1515-1/+1171
| * | | selftests: remove obsolete kconfig fragment for cpu-hotpluglei.yang@windriver.com2017-11-151-1/+0
| * | | selftests: vdso_test: support ARM64 targetsGreg Hackmann2017-11-151-3/+16
| * | | selftests/ftrace: Do not use arch dependent do_IRQ as a target functionMasami Hiramatsu2017-11-151-1/+1
| * | | selftests: breakpoints: fix compile error on breakpoint_test_arm64Sumit Semwal2017-11-151-0/+1
| * | | selftests: add missing test result status in memory-hotplug testlei.yang@windriver.com2017-11-151-2/+2
| * | | selftests/exec: include cwd in long path calculationSteve Muckle2017-11-151-8/+19
| * | | selftests: seccomp: update .gitignore with newly added testsShuah Khan2017-11-151-0/+1
| * | | selftests: vm: Update .gitignore with newly added testsShuah Khan2017-11-151-0/+2
| * | | selftests: timers: Update .gitignore with newly added testsShuah Khan2017-11-151-0/+2
* | | | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-166-5/+398
|\ \ \ \
| * | | | selftests/powerpc: Check FP/VEC on exception in TMGustavo Romero2017-11-094-1/+379
| * | | | selftests/powerpc: context_switch: Fix pthread errorsCyril Bur2017-10-131-3/+14
| * | | | selftests/powerpc: Use snprintf to construct DSCR sysfs interface pathsSeth Forshee2017-10-061-1/+5
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1532-1260/+4480
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | bpf: fix and add test cases for ARG_CONST_SIZE_OR_ZERO semantics changeYonghong Song2017-11-141-19/+112
| * | | | bpf: Revert bpf_overrid_function() helper changes.David S. Miller2017-11-111-2/+1
OpenPOWER on IntegriCloud