summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-02-13bpf: Abstract loop unrolling pragmas in BPF selftestsJose E. Marchesi
2024-02-13selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()Yonghong Song
2024-02-13selftests: net: more pmtu.sh fixesPaolo Abeni
2024-02-13selftests: net: more strict check in net_helperPaolo Abeni
2024-02-13selftests: net: cope with slow env in so_txtime.sh testPaolo Abeni
2024-02-13selftests: net: cope with slow env in gro.sh testPaolo Abeni
2024-02-13KVM: selftests: Print timer ctl register in ISTATUS assertionOliver Upton
2024-02-12selftests: net: ip_local_port_range: define IPPROTO_MPTCPMaxim Galaganov
2024-02-12KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM codeSean Christopherson
2024-02-12perf maps: Locking tidy up of nr_mapsIan Rogers
2024-02-12perf maps: Hide maps internalsIan Rogers
2024-02-12perf maps: Get map before returning in maps__find_next_entryIan Rogers
2024-02-12perf maps: Get map before returning in maps__find_by_nameIan Rogers
2024-02-12perf maps: Get map before returning in maps__findIan Rogers
2024-02-12perf maps: Switch from rbtree to lazily sorted array for addressesIan Rogers
2024-02-12Merge branch 'perf-tools' into perf-tools-nextNamhyung Kim
2024-02-12selftests/net: Adding test cases of replacing routes and route advertisements.Kui-Feng Lee
2024-02-12selftests: net: ignore timing errors in txtimestamp if KSFT_MACHINE_SLOWPaolo Abeni
2024-02-12tools/rtla: Exit with EXIT_SUCCESS when help is invokedJohn Kacur
2024-02-12tools/rtla: Replace setting prio with nice for SCHED_OTHERlimingming3
2024-02-12tools/rv: Fix curr_reactor uninitialized variableDaniel Bristot de Oliveira
2024-02-12tools/rv: Fix Makefile compiler options for clangDaniel Bristot de Oliveira
2024-02-12tools/rtla: Remove unused sched_getattr() functionDaniel Bristot de Oliveira
2024-02-12tools/rtla: Fix clang warning about mount_point var sizeDaniel Bristot de Oliveira
2024-02-12tools/rtla: Fix uninitialized bucket/data->bucket_size warningDaniel Bristot de Oliveira
2024-02-12tools/rtla: Fix Makefile compiler options for clangDaniel Bristot de Oliveira
2024-02-11bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver
2024-02-10Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds
2024-02-10selftests: tls: use exact comparison in recv_partialJakub Kicinski
2024-02-09perf srcline: Add missed addr2line closesIan Rogers
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2024-02-09perf stat: Support per-cluster aggregationYicong Yang
2024-02-09perf tools: Remove misleading comments on map functionsNamhyung Kim
2024-02-09perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong
2024-02-09perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong
2024-02-09perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong
2024-02-09perf sched: Fix memory leak in perf_sched__map()Yang Jihong
2024-02-09perf sched: Move start_work_mutex and work_done_wait_mutex initialization to ...Yang Jihong
2024-02-09selftests: udpgso: Pull up network setup into shell scriptJakub Sitnicki
2024-02-09selftests: openvswitch: Add validation for the recursion testAaron Conole
2024-02-09selftests: net: include forwarding libPaolo Abeni
2024-02-09selftests: tc-testing: add mirred to block tdc testsVictor Nogueira
2024-02-09selftests: forwarding: Fix bridge locked port test flakinessIdo Schimmel
2024-02-09selftests: forwarding: Suppress grep warningsIdo Schimmel
2024-02-09selftests: forwarding: Fix bridge MDB test flakinessIdo Schimmel
2024-02-09selftests: forwarding: Fix layer 2 miss test flakinessIdo Schimmel
2024-02-09selftests: net: Fix bridge backup port test flakinessIdo Schimmel
2024-02-09selftests: forwarding: Add missing multicast routing config entriesIdo Schimmel
2024-02-08selftests: net: add more missing kernel configPaolo Abeni
2024-02-08perf test: Skip metric w/o event name on arm64 in stat STD output linterYicong Yang