summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-09-19bpf: disable and remove registers chain based livenessEduard Zingerman
2025-09-19perf session: Fix handling when buffer exceeds 2 GiBLeo Yan
2025-09-19perf bench mem: Add mmap() workloadsAnkur Arora
2025-09-19perf bench mem: Refactor mem_optionsAnkur Arora
2025-09-19perf bench mem: Allow chunking on a memory regionAnkur Arora
2025-09-19perf bench mem: Allow mapping of hugepagesAnkur Arora
2025-09-19perf bench mem: Switch from zalloc() to mmap()Ankur Arora
2025-09-19perf bench mem: Pull out init/fini logicAnkur Arora
2025-09-19perf bench mem: Move mem op parameters into a structureAnkur Arora
2025-09-19perf bench mem: Defer type munging of size to floatAnkur Arora
2025-09-19perf bench mem: Remove repetition around time measurementAnkur Arora
2025-09-19perf trace: Fix IS_ERR() vs NULL check bugFushuai Wang
2025-09-19perf test attr: Add missing int_mist.uop_dropping event to test-stat filesTrevor Allison
2025-09-19Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo
2025-09-19perf test shell lbr: Avoid failures with perf event paranoiaIan Rogers
2025-09-19perf tools: Remove a pointless checkNamhyung Kim
2025-09-19perf tools: Update header documentation on BPF_PROG_INFOThomas Richter
2025-09-19perf tests record: Update testcase to fix usage of affinity for machines with...Athira Rajeev
2025-09-19perf dwarf-aux: Fix __die_find_scope_cb() for namespacesZecheng Li
2025-09-19perf dwarf-aux: Better variable collection for insn trackingZecheng Li
2025-09-19perf dwarf-aux: More accurate variable type match for bregZecheng Li
2025-09-19perf test: AMD IBS swfilt skip kernel tests if paranoia is >1Ian Rogers
2025-09-19perf auxtrace: Avoid redundant NULL check in auxtrace_mmap_params__set_idx()Gautam Menghani
2025-09-19perf vendor events arm64 AmpereOne: Fix typos in metrics' descriptionsIlkka Koskinen
2025-09-19perf vendor events arm64 AmpereOneX: Fix typo - should be l1d_cache_access_pr...Ilkka Koskinen
2025-09-19perf trace: Add --max-summary optionNamhyung Kim
2025-09-19perf arm_spe: Allow parsing both data source and eventsLeo Yan
2025-09-19perf arm_spe: Set HITM flagLeo Yan
2025-09-19perf arm_spe: Refactor arm_spe__get_metadata_by_cpu()Leo Yan
2025-09-19perf arm_spe: Fill memory levels for FEAT_SPEv1p4Leo Yan
2025-09-19perf arm_spe: Separate setting of memory levels for loads and storesLeo Yan
2025-09-19perf arm_spe: Refine memory level fillingLeo Yan
2025-09-19perf arm_spe: Add "event_filter" entry in meta dataLeo Yan
2025-09-19perf arm_spe: Decode event types for new featuresLeo Yan
2025-09-19perf arm_spe: Directly propagate raw eventLeo Yan
2025-09-19perf arm_spe: Use full type for data_srcJames Clark
2025-09-19perf arm_spe: Correct memory level for remote accessLeo Yan
2025-09-19perf arm_spe: Correct setting remote accessLeo Yan
2025-09-19selftests/namespaces: verify initial namespace inode numbersChristian Brauner
2025-09-19iommufd/selftest: Update the fail_nth limitJason Gunthorpe
2025-09-19KVM: arm64: selftests: Test writes to ID_AA64MMFR1_EL1.{HCX, TWED}Jinqian Yang
2025-09-19selftests/namespaces: add file handle selftestsChristian Brauner
2025-09-19selftests/namespaces: add identifier selftestsChristian Brauner
2025-09-19tools: update nsfs.h uapi headerChristian Brauner
2025-09-19kselftest/arm64: Add lsfe to the hwcaps testMark Brown
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh
2025-09-18selftests/bpf: Add tests for exclusive mapsKP Singh
2025-09-18libbpf: Support exclusive map creationKP Singh
2025-09-18libbpf: Implement SHA256 internal helperKP Singh
2025-09-18bpf: Implement exclusive map creationKP Singh