| Commit message (Expand) | Author | Age | Files | Lines |
* | selftests: kvm: add a selftest for SMM | Vitaly Kuznetsov | 2019-04-16 | 4 | -6/+191 |
* | selftests: kvm: fix for compilers that do not support -no-pie | Paolo Bonzini | 2019-04-16 | 1 | -1/+7 |
* | selftests: kvm/evmcs_test: complete I/O before migrating guest state | Paolo Bonzini | 2019-04-16 | 4 | -16/+17 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-04-09 | 1 | -0/+20 |
|\ |
|
| * | selftests: add a tc matchall test case | Nicolas Dichtel | 2019-04-08 | 1 | -0/+20 |
* | | selftests/tpm2: Open tpm dev in unbuffered mode | Tadeusz Struk | 2019-04-09 | 1 | -2/+2 |
* | | selftests/tpm2: Extend tests to cover partial reads | Tadeusz Struk | 2019-04-09 | 2 | -0/+64 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-04-05 | 5 | -12/+184 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-04-04 | 2 | -12/+75 |
| |\ |
|
| | * | net/flow_dissector: pass flow_keys->n_proto to BPF programs | Stanislav Fomichev | 2019-04-03 | 1 | -2/+4 |
| | * | selftests/bpf: fix vlan handling in flow dissector program | Stanislav Fomichev | 2019-04-03 | 2 | -11/+72 |
| * | | net/sched: act_sample: fix divide by zero in the traffic path | Davide Caratti | 2019-04-04 | 1 | -0/+24 |
| |/ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-03-30 | 2 | -0/+85 |
| |\ |
|
| | * | selftests/bpf: add btf_dedup test for VOID equivalence check | Andrii Nakryiko | 2019-03-27 | 1 | -0/+47 |
| | * | selftests/bpf: test case for invalid call stack in dead code | Paul Chaignon | 2019-03-26 | 1 | -0/+38 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2019-03-31 | 5 | -20/+54 |
|\ \ \
| |/ /
|/| | |
|
| * | | KVM: selftests: complete IO before migrating guest state | Sean Christopherson | 2019-03-28 | 3 | -2/+33 |
| * | | KVM: selftests: disable stack protector for all KVM tests | Sean Christopherson | 2019-03-28 | 1 | -2/+2 |
| * | | KVM: selftests: explicitly disable PIE for tests | Sean Christopherson | 2019-03-28 | 1 | -1/+1 |
| * | | KVM: selftests: assert on exit reason in CR4/cpuid sync test | Sean Christopherson | 2019-03-28 | 1 | -16/+19 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2019-03-27 | 24 | -48/+822 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-03-25 | 1 | -0/+25 |
| |\ |
|
| | * | bpf: verifier: propagate liveness on all frames | Jakub Kicinski | 2019-03-22 | 1 | -0/+25 |
| * | | net/sched: act_vlan: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+25 |
| * | | net/sched: act_tunnel_key: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+25 |
| * | | net/sched: act_skbmod: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+25 |
| * | | net/sched: act_skbedit: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+25 |
| * | | net/sched: act_simple: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+25 |
| * | | net/sched: act_sample: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+25 |
| * | | net/sched: act_police: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+25 |
| * | | net/sched: act_pedit: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+51 |
| * | | net/sched: act_nat: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+25 |
| * | | net/sched: act_connmark: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+25 |
| * | | net/sched: act_mirred: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+25 |
| * | | net/sched: act_ife: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+25 |
| * | | net/sched: act_gact: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+25 |
| * | | net/sched: act_csum: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+25 |
| * | | net/sched: act_bpf: validate the control action inside init() | Davide Caratti | 2019-03-21 | 1 | -0/+25 |
| |/ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-03-16 | 8 | -48/+396 |
| |\ |
|
| | * | selftests/bpf: add fwd enum resolution test for btf_dedup | Andrii Nakryiko | 2019-03-14 | 1 | -0/+44 |
| | * | bpf: Add an example for bpf_get_listener_sock | Martin KaFai Lau | 2019-03-13 | 3 | -44/+180 |
| | * | bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsock | Martin KaFai Lau | 2019-03-13 | 2 | -2/+170 |
| | * | selftests/bpf: fix segfault of test_progs when prog loading failed | Yonghong Song | 2019-03-12 | 2 | -2/+2 |
* | | | Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds | 2019-03-16 | 3 | -0/+388 |
|\ \ \ |
|
| * | | | selftests: add tests for pidfd_send_signal() | Christian Brauner | 2019-03-05 | 3 | -0/+388 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2019-03-15 | 3 | -0/+97 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | selftests: kvm: add selftest for releasing VM file descriptor while in L2 | Paolo Bonzini | 2019-02-12 | 3 | -0/+97 |
* | | | | tools/testing/selftests/proc/proc-pid-vm.c: test with vsyscall in mind | Alexey Dobriyan | 2019-03-14 | 1 | -3/+46 |
* | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2019-03-12 | 1 | -0/+55 |
|\ \ \ \ |
|
| * | | | | tools/testing/selftests/sysctl/sysctl.sh: add tests for >32-bit values writte... | Zev Weiss | 2019-03-12 | 1 | -0/+55 |