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-29
KVM: selftests: Test that values written to Hyper-V MSRs are preserved
Vitaly Kuznetsov
-8
/
+28
2022-12-29
KVM: selftests: Convert hyperv_features test to using KVM_X86_CPU_FEATURE()
Vitaly Kuznetsov
-81
/
+127
2022-12-29
KVM: selftests: Rename 'msr->available' to 'msr->fault_exepected' in hyperv_f...
Vitaly Kuznetsov
-92
/
+92
2022-12-29
KVM: selftests: x86: Use TAP interface in the tsc_msrs_test
Thomas Huth
-4
/
+12
2022-12-29
KVM: selftests: Use TAP interface in the kvm_binary_stats_test
Thomas Huth
-2
/
+9
2022-12-28
selftests/bpf: add a test for iter/task_vma for short-lived processes
Kui-Feng Lee
-0
/
+73
2022-12-28
selftests/bpf: Temporarily disable part of btf_dump:var_data test.
Alexei Starovoitov
-1
/
+1
2022-12-28
Merge branch 'kvm-late-6.1-fixes' into HEAD
Paolo Bonzini
-142
/
+82
2022-12-28
KVM: selftests: restore special vmmcall code layout needed by the harness
Paolo Bonzini
-2
/
+11
2022-12-28
KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESET
Paolo Bonzini
-0
/
+6
2022-12-27
selftests/rseq: Add mm_numa_cid to test script
Mathieu Desnoyers
-0
/
+5
2022-12-27
selftests/rseq: parametrized test: Report/abort on negative concurrency ID
Mathieu Desnoyers
-0
/
+5
2022-12-27
selftests/rseq: Implement parametrized mm_cid test
Mathieu Desnoyers
-49
/
+122
2022-12-27
selftests/rseq: Implement basic percpu ops mm_cid test
Mathieu Desnoyers
-8
/
+44
2022-12-27
selftests/rseq: riscv: Template memory ordering and percpu access mode
Mathieu Desnoyers
-500
/
+437
2022-12-27
selftests/rseq: s390: Template memory ordering and percpu access mode
Mathieu Desnoyers
-466
/
+498
2022-12-27
selftests/rseq: ppc: Template memory ordering and percpu access mode
Mathieu Desnoyers
-579
/
+486
2022-12-27
selftests/rseq: mips: Template memory ordering and percpu access mode
Mathieu Desnoyers
-615
/
+487
2022-12-27
selftests/rseq: arm64: Template memory ordering and percpu access mode
Mathieu Desnoyers
-486
/
+422
2022-12-27
selftests/rseq: arm: Template memory ordering and percpu access mode
Mathieu Desnoyers
-670
/
+530
2022-12-27
selftests/rseq: x86: Template memory ordering and percpu access mode
Mathieu Desnoyers
-1150
/
+1241
2022-12-27
selftests/rseq: Implement rseq mm_cid field support
Mathieu Desnoyers
-0
/
+19
2022-12-27
selftests/rseq: Remove RSEQ_SKIP_FASTPATH code
Mathieu Desnoyers
-116
/
+0
2022-12-27
selftests/rseq: Implement rseq numa node id field selftest
Mathieu Desnoyers
-0
/
+58
2022-12-27
selftests/rseq: Use ELF auxiliary vector for extensible rseq
Mathieu Desnoyers
-12
/
+78
2022-12-27
selftests/rseq: Fix: Fail thread registration when CONFIG_RSEQ=n
Mathieu Desnoyers
-2
/
+4
2022-12-27
KVM: selftests: Mark correct page as mapped in virt_map()
Oliver Upton
-2
/
+2
2022-12-27
KVM: arm64: selftests: Don't identity map the ucall MMIO hole
Oliver Upton
-2
/
+4
2022-12-27
KVM: selftests: document the default implementation of vm_vaddr_populate_bitmap
Paolo Bonzini
-0
/
+9
2022-12-27
KVM: selftests: Use magic value to signal ucall_alloc() failure
Sean Christopherson
-2
/
+14
2022-12-27
KVM: selftests: Disable "gnu-variable-sized-type-not-at-end" warning
Sean Christopherson
-0
/
+1
2022-12-27
KVM: selftests: Include lib.mk before consuming $(CC)
Sean Christopherson
-4
/
+5
2022-12-27
KVM: selftests: Explicitly disable builtins for mem*() overrides
Sean Christopherson
-0
/
+1
2022-12-27
KVM: selftests: Probe -no-pie with actual CFLAGS used to compile
Sean Christopherson
-1
/
+1
2022-12-27
KVM: selftests: Use proper function prototypes in probing code
Sean Christopherson
-2
/
+2
2022-12-27
KVM: selftests: Rename UNAME_M to ARCH_DIR, fill explicitly for x86
Sean Christopherson
-34
/
+13
2022-12-27
KVM: selftests: Fix a typo in x86-64's kvm_get_cpu_address_width()
Sean Christopherson
-1
/
+1
2022-12-27
KVM: selftests: Use pattern matching in .gitignore
Sean Christopherson
-85
/
+6
2022-12-27
KVM: selftests: Fix divide-by-zero bug in memslot_perf_test
Sean Christopherson
-0
/
+3
2022-12-27
KVM: selftests: Delete dead code in x86_64/vmx_tsc_adjust_test.c
Sean Christopherson
-5
/
+0
2022-12-27
KVM: selftests: Define literal to asm constraint in aarch64 as unsigned long
Sean Christopherson
-1
/
+1
2022-12-24
Merge tag 'for-netdev' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
-0
/
+212
2022-12-23
selftests/bpf: Add host-tools to gitignore
Stanislav Fomichev
-0
/
+1
2022-12-23
KVM: selftests: Zero out valid_bank_mask for "all" case in Hyper-V IPI test
Sean Christopherson
-1
/
+2
2022-12-22
selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID
Hao Sun
-0
/
+51
2022-12-22
selftests/bpf: Add jit probe_mem corner case tests to s390x denylist
Daniel Borkmann
-0
/
+1
2022-12-21
Merge tag 'trace-probes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+5
2022-12-22
selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIAL
Martin KaFai Lau
-0
/
+160
2022-12-22
selftests/bpf: Add verifier test exercising jit PROBE_MEM logic
Dave Marchevsky
-0
/
+89
2022-12-21
Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-8
/
+340
[prev]
[next]