summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2021-07-20selftests: net: veth: add tests for set_channelPaolo Abeni1-1/+182
2021-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller13-127/+1196
2021-07-16selftests/bpf: Add test cases for redirection between udp and unixCong Wang1-0/+170
2021-07-16selftests/bpf: Add a test case for unix sockmapCong Wang1-0/+97
2021-07-16selftests/bpf: Factor out add_to_sockmap()Cong Wang1-38/+21
2021-07-16selftests/bpf: Factor out udp_socketpair()Cong Wang1-38/+40
2021-07-16sock_map: Lift socket state restriction for datagram socketsCong Wang1-3/+5
2021-07-16selftests/bpf: Add test for bpf_get_func_ip in kprobe+offset probeJiri Olsa2-2/+27
2021-07-16selftests/bpf: Add test for bpf_get_func_ip helperJiri Olsa2-0/+101
2021-07-15selftests/bpf: Add a test with bpf_timer in inner map.Alexei Starovoitov3-0/+231
2021-07-15selftests/bpf: Add bpf_timer test.Alexei Starovoitov2-0/+352
2021-07-15selftests/bpf: Remove unused variable in tc_tunnel progTobias Klauser1-1/+0
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-34/+251
2021-07-10selftests: mptcp: fix case multiple subflows limited by serverJianguo Wu1-1/+1
2021-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-10/+44
2021-07-09Merge tag 'trace-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-0/+18
2021-07-09bpf: Selftest to verify mixing bpf2bpf calls and tailcalls with insn patchJohn Fastabend2-10/+44
2021-07-08selftest/mremap_test: avoid crash with static buildAneesh Kumar K.V1-2/+3
2021-07-08selftest/mremap_test: update the test to handle pagesize other than 4KAneesh Kumar K.V1-52/+61
2021-07-08secretmem: test: add basic selftest for memfd_secret(2)Mike Rapoport4-1/+316
2021-07-08tracing/selftests: Add tests to test histogram sym and sym-offset modifiersSteven Rostedt (VMware)1-0/+18
2021-07-08bpf: Tidy xdp attach selftestsKumar Kartikeya Dwivedi2-50/+32
2021-07-08selftests/bpf: Add test for xdp_md context in BPF_PROG_TEST_RUNZvi Effron2-0/+125
2021-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+168
2021-07-07selftests: icmp_redirect: IPv6 PMTU info should be cleared after redirectHangbin Liu1-2/+3
2021-07-07selftests: icmp_redirect: remove from checking for IPv6 route getHangbin Liu1-1/+1
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-7/+260
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-8/+23
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-54/+376
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds9-0/+385
2021-07-02Merge tag 'linux-kselftest-next-5.14-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds14-138/+308
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds18-125/+563
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds10-11/+160
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-543/+1125
2021-07-02Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds6-58/+354
2021-07-02selftest: netfilter: add test case for unreplied tcp connectionsFlorian Westphal2-1/+168
2021-07-01selftests/net: timestamping: support binding PHCYangbo Lu1-20/+35
2021-07-01selftests/vm/pkeys: exercise x86 XSAVE init stateDave Hansen3-2/+76
2021-07-01selftests/vm/pkeys: refill shadow register after implicit kernel writeDave Hansen1-0/+7
2021-07-01selftests/vm/pkeys: handle negative sys_pkey_alloc() return codeDave Hansen1-1/+1
2021-07-01selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really randomDave Hansen1-1/+2
2021-07-01mm: selftests for exclusive device memoryAlistair Popple1-0/+158
2021-07-01selftests/vm: add test for MADV_POPULATE_(READ|WRITE)David Hildenbrand4-0/+360
2021-07-01selftests/vm: add protection_keys_32 / protection_keys_64 to gitignoreDavid Hildenbrand1-0/+2
2021-07-01userfaultfd/selftests: exercise minor fault handling shmem supportAxel Rasmussen1-4/+25
2021-07-01userfaultfd/selftests: reinitialize test context in each testAxel Rasmussen1-105/+117
2021-07-01userfaultfd/selftests: create alias mappings in the shmem testAxel Rasmussen1-3/+19
2021-07-01userfaultfd/selftests: use memfd_create for shmem test typeAxel Rasmussen1-1/+15
2021-07-01userfaultfd/selftests: add pagemap uffd-wp testPeter Xu1-0/+154
2021-07-01userfaultfd/selftests: unify error handlingPeter Xu1-369/+187