aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2025-06-06Merge tag 'mm-stable-2025-06-06-16-09' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds5-33/+88
2025-06-06Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+2
2025-06-07selftests/mount_setattr: adapt detached mount propagation testChristian Brauner1-16/+1
2025-06-06selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page sizeYonghong Song1-3/+7
2025-06-06selftests/bpf: Fix ringbuf/ringbuf_write test failure with arm64 64KB page sizeYonghong Song2-4/+4
2025-06-06selftests/bpf: Fix bpf_mod_race test failure with arm64 64KB page sizeYonghong Song1-1/+1
2025-06-06selftests/bpf: Reduce test_xdp_adjust_frags_tail_grow logsYonghong Song1-6/+12
2025-06-06Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds2-0/+8
2025-06-06libbpf: Handle unsupported mmap-based /sys/kernel/btf/vmlinux correctlyAndrii Nakryiko1-3/+3
2025-06-06Merge tag 'block-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds13-175/+429
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2025-06-05mm/hugetlb: unshare page tables during VMA split, not beforeJann Horn1-0/+2
2025-06-05selftests/mm: add test about uprobe pte be orphan during vma mergePu Lehui1-0/+43
2025-06-05selftests/mm: extract read_sysfs and write_sysfs into vm_utilPu Lehui4-33/+45
2025-06-05Merge tag 'riscv-mw2-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/alexghiti/linux into for-nextPalmer Dabbelt43-132/+1589
2025-06-05RISC-V: vDSO: Wire up getrandom() vDSO implementationXi Ruoyao1-0/+2
2025-06-05selftests/bpf: rbtree: Fix incorrect global variable usageRong Tao1-7/+7
2025-06-05Tests for the ".emit_strings" functionality in the BTF dumper.Blake Jones1-0/+118
2025-06-05libbpf: Add support for printing BTF character arrays as stringsBlake Jones2-2/+56
2025-06-05Merge tag 'net-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds9-23/+184
2025-06-05libbpf: Correct some typos and syntax issues in usdt docJiawei Zhao1-5/+5
2025-06-05bpftool: Display cookie for raw_tp link probeTao Chen1-0/+3
2025-06-05selftests/bpf: Add cookies check for raw_tp fill_link_info testTao Chen1-1/+25
2025-06-05bpf: Add cookie to raw_tp bpf_link_infoTao Chen1-0/+2
2025-06-05perf symbols: Ignore mapping symbols on riscvHaibo Xu1-0/+6
2025-06-05selftests: drv-net: tso: make bkg() wait for socat to quitJakub Kicinski1-1/+1
2025-06-05selftests: drv-net: tso: fix the GRE device nameJakub Kicinski1-1/+1
2025-06-05selftests: drv-net: add configs for the TSO testJakub Kicinski1-0/+5
2025-06-05KVM: arm64: selftests: Determine effective counter width in arch_timer_edge_casesSebastian Ott1-9/+18
2025-06-05KVM: arm64: selftests: Fix xVAL init in arch_timer_edge_casesSebastian Ott1-1/+1
2025-06-05KVM: arm64: selftests: Fix thread migration in arch_timer_edge_casesSebastian Ott1-3/+5
2025-06-05KVM: arm64: selftests: Fix help text for arch_timer_edge_casesSebastian Ott1-1/+1
2025-06-05selftests/futex: Set the home_node in futex_numa_mpolSebastian Andrzej Siewior1-2/+6
2025-06-05selftests/futex: getopt() requires int as return value.Sebastian Andrzej Siewior2-2/+2
2025-06-05Merge tag 'nf-25-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfPaolo Abeni2-19/+164
2025-06-05Merge tag 'ovpn-net-20250603' of https://github.com/OpenVPN/ovpn-net-nextPaolo Abeni2-0/+10
2025-06-05selftests: netfilter: nft_nat.sh: add test for reverse clash with natFlorian Westphal1-5/+76
2025-06-05selftests: netfilter: nft_concat_range.sh: add datapath check for map fill bugFlorian Westphal1-4/+58
2025-06-05selftests: netfilter: nft_concat_range.sh: prefer per element counters for testingFlorian Westphal1-10/+30
2025-06-04Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-1/+2
2025-06-04Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-6/+6
2025-06-03selftests: ublk: kublk: improve behavior on init failureUday Shankar1-11/+23
2025-06-03Merge tag 'perf-tools-for-v6.16-1-2025-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds322-11899/+22081
2025-06-03Merge tag 'cxl-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds4-0/+4
2025-06-03Merge tag 'hyperv-next-signed-20250602' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-5/+59
2025-06-03selftest/net/ovpn: fix missing fileAntonio Quartulli1-0/+9
2025-06-03selftest/net/ovpn: fix TCP socket creationAntonio Quartulli1-0/+1
2025-06-03selftests: net: build net/lib dependency in all targetBui Quang Minh1-1/+1
2025-06-03Revert "kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests"Jakub Kicinski1-1/+0
2025-06-02Merge tag 'bootconfig-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-2/+2