summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-08-06selftests/dax: add dax/kmem hotplug sysfs regression testGregory Price5-0/+329
2026-08-06selftests/mm: factor out hmm_buffer_alloc() to consolidate buffer setupHongfu Li1-460/+165
2026-08-06selftests/mm: fix on-fault-limit false failure under sudo-rsInjae Ryou1-1/+1
2026-08-06selftests: mincore: count file-mmap readahead on both sidesYijia Wang1-2/+10
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-17/+190
2026-08-06Merge tag 'net-7.2-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-2/+170
2026-08-06perf trace-event: Fix buffer overflow in read_string()Tanushree Shah1-0/+5
2026-08-06tls: rx: restore msg_iter before TLS 1.3 optimistic retryJérémy Jean1-0/+57
2026-08-06selftests: tls: add a test for splicing onto a full plaintext recordchanyoung1-0/+37
2026-08-06selftests: mptcp: join: mark tests with data corruption as failedGang Yan1-2/+2
2026-08-06selftests/bpf: Test overlapping RCU protectionNing Ding4-0/+204
2026-08-06bpf: Account for preempt and IRQ state in RCU protectionNing Ding1-2/+6
2026-08-06selftests/tc-testing: add qdisc hierarchy depth testsZijie Huang1-0/+74
2026-08-06tools: Ensure tools copy of linux/filter.h exports the UAPIMark Brown1-0/+1
2026-08-06kselftest/arm64: Fix abi test compilation errorsJinjie Ruan3-8/+4
2026-08-06openvswitch: remove support for legacy tunnel typesIlya Maximets4-114/+21
2026-08-06selftests/bpf: Test module kfunc calls under spin lockKaitao Cheng4-1/+27
2026-08-05perf c2c: Clean up registered formats on c2c_hists__init() and c2c_hists__rei...Arnaldo Carvalho de Melo1-3/+18
2026-08-05perf c2c: Fix error masking, OOM, and unchecked caller errors in hpp_list__pa...Arnaldo Carvalho de Melo2-49/+112
2026-08-05selftests: drv-net: print device info at the startJakub Kicinski1-1/+20
2026-08-05selftests: drv-net: hw: reset HDS mode after netkit devmem testsJakub Kicinski1-2/+1
2026-08-05KVM: x86/pmu: Clean up vPMU comments and stray blank linesLike Xu2-5/+5
2026-08-05KVM: selftests: Test one random GP counter in PMU arch events testcaseSean Christopherson3-16/+28
2026-08-05Merge branch 'for-7.3/cxl-misc' into cxl-for-nextDave Jiang1-1/+14
2026-08-05cxl/test: Assign one mock memdev a full-width serial numberAlison Schofield1-1/+14
2026-08-05selftests/bpf: Verify rejection of sleepable tracing progLeon Hwang3-0/+81
2026-08-05perf libbfd: Fix memory leaks and NULL fclose in BPF disassemblyArnaldo Carvalho de Melo1-4/+8
2026-08-05perf bpf: Add PROG_TAGS to required arrays in __bpf_event__print_bpf_prog_info()Arnaldo Carvalho de Melo1-1/+2
2026-08-05perf header: Use write lock when translating BPF prog info pointersArnaldo Carvalho de Melo1-2/+3
2026-08-05perf libbfd: Validate BPF prog info arrays before pointer castArnaldo Carvalho de Melo1-0/+11
2026-08-05perf trace: Format fields with hex specifiers in print_fmt as hexadecimalAaron Tomlin1-1/+45
2026-08-05selftests/bpf: Add bpf_for() benchmarkPuranjay Mohan5-0/+157
2026-08-05selftests/bpf: Verify inlined numeric iterator shape with __xlatedPuranjay Mohan1-0/+83
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov3-3/+3
2026-08-05Merge tag 'linux-cpupower-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki5-10/+67
2026-08-05selftests/bpf: Add load-acquire test for dst_reg == src_reg from ctxDaniel Borkmann1-0/+16
2026-08-05rtla/cli: Unify and improve handling of invalid option argumentsTomas Glozar2-52/+144
2026-08-05rtla/cli: Unify and improve range validation logicTomas Glozar4-376/+215
2026-08-05rtla/tests: Test all tracer options in runtime testsTomas Glozar6-20/+124
2026-08-05rtla: Add unit tests for CLI with unsetTomas Glozar4-0/+72
2026-08-05rtla: Add unit tests for unset in opt callbacksTomas Glozar1-0/+295
2026-08-05rtla: Allow unsetting non-list custom-callback CLI optionsTomas Glozar2-67/+194
2026-08-04selftests/mm: remove obsolete hugetlb vmemmap testMuchun Song3-134/+0
2026-08-04tools/testing/vma: output compared expression on ASSERT_[EQ, NE]()Lorenzo Stoakes1-12/+26
2026-08-04tools/testing/vma: default VMA, mm flag bits to 64-bitLorenzo Stoakes1-1/+1
2026-08-04mm/vma: introduce and use vma_set_pgoff()Lorenzo Stoakes1-2/+2
2026-08-04mm/vma: update vma_shrink() to not pass start, pgoff parametersLorenzo Stoakes1-1/+1
2026-08-04mm/vma: make vma_set_range() static, drop insert_vm_struct() declLorenzo Stoakes2-14/+0
2026-08-04mm/vma: introduce vma_assert_can_modify()Lorenzo Stoakes1-2/+13
2026-08-04mm/vma: remove duplicative vma_pgoff_offset() helperLorenzo Stoakes1-0/+16