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
2022-12-05
Merge branch kvm-arm64/selftest/access-tracking into kvmarm-master/next
Marc Zyngier
-12
/
+9
2022-12-05
Merge branch kvm-arm64/selftest/s2-faults into kvmarm-master/next
Marc Zyngier
-276
/
+1547
2022-12-05
Merge branch kvm-arm64/selftest/linked-bps into kvmarm-master/next
Marc Zyngier
-76
/
+245
2022-12-05
Merge branch kvm-arm64/selftest/memslot-fixes into kvmarm-master/next
Marc Zyngier
-109
/
+208
2022-12-05
selftests/powerpc: Fix resource leaks
Miaoqian Lin
-1
/
+4
2022-12-04
selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
James Hilliard
-3
/
+3
2022-12-04
bpf: Add sleepable prog tests for cgrp local storage
Yonghong Song
-0
/
+174
2022-12-04
bpf: Do not mark certain LSM hook arguments as trusted
Yonghong Song
-0
/
+12
2022-12-04
selftests/bpf: Fix rcu_read_lock test with new MEM_RCU semantics
Yonghong Song
-10
/
+45
2022-12-03
tools/testing/cxl: Add XOR Math support to cxl_test
Alison Schofield
-3
/
+115
2022-12-03
cxl/acpi: Extract component registers of restricted hosts from RCRB
Robert Richter
-0
/
+33
2022-12-02
tools/testing/cxl: Make mock CEDT parsing more robust
Dan Williams
-4
/
+6
2022-12-02
cxl/pmem: Refactor nvdimm device registration, delete the workqueue
Dan Williams
-3
/
+0
2022-12-02
selftests: net: Use "grep -E" instead of "egrep"
Tiezhu Yang
-1
/
+1
2022-12-02
selftests: rtnetlink: correct xfrm policy rule in kci_test_ipsec_offload
Zhengchao Shao
-1
/
+1
2022-12-02
selftests/tls: Fix tls selftests dependency to correct algorithm
Tianjia Zhang
-1
/
+1
2022-12-02
selftests/bpf: Add GCC compatible builtins to bpf_legacy.h
James Hilliard
-6
/
+13
2022-12-02
selftests/seccomp: Check CAP_SYS_ADMIN capability in the test mode_filter_wit...
Gautam Menghani
-2
/
+4
2022-12-02
KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"
Colin Ian King
-1
/
+1
2022-12-02
tools: Drop "atomic_" prefix from atomic test_and_set_bit()
Sean Christopherson
-1
/
+1
2022-12-02
KVM: selftests: Use non-atomic clear/set bit helpers in KVM tests
Sean Christopherson
-22
/
+22
2022-12-02
KVM: arm64: selftests: Enable single-step without a "full" ucall()
Sean Christopherson
-10
/
+19
2022-12-02
Merge tag 'kvm-x86-fixes-6.2-1' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
-0
/
+49
2022-12-02
selftests/ftrace: Use long for synthetic event probe test
Steven Rostedt (Google)
-1
/
+1
2022-12-02
Merge tag 'v6.1-rc7' into iommufd.git for-next
Jason Gunthorpe
-107
/
+36480
2022-12-02
selftests/powerpc: Add ptrace setup_core_pattern() null-terminator
Benjamin Gray
-1
/
+3
2022-12-02
selftests/powerpc: Use mfspr/mtspr macros
Benjamin Gray
-21
/
+10
2022-12-02
selftests: powerpc: Use "grep -E" instead of "egrep"
Tiezhu Yang
-1
/
+1
2022-12-01
selftests: Add a basic HSR test.
Sebastian Andrzej Siewior
-0
/
+268
2022-12-01
selftests: mptcp: listener test for in-kernel PM
Geliang Tang
-1
/
+57
2022-12-01
selftests: mptcp: make evts global in mptcp_join
Geliang Tang
-23
/
+29
2022-12-01
selftests: mptcp: listener test for userspace PM
Geliang Tang
-0
/
+76
2022-12-01
selftests: mptcp: make evts global in userspace_pm
Geliang Tang
-120
/
+93
2022-12-01
selftests: mptcp: enhance userspace pm tests
Geliang Tang
-4
/
+6
2022-12-01
selftests: mptcp: declare var as local
Matthieu Baerts
-22
/
+29
2022-12-01
selftests: mptcp: clearly declare global ns vars
Matthieu Baerts
-8
/
+6
2022-12-01
selftests: mptcp: uniform 'rndh' variable
Matthieu Baerts
-5
/
+9
2022-12-01
selftests: mptcp: removed defined but unused vars
Matthieu Baerts
-7
/
+0
2022-12-01
selftests: mptcp: run mptcp_inq from a clean netns
Matthieu Baerts
-4
/
+1
2022-12-01
selftests/bpf: Validate multiple ref release_on_unlock logic
Dave Marchevsky
-1
/
+16
2022-12-01
KVM: selftests: Define and use a custom static assert in lib headers
Sean Christopherson
-12
/
+24
2022-12-01
KVM: selftests: Do kvm_cpu_has() checks before creating VM+vCPU
Sean Christopherson
-3
/
+7
2022-12-01
KVM: selftests: Disallow "get supported CPUID" before REQ_XCOMP_GUEST_PERM
Sean Christopherson
-6
/
+12
2022-12-01
KVM: selftests: Move __vm_xsave_require_permission() below CPUID helpers
Sean Christopherson
-32
/
+32
2022-12-01
KVM: selftests: Move XFD CPUID checking out of __vm_xsave_require_permission()
Lei Wang
-2
/
+1
2022-12-01
KVM: selftests: Restore assert for non-nested VMs in access tracking test
Sean Christopherson
-5
/
+13
2022-12-01
KVM: selftests: Fix inverted "warning" in access tracking perf test
Sean Christopherson
-4
/
+3
2022-12-01
libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag
Dave Jiang
-31
/
+0
2022-12-01
tools/testing/cxl: add mechanism to lock mem device for testing
Dave Jiang
-4
/
+44
2022-12-01
tools/testing/cxl: Add "passphrase secure erase" opcode support
Dave Jiang
-0
/
+102
[prev]
[next]