summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-12-01selftests: net: add a hint about MACAddressPolicy=persistentJakub Kicinski1-1/+1
2025-12-01selftests: net: py: handle interrupt during cleanupJakub Kicinski1-2/+16
2025-12-01ynl: samples: Fix spelling mistake "failedq" -> "failed"Colin Ian King1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.coredump' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-1663/+2851
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-58/+8344
2025-12-01Merge branch 'for-linus' into for-nextTakashi Iwai65-155/+1868
2025-12-01objtool: Fix segfault on unknown alternativesIngo Molnar1-0/+3
2025-12-01Merge branch 'kvm-arm64/nv-xnx-haf' into kvmarm/nextOliver Upton4-0/+178
2025-12-01Merge branch 'kvm-arm64/vgic-lr-overflow' into kvmarm/nextOliver Upton5-22/+288
2025-12-01Merge branch 'kvm-arm64/sea-user' into kvmarm/nextOliver Upton4-0/+335
2025-12-01KVM: arm64: Fix spelling mistake "Unexpeced" -> "Unexpected"Colin Ian King1-1/+1
2025-12-01KVM: arm64: selftests: Add test for AT emulationOliver Upton4-0/+178
2025-12-01Merge branch 'rcu/misc' into nextFrederic Weisbecker3-16/+157
2025-11-29perf trace: Skip internal syscall argumentsNamhyung Kim1-0/+21
2025-11-29selftests/mm/uffd: initialize char variable to NullAnkit Khushwaha2-5/+5
2025-11-29mm: introduce VMA flags bitmap typeLorenzo Stoakes1-30/+120
2025-11-29tools/testing/vma: eliminate dependency on vma->__vm_flagsLorenzo Stoakes1-10/+10
2025-11-29mm: declare VMA flags by bitLorenzo Stoakes1-45/+259
2025-11-29selftests/bpf: do not hardcode target rate in test_tc_edt BPF programAlexis Lothoré (eBPF Foundation)2-3/+4
2025-11-29selftests/bpf: remove test_tc_edt.shAlexis Lothoré (eBPF Foundation)2-102/+0
2025-11-29selftests/bpf: integrate test_tc_edt into test_progsAlexis Lothoré (eBPF Foundation)2-1/+145
2025-11-29selftests/bpf: rename test_tc_edt.bpf.c section to expose program typeAlexis Lothoré (eBPF Foundation)2-2/+3
2025-11-29selftests/bpf: Add success stats to rqspinlock stress testKumar Kartikeya Dwivedi1-12/+43
2025-11-29docs: makefile: move rustdoc check to the build wrapperMauro Carvalho Chehab1-9/+32
2025-11-29docs: kdoc: various fixes for grammar, spelling, punctuationRandy Dunlap5-26/+26
2025-11-29docs: kdoc_parser: use '@' for Excess enum valueRandy Dunlap1-1/+1
2025-11-29docs: kdoc_parser: add data/function attributes to ignoreRandy Dunlap1-0/+3
2025-11-29selftests: bonding: add delay before each xvlan_over_bond connectivity checkHangbin Liu1-0/+1
2025-11-29Merge tag 'nf-next-25-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-14/+112
2025-11-29tools: ynl: add a lint makefile targetDonald Hunter1-1/+3
2025-11-29tools: ynl: add schema checkingDonald Hunter2-6/+35
2025-11-29bpf: Remove runqslower toolHoyeon Lee9-413/+4
2025-11-29selftests/bpf: Remove usage of lsm/file_alloc_security in selftestAmery Hung3-7/+7
2025-11-29bpf: force BPF_F_RDONLY_PROG on insn array creationAnton Protopopov1-1/+1
2025-11-28vfio: selftests: Add vfio_pci_device_init_perf_testDavid Matlack2-0/+171
2025-11-28vfio: selftests: Eliminate INVALID_IOVADavid Matlack4-10/+13
2025-11-28vfio: selftests: Split libvfio.h into separate header filesDavid Matlack6-334/+381
2025-11-28vfio: selftests: Move vfio_selftests_*() helpers into libvfio.cDavid Matlack3-71/+79
2025-11-28vfio: selftests: Rename vfio_util.h to libvfio.hDavid Matlack11-13/+13
2025-11-28vfio: selftests: Stop passing device for IOMMU operationsDavid Matlack4-65/+22
2025-11-28vfio: selftests: Move IOVA allocator into iova_allocator.cDavid Matlack3-71/+95
2025-11-28vfio: selftests: Move IOMMU library code into iommu.cDavid Matlack4-453/+527
2025-11-28vfio: selftests: Rename struct vfio_dma_region to dma_regionDavid Matlack4-21/+21
2025-11-28vfio: selftests: Upgrade driver logging to dev_err()David Matlack2-4/+4
2025-11-28vfio: selftests: Prefix logs with device BDF where relevantDavid Matlack4-25/+30
2025-11-28vfio: selftests: Eliminate overly chatty loggingDavid Matlack1-14/+0
2025-11-28vfio: selftests: Support multiple devices in the same container/iommufdDavid Matlack5-50/+107
2025-11-28vfio: selftests: Introduce struct iommuDavid Matlack2-42/+49
2025-11-28vfio: selftests: Rename struct vfio_iommu_mode to iommu_modeDavid Matlack2-4/+4
2025-11-28vfio: selftests: Allow passing multiple BDFs on the command lineDavid Matlack2-11/+48