summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorLines
2025-05-11tools headers UAPI: sync linux/fs.h with the kernel sourcesAndrei Vagin-1/+18
2025-05-11selftests/ptrace: add a test case for PTRACE_SET_SYSCALL_INFODmitry V. Levin-1/+520
2025-05-11selftests/mm: convert page_size to unsigned longSiddarth G-6/+6
2025-05-11Merge tag 'its-for-linus-20250509' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+640
2025-05-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+4
2025-05-10Merge tag 'mm-hotfixes-stable-2025-05-10-14-23' of git://git.kernel.org/pub/s...Linus Torvalds-12/+38
2025-05-10Merge tag 'kvmarm-fixes-6.15-3' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-4/+4
2025-05-09selftests/bpf: Add test to cover sockmap with ktlsJiayuan Chen-0/+86
2025-05-09tools: ynl: handle broken pipe gracefully in CLIDonald Hunter-7/+8
2025-05-09tests/ncdevmem: Fix double-free of queue arrayCosmin Ratiu-33/+22
2025-05-09tools/net/ynl: ethtool: fix crash when Hardware Clock info is missingHangbin Liu-7/+15
2025-05-09Merge tag 'rust-fixes-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2025-05-09selftest/x86/bugs: Add selftests for ITSPawan Gupta-0/+631
2025-05-09x86/its: FineIBT-paranoid vs ITSPeter Zijlstra-0/+9
2025-05-09perf test demangle-ocaml: Switch to using dso__demangle_sym()Ian Rogers-4/+3
2025-05-09perf test demangle-java: Switch to using dso__demangle_sym()Ian Rogers-9/+8
2025-05-09perf test demangle-rust: Add Rust demangling testIan Rogers-1/+78
2025-05-09perf demangle-rust: Remove previous legacy rust decoderIan Rogers-277/+0
2025-05-09bpftool: Display ref_ctr_offset for uprobe link infoJiri Olsa-0/+3
2025-05-09selftests/bpf: Add link info test for ref_ctr_offset retrievalJiri Olsa-2/+16
2025-05-09bpf: Add support to retrieve ref_ctr_offset for uprobe perf linkJiri Olsa-0/+1
2025-05-09perf symbol-elf: Integrate rust-v0 demanglingIan Rogers-14/+38
2025-05-09perf demangle-rust: Add rustc-demangle C demanglerIan Rogers-0/+2130
2025-05-09selftests/seccomp: fix negative_ENOSYS tracer tests on arm32Terry Tritton-6/+0
2025-05-09selftests/timens: timerfd: Use correct clockid type in tclock_gettime()Thomas Weißschuh-1/+1
2025-05-09selftests/timens: Make run_tests() functions staticThomas Weißschuh-3/+3
2025-05-09selftests/timens: Print TAP headersThomas Weißschuh-0/+18
2025-05-09selftests: pid_namespace: add missing sys/mount.h include in pid_max.cPeter Seiderer-0/+1
2025-05-09kselftest: cpufreq: Get rid of double suspend in rtcwake caseNícolas F. R. A. Prado-1/+2
2025-05-09selftests/cpufreq: Fix cpufreq basic read and update testcasesSwapnil Sapkal-4/+11
2025-05-09selftests/ftrace: Convert poll to a gen_fileAyush Jain-1/+1
2025-05-09selftests/bpf: Fix caps for __xlated/jited_unprivLuis Gerhorst-6/+8
2025-05-09tools/power/x86/intel-speed-select: v1.23 releaseSrinivas Pandruvada-1/+1
2025-05-09tools/power/x86/intel-speed-select: Skip uncore frequency updateSrinivas Pandruvada-1/+12
2025-05-09tools/power/x86/intel-speed-select: Support SST PP revision 2 fieldsSrinivas Pandruvada-0/+35
2025-05-09perf test amd ibs: Fix spelling mistake "Asssuming" -> "Assuming"Colin Ian King-1/+1
2025-05-09perf pmu: Use available core PMU for raw eventsNamhyung Kim-7/+14
2025-05-09perf lock contention: Add -J/--inject-delay optionNamhyung Kim-0/+164
2025-05-09perf tests: Fix 'perf report' tests installationMichael Petlan-1/+2
2025-05-09selftests/bpf: Enable non-arena load-acquire/store-release selftests for riscv64Peilin Ye-2/+3
2025-05-09selftests/bpf: Verify zero-extension behavior in load-acquire testsPeilin Ye-4/+4
2025-05-09selftests/bpf: Avoid passing out-of-range values to __retval()Peilin Ye-20/+52
2025-05-09selftests/bpf: Use CAN_USE_LOAD_ACQ_STORE_REL when appropriatePeilin Ye-7/+5
2025-05-09selftests/tc-testing: Add qdisc limit trimming testsCong Wang-0/+136
2025-05-08selftests: net-drv: remove the nic_performance and nic_link_layer testsJakub Kicinski-494/+1
2025-05-08selftests: netfilter: fix conntrack stress test failures on debug kernelsFlorian Westphal-21/+42
2025-05-08perf trace: Fix leaks of 'struct thread' in set_filter_loop_pids()Namhyung Kim-0/+3
2025-05-08perf trace: Fix leaks of 'struct thread' in fprintf_sys_enter()Namhyung Kim-1/+1
2025-05-08bpftool: Fix cgroup command to only show cgroup bpf programsMartin KaFai Lau-6/+6
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-33/+307