summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-06-17perf bpf: Reject oversized BPF metadata events that truncate header.sizeArnaldo Carvalho de Melo
2026-06-17perf bpf: Validate func_info_rec_size and sub_id in synthesize_bpf_prog_name()Arnaldo Carvalho de Melo
2026-06-17perf sched: Replace (void*)1 sentinel with proper runtime allocationArnaldo Carvalho de Melo
2026-06-17perf hwmon: Fix fd check to accept fd 0 in hwmon_pmu__describe_items()Arnaldo Carvalho de Melo
2026-06-17perf tools: Use snprintf() for root_dir path constructionArnaldo Carvalho de Melo
2026-06-17perf dso: Set error code when open() fails on uncompressed fallback pathArnaldo Carvalho de Melo
2026-06-17perf dso: Fix heap overflow in dso__get_filename() on decompressed pathArnaldo Carvalho de Melo
2026-06-17perf symbols: Break infinite loop on zero-filled notes in sysfs__read_build_id()Arnaldo Carvalho de Melo
2026-06-17perf symbols: Validate p_filesz before use in filename__read_build_id()Arnaldo Carvalho de Melo
2026-06-17perf symbols: Fix bswap copy-paste error for 32-bit ELF p_fileszArnaldo Carvalho de Melo
2026-06-16Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/ar...Linus Torvalds
2026-06-15selftests: net: add local ECMP rehash testNeil Spring
2026-06-15selftests/net/openvswitch: add SET action testMinxi Hou
2026-06-15io_uring/zcrx: selftests: verify rx_buf_len for large chunksDragos Tatulea
2026-06-15netdev: expose io_uring rx_page_order order via netlinkDragos Tatulea
2026-06-15perf tools: Document recent additions to the perf.data file headerThomas Falcon
2026-06-15selftests/vsock: skip vng setsid workaround on >= 1.41Bobby Eshleman
2026-06-15selftests/vsock: accept vng 1.33 or >= 1.36Bobby Eshleman
2026-06-15perf trace: Fix noise and signed formatting of __probe_ip in bare dynamic probesAaron Tomlin
2026-06-15perf test: Add inject ASLR testIan Rogers
2026-06-15perf aslr: Strip sample registersIan Rogers
2026-06-15perf inject/aslr: Implement sample address remappingIan Rogers
2026-06-15Merge tag 'kvm-riscv-7.2-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2026-06-15Merge tag 'kvm-s390-next-7.2-1' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2026-06-15perf inject/aslr: Add ASLR tool infrastructure and MMAP trackingIan Rogers
2026-06-15perf maps: Add maps__mutate_mappingIan Rogers
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds
2026-06-15Merge tag 'objtool-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds
2026-06-15Merge tag 'timers-core-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds
2026-06-15Merge tag 'core-rseq-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kernel/...Linus Torvalds
2026-06-15selftests/bpf: Work around llvm stack overflow in crypto progsAlexei Starovoitov
2026-06-15Merge tag 'pm-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafael...Linus Torvalds
2026-06-15Merge tag 'acpi-7.2-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/rafa...Linus Torvalds
2026-06-15Merge tag 'nolibc-20260614-for-7.2-1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-06-14selftests/bpf: add test for bpf_msg_pop_data() overflowSechang Lim
2026-06-14selftsets/bpf: Retry map update on helper_fill_hashmap()Gabriele Monaco
2026-06-15Merge tag 'rcu.release.v7.2' of gitolite.kernel.org:pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-14selftests/bpf: Add test for sleepable lsm_cgroup rejectionDavid Windsor
2026-06-14selftests/bpf: Add test to verify the fix for bpf_setsockopt() helperLeon Hwang
2026-06-14selftests/bpf: Avoid static LLVM linking for cross buildsLeo Yan
2026-06-14selftests/bpf: Use common CFLAGS for urandom_readLeo Yan
2026-06-14selftests/bpf: Initialize operation name before useLeo Yan
2026-06-14tools/bpf: build: Append extra cflagsLeo Yan
2026-06-14libbpf: Initialize CFLAGS before including Makefile.includeLeo Yan
2026-06-14bpftool: Append extra host flagsLeo Yan
2026-06-14bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGSLeo Yan
2026-06-14bpftool: Pass host flags to bootstrap libbpfLeo Yan
2026-06-14selftests/bpf: correct CONFIG_PPC64 macro name in commentEthan Nelson-Moore