aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-05-06selftests: x86: test_vsyscall: reorder code to reduce #ifdef blocksMuhammad Usama Anjum1-93/+83
2024-05-06kselftest/tty: Report a consistent test name for the one test we runMark Brown1-15/+33
2024-05-06kselftest: Add mechanism for reporting a KSFT_ result codeMark Brown1-0/+22
2024-05-06perf dso: Use container_of() to avoid a pointer in 'struct dso_data'Ian Rogers3-32/+46
2024-05-06perf symbol-elf: dso__load_sym_internal() reference count fixesIan Rogers1-26/+25
2024-05-06perf symbol-elf: Ensure dso__put() in machine__process_ksymbol_register()Ian Rogers1-3/+3
2024-05-06perf map: Add missing dso__put() in map__new()Ian Rogers1-0/+1
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers57-739/+1169
2024-05-06printk: Remove redundant CONFIG_BASE_FULLYoann Congal1-1/+0
2024-05-06perf dsos: Switch hand crafted code to bsearch()Ian Rogers1-19/+27
2024-05-06perf dsos: Remove __dsos__findnew_link_by_longname_id()Ian Rogers2-47/+10
2024-05-06perf dsos: Remove __dsos__addnew()Ian Rogers2-6/+0
2024-05-06perf dsos: Switch backing storage to array from rbtree/listIan Rogers4-109/+177
2024-05-06selftests/powerpc/dexcr: Add chdexcr utilityBenjamin Gray5-105/+187
2024-05-06selftests/powerpc/dexcr: Add DEXCR config details to lsdexcrBenjamin Gray1-2/+111
2024-05-06selftests/powerpc/dexcr: Attempt to enable NPHIE in hashchk selftestBenjamin Gray1-1/+7
2024-05-06selftests/powerpc/dexcr: Add DEXCR prctl interface testBenjamin Gray5-1/+269
2024-05-05writeback: add wb_monitor.py script to monitor writeback info on bdiKemeng Shi1-0/+172
2024-05-05selftests/mm: soft-dirty should fail if a testcase failsRyan Roberts1-1/+1
2024-05-05selftests/vDSO: fix runtime errors on LoongArchTiezhu Yang2-29/+13
2024-05-05selftests/vDSO: fix building errors on LoongArchTiezhu Yang1-1/+5
2024-05-05tools: fix userspace compilation with new test_xarray changesLuis Chamberlain1-0/+2
2024-05-04perf vendor events amd: Add Zen 5 mappingSandipan Das1-0/+1
2024-05-04perf vendor events amd: Add Zen 5 metricsSandipan Das2-0/+444
2024-05-04perf vendor events amd: Add Zen 5 uncore eventsSandipan Das2-0/+278
2024-05-04perf vendor events amd: Add Zen 5 core eventsSandipan Das7-0/+1983
2024-05-04perf trace: Disable syscall augmentation with recordIan Rogers1-0/+5
2024-05-03Merge tag 'cxl-fixes-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2024-05-03tools: ynl: add --list-ops and --list-msgs to CLIJakub Kicinski2-0/+11
2024-05-03perf pmu: Assume sysfs events are always the same caseIan Rogers1-5/+26
2024-05-03perf test pmu: Test all sysfs PMU event names are the same caseIan Rogers1-0/+90
2024-05-03perf test pmu: Add an eagerly loaded event testIan Rogers2-21/+124
2024-05-03perf test pmu: Refactor format test and exposed test APIsIan Rogers7-179/+177
2024-05-03perf test pmu-events: Make it clearer that pmu-events tests JSON eventsIan Rogers1-1/+1
2024-05-03selftests/cgroup: fix uninitialized variables in test_zswap.cJohn Hubbard1-2/+2
2024-05-03selftests/cgroup: cpu_hogger init: use {} instead of {NULL}John Hubbard1-2/+2
2024-05-03selftests/cgroup: fix clang warnings: uninitialized fd variableJohn Hubbard1-1/+3
2024-05-03selftests/cgroup: fix clang build failures for abs() callsJohn Hubbard2-3/+3
2024-05-03bitops: Change function return types from long to intThorsten Blum3-5/+5
2024-05-03selftests/powerpc/dexcr: Add -no-pie to hashchk testsBenjamin Gray1-1/+1
2024-05-02libbpf: Avoid casts from pointers to enums in bpf_tracing.hJose E. Marchesi2-47/+47
2024-05-02libbpf: Fix bpf_ksym_exists() in GCCJose E. Marchesi1-3/+14
2024-05-02selftests/net: skip partial checksum packets in csum testWillem de Bruijn1-3/+15
2024-05-02selftests: net: py: check process exit code in bkg() and background cmd()Jakub Kicinski1-2/+6
2024-05-02libbpf: fix ring_buffer__consume_n() return result logicAndrii Nakryiko1-1/+1
2024-05-02libbpf: fix potential overflow in ring__consume_n()Andrii Nakryiko1-1/+1
2024-05-02selftests/bpf: Add test for the use of new args in cong_controlMiao Xu3-0/+233
2024-05-02tcp: Add new args for cong_control in tcp_congestion_opsMiao Xu1-3/+3
2024-05-02KVM: selftests: Require KVM_CAP_USER_MEMORY2 for tests that create memslotsSean Christopherson1-0/+8
2024-05-02KVM: selftests: Allow skipping the KVM_RUN sanity check in rseq_testZide Chen1-2/+33