summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-06-26perf pmu-events: Make pmu-events a libraryIan Rogers
2024-06-26perf ui: Make ui its own libraryIan Rogers
2024-06-26perf build: Add '*.a' to clean targetsIan Rogers
2024-06-26KVM: riscv: selftests: Add Zcmop extension to get-reg-list testClément Léger
2024-06-26KVM: riscv: selftests: Add some Zc* extensions to get-reg-list testClément Léger
2024-06-26KVM: riscv: selftests: Add Zimop extension to get-reg-list testClément Léger
2024-06-26perf kvm/riscv: Port perf kvm stat to RISC-VShenlin Liang
2024-06-25cxl/region: check interleave capabilityYao Xingtao
2024-06-25perf mem: Fix a segfault with NULL event->nameNamhyung Kim
2024-06-25perf tools: Fix a compiler warning of NULL pointerNamhyung Kim
2024-06-25perf symbol: Simplify kernel module checkingNamhyung Kim
2024-06-25perf report: Fix condition in sort__sym_cmp()Namhyung Kim
2024-06-25perf pmus: Fixes always false when compare duplicates aliasesJunhao He
2024-06-25perf unwind-libunwind: Add malloc() failure handlingYunseong Kim
2024-06-25util: constant -1 with expression of type charYunseong Kim
2024-06-25perf: Timehist account sch delay for scheduled out runningFernand Sieber
2024-06-25perf tests: Add APX and other new instructions to x86 instruction decoder testAdrian Hunter
2024-06-25perf intel pt: Add new JMPABS instruction to the Intel PT instruction decoderAdrian Hunter
2024-06-25perf test: Check output of the probe ... --funcs commandChaitanya S Prakash
2024-06-25tools/perf: Fix parallel-perf python script to replace new python syntax ":="...Athira Rajeev
2024-06-25tools/perf: Use is_perf_pid_map_name helper function to check dso's of patter...Athira Rajeev
2024-06-25tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__loadAthira Rajeev
2024-06-25selftests: net: remove unneeded IP_GRE configYujie Liu
2024-06-24tools/testing/radix-tree: add missing MODULE_DESCRIPTION definitionSidhartha Kumar
2024-06-24proc: test "Kthread:" fieldAlexey Dobriyan
2024-06-24tools/lib/list_sort: remove redundant code for cond_resched handlingKuan-Wei Chiu
2024-06-24selftests: introduce additional eventfd test coverageWen Yang
2024-06-24selftests/mqueue: fix 5 warnings about signed/unsigned mismatchesJohn Hubbard
2024-06-24selftests/mm:fix test_prctl_fork_exec return failureaigourensheng
2024-06-25selftests/bpf: add test validating uprobe/uretprobe stack tracesAndrii Nakryiko
2024-06-24Merge tag 'for-netdev' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/...Jakub Kicinski
2024-06-24perf test: Make test_arm_callgraph_fp.sh more robustJames Clark
2024-06-24slab: delete useless RED_INACTIVE and RED_ACTIVEChengming Zhou
2024-06-24libbpf: Skip base btf sanity checksAntoine Tenart
2024-06-24selftests/bpf: Add tests for may_goto with negative offset.Alexei Starovoitov
2024-06-24selftests/bpf: Add more ring buffer test coverageDaniel Borkmann
2024-06-22KVM: selftests: Assert that MPIDR_EL1 is unchanged across vCPU resetOliver Upton
2024-06-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-06-21perf build: Ensure libtraceevent and libtracefs versions have 3 componentsGuilherme Amadio
2024-06-21perf build: Use pkg-config for feature check for libtrace{event,fs}Guilherme Amadio
2024-06-21perf arm: Workaround ARM PMUs cpu maps having offline cpusIan Rogers
2024-06-21sched_ext: Add cpuperf supportTejun Heo
2024-06-21selftests/bpf: Add kfunc_call test for simple dtor in bpf_testmodAlan Maguire
2024-06-21libbpf,bpf: Share BTF relocate-related code with kernelAlan Maguire
2024-06-21libbpf: Split field iter code into its own file kernelAlan Maguire
2024-06-21libbpf: BTF relocation followup fixing naming, loop logicAlan Maguire
2024-06-21selftests/bpf: Test struct_ops bpf map auto-attachMykyta Yatsenko
2024-06-21selftests/bpf: Match tests against regular expressionCupertino Miranda
2024-06-21selftests/bpf: Support checks against a regular expressionCupertino Miranda
2024-06-21selftests/bpf: Tests with may_goto and jumps to the 1st insnAlexei Starovoitov