summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-04-10selftests/mm: include strings.h for ffslEdward Liaw
2024-04-10mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti
2024-04-10selftests: mptcp: use += operator to append stringsGeliang Tang
2024-04-10selftests: mptcp: connect: fix shellcheck warningsMatthieu Baerts (NGI0)
2024-04-10selftests: reuseaddr_conflict: add missing new line at the end of the outputJakub Kicinski
2024-04-10selftests: net: gro fwd: update vxlan GRO test expectationsAntoine Tenart
2024-04-10selftests: mptcp: join: fix dev in check_endpointGeliang Tang
2024-04-10selftests: vxlan_mdb: Fix failures with old libnetIdo Schimmel
2024-04-10tools: ynl: fix setting presence bits in simple nestsJakub Kicinski
2024-04-03tools/resolve_btfids: fix build with musl libcNatanael Copa
2024-04-03selftests/mm: fix ARM related issue with fork after pthread_createEdward Liaw
2024-04-03selftests/mm: sigbus-wp test requires UFFD_FEATURE_WP_HUGETLBFS_SHMEMEdward Liaw
2024-04-03selftests/mm: Fix build with _FORTIFY_SOURCEVitaly Chikunov
2024-04-03wireguard: selftests: set RISCV_ISA_FALLBACK on riscv{32,64}Jason A. Donenfeld
2024-04-03lsm: use 32-bit compatible data types in LSM syscallsCasey Schaufler
2024-04-03selftests/mqueue: Set timeout to 180 secondsSeongJae Park
2024-03-26selftests: forwarding: Fix ping failure due to short timeoutIdo Schimmel
2024-03-26perf vendor events amd: Fix Zen 4 cache latency eventsSandipan Das
2024-03-26perf pmu: Fix a potential memory leak in perf_pmu__lookup()Christophe JAILLET
2024-03-26perf print-events: make is_event_supported() more robustMark Rutland
2024-03-26perf metric: Don't remove scale from countsIan Rogers
2024-03-26perf stat: Avoid metric-only segvIan Rogers
2024-03-26perf expr: Fix "has_event" function for metric style eventsIan Rogers
2024-03-26perf srcline: Add missed addr2line closesIan Rogers
2024-03-26perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong
2024-03-26perf bpf: Clean up the generated/copied vmlinux.hArnaldo Carvalho de Melo
2024-03-26perf evsel: Fix duplicate initialization of data->id in evsel__parse_sample()Yang Jihong
2024-03-26perf pmu: Treat the msr pmu as softwareIan Rogers
2024-03-26perf record: Check conflict between '--timestamp-filename' option and pipe mo...Yang Jihong
2024-03-26perf record: Fix possible incorrect free in record__switch_output()Yang Jihong
2024-03-26objtool: Fix UNWIND_HINT_{SAVE,RESTORE} across basic blocksJosh Poimboeuf
2024-03-26selftests: forwarding: Add missing multicast routing config entriesIdo Schimmel
2024-03-26selftests: forwarding: Add missing config entriesPetr Machata
2024-03-26tools/resolve_btfids: Fix cross-compilation to non-host endiannessViktor Malik
2024-03-26tools/resolve_btfids: Refactor set sorting with types from btf_ids.hViktor Malik
2024-03-26libbpf: Use OPTS_SET() macro in bpf_xdp_query()Toke Høiland-Jørgensen
2024-03-26libbpf: fix return value for PERF_EVENT __arg_ctx type fix up checkAndrii Nakryiko
2024-03-26selftests/bpf: trace_helpers.c: do not use poisoned typeShung-Hsi Yu
2024-03-26libbpf: Add missing LIBBPF_API annotation to libbpf_set_memlock_rlim APIAndrii Nakryiko
2024-03-26selftests/bpf: Disable IPv6 for lwt_redirect testManu Bretelle
2024-03-26libbpf: fix __arg_ctx type enforcement for perf_event programsAndrii Nakryiko
2024-03-26libbpf: Fix faccessat() usage on AndroidAndrii Nakryiko
2024-03-26selftests/bpf: Wait for the netstamp_needed_key static key to be turned onMartin KaFai Lau
2024-03-26selftests/bpf: Fix the flaky tc_redirect_dtime testMartin KaFai Lau
2024-03-26bpftool: Fix wrong free call in do_show_linkJiri Olsa
2024-03-26selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin
2024-03-26libbpf: Apply map_set_def_max_entries() for inner_maps on creationAndrey Grafin
2024-03-26selftests/bpf: Fix potential premature unload in bpf_testmodArtem Savkov
2024-03-26bpftool: Silence build warning about calloc()Tiezhu Yang
2024-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds