Age | Commit message (Expand) | Author | Files | Lines |
2020-06-25 | tc-testing: avoid action cookies with odd length. | Briana Oursler | 3 | -7/+7 |
2020-06-25 | bpf: tcp: bpf_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT | Neal Cardwell | 1 | -3/+2 |
2020-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2 | -1/+176 |
2020-06-25 | selftests: netfilter: add test case for conntrack helper assignment | Florian Westphal | 2 | -1/+176 |
2020-06-23 | wireguard: device: avoid circular netns references | Jason A. Donenfeld | 1 | -1/+12 |
2020-06-20 | tc-testing: update geneve options match in tunnel_key unit tests | Hangbin Liu | 1 | -7/+7 |
2020-06-19 | selftests/net: report etf errors correctly | Willem de Bruijn | 1 | -7/+26 |
2020-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2 | -9/+91 |
2020-06-17 | selftests/bpf: Make sure optvals > PAGE_SIZE are bypassed | Stanislav Fomichev | 2 | -9/+91 |
2020-06-15 | tools/testing/nvdimm: Replace zero-length array with flexible-array | Gustavo A. R. Silva | 1 | -3/+3 |
2020-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 12 | -29/+285 |
2020-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 9 | -27/+218 |
2020-06-12 | libbpf: Support pre-initializing .bss global variables | Andrii Nakryiko | 2 | -9/+55 |
2020-06-12 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 12 | -28/+55 |
2020-06-11 | KVM: selftests: fix sync_with_host() in smm_test | Vitaly Kuznetsov | 1 | -2/+2 |
2020-06-11 | KVM: selftests: Don't probe KVM_CAP_HYPERV_ENLIGHTENED_VMCS when nested VMX i... | Vitaly Kuznetsov | 2 | -3/+5 |
2020-06-11 | KVM: selftests: do not substitute SVM/VMX check with KVM_CAP_NESTED_STATE check | Vitaly Kuznetsov | 6 | -17/+30 |
2020-06-11 | selftests/bpf: Add cgroup_skb/egress test for load_bytes_relative | YiFei Zhu | 2 | -0/+119 |
2020-06-10 | khugepaged: selftests: fix timeout condition in wait_for_scan() | Dan Carpenter | 1 | -1/+1 |
2020-06-09 | selftests/net: in rxtimestamp getopt_long needs terminating null entry | tannerlove | 1 | -0/+1 |
2020-06-09 | bpf: Selftests and tools use struct bpf_devmap_val from uapi | Jesper Dangaard Brouer | 3 | -11/+2 |
2020-06-09 | bpf: cgroup: Allow multi-attach program to replace itself | Lorenz Bauer | 1 | -0/+7 |
2020-06-09 | Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 8 | -0/+40 |
2020-06-09 | Merge tag 'linux-kselftest-kunit-5.8-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2 | -67/+303 |
2020-06-09 | Merge tag 'linux-kselftest-5.8-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 24 | -55/+166 |
2020-06-09 | KVM: selftests: Ignore KVM 5-level paging support for VM_MODE_PXXV48_4K | Sean Christopherson | 1 | -2/+9 |
2020-06-08 | selftests/net: in timestamping, strncpy needs to preserve null byte | tannerlove | 1 | -2/+8 |
2020-06-08 | net/tls(TLS_SW): Add selftest for 'chunked' sendfile test | Pooja Trivedi | 1 | -0/+58 |
2020-06-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+43 |
2020-06-08 | lib/test_sysctl: support testing of sysctl. boot parameter | Vlastimil Babka | 1 | -0/+42 |
2020-06-08 | tools/testing/selftests/sysctl/sysctl.sh: support CONFIG_TEST_SYSCTL=y | Vlastimil Babka | 1 | -1/+1 |
2020-06-08 | selftests/bpf: Fix ringbuf selftest sample counting undeterminism | Andrii Nakryiko | 1 | -7/+35 |
2020-06-08 | KVM: selftests: fix vmx_preemption_timer_test build with GCC10 | Vitaly Kuznetsov | 2 | -4/+4 |
2020-06-08 | KVM: selftests: Add x86_64/debug_regs to .gitignore | Vitaly Kuznetsov | 1 | -0/+1 |
2020-06-07 | Merge tag 'ntb-5.8' of git://github.com/jonmason/ntb | Linus Torvalds | 1 | -1/+1 |
2020-06-05 | NTB: ntb_test: Fix bug when counting remote files | Logan Gunthorpe | 1 | -1/+1 |
2020-06-05 | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 21 | -5/+3253 |
2020-06-05 | KVM: selftests: Fix build with "make ARCH=x86_64" | Vitaly Kuznetsov | 1 | -0/+4 |
2020-06-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 11 | -533/+1000 |
2020-06-04 | tools/testing/selftests/vm: remove duplicate headers | Jagadeesh Pagadala | 1 | -1/+0 |
2020-06-04 | selftests: vm: pkeys: fix multilib builds for x86 | Sandipan Das | 1 | -1/+73 |
2020-06-04 | selftests: vm: pkeys: use the correct page size on powerpc | Sandipan Das | 2 | -1/+6 |
2020-06-04 | selftests/vm/pkeys: override access right definitions on powerpc | Ram Pai | 1 | -6/+4 |
2020-06-04 | selftests/vm/pkeys: test correct behaviour of pkey-0 | Ram Pai | 1 | -0/+53 |
2020-06-04 | selftests/vm/pkeys: introduce a sub-page allocator | Ram Pai | 4 | -0/+37 |
2020-06-04 | selftests/vm/pkeys: detect write violation on a mapped access-denied-key page | Ram Pai | 1 | -0/+13 |
2020-06-04 | selftests/vm/pkeys: associate key on a mapped page and detect write violation | Ram Pai | 1 | -0/+12 |
2020-06-04 | selftests/vm/pkeys: associate key on a mapped page and detect access violation | Ram Pai | 1 | -0/+19 |
2020-06-04 | selftests/vm/pkeys: improve checks to determine pkey support | Ram Pai | 4 | -5/+37 |
2020-06-04 | selftests/vm/pkeys: fix assertion in test_pkey_alloc_exhaust() | Ram Pai | 1 | -1/+10 |