summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-05-02objtool: Ignore end-of-section jumps for KCOV/GCOVJosh Poimboeuf
2025-05-02selftests/mincore: Allow read-ahead pages to reach the end of the fileQiuxu Zhuo
2025-05-02objtool: Stop UNRET validation on UD2Josh Poimboeuf
2025-05-02selftests: ublk: fix test_stripe_04Ming Lei
2025-05-02objtool, panic: Disable SMAP in __stack_chk_fail()Josh Poimboeuf
2025-05-02objtool: Silence more KCOV warningsJosh Poimboeuf
2025-05-02bpf: bpftool: Setting error code in do_loader()Sewon Nam
2025-05-02selftests/bpf: Fix cap_enable_effective() return codeFeng Yang
2025-05-02selftests/bpf: Fix stdout race condition in traffic monitorAmery Hung
2025-05-02selftests/pcie_bwctrl: Fix test progs listIlpo Järvinen
2025-05-02x86/insn: Fix CTEST instruction decodingKirill A. Shutemov
2025-04-25selftests/mm: generate a temporary mountpoint for cgroup filesystemMark Brown
2025-04-25objtool/rust: add one more `noreturn` Rust function for Rust 1.86.0Miguel Ojeda
2025-04-25kunit: qemu_configs: SH: Respect kunit cmdlineThomas Weißschuh
2025-04-25selftests: mincore: fix tmpfs mincore test failureBaolin Wang
2025-04-25test suite: use %zu to print size_tMatthew Wilcox (Oracle)
2025-04-25perf tools: Remove evsel__handle_error_quirks()Namhyung Kim
2025-04-20selftests: mptcp: fix incorrect fd checks in main_loopCong Liu
2025-04-20selftests: mptcp: close fd_in before returning in main_loopGeliang Tang
2025-04-20selftests/landlock: Add a new test for setuid()Mickaël Salaün
2025-04-20selftests/landlock: Split signal_scoping_threads testsMickaël Salaün
2025-04-20landlock: Always allow signals between threads of the same processMickaël Salaün
2025-04-20landlock: Add the errata interfaceMickaël Salaün
2025-04-20ktest: Fix Test Failures Due to Missing LOG_FILE DirectoriesAyush Jain
2025-04-20pm: cpupower: bench: Prevent NULL dereference on malloc failureZhongqiu Han
2025-04-20objtool: Fix INSN_CONTEXT_SWITCH handling in validate_unret()Josh Poimboeuf
2025-04-20selftests/futex: futex_waitv wouldblock test should failEdward Liaw
2025-04-10perf pmu: Rename name matching for no suffix or wildcard variantsIan Rogers
2025-04-10tools/power turbostat: Restore GFX sysfs fflush() callZhang Rui
2025-04-10tools/power turbostat: report CoreThr per measurement intervalLen Brown
2025-04-10tools/power turbostat: Allow Zero return value for some RAPL registersZhang Rui
2025-04-10xsk: Add launch time hardware offload support to XDP Tx metadataSong Yoong Siang
2025-04-10objtool: Fix verbose disassembly if CROSS_COMPILE isn't setDavid Laight
2025-04-10objtool: Fix segfault in ignore_unreachable_insn()Josh Poimboeuf
2025-04-10objtool: Fix detection of consecutive jump tables on Clang 20Josh Poimboeuf
2025-04-10objtool: Handle PC relative relocation typeTiezhu Yang
2025-04-10objtool: Handle different entry size of rodataTiezhu Yang
2025-04-10objtool: Handle various symbol types of rodataTiezhu Yang
2025-04-10perf bpf-filter: Fix a parsing error with commaNamhyung Kim
2025-04-10perf tools: annotate asm_pure_loop.SMarcus Meissner
2025-04-10perf tools: Fix is_compat_mode build break in ppc64Likhitha Korrapati
2025-04-10perf vendor events arm64 AmpereOneX: Fix frontend_bound calculationIlkka Koskinen
2025-04-10perf pmu: Handle memory failure in tool_pmu__new()Thomas Richter
2025-04-10perf: intel-tpebs: Fix incorrect usage of zfree()James Clark
2025-04-10perf dso: fix dso__is_kallsyms() checkStephen Brennan
2025-04-10perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo
2025-04-10perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo
2025-04-10perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo
2025-04-10perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo
2025-04-10selftests/mm/cow: fix the incorrect error handlingCyan Yang