aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-20/+54
2019-03-28KVM: selftests: complete IO before migrating guest stateSean Christopherson3-2/+33
2019-03-28KVM: selftests: disable stack protector for all KVM testsSean Christopherson1-2/+2
2019-03-28KVM: selftests: explicitly disable PIE for testsSean Christopherson1-1/+1
2019-03-28KVM: selftests: assert on exit reason in CR4/cpuid sync testSean Christopherson1-16/+19
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-48/+822
2019-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-0/+25
2019-03-21bpf: verifier: propagate liveness on all framesJakub Kicinski1-0/+25
2019-03-21net/sched: act_vlan: validate the control action inside init()Davide Caratti1-0/+25
2019-03-21net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti1-0/+25
2019-03-21net/sched: act_skbmod: validate the control action inside init()Davide Caratti1-0/+25
2019-03-21net/sched: act_skbedit: validate the control action inside init()Davide Caratti1-0/+25
2019-03-21net/sched: act_simple: validate the control action inside init()Davide Caratti1-0/+25
2019-03-21net/sched: act_sample: validate the control action inside init()Davide Caratti1-0/+25
2019-03-21net/sched: act_police: validate the control action inside init()Davide Caratti1-0/+25
2019-03-21net/sched: act_pedit: validate the control action inside init()Davide Caratti1-0/+51
2019-03-21net/sched: act_nat: validate the control action inside init()Davide Caratti1-0/+25
2019-03-21net/sched: act_connmark: validate the control action inside init()Davide Caratti1-0/+25
2019-03-21net/sched: act_mirred: validate the control action inside init()Davide Caratti1-0/+25
2019-03-21net/sched: act_ife: validate the control action inside init()Davide Caratti1-0/+25
2019-03-21net/sched: act_gact: validate the control action inside init()Davide Caratti1-0/+25
2019-03-21net/sched: act_csum: validate the control action inside init()Davide Caratti1-0/+25
2019-03-21net/sched: act_bpf: validate the control action inside init()Davide Caratti1-0/+25
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds3-0/+388
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-14/+9
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller8-48/+396
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-0/+97
2019-03-14tools/testing/selftests/proc/proc-pid-vm.c: test with vsyscall in mindAlexey Dobriyan1-3/+46
2019-03-14selftests/bpf: add fwd enum resolution test for btf_dedupAndrii Nakryiko1-0/+44
2019-03-13bpf: Add an example for bpf_get_listener_sockMartin KaFai Lau3-44/+180
2019-03-13bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsockMartin KaFai Lau2-2/+170
2019-03-12selftests/bpf: fix segfault of test_progs when prog loading failedYonghong Song2-2/+2
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+55
2019-03-12tools/testing/selftests/sysctl/sysctl.sh: add tests for >32-bit values written to 32-bit integersZev Weiss1-0/+55
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds12-0/+151
2019-03-11tools: mark 'test_vmalloc.sh' executableLinus Torvalds1-0/+0
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-14/+90
2019-03-10Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds6-0/+936
2019-03-09Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+9
2019-03-09Merge tag 'linux-kselftest-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds6-22/+68
2019-03-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatchingLinus Torvalds8-0/+1066
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds8-5/+226
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-0/+371
2019-03-07bpf: fix replace_map_fd_with_map_ptr's ldimm64 second imm fieldDaniel Borkmann1-1/+14
2019-03-07selftests: bpf: test_progs: initialize duration in singal_pending testStanislav Fomichev1-1/+1
2019-03-07selftests: bpf: fix compilation with out-of-tree $(OUTPUT)Stanislav Fomichev1-10/+23
2019-03-07selftests/bpf: test that GSO works in lwt_ip_encapPeter Oskolkov1-2/+52
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-5/+7
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-5/+768
2019-03-05tools/testing/selftests/proc/proc-self-syscall.c: remove duplicate includeSouptick Joarder1-1/+0