summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2025-03-18perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo
2025-03-18perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo
2025-03-18perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo
2025-03-18perf python tracepoint.py: Change the COMM using setproctitle if availableArnaldo Carvalho de Melo
2025-03-18perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)Arnaldo Carvalho de Melo
2025-03-18perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo
2025-03-18iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverageNicolin Chen
2025-03-18iommufd/selftest: Require vdev_id when attaching to a nested domainNicolin Chen
2025-03-18RISC-V: selftests: Add TEST_ZICBOM into CBO testsYunhui Cui
2025-03-17Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/s...Linus Torvalds
2025-03-17perf test dso-data: Correctly free test file in read testIan Rogers
2025-03-17perf dso: Use lock annotations to fix asan deadlockIan Rogers
2025-03-17perf mutex: Add annotations for LOCKS_EXCLUDED and LOCKS_RETURNEDIan Rogers
2025-03-17selftests/mm/cow: fix the incorrect error handlingCyan Yang
2025-03-17selftests/mm: add tests for folio_split(), buddy allocator like splitZi Yan
2025-03-17xarray: add xas_try_split() to split a multi-index entryZi Yan
2025-03-17bpftool: Using the right format specifiersJiayuan Chen
2025-03-17bpftool: Add -Wformat-signedness flag to detect format errorsJiayuan Chen
2025-03-17selftests/bpf: Test freplace from user namespaceMykyta Yatsenko
2025-03-17libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_IDMykyta Yatsenko
2025-03-17bpf: BPF token support for BPF_BTF_GET_FD_BY_IDMykyta Yatsenko
2025-03-17lib/interval_tree: add test case for span iterationWei Yang
2025-03-17lib/interval_tree: add test case for interval_tree_iter_xxx() helpersWei Yang
2025-03-17lib/rbtree: add random seedWei Yang
2025-03-17lib/rbtree: enable userland test suite for rbtree related data structureWei Yang
2025-03-17cxl/test: Add Set Feature support to cxl_testDave Jiang
2025-03-17cxl/test: Add Get Feature support to cxl_testDave Jiang
2025-03-17cxl: Add FWCTL support to CXLDave Jiang
2025-03-17Merge branch 'for-6.15/features' into cxl-for-nextDave Jiang
2025-03-17objtool: Use O_CREAT with explicit mode maskIngo Molnar
2025-03-17objtool: Create backup on error and print argsJosh Poimboeuf
2025-03-17objtool: Change "warning:" to "error:" for --WerrorJosh Poimboeuf
2025-03-17objtool: Add --Werror optionJosh Poimboeuf
2025-03-17objtool: Add --output optionJosh Poimboeuf
2025-03-17objtool: Upgrade "Linked object detected" warning to errorJosh Poimboeuf
2025-03-17objtool: Consolidate option validationJosh Poimboeuf
2025-03-17objtool: Remove --unret dependency on --rethunkJosh Poimboeuf
2025-03-17objtool: Increase per-function WARN_FUNC() rate limitJosh Poimboeuf
2025-03-17objtool: Update documentationJosh Poimboeuf
2025-03-17objtool: Improve __noreturn annotation warningJosh Poimboeuf
2025-03-17objtool: Fix error handling inconsistencies in check()Josh Poimboeuf
2025-03-17x86/traps: Make exc_double_fault() consistently noreturnJosh Poimboeuf
2025-03-16tools/selftests: add guard region test for /proc/$pid/pagemapLorenzo Stoakes
2025-03-16selftests/mm/mlock: print error on failureBrendan Jackman
2025-03-16selftests/mm: skip mlock tests if nobody user can't read itBrendan Jackman
2025-03-16selftests/mm: ensure uffd-wp-mremap gets pages of each sizeBrendan Jackman
2025-03-16selftests/mm: drop unnecessary sudo usageBrendan Jackman
2025-03-16selftests/mm: skip gup_longterm tests on weird filesystemsBrendan Jackman
2025-03-16selftests/mm: skip map_populate on weird filesystemsBrendan Jackman
2025-03-16selftests/mm: don't fail uffd-stress if too many CPUsBrendan Jackman