index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
Age
Commit message (
Expand
)
Author
Lines
2020-11-15
KVM: selftests: Introduce after_vcpu_run hook for dirty log test
Peter Xu
-12
/
+24
2020-11-15
KVM: selftests: test KVM_GET_SUPPORTED_HV_CPUID as a system ioctl
Vitaly Kuznetsov
-38
/
+77
2020-11-15
KVM: selftests: Verify supported CR4 bits can be set before KVM_SET_CPUID2
Sean Christopherson
-5
/
+108
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
-482
/
+1736
2020-11-14
bpf: Relax return code check for subprograms
Dmitrii Banshchikov
-0
/
+20
2020-11-12
bpf: selftest: Use bpf_sk_storage in FENTRY/FEXIT/RAW_TP
Martin KaFai Lau
-0
/
+259
2020-11-12
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-338
/
+2574
2020-11-13
selftests/bpf: Add asm tests for pkt vs pkt_end comparison.
Alexei Starovoitov
-0
/
+42
2020-11-13
selftests/bpf: Add skb_pkt_end test
Alexei Starovoitov
-0
/
+95
2020-11-12
selftests: set conf.all.rp_filter=0 in bareudp.sh
Guillaume Nault
-0
/
+2
2020-11-12
Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-5
/
+257
2020-11-12
selftests/bpf: Fix unused attribute usage in subprogs_unused test
Andrii Nakryiko
-2
/
+2
2020-11-12
selftests: pmtu.sh: improve the test result processing
Po-Hsu Lin
-1
/
+14
2020-11-12
selftests: pmtu.sh: use $ksft_skip for skipped return code
Po-Hsu Lin
-32
/
+32
2020-11-10
selftest/bpf: Add missed ip6ip6 test back
Hangbin Liu
-39
/
+46
2020-11-10
selftests: disable rp_filter when testing bareudp
Guillaume Nault
-0
/
+6
2020-11-10
selftest: fix flower terse dump tests
Vlad Buslov
-2
/
+2
2020-11-10
selftests/cgroup: Fix build on older distros
Sachin Sant
-2
/
+2
2020-11-10
selftests/run_kselftest.sh: fix dry-run typo
Hangbin Liu
-1
/
+1
2020-11-10
tool: selftests: fix spelling typo of 'writting'
Wang Qing
-2
/
+2
2020-11-10
selftests/memfd: Fix implicit declaration warnings
Michael Ellerman
-2
/
+2
2020-11-10
selftests: intel_pstate: ftime() is deprecated
Tommi Rantala
-6
/
+16
2020-11-10
selftests/gpio: Add to CLEAN rule rather than overriding
Michael Ellerman
-4
/
+1
2020-11-10
selftests/gpio: Fix build when source tree is read only
Michael Ellerman
-5
/
+9
2020-11-10
selftests/gpio: Move include of lib.mk up
Michael Ellerman
-3
/
+3
2020-11-10
selftests/gpio: Use TEST_GEN_PROGS_EXTENDED
Michael Ellerman
-5
/
+3
2020-11-10
kunit: tool: fix extra trailing \n in raw + parsed test output
Daniel Latypov
-3
/
+4
2020-11-10
kunit: tool: print out stderr from make (like build warnings)
Daniel Latypov
-4
/
+9
2020-11-10
kunit: Do not pollute source directory with generated files (test.log)
Andy Shevchenko
-3
/
+11
2020-11-10
kunit: Do not pollute source directory with generated files (.kunitconfig)
Andy Shevchenko
-18
/
+31
2020-11-10
kunit: tool: fix pre-existing python type annotation errors
Daniel Latypov
-7
/
+7
2020-11-10
kunit: Fix kunit.py parse subcommand (use null build_dir)
David Gow
-1
/
+1
2020-11-10
kunit: tool: unmark test_data as binary blobs
Brendan Higgins
-1
/
+0
2020-11-10
Merge v5.10-rc3 into drm-next
Daniel Vetter
-92
/
+229
2020-11-09
selftests/net: test max_num_members, fanout_args in psock_fanout
Tanner Love
-3
/
+69
2020-11-09
bpf: selftest: Use static globals in tcp_hdr_options and btf_skc_cls_ingress
Martin KaFai Lau
-7
/
+7
2020-11-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-277
/
+2252
2020-11-09
libbpf: Don't attempt to load unused subprog as an entry-point BPF program
Andrii Nakryiko
-0
/
+27
2020-11-09
KVM: selftests: allow two iterations of dirty_log_perf_test
Paolo Bonzini
-1
/
+1
2020-11-08
KVM: selftests: Introduce the dirty log perf test
Ben Gardon
-8
/
+396
2020-11-08
KVM: selftests: Make the number of vcpus global
Andrew Jones
-20
/
+20
2020-11-08
KVM: selftests: Make the per vcpu memory size global
Andrew Jones
-12
/
+11
2020-11-08
KVM: selftests: Drop pointless vm_create wrapper
Andrew Jones
-9
/
+3
2020-11-08
KVM: selftests: Add wrfract to common guest code
Ben Gardon
-1
/
+7
2020-11-08
KVM: selftests: Simplify demand_paging_test with timespec_diff_now
Ben Gardon
-15
/
+27
2020-11-08
KVM: selftests: Remove address rounding in guest code
Ben Gardon
-1
/
+0
2020-11-08
KVM: selftests: Factor code out of demand_paging_test
Ben Gardon
-181
/
+210
2020-11-08
KVM: selftests: Use a single binary for dirty/clear log test
Peter Xu
-39
/
+156
2020-11-08
KVM: selftests: Always clear dirty bitmap after iteration
Peter Xu
-1
/
+1
2020-11-08
KVM: selftests: Add blessed SVE registers to get-reg-list
Andrew Jones
-42
/
+217
[prev]
[next]