summaryrefslogtreecommitdiff
path: root/tools/testing
Commit message (Expand)AuthorAgeFilesLines
* block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-4/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-315-20/+54
|\
| * KVM: selftests: complete IO before migrating guest stateSean Christopherson2019-03-283-2/+33
| * KVM: selftests: disable stack protector for all KVM testsSean Christopherson2019-03-281-2/+2
| * KVM: selftests: explicitly disable PIE for testsSean Christopherson2019-03-281-1/+1
| * KVM: selftests: assert on exit reason in CR4/cpuid sync testSean Christopherson2019-03-281-16/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-2724-48/+822
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-241-0/+25
| |\
| | * bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-211-0/+25
| * | net/sched: act_vlan: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_skbmod: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_skbedit: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_simple: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_sample: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_police: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_pedit: validate the control action inside init()Davide Caratti2019-03-211-0/+51
| * | net/sched: act_nat: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_connmark: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_mirred: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_ife: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_gact: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_csum: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| * | net/sched: act_bpf: validate the control action inside init()Davide Caratti2019-03-211-0/+25
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-168-48/+396
| |\
| | * selftests/bpf: add fwd enum resolution test for btf_dedupAndrii Nakryiko2019-03-141-0/+44
| | * bpf: Add an example for bpf_get_listener_sockMartin KaFai Lau2019-03-133-44/+180
| | * bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsockMartin KaFai Lau2019-03-132-2/+170
| | * selftests/bpf: fix segfault of test_progs when prog loading failedYonghong Song2019-03-122-2/+2
* | | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2019-03-163-0/+388
|\ \ \
| * | | selftests: add tests for pidfd_send_signal()Christian Brauner2019-03-053-0/+388
* | | | Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-162-14/+9
|\ \ \ \
| * | | | device-dax: Add /sys/class/dax backwards compatibilityDan Williams2019-01-061-1/+5
| * | | | device-dax: Start defining a dax bus modelDan Williams2019-01-061-0/+1
| * | | | device-dax: Remove multi-resource infrastructureDan Williams2019-01-061-13/+3
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-153-0/+97
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | selftests: kvm: add selftest for releasing VM file descriptor while in L2Paolo Bonzini2019-02-123-0/+97
* | | | | tools/testing/selftests/proc/proc-pid-vm.c: test with vsyscall in mindAlexey Dobriyan2019-03-141-3/+46
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-121-0/+55
|\ \ \ \ \
| * | | | | tools/testing/selftests/sysctl/sysctl.sh: add tests for >32-bit values writte...Zev Weiss2019-03-121-0/+55
* | | | | | Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-1112-0/+151
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | tracing: Add hist trigger action 'expected fail' test caseTom Zanussi2019-02-201-0/+30
| * | | | | tracing: Add alternative synthetic event trace action test caseTom Zanussi2019-02-201-0/+42
| * | | | | tracing: Add hist trigger onchange() handler test caseTom Zanussi2019-02-201-0/+28
| * | | | | tracing: Add hist trigger snapshot() action test caseTom Zanussi2019-02-201-0/+43
| * | | | | tracing: Add SPDX license GPL-2.0 license identifier to inter-event testcasesTom Zanussi2019-02-208-0/+8
* | | | | | tools: mark 'test_vmalloc.sh' executableLinus Torvalds2019-03-111-0/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-114-14/+90
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann2019-03-071-1/+14
| * | | | | selftests: bpf: test_progs: initialize duration in singal_pending testStanislav Fomichev2019-03-071-1/+1