summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2024-09-05selftests/bpf: Add description for running vmtest on RV64Pu Lehui
2024-09-05selftests/bpf: Add riscv64 configurations to local vmtestPu Lehui
2024-09-05selftests/bpf: Add DENYLIST.riscv64Pu Lehui
2024-09-05selftests/bpf: Add config.riscv64Pu Lehui
2024-09-05selftests/bpf: Enable cross platform testing for vmtestPu Lehui
2024-09-05selftests/bpf: Support local rootfs image for vmtestPu Lehui
2024-09-05selftests/bpf: Limit URLS parsing logic to actual scope in vmtestPu Lehui
2024-09-05selftests/bpf: Prefer static linking for LLVM librariesEduard Zingerman
2024-09-05selftests/bpf: Rename fallback in bpf_dctcp to avoid naming conflictPu Lehui
2024-09-05selftests/bpf: Adapt OUTPUT appending logic to lower versions of MakePu Lehui
2024-09-05selftests/bpf: fix some typos in selftestsLin Yikai
2024-09-05selftests/bpf: Add uprobe multi pid filter test for clone-ed processesJiri Olsa
2024-09-05selftests/bpf: Add uprobe multi pid filter test for fork-ed processesJiri Olsa
2024-09-05selftests/bpf: Add child argument to spawn_child functionJiri Olsa
2024-09-05perf/uprobe: split uprobe_unregister()Peter Zijlstra
2024-09-05kselftest: dt: Ignore nodes that have ancestors disabledNĂ­colas F. R. A. Prado
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2024-09-04selftests/bpf: Enable test_bpf_syscall_macro: Syscall_arg1 on s390 and arm64Pu Lehui
2024-09-04selftests: net: convert comma to semicolonChen Ni
2024-09-04selftests/bpf: Add a selftest for x86 jit convergence issuesYonghong Song
2024-09-04Merge branch 'bpf/master' into for-6.12Tejun Heo
2024-09-04selftests/ftrace: Fix eventfs ownership testcase to find mount pointMasami Hiramatsu (Google)
2024-09-04sched_ext: Add cgroup supportTejun Heo
2024-09-04selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEFeng Yang
2024-09-04selftests/bpf: Add a selftest to check for incorrect namesJeongjun Park
2024-09-04ktest.pl: Avoid false positives with grub2 skip regexDaniel Jordan
2024-09-04ktest.pl: Always warn on build warningsSteven Rostedt
2024-09-04selftests/bpf: Fix procmap_query()'s params mismatch and compilation warningYuan Chen
2024-09-04selftests: add selftest for UDP SO_PEEK_OFF supportJason Xing
2024-09-04kselftest/arm64: Add test case for POR_EL0 signal frame recordsJoey Gouly
2024-09-04kselftest/arm64: parse POE_MAGIC in a signal frameJoey Gouly
2024-09-04kselftest/arm64: add HWCAP test for FEAT_S1POEJoey Gouly
2024-09-04selftests: mm: make protection_keys test work on arm64Joey Gouly
2024-09-04selftests: mm: move fpregs printingJoey Gouly
2024-09-04kselftest/arm64: move get_header()Joey Gouly
2024-09-04KVM: selftests: get-reg-list: add Permission Overlay registersJoey Gouly
2024-09-03selftests/damon: add execute permissions to test scriptsSeongJae Park
2024-09-03selftests/damon: cleanup __pycache__/ with 'make clean'SeongJae Park
2024-09-03selftests/damon: add access_memory_even to .gitignoreSeongJae Park
2024-09-03mm: rework vm_ops->close() handling on VMA mergeLorenzo Stoakes
2024-09-03mm: refactor vma_merge() into modify-only vma_merge_existing_range()Lorenzo Stoakes
2024-09-03mm: avoid using vma_merge() for new VMAsLorenzo Stoakes
2024-09-03mm: abstract vma_expand() to use vma_merge_structLorenzo Stoakes
2024-09-03mm: introduce vma_merge_struct and abstract vma_merge(),vma_modify()Lorenzo Stoakes
2024-09-03tools: add VMA merge testsLorenzo Stoakes
2024-09-03tools: improve vma test MakefileLorenzo Stoakes
2024-09-03selftests: test_zswap: add test for hierarchical zswap.writebackMike Yuan
2024-09-03selftests/mm: fix charge_reserved_hugetlb.sh testDavid Hildenbrand
2024-09-03selftests/mm: add more mseal traversal testsPedro Falcato
2024-09-03selftests: mm: support shmem mTHP collapse testingBaolin Wang