summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2022-06-02bpftool: Use libbpf_bpf_attach_type_strDaniel Müller-64/+40
2022-06-02selftests/bpf: Add test for libbpf_bpf_attach_type_strDaniel Müller-0/+48
2022-06-02bpftool: Use libbpf_bpf_map_type_strDaniel Müller-19/+29
2022-06-02selftests/bpf: Add test for libbpf_bpf_map_type_strDaniel Müller-1/+55
2022-06-02bpftool: Use libbpf_bpf_prog_type_strDaniel Müller-13/+1
2022-06-02selftests/bpf: Add test for libbpf_bpf_prog_type_strDaniel Müller-0/+57
2022-06-02Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-13/+14
2022-06-02kselftest/arm64: signal: Skip SVE signal test if not enough VLs supportedCristian Marussi-0/+2
2022-06-02Merge tag 'memblock-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-117/+278
2022-06-01KVM: s390: selftests: Use TAP interface in the reset testThomas Huth-8/+30
2022-06-01KVM: s390: selftests: Use TAP interface in the tprot testThomas Huth-5/+24
2022-06-01KVM: s390: selftests: Use TAP interface in the sync_regs testThomas Huth-21/+66
2022-06-01KVM: s390: selftests: Use TAP interface in the memop testThomas Huth-18/+77
2022-06-01netfilter: nat: really support inet nat without l3 addressFlorian Westphal-0/+43
2022-05-31selftests: alsa: Handle pkg-config failure more gracefullyMark Brown-0/+3
2022-05-31net/ipv6: Expand and rename accept_unsolicited_na to accept_untracked_naArun Ajith S-12/+11
2022-05-30Merge tag 'mips_5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds-0/+2
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-59/+269
2022-05-27Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds-28/+31
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+418
2022-05-27Merge tag 'libnvdimm-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-14/+11
2022-05-27Merge tag 'mm-stable-2022-05-27' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-185/+151
2022-05-27selftests: memcg: factor out common parts of memory.{low,min} testsMichal Koutný-163/+36
2022-05-27selftests: memcg: remove protection from top level memcgMichal Koutný-7/+3
2022-05-27selftests: memcg: adjust expected reclaim values of protected cgroupsMichal Koutný-12/+106
2022-05-27selftests: memcg: expect no low events in unprotected siblingMichal Koutný-1/+1
2022-05-27selftests: memcg: fix compilationMichal Koutný-11/+14
2022-05-27selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_readSong Liu-1/+1
2022-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-174/+1647
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-616/+1008
2022-05-25selftests/net: enable lo.accept_local in psock_snd testluyun-0/+2
2022-05-25Merge tag 'sound-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-1/+40
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1741/+13255
2022-05-25Merge branch 'for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-1/+754
2022-05-25Merge tag 'linux-kselftest-kunit-5.19-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-338/+246
2022-05-25Merge tag 'linux-kselftest-next-5.19-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-94/+124
2022-05-25selftests: vm: add the "settings" file with timeout variablePatrick Wang-0/+1
2022-05-25selftests: vm: add "test_hmm.sh" to TEST_FILESPatrick Wang-0/+1
2022-05-25selftests: vm: check numa_available() before operating "merge_across_nodes" i...Patrick Wang-3/+6
2022-05-25selftests: vm: add migration to the .gitignoreMuhammad Usama Anjum-0/+1
2022-05-25selftests/vm/pkeys: fix typo in commentJulia Lawall-1/+1
2022-05-25selftests: vm: add process_mrelease testsSuren Baghdasaryan-0/+204
2022-05-25cgroup: fix an error handling path in alloc_pagecache_max_30M()Christophe JAILLET-1/+1
2022-05-25KVM: selftests: x86: Sync the new name of the test case to .gitignoreLike Xu-1/+1
2022-05-25Merge tag 'kvm-s390-next-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini-1/+346
2022-05-25Merge tag 'kvm-riscv-5.19-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini-131/+726
2022-05-25Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini-332/+1029
2022-05-25KVM: selftests: x86: Fix test failure on arch lbr capable platformsYang Weijiang-9/+11
2022-05-24Merge tag 'landlock-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-340/+1456
2022-05-24Merge tag 'seccomp-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+427