aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-03-11rtla/trace: Fix I/O handling in save_trace_to_file()Wander Lairson Costa1-7/+24
2026-03-11rtla/trace: Fix write loop in trace_event_save_hist()Wander Lairson Costa1-3/+11
2026-03-11rtla/timerlat: Simplify RTLA_NO_BPF environment variable checkWander Lairson Costa1-1/+2
2026-03-11rtla: Use str_has_prefix() for option prefix checkWander Lairson Costa2-2/+2
2026-03-11rtla: Enforce exact match for time unit suffixesWander Lairson Costa1-4/+19
2026-03-11rtla: Use str_has_prefix() for prefix checksWander Lairson Costa2-5/+3
2026-03-11rtla: Add str_has_prefix() helper functionWander Lairson Costa1-0/+13
2026-03-11rtla: Handle pthread_create() failure properlyWander Lairson Costa1-1/+3
2026-03-11rtla/timerlat: Add bounds check for softirq vectorWander Lairson Costa1-2/+2
2026-03-11selftests: vDSO: vdso_test_correctness: Add a test for time()Thomas Weißschuh1-0/+66
2026-03-11selftests: vDSO: vdso_test_correctness: Use facilities from parse_vdso.cThomas Weißschuh2-20/+14
2026-03-11selftests: vDSO: vdso_test_correctness: Handle different tv_usec typesThomas Weißschuh1-4/+4
2026-03-11selftests: vDSO: vdso_test_correctness: Drop SYS_getcpu fallbacksThomas Weißschuh1-8/+0
2026-03-11selftests: vDSO: vdso_test_gettimeofday: Remove nolibc checksThomas Weißschuh1-2/+0
2026-03-11Revert "selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers"Thomas Weißschuh2-4/+1
2026-03-11tracing: selftests: Add hypervisor trace remote testsVincent Donnefort5-0/+55
2026-03-10perf disasm: Fix potential use-after-free on filelocIan Rogers1-4/+4
2026-03-10perf tools: Add layout support for --symfs optionChangbin Du20-35/+103
2026-03-10tools: ynl: cli: add --policy supportJakub Kicinski1-0/+12
2026-03-10tools: ynl: add Python API for easier access to policiesJakub Kicinski3-5/+140
2026-03-10tools: ynl: add short doc to class YnlFamilyJakub Kicinski1-0/+26
2026-03-10tools: ynl: move policy decoding out of NlMsgJakub Kicinski1-25/+28
2026-03-10tools: ynl: handle pad type during decodeJakub Kicinski1-1/+3
2026-03-10selftests: drv-net: rss: Add retries to test_rss_key_indir to reduce flakesDimitri Daskalakis1-6/+23
2026-03-10selftests: rds: Fix tcpdump segfault in rds selftestsAllison Henderson1-10/+14
2026-03-10selftests: rds: Add ksft timeoutAllison Henderson3-2/+7
2026-03-10selftests: rds: Fix pylint warningsAllison Henderson1-39/+45
2026-03-10tools: ynl: cli: order set->list conversion in JSON outputJakub Kicinski1-1/+1
2026-03-10selftests/bpf: Handle !CONFIG_SMC in bpf_smc.cAlan Maguire2-4/+30
2026-03-10Merge tag 'mm-hotfixes-stable-2026-03-09-16-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-0/+32
2026-03-10selftests/bpf: Fix pkg-config call on static buildsPaul Chaignon1-1/+1
2026-03-10tools/power turbostat: Fix illegal memory access when SMT is present and disabledZhang Rui1-3/+2
2026-03-10selftests/bpf: Use bpf_core_enum_value for stats in cgroup_iter_memcgHui Zhu1-5/+12
2026-03-10selftests/bpf: Remove kmem subtest from cgroup_iter_memcgHui Zhu3-31/+0
2026-03-10selftests/bpf: tests to non_null ptr detection using register operand in JEQ/JNECupertino Miranda1-0/+54
2026-03-10selftests/bpf: Add test for BPF_END register ID resetYazhou Tang1-0/+22
2026-03-10vfio: selftests: fix crash in vfio_dma_mapping_mmio_testAlex Mastro1-1/+0
2026-03-10perf vendor events arm64: Add Tegra410 Olympus PMU eventsBesar Wicaksono20-0/+2896
2026-03-10perf annotate loongarch: Fix off-by-one bug in outside checkIan Rogers1-1/+1
2026-03-10perf ftrace: Fix hashmap__new() error checkingChen Ni1-2/+7
2026-03-10perf annotate: Fix hashmap__new() error checkingChen Ni1-1/+4
2026-03-10perf cs-etm: Sync coresight-pmu.h header with the kernel sourcesJames Clark1-24/+0
2026-03-10perf cs-etm: Finish removal of ETM_OPT_*James Clark4-38/+29
2026-03-10rtla: Simplify code by caching string lengthsWander Lairson Costa2-6/+11
2026-03-10rtla: Replace magic number with MAX_PATHWander Lairson Costa3-13/+13
2026-03-10rtla: Introduce common_threshold_handler() helperWander Lairson Costa4-44/+86
2026-03-10rtla/actions: Simplify argument parsingWander Lairson Costa2-15/+52
2026-03-10rtla: Use strdup() to simplify codeWander Lairson Costa1-4/+2
2026-03-10rtla: Exit on memory allocation failures during initializationWander Lairson Costa11-132/+108
2026-03-09selftests/tc-testing: Adapt test's output to HFSC's iproute2 printing changesVictor Nogueira1-1/+1