summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch kvm-arm64/mpam-ni into kvmarm/nextOliver Upton2024-11-111-1/+98
|\
| * KVM: arm64: selftests: Test ID_AA64PFR0.MPAM isn't completely ignoredJames Morse2024-10-311-1/+98
* | Merge branch kvm-arm64/psci-1.3 into kvmarm/nextOliver Upton2024-11-111-0/+92
|\ \ | |/ |/|
| * KVM: selftests: Add test for PSCI SYSTEM_OFF2David Woodhouse2024-10-251-0/+92
* | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-254-1/+70
|\ \
| * | bpf: Add the missing BPF_LINK_TYPE invocation for sockmapHou Tao2024-10-241-0/+3
| * | selftests/bpf: Add test for passing in uninit mtu_lenDaniel Borkmann2024-10-232-0/+37
| * | selftests/bpf: Add test for writes to .rodataDaniel Borkmann2024-10-231-1/+30
* | | KVM: selftests: Fix build on on non-x86 architecturesMark Brown2024-10-221-1/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-10-213-4/+15
|\ \ \ | |/ / |/| |
| * | Merge tag 'kvmarm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2024-10-201-3/+13
| |\ \
| | * \ Merge branch kvm-arm64/idregs-6.12 into kvmarm/fixesMarc Zyngier2024-10-081-3/+13
| | |\ \
| | | * | KVM: selftests: aarch64: Add writable test for ID_AA64PFR1_EL1Shaoqin Huang2024-08-251-3/+11
| | | * | KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from users...Shameer Kolothum2024-08-221-0/+2
| * | | | KVM: selftests: Fix out-of-bounds reads in CPUID test's array lookupsSean Christopherson2024-10-201-1/+1
| * | | | KVM: selftests: x86: Avoid using SSE/AVX instructionsVitaly Kuznetsov2024-10-201-0/+1
* | | | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-1924-48/+711
|\ \ \ \ \
| * | | | | selftests/bpf: Add test case for delta propagationDaniel Borkmann2024-10-172-0/+36
| * | | | | bpf: Properly test iter/task tid filteringJordan Rome2024-10-171-5/+22
| * | | | | selftests/bpf: Add asserts for netfilter link infoTyrone Wu2024-10-161-2/+40
| * | | | | selftests/bpf: Add test for sign extension in coerce_subreg_to_size_sx()Dimitar Kanaliev2024-10-151-0/+20
| * | | | | selftests/bpf: Add test for truncation after sign extension in coerce_reg_to_...Dimitar Kanaliev2024-10-151-0/+20
| * | | | | selftests/bpf: Assert link info uprobe_multi count & path_size if unsetTyrone Wu2024-10-111-0/+9
| * | | | | selftests/bpf: Fix cross-compiling urandom_readTony Ambardar2024-10-111-1/+1
| * | | | | selftests/bpf: Add test for kfunc module orderSimon Sundberg2024-10-107-1/+220
| * | | | | selftests/bpf: Provide a generic [un]load_module helperSimon Sundberg2024-10-102-12/+24
| * | | | | selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libcTony Ambardar2024-10-101-1/+1
| * | | | | selftests/bpf: fix perf_event link info name_len assertionTyrone Wu2024-10-101-3/+6
| * | | | | selftests/bpf: Add more test case for field flatteningHou Tao2024-10-104-2/+117
| * | | | | bpf: selftests: send packet to devmap redirect XDPFlorian Kauer2024-10-022-9/+118
| * | | | | bpf: Sync uapi bpf.h header to tools directoryDaniel Borkmann2024-10-011-12/+10
| * | | | | selftests/bpf: Verify that sync_linked_regs preserves subreg_defEduard Zingerman2024-10-011-0/+67
* | | | | | Merge tag 'linux_kselftest-fixes-6.12-rc4' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-10-191-0/+1
|\ \ \ \ \ \
| * | | | | | selftest: hid: add the missing tests directoryYun Lu2024-10-161-0/+1
* | | | | | | Merge tag 'mm-hotfixes-stable-2024-10-17-16-08' of git://git.kernel.org/pub/s...Linus Torvalds2024-10-185-11/+130
|\ \ \ \ \ \ \
| * | | | | | | maple_tree: add regression test for spanning store bugLorenzo Stoakes2024-10-171-0/+84
| * | | | | | | selftests: mm: fix the incorrect usage() info of khugepagedNanyong Sun2024-10-171-1/+1
| * | | | | | | maple_tree: check for MA_STATE_BULK on setting wr_rebalanceSidhartha Kumar2024-10-171-0/+26
| * | | | | | | selftests/mm: fix deadlock for fork after pthread_create on ARMEdward Liaw2024-10-171-0/+7
| * | | | | | | selftests/mm: replace atomic_bool with pthread_barrier_tEdward Liaw2024-10-173-10/+12
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'net-6.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-10-173-31/+90
|\ \ \ \ \ \ \
| * | | | | | | selftests: mptcp: join: test for prohibited MPC to port-based endpPaolo Abeni2024-10-151-30/+85
| * | | | | | | selftests: drivers: net: fix name not definedAlessandro Zanni2024-10-121-0/+1
| * | | | | | | selftests: net/rds: add module not foundAlessandro Zanni2024-10-121-1/+4
* | | | | | | | Merge tag 'sched_ext-for-6.12-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-10-162-43/+37
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | selftests: sched_ext: Add sched_ext as proper selftest targetBjörn Töpel2024-10-092-43/+37
* | | | | | | | Merge tag 'linux_kselftest-fixes-6.12-rc3' of git://git.kernel.org/pub/scm/li...Linus Torvalds2024-10-1212-109/+183
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | |
| * | | | | | ftrace/selftest: Test combination of function_graph tracer and function profilerSteven Rostedt2024-10-111-0/+31
| * | | | | | selftests/rseq: Fix mm_cid test failureMathieu Desnoyers2024-10-112-43/+77
| * | | | | | selftests: vDSO: Explicitly include sched.hYu Liao2024-10-081-0/+1