summary refs log tree commit diff
path: root/tools
AgeCommit message (Expand)Author
2023-06-09perf ftrace latency: Remove unnecessary "--" from --use-nsec optionNamhyung Kim
2023-06-05tools headers UAPI: Sync the linux/in.h with the kernel sourcesYanteng Si
2023-06-05selftests/bpf: Fix pkg-config call building sign-fileJeremy Sowden
2023-05-30selftests: fib_tests: mute cleanup error messagePo-Hsu Lin
2023-05-30selftests/memfd: Fix unknown type name build failureHardik Garg
2023-05-24net: selftests: Fix optstringBenjamin Poirier
2023-05-24selftets: seg6: disable rp_filter by default in srv6_end_dt4_l3vpn_testAndrea Mayer
2023-05-24selftests: seg6: disable DAD on IPv6 router cfg for srv6_end_dt4_l3vpn_testAndrea Mayer
2023-05-24cpupower: Make TSC read per CPU for Mperf monitorWyes Karny
2023-05-24open: return EINVAL for O_DIRECTORY | O_CREATChristian Brauner
2023-05-24selftests: cgroup: Add 'malloc' failures checks in test_memcontrolIvan Orlov
2023-05-17perf stat: Separate bperf from bpf_profilerDmitrii Dolgov
2023-05-17perf tracepoint: Fix memory leak in is_valid_tracepoint()Yang Jihong
2023-05-17perf symbols: Fix return incorrect build_id size in elf_read_build_id()Yang Jihong
2023-05-17perf cs-etm: Fix timeless decode mode detectionJames Clark
2023-05-17perf map: Delete two variable initialisations before null pointer checks in s...Markus Elfring
2023-05-17perf pmu: zfree() expects a pointer to a pointer to zero it after freeing its...Arnaldo Carvalho de Melo
2023-05-17perf vendor events power9: Remove UTF-8 characters from JSON filesKajol Jain
2023-05-17perf ftrace: Make system wide the default target for latency subcommandYang Jihong
2023-05-17perf tests record_offcpu.sh: Fix redirection of stderr to stdinPatrice Duroux
2023-05-17perf vendor events s390: Remove UTF-8 characters from JSON fileThomas Richter
2023-05-17perf scripts intel-pt-events.py: Fix IPC output for Python 2Roman Lozko
2023-05-17perf record: Fix "read LOST count failed" msg with sample readKan Liang
2023-05-17selftests: netfilter: fix libmnl pkg-config usageJeremy Sowden
2023-05-17selftests: srv6: make srv6_end_dt46_l3vpn_test more robustAndrea Mayer
2023-05-11perf intel-pt: Fix CYC timestamps after standalone CBRAdrian Hunter
2023-05-11perf auxtrace: Fix address filter entire kernel sizeAdrian Hunter
2023-05-11tracing/user_events: Ensure write index cannot be negativeBeau Belgrave
2023-05-11Revert "objtool: Support addition to set CFA base"Josh Poimboeuf
2023-05-11selftests/powerpc/pmu: Fix sample field check in the mmcra_thresh_marked_samp...Kajol Jain
2023-05-11net/sched: sch_fq: fix integer overflow of "credit"Davide Caratti
2023-05-11selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attachSong Liu
2023-05-11selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmapSong Liu
2023-05-11bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet
2023-05-11selftests/bpf: Wait for receive in cg_storage_multi testYiFei Zhu
2023-05-11selftests: xsk: Deflakify STATS_RX_DROPPED testKal Conley
2023-05-11selftests: xsk: Disable IPv6 on VETH1Kal Conley
2023-05-11selftests: xsk: Use correct UMEM size in testapp_invalid_descKal Conley
2023-05-11bpf: Fix __reg_bound_offset 64->32 var_off subreg propagationDaniel Borkmann
2023-05-11libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.Alexei Starovoitov
2023-05-11selftests/bpf: Fix a fd leak in an error path in network_helpers.cMartin KaFai Lau
2023-05-11tools: bpftool: Remove invalid \' json escapeLuis Gerhorst
2023-05-11tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007Terry Bowman
2023-05-11selftests/resctrl: Check for return value after write_schemata()Ilpo Järvinen
2023-05-11selftests/resctrl: Allow ->setup() to return errorsIlpo Järvinen
2023-05-11selftests/resctrl: Move ->setup() call outside of test specific branchesIlpo Järvinen
2023-05-11selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc memIlpo Järvinen
2023-05-11selftests mount: Fix mount_setattr_test builds failedAnh Tuan Phan
2023-04-26tools/mm/page_owner_sort.c: fix TGID output when cull=tg is usedSteve Chou
2023-04-26selftests: sigaltstack: fix -WuninitializedNick Desaulniers