aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-06-15perf inject/aslr: Implement sample address remappingIan Rogers3-9/+466
2026-06-15Merge tag 'kvm-riscv-7.2-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini2-58/+106
2026-06-15Merge tag 'kvm-s390-next-7.2-1' of https://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini2-6/+2
2026-06-15perf inject/aslr: Add ASLR tool infrastructure and MMAP trackingIan Rogers4-9/+908
2026-06-15perf maps: Add maps__mutate_mappingIan Rogers5-58/+183
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+26
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+200
2026-06-15Merge tag 'objtool-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds19-660/+1300
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-2/+1199
2026-06-15Merge tag 'timers-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-27/+28
2026-06-15Merge tag 'core-rseq-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2026-06-15selftests/bpf: Work around llvm stack overflow in crypto progsAlexei Starovoitov2-14/+28
2026-06-15Merge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2026-06-15Merge tag 'acpi-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds10-10/+10
2026-06-15Merge tag 'nolibc-20260614-for-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibcLinus Torvalds31-179/+831
2026-06-14selftests/bpf: add test for bpf_msg_pop_data() overflowSechang Lim2-0/+75
2026-06-14selftsets/bpf: Retry map update on helper_fill_hashmap()Gabriele Monaco1-10/+13
2026-06-15Merge tag 'rcu.release.v7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/rcu/linuxLinus Torvalds2-6/+7
2026-06-14selftests/bpf: Add test for sleepable lsm_cgroup rejectionDavid Windsor1-0/+9
2026-06-14selftests/bpf: Add test to verify the fix for bpf_setsockopt() helperLeon Hwang2-0/+101
2026-06-14selftests/bpf: Avoid static LLVM linking for cross buildsLeo Yan1-2/+9
2026-06-14selftests/bpf: Use common CFLAGS for urandom_readLeo Yan1-4/+4
2026-06-14selftests/bpf: Initialize operation name before useLeo Yan1-0/+1
2026-06-14tools/bpf: build: Append extra cflagsLeo Yan1-0/+1
2026-06-14libbpf: Initialize CFLAGS before including Makefile.includeLeo Yan1-8/+9
2026-06-14bpftool: Append extra host flagsLeo Yan1-0/+1
2026-06-14bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGSLeo Yan1-2/+6
2026-06-14bpftool: Pass host flags to bootstrap libbpfLeo Yan1-1/+5
2026-06-14selftests/bpf: correct CONFIG_PPC64 macro name in commentEthan Nelson-Moore1-1/+1
2026-06-14selftests/bpf: Fix typo in verify_umulti_link_infoJiri Olsa1-1/+1
2026-06-14selftests/bpf: Add uprobe_multi path_fd fail testsJiri Olsa1-1/+31
2026-06-14selftests/bpf: Add uprobe_multi path_fd testJiri Olsa1-0/+62
2026-06-14libbpf: Add path_fd to struct bpf_link_create_optsJiri Olsa2-1/+3
2026-06-14bpf: Add support to specify uprobe_multi target via file descriptorJiri Olsa1-1/+6
2026-06-15Merge tag 'vfs-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds6-7/+667
2026-06-15Merge tag 'vfs-7.2-rc1.eventpoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+45
2026-06-15Merge tag 'vfs-7.2-rc1.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds16-657/+765
2026-06-15Merge tag 'kernel-7.2-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds3-52/+130
2026-06-15Merge tag 'vfs-7.2-rc1.casefold' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+7
2026-06-14bpf: Raise maximum call chain depth to 16 framesAlexei Starovoitov4-16/+111
2026-06-14selftests/landlock: Add tests for invalid use of quiet flagTingmao Wang1-0/+116
2026-06-14selftests/landlock: Add tests for quiet flag with scopeTingmao Wang2-15/+87
2026-06-14selftests/landlock: Add tests for quiet flag with net rulesTingmao Wang1-10/+128
2026-06-14selftests/landlock: Add tests for quiet flag with fs rulesTingmao Wang1-9/+2434
2026-06-14selftests/landlock: Replace hard-coded 16 with a constantTingmao Wang3-2/+4
2026-06-14landlock: Add API support and docs for the quiet flagsTingmao Wang1-1/+1
2026-06-13selftests/tc-testing: Verify IFE can handle truncated inner Ethernet headerVictor Nogueira1-0/+55
2026-06-13selftests: net: add test for IPv4 devconf netlink notificationsFernando Fernandez Mancera1-4/+37
2026-06-13selftests/landlock: Add tests for UDP sendMatthieu Buffet1-1/+652
2026-06-13selftests/landlock: Add tests for UDP bind/connectMatthieu Buffet1-106/+435