index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-16
KVM: selftests: Remove perf_test_args.host_page_size
Sean Christopherson
2
-3
/
+1
2021-11-16
KVM: selftests: Move per-VM GPA into perf_test_args
Sean Christopherson
3
-21
/
+10
2021-11-16
KVM: selftests: Use perf util's per-vCPU GPA/pages in demand paging test
Sean Christopherson
1
-16
/
+5
2021-11-16
KVM: selftests: Capture per-vCPU GPA in perf_test_vcpu_args
Sean Christopherson
2
-5
/
+5
2021-11-16
KVM: selftests: Use shorthand local var to access struct perf_tests_args
Sean Christopherson
1
-16
/
+19
2021-11-16
KVM: selftests: Require GPA to be aligned when backed by hugepages
Sean Christopherson
2
-1
/
+8
2021-11-16
KVM: selftests: Assert mmap HVA is aligned when using HugeTLB
Sean Christopherson
3
-0
/
+17
2021-11-16
KVM: selftests: Expose align() helpers to tests
Sean Christopherson
6
-19
/
+34
2021-11-16
KVM: selftests: Explicitly state indicies for vm_guest_mode_params array
Sean Christopherson
1
-9
/
+9
2021-11-16
KVM: selftests: Add event channel upcall support to xen_shinfo_test
David Woodhouse
1
-9
/
+66
2021-11-16
selftests/bpf: Add a dedup selftest with equivalent structure types
Yonghong Song
1
-0
/
+26
2021-11-15
selftests/bpf: Add tests for restricted helpers
Dmitrii Banshchikov
4
-1
/
+397
2021-11-15
selftests/sgx: Add test for multiple TCS entry
Reinette Chatre
3
-0
/
+39
2021-11-15
selftests/sgx: Enable multiple thread support
Reinette Chatre
1
-7
/
+14
2021-11-15
selftests/sgx: Add page permission and exception test
Reinette Chatre
3
-0
/
+169
2021-11-15
selftests/sgx: Rename test properties in preparation for more enclave tests
Reinette Chatre
3
-26
/
+26
2021-11-15
selftests/sgx: Provide per-op parameter structs for the test enclave
Jarkko Sakkinen
3
-46
/
+69
2021-11-15
selftests/sgx: Add a new kselftest: Unclobbered_vdso_oversubscribed
Jarkko Sakkinen
1
-0
/
+75
2021-11-15
selftests/sgx: Move setup_test_encl() to each TEST_F()
Jarkko Sakkinen
1
-4
/
+15
2021-11-15
selftests/sgx: Encpsulate the test enclave creation
Jarkko Sakkinen
1
-18
/
+26
2021-11-15
selftests/sgx: Dump segments and /proc/self/maps only on failure
Jarkko Sakkinen
1
-11
/
+12
2021-11-15
selftests/sgx: Create a heap for the test enclave
Jarkko Sakkinen
3
-9
/
+26
2021-11-15
selftests/sgx: Make data measurement for an enclave segment optional
Jarkko Sakkinen
3
-3
/
+10
2021-11-15
selftests/sgx: Assign source for each segment
Jarkko Sakkinen
3
-6
/
+8
2021-11-15
selftests/sgx: Fix a benign linker warning
Sean Christopherson
1
-1
/
+1
2021-11-15
cxl/test: Mock acpi_table_parse_cedt()
Dan Williams
4
-48
/
+59
2021-11-15
tools/testing/cxl: add mock output for the GET_HEALTH_INFO command
Vishal Verma
1
-0
/
+49
2021-11-15
cxl/memdev: Change cxl_mem to a more descriptive name
Ira Weiny
1
-25
/
+25
2021-11-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
92
-427
/
+1023
2021-11-15
selftests: gpio: restore CFLAGS options
Kent Gibson
1
-1
/
+1
2021-11-15
selftests: gpio: fix uninitialised variable warning
Kent Gibson
1
-1
/
+1
2021-11-15
selftests: gpio: fix gpio compiling error
Li Zhijian
1
-0
/
+1
2021-11-15
selftests: nft_nat: switch port shadow test cases to socat
Florian Westphal
1
-7
/
+19
2021-11-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
6
-11
/
+235
2021-11-12
selftests: net: switch to socat in the GSO GRE test
Jakub Kicinski
1
-7
/
+9
2021-11-12
tools/runqslower: Fix cross-build
Jean-Philippe Brucker
1
-1
/
+1
2021-11-12
selftests/bpf: Check map in map pruning
Lorenz Bauer
1
-0
/
+34
2021-11-12
selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warning
Yonghong Song
1
-6
/
+11
2021-11-12
selftests/bpf: Fix an unused-but-set-variable compiler warning
Yonghong Song
1
-2
/
+0
2021-11-11
selftests/bpf: Clarify llvm dependency with btf_tag selftest
Yonghong Song
1
-4
/
+5
2021-11-11
selftests/bpf: Add a C test for btf_type_tag
Yonghong Song
2
-0
/
+49
2021-11-11
selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.c
Yonghong Song
2
-11
/
+13
2021-11-11
selftests/bpf: Test BTF_KIND_DECL_TAG for deduplication
Yonghong Song
1
-4
/
+135
2021-11-11
selftests/bpf: Add BTF_KIND_TYPE_TAG unit tests
Yonghong Song
2
-0
/
+21
2021-11-11
selftests/bpf: Test libbpf API function btf__add_type_tag()
Yonghong Song
2
-28
/
+43
2021-11-11
selftests/bpf: Update btf_dump__new() uses to v1.0+ variant
Andrii Nakryiko
3
-26
/
+15
2021-11-11
selftests/bpf: Migrate all deprecated perf_buffer uses
Andrii Nakryiko
6
-25
/
+11
2021-11-11
libbpf: Turn btf_dedup_opts into OPTS-based struct
Andrii Nakryiko
2
-42
/
+10
2021-11-11
selftests/bpf: Minor cleanups and normalization of Makefile
Andrii Nakryiko
1
-16
/
+16
2021-11-11
selftests/bpf: Fix bpf_prog_test_load() logic to pass extra log level
Andrii Nakryiko
1
-1
/
+6
[prev]
[next]