aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-04-29tools/power/x86/intel-speed-select: Increase die countSrinivas Pandruvada1-1/+1
2024-04-29tools/arch/x86/intel_sdsi: Add current meter supportDavid E. Box1-19/+30
2024-04-29tools/arch/x86/intel_sdsi: Simplify ascii printingDavid E. Box1-9/+8
2024-04-29tools/arch/x86/intel_sdsi: Fix meter_certificate decodingDavid E. Box1-3/+4
2024-04-29tools/arch/x86/intel_sdsi: Fix meter_show displayDavid E. Box1-10/+19
2024-04-29tools/arch/x86/intel_sdsi: Fix maximum meter bundle lengthDavid E. Box1-4/+8
2024-04-28kselftest: arm64: Add a null pointer checkKunwu Chan1-0/+4
2024-04-28arm64/sysreg: Update PIE permission encodingsShiqi Liu1-12/+12
2024-04-28kselftest/arm64: Remove unused parameters in abi testxieming1-1/+1
2024-04-27Merge tag 'riscv-for-linus-6.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-2/+26
2024-04-26perf test: Reintroduce -p/--parallel and make -S/--sequential the defaultArnaldo Carvalho de Melo2-2/+19
2024-04-26tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo4-7/+21
2024-04-26tools headers x86 cpufeatures: Sync with the kernel sources to pick BHI mitig...Arnaldo Carvalho de Melo1-1/+6
2024-04-26perf annotate: Fix data type profiling on stdioNamhyung Kim1-1/+1
2024-04-26perf build: Pretend scandirat is missing with msanIan Rogers1-1/+4
2024-04-26perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)Adrian Hunter2-0/+4
2024-04-26perf record: Fix comment misspellingsHoward Chu2-3/+3
2024-04-26perf annotate: Update DSO binary type when trying build-idNamhyung Kim1-0/+2
2024-04-26perf annotate: Fallback disassemble to objdump when capstone failsNamhyung Kim1-0/+14
2024-04-26perf annotate-data: Check if 'struct annotation_source' was allocated on 'per...Namhyung Kim1-1/+1
2024-04-26perf test: Add a new test for 'perf annotate'Namhyung Kim1-0/+83
2024-04-26perf parse-events: Tidy the setting of the default event nameIan Rogers4-7/+19
2024-04-26perf parse-events: Minor grouping tidy upIan Rogers2-1/+6
2024-04-26perf parse-event: Constify event_symbol arraysIan Rogers2-4/+4
2024-04-26perf parse-events: Improvements to modifier parsingIan Rogers4-182/+194
2024-04-26perf parse-events: Inline parse_events_evlist_errorIan Rogers3-13/+8
2024-04-26perf parse-events: Improve error message for bad numbersIan Rogers1-16/+24
2024-04-26perf parse-events: Inline parse_events_update_listsIan Rogers3-31/+25
2024-04-26perf parse-events: Prefer sysfs/JSON hardware events over legacyIan Rogers4-68/+103
2024-04-26perf parse-events: Constify parse_events_add_numericIan Rogers2-10/+12
2024-04-26perf parse-events: Handle PE_TERM_HW in name_or_rawIan Rogers1-26/+5
2024-04-26perf parse-events: Legacy cache names on all PMUs and lower priorityIan Rogers2-9/+32
2024-04-26perf tests parse-events: Use "branches" rather than "cache-references"Ian Rogers1-3/+3
2024-04-26perf pmu: Refactor perf_pmu__match()Ian Rogers3-26/+22
2024-04-26perf parse-events: Avoid copying an empty listIan Rogers1-12/+13
2024-04-26perf parse-events: Directly pass PMU to parse_events_add_pmu()Ian Rogers1-29/+17
2024-04-26perf parse-events: Factor out '<event_or_pmu>/.../' parsingIan Rogers3-73/+80
2024-04-26perf scripts python: Add a script to run instances of 'perf script' in parallelAdrian Hunter2-1/+1013
2024-04-26tools lib rbtree: Pick some improvements from the kernel rbtree codeArnaldo Carvalho de Melo2-3/+3
2024-04-26perf tests shell kprobes: Add missing description as used by 'perf test' outputArnaldo Carvalho de Melo1-0/+1
2024-04-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+3
2024-04-26tools: ynl: don't append doc of missing type directly to the typeJakub Kicinski1-3/+2
2024-04-26selftests: drv-net: validate the environmentJakub Kicinski1-0/+25
2024-04-26selftests: drv-net: reimplement the config parserJakub Kicinski1-12/+14
2024-04-26selftests: drv-net: extend the README with more info and exampleJakub Kicinski1-12/+85
2024-04-26Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...Linus Torvalds5-43/+12
2024-04-26ACPI: tools: pfrut: Print the update_cap field during capability queryChen Yu1-0/+2
2024-04-26RISC-V: selftests: cbo: Ensure asm operands match constraints, take 2Andrew Jones2-1/+11
2024-04-26perf riscv: Fix the warning due to the incompatible typeBen Zong-You Xie1-1/+1
2024-04-26selftests/bpf: Test PROBE_MEM of VSYSCALL_ADDR on x86-64Puranjay Mohan1-0/+3