summaryrefslogtreecommitdiffstats
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* selftests/vm: move 128TB mmap boundary test to generic directoryAneesh Kumar K.V2018-01-314-179/+311
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-3014-72/+27
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-0314-72/+27
| |\
| | * torture: Eliminate torture_runnable and perf_runnablePaul E. McKenney2017-12-113-3/+0
| | * rcutorture/kvm-build.sh: Skip build directory checkSeongJae Park2017-12-111-5/+0
| | * rcutorture: Simplify functions.sh include pathSeongJae Park2017-12-115-5/+5
| | * rcutorture: Simplify loggingSeongJae Park2017-12-112-24/+12
| | * rcutorture/kvm-recheck-*: Improve result directory readability checkSeongJae Park2017-12-113-3/+3
| | * rcutorture/kvm.sh: Support execution from any directorySeongJae Park2017-12-111-2/+3
| | * rcutorture/kvm.sh: Use consistent help text for --qemu-argsSeongJae Park2017-12-111-2/+2
| | * rcutorture/kvm.sh: Remove unused variable, `alldone`SeongJae Park2017-12-111-1/+0
| | * rcutorture: Remove unused script, config2frag.shSeongJae Park2017-12-111-25/+0
| | * rcutorture/configinit: Fix build directory error messageSeongJae Park2017-12-111-1/+1
| | * torture: Prepare scripting for shift from %p to %pKPaul E. McKenney2017-11-281-1/+1
* | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2018-01-274-25/+691
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-181-3/+149
| |\ \ \
| | * | | bpf: mark dst unknown on inconsistent {s, u}bounds adjustmentsDaniel Borkmann2018-01-171-1/+122
| | * | | bpf: reject stores into ctx via st and xaddDaniel Borkmann2018-01-161-2/+27
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-161-0/+40
| |\| | |
| | * | | bpf: arsh is not supported in 32 bit alu thus reject itDaniel Borkmann2018-01-101-0/+40
| * | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-142-1/+501
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | selftests/x86: Add test_vsyscallAndy Lutomirski2018-01-132-1/+501
| * | | | 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
* | | | | posix-timers: Prevent UB from shifting negative signed valueNick Desaulniers2018-01-041-3/+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