aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-03-18perf python: Check if there is space to copy all the eventArnaldo Carvalho de Melo1-0/+5
2025-03-18perf python: Don't keep a raw_data pointer to consumed ring buffer spaceArnaldo Carvalho de Melo1-3/+1
2025-03-18perf python: Decrement the refcount of just created event on failureArnaldo Carvalho de Melo1-1/+5
2025-03-18perf python tracepoint.py: Change the COMM using setproctitle if availableArnaldo Carvalho de Melo1-0/+8
2025-03-18perf python: Remove some unused macros (_PyUnicode_FromString(arg), etc)Arnaldo Carvalho de Melo1-7/+0
2025-03-18perf python: Fixup description of sample.id event memberArnaldo Carvalho de Melo1-1/+1
2025-03-18iommufd/selftest: Add IOMMU_VEVENTQ_ALLOC test coverageNicolin Chen3-0/+153
2025-03-18iommufd/selftest: Require vdev_id when attaching to a nested domainNicolin Chen1-0/+5
2025-03-18RISC-V: selftests: Add TEST_ZICBOM into CBO testsYunhui Cui1-11/+55
2025-03-17Merge tag 'mm-hotfixes-stable-2025-03-17-20-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+3
2025-03-17perf test dso-data: Correctly free test file in read testIan Rogers1-12/+12
2025-03-17perf dso: Use lock annotations to fix asan deadlockIan Rogers4-43/+66
2025-03-17perf mutex: Add annotations for LOCKS_EXCLUDED and LOCKS_RETURNEDIan Rogers1-0/+8
2025-03-17selftests/mm/cow: fix the incorrect error handlingCyan Yang1-1/+1
2025-03-17selftests/mm: add tests for folio_split(), buddy allocator like splitZi Yan1-7/+27
2025-03-17xarray: add xas_try_split() to split a multi-index entryZi Yan1-0/+1
2025-03-17bpftool: Using the right format specifiersJiayuan Chen11-30/+31
2025-03-17bpftool: Add -Wformat-signedness flag to detect format errorsJiayuan Chen1-1/+6
2025-03-17selftests/bpf: Test freplace from user namespaceMykyta Yatsenko3-4/+112
2025-03-17libbpf: Pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_IDMykyta Yatsenko5-9/+23
2025-03-17bpf: BPF token support for BPF_BTF_GET_FD_BY_IDMykyta Yatsenko1-0/+1
2025-03-17lib/interval_tree: add test case for span iterationWei Yang2-2/+6
2025-03-17lib/interval_tree: add test case for interval_tree_iter_xxx() helpersWei Yang2-0/+41
2025-03-17lib/rbtree: add random seedWei Yang3-2/+10
2025-03-17lib/rbtree: enable userland test suite for rbtree related data structureWei Yang19-13/+288
2025-03-17cxl/test: Add Set Feature support to cxl_testDave Jiang1-0/+51
2025-03-17cxl/test: Add Get Feature support to cxl_testDave Jiang1-0/+56
2025-03-17cxl: Add FWCTL support to CXLDave Jiang1-0/+4
2025-03-17Merge branch 'for-6.15/features' into cxl-for-nextDave Jiang2-0/+75
2025-03-17objtool: Use O_CREAT with explicit mode maskIngo Molnar1-1/+1
2025-03-17objtool: Create backup on error and print argsJosh Poimboeuf3-67/+65
2025-03-17objtool: Change "warning:" to "error:" for --WerrorJosh Poimboeuf1-2/+4
2025-03-17objtool: Add --Werror optionJosh Poimboeuf3-3/+14
2025-03-17objtool: Add --output optionJosh Poimboeuf5-35/+89
2025-03-17objtool: Upgrade "Linked object detected" warning to errorJosh Poimboeuf1-2/+2
2025-03-17objtool: Consolidate option validationJosh Poimboeuf1-44/+24
2025-03-17objtool: Remove --unret dependency on --rethunkJosh Poimboeuf1-5/+0
2025-03-17objtool: Increase per-function WARN_FUNC() rate limitJosh Poimboeuf3-5/+13
2025-03-17objtool: Update documentationJosh Poimboeuf1-42/+53
2025-03-17objtool: Improve __noreturn annotation warningJosh Poimboeuf2-8/+6
2025-03-17objtool: Fix error handling inconsistencies in check()Josh Poimboeuf1-4/+6
2025-03-17x86/traps: Make exc_double_fault() consistently noreturnJosh Poimboeuf1-30/+1
2025-03-16tools/selftests: add guard region test for /proc/$pid/pagemapLorenzo Stoakes2-0/+48
2025-03-16selftests/mm/mlock: print error on failureBrendan Jackman2-3/+9
2025-03-16selftests/mm: skip mlock tests if nobody user can't read itBrendan Jackman1-1/+1
2025-03-16selftests/mm: ensure uffd-wp-mremap gets pages of each sizeBrendan Jackman1-1/+22
2025-03-16selftests/mm: drop unnecessary sudo usageBrendan Jackman1-1/+1
2025-03-16selftests/mm: skip gup_longterm tests on weird filesystemsBrendan Jackman1-1/+9
2025-03-16selftests/mm: skip map_populate on weird filesystemsBrendan Jackman1-0/+7
2025-03-16selftests/mm: don't fail uffd-stress if too many CPUsBrendan Jackman1-1/+10