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-08-30
selftests/bpf: Specify libbpf headers required for %.bpf.o progs
Ihor Solodrai
-2
/
+7
2024-08-31
Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-3
/
+3
2024-08-30
selftests/bpf: Check if distilled base inherits source endianness
Eduard Zingerman
-0
/
+68
2024-08-30
selftests: vDSO: quash clang omitted parameter warning in getrandom test
Jason A. Donenfeld
-3
/
+3
2024-08-30
kselftest/arm64: Fix build warnings for ptrace
Dev Jain
-2
/
+2
2024-08-30
selftests: vDSO: use parse_vdso.h in vdso_test_abi
Christophe Leroy
-4
/
+1
2024-08-30
selftests: vDSO: fix the way vDSO functions are called for powerpc
Christophe Leroy
-15
/
+90
2024-08-30
selftests: vDSO: fix vDSO symbols lookup for powerpc64
Christophe Leroy
-1
/
+2
2024-08-30
selftests: vDSO: fix vdso_config for powerpc
Christophe Leroy
-3
/
+3
2024-08-30
selftests: vDSO: fix vDSO name for powerpc
Christophe Leroy
-0
/
+6
2024-08-30
selftests: vDSO: skip getrandom test if architecture is unsupported
Jason A. Donenfeld
-1
/
+6
2024-08-30
selftests: vDSO: use KHDR_INCLUDES for UAPI headers for getrandom test
Xi Ruoyao
-0
/
+1
2024-08-30
selftests: vDSO: remove unnecessary command line defs from chacha test
Jason A. Donenfeld
-2
/
+1
2024-08-30
selftests: vDSO: separate LDLIBS from CFLAGS for libsodium
Jason A. Donenfeld
-3
/
+5
2024-08-30
selftests: vDSO: add --cflags for pkg-config command querying libsodium
Xi Ruoyao
-1
/
+1
2024-08-30
selftests: vDSO: look for arch-specific function name in getrandom test
Christophe Leroy
-7
/
+9
2024-08-30
selftests: vDSO: fix include order in build of test_vdso_chacha
Christophe Leroy
-2
/
+2
2024-08-30
selftests: vDSO: don't hard-code location of vDSO sources
Christophe Leroy
-1
/
+1
2024-08-30
selftests: vDSO: simplify getrandom thread local storage and structs
Jason A. Donenfeld
-40
/
+27
2024-08-30
kselftest/arm64: Actually test SME vector length changes via sigreturn
Mark Brown
-7
/
+7
2024-08-30
KVM: arm64: selftests: Add arch_timer_edge_cases selftest
Colton Lewis
-1
/
+1080
2024-08-30
KVM: arm64: selftests: Ensure pending interrupts are handled in arch_timer test
Colton Lewis
-6
/
+14
2024-08-29
KVM: selftests: Explicitly include committed one-off assets in .gitignore
Sean Christopherson
-0
/
+4
2024-08-29
KVM: selftests: Add a test for coalesced MMIO (and PIO on x86)
Sean Christopherson
-0
/
+265
2024-08-29
KVM: selftests: Add SEV-ES shutdown test
Peter Gonda
-0
/
+32
2024-08-29
KVM: selftests: Always unlink memory regions when deleting (VM free)
Sean Christopherson
-9
/
+6
2024-08-29
KVM: selftests: Remove unused kvm_memcmp_hva_gva()
Sean Christopherson
-72
/
+0
2024-08-29
selftests/bpf: Add tests for iter next method returning valid pointer
Juntong Deng
-1
/
+154
2024-08-29
selftests/bpf: Test epilogue patching when the main prog has multiple BPF_EXIT
Martin KaFai Lau
-0
/
+84
2024-08-29
selftests/bpf: A pro/epilogue test when the main prog jumps back to the 1st insn
Martin KaFai Lau
-0
/
+151
2024-08-29
selftests/bpf: Add tailcall epilogue test
Martin KaFai Lau
-0
/
+104
2024-08-29
selftests/bpf: Test gen_prologue and gen_epilogue
Martin KaFai Lau
-0
/
+371
2024-08-29
selftests/bpf: attach struct_ops maps before test prog runs
Eduard Zingerman
-0
/
+27
2024-08-29
KVM: selftests: Play nice with AMD's AVIC errata
Sean Christopherson
-4
/
+19
2024-08-29
KVM: selftests: Verify the guest can read back the x2APIC ICR it wrote
Sean Christopherson
-2
/
+4
2024-08-29
KVM: selftests: Test x2APIC ICR reserved bits
Sean Christopherson
-13
/
+10
2024-08-29
KVM: selftests: Skip ICR.BUSY test in xapic_state_test if x2APIC is enabled
Sean Christopherson
-6
/
+12
2024-08-29
KVM: selftests: Add x86 helpers to play nice with x2APIC MSR #GPs
Sean Christopherson
-1
/
+20
2024-08-29
KVM: selftests: Report unhandled exceptions on x86 as regular guest asserts
Sean Christopherson
-5
/
+3
2024-08-29
KVM: selftests: Open code vcpu_run() equivalent in guest_printf test
Sean Christopherson
-2
/
+17
2024-08-29
selftests: add selftest for tcp SO_PEEK_OFF support
Jon Maloy
-0
/
+184
2024-08-29
selftests/bpf: Make sure stashed kptr in local kptr is freed recursively
Amery Hung
-1
/
+29
2024-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-37
/
+145
2024-08-30
Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-32
/
+143
2024-08-29
Merge patch series "riscv: mm: Do not restrict mmap address based on hint"
Palmer Dabbelt
-71
/
+0
2024-08-29
riscv: selftests: Remove mmap hint address checks
Charlie Jenkins
-71
/
+0
2024-08-29
selftests: mptcp: join: check re-re-adding ID 0 signal
Matthieu Baerts (NGI0)
-11
/
+21
2024-08-29
selftests: mptcp: join: validate event numbers
Matthieu Baerts (NGI0)
-3
/
+75
2024-08-29
selftests: mptcp: join: check re-re-adding ID 0 endp
Matthieu Baerts (NGI0)
-12
/
+15
2024-08-29
selftests: mptcp: join: no extra msg if no counter
Matthieu Baerts (NGI0)
-8
/
+8
[prev]
[next]