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
2024-04-30
selftests: net: py: avoid all ports < 10k
Jakub Kicinski
-1
/
+1
2024-04-30
selftests: net: py: extract tool logic
Jakub Kicinski
-3
/
+9
2024-04-30
selftests: drv-net-hw: support using Python from net hw tests
Jakub Kicinski
-3
/
+26
2024-04-30
selftests: netfilter: avoid test timeouts on debug kernels
Florian Westphal
-3
/
+10
2024-04-30
selftests/bpf: Drop an unused local variable
Benjamin Tissoires
-2
/
+0
2024-04-29
selftests/bpf: validate nulled-out struct_ops program is handled properly
Andrii Nakryiko
-2
/
+23
2024-04-29
selftests/bpf: Free strdup memory in veristat
Geliang Tang
-1
/
+4
2024-04-29
selftests/bpf: Free strdup memory in test_sockmap
Geliang Tang
-2
/
+8
2024-04-29
selftests/bpf: Run cgroup1_hierarchy test in own mount namespace
Viktor Malik
-1
/
+9
2024-04-29
bpf: Fix verifier assumptions about socket->sk
Alexei Starovoitov
-13
/
+20
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-777
/
+3770
2024-04-29
KVM: selftests: Drop @selector from segment helpers
Sean Christopherson
-15
/
+14
2024-04-29
KVM: selftests: Init x86's segments during VM creation
Sean Christopherson
-48
/
+20
2024-04-29
KVM: selftests: Add macro for TSS selector, rename up code/data macros
Sean Christopherson
-9
/
+9
2024-04-29
KVM: selftests: Allocate x86's TSS at VM creation
Sean Christopherson
-3
/
+2
2024-04-29
KVM: selftests: Fold x86's descriptor tables helpers into vcpu_init_sregs()
Sean Christopherson
-25
/
+5
2024-04-29
KVM: selftests: Drop superfluous switch() on vm->mode in vcpu_init_sregs()
Sean Christopherson
-16
/
+11
2024-04-29
KVM: selftests: Allocate x86's GDT during VM creation
Sean Christopherson
-3
/
+1
2024-04-29
KVM: selftests: Map x86's exception_handlers at VM creation, not vCPU setup
Sean Christopherson
-1
/
+2
2024-04-29
KVM: selftests: Init IDT and exception handlers for all VMs/vCPUs on x86
Sean Christopherson
-69
/
+6
2024-04-29
KVM: selftests: Rename x86's vcpu_setup() to vcpu_init_sregs()
Sean Christopherson
-2
/
+2
2024-04-29
KVM: selftests: Move x86's descriptor table helpers "up" in processor.c
Sean Christopherson
-96
/
+95
2024-04-29
KVM: selftests: Explicitly clobber the IDT in the "delete memslot" testcase
Sean Christopherson
-0
/
+12
2024-04-29
KVM: selftests: Rework platform_info_test to actually verify #GP
Sean Christopherson
-33
/
+33
2024-04-29
KVM: selftests: Move platform_info_test's main assert into guest code
Sean Christopherson
-8
/
+12
2024-04-29
KVM: selftests: Fix off-by-one initialization of GDT limit
Ackerley Tng
-1
/
+1
2024-04-29
KVM: selftests: Move GDT, IDT, and TSS fields to x86's kvm_vm_arch
Sean Christopherson
-16
/
+18
2024-04-29
KVM: sefltests: Add kvm_util_types.h to hold common types, e.g. vm_vaddr_t
Sean Christopherson
-15
/
+21
2024-04-29
Revert "kvm: selftests: move base kvm_util.h declarations to kvm_util_base.h"
Sean Christopherson
-12
/
+1156
2024-04-29
KVM: selftests: Randomly force emulation on x86 writes from guest code
Sean Christopherson
-0
/
+21
2024-04-29
KVM: selftests: Add vcpu_arch_put_guest() to do writes from guest code
Sean Christopherson
-4
/
+9
2024-04-29
KVM: selftests: Add global snapshot of kvm_is_forced_emulation_enabled()
Sean Christopherson
-11
/
+7
2024-04-29
KVM: selftests: Provide an API for getting a random bool from an RNG
Sean Christopherson
-1
/
+12
2024-04-29
KVM: selftests: Provide a global pseudo-RNG instance for all tests
Sean Christopherson
-29
/
+23
2024-04-29
KVM: selftests: Define _GNU_SOURCE for all selftests code
Sean Christopherson
-120
/
+17
2024-04-29
KVM: selftests: Avoid assuming "sudo" exists in NX hugepage test
Brendan Jackman
-1
/
+12
2024-04-29
cxl: Fix cxl_endpoint_get_perf_coordinate() support for RCH
Dave Jiang
-0
/
+7
2024-04-29
selftests/powerpc: Install tests in sub-directories
Michael Ellerman
-4
/
+4
2024-04-29
selftests/powerpc: Convert pmu Makefile to for loop style
Michael Ellerman
-21
/
+22
2024-04-29
selftests/powerpc: make sub-folders buildable on their own
Madhavan Srinivasan
-7
/
+25
2024-04-29
selftests/powerpc: Add flags.mk to support pmu buildable
Madhavan Srinivasan
-0
/
+16
2024-04-29
selftests/powerpc: Re-order *FLAGS to follow lib.mk
Madhavan Srinivasan
-44
/
+45
2024-04-28
kselftest: arm64: Add a null pointer check
Kunwu Chan
-0
/
+4
2024-04-28
kselftest/arm64: Remove unused parameters in abi test
xieming
-1
/
+1
2024-04-27
Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
-1
/
+25
2024-04-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-0
/
+3
2024-04-26
selftests: drv-net: validate the environment
Jakub Kicinski
-0
/
+25
2024-04-26
selftests: drv-net: reimplement the config parser
Jakub Kicinski
-12
/
+14
2024-04-26
selftests: drv-net: extend the README with more info and example
Jakub Kicinski
-12
/
+85
2024-04-26
Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...
Linus Torvalds
-43
/
+12
[prev]
[next]