aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-06-17perf machine: Use snprintf() for guestmount path constructionArnaldo Carvalho de Melo1-4/+4
2026-06-17perf machine: Propagate machine__init() error to callersArnaldo Carvalho de Melo11-31/+51
2026-06-17Merge tag 'sched_ext-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds18-415/+1519
2026-06-17Merge tag 'cgroup-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds6-32/+44
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds269-1466/+20028
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds93-1927/+7694
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+239
2026-06-16Merge branch 'for-7.2/bpf' into for-linusJiri Kosina1-7/+0
2026-06-16selftests/bpf: test that TLS crypto is rejected on a sockmap socketJakub Kicinski1-0/+65
2026-06-16selftests/bpf: drop the unused kTLS program from test_sockmapJakub Kicinski2-68/+11
2026-06-16selftests/bpf: remove sockmap + ktls testsJakub Kicinski3-642/+1
2026-06-16Merge tag 'trace-tools-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds44-1480/+5576
2026-06-16Merge tag 'bootconfig-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-8/+52
2026-06-16Merge tag 'linux_kselftest-next-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds9-101/+181
2026-06-16Merge tag 'linux_kselftest-kunit-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds6-17/+170
2026-06-16Merge tag 'hardening-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+1
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-2/+0
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slabLinus Torvalds3-17/+12
2026-06-16Merge tag 'docs-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds3-11/+66
2026-06-15selftests/net: Add hugepage kernel config dependency for zcrxDaniel Borkmann1-0/+1
2026-06-15selftests/net: Add netkit io_uring ZC test for large rx_buf_lenDaniel Borkmann1-1/+106
2026-06-15selftests/net: Use public NetDrvContEnv API in nk_qlease fixturesDaniel Borkmann2-9/+10
2026-06-15selftests/net: Move netkit lease hw setup into per-test fixturesDaniel Borkmann1-49/+149
2026-06-15perf trace: Guard __probe_ip suppression with evsel__is_probe()Arnaldo Carvalho de Melo1-1/+1
2026-06-16perf evsel: Add lazy-initialized probe type detection helpersArnaldo Carvalho de Melo2-0/+58
2026-06-16perf evsel: Add no-libtraceevent stubs for evsel__field() and evsel__common_field()Arnaldo Carvalho de Melo1-0/+14
2026-06-17perf cs-etm: Reject CPU IDs that would overflow signed comparisonArnaldo Carvalho de Melo1-1/+8
2026-06-17perf c2c: Free format list entries when releasing c2c hist entriesArnaldo Carvalho de Melo1-0/+1
2026-06-17perf bpf: Bounds-check array offsets in bpil_offs_to_addr()Arnaldo Carvalho de Melo1-0/+16
2026-06-17perf bpf: Reject oversized BPF metadata events that truncate header.sizeArnaldo Carvalho de Melo1-0/+9
2026-06-17perf bpf: Validate func_info_rec_size and sub_id in synthesize_bpf_prog_name()Arnaldo Carvalho de Melo1-1/+3
2026-06-17perf sched: Replace (void*)1 sentinel with proper runtime allocationArnaldo Carvalho de Melo1-6/+17
2026-06-17perf hwmon: Fix fd check to accept fd 0 in hwmon_pmu__describe_items()Arnaldo Carvalho de Melo1-1/+1
2026-06-17perf tools: Use snprintf() for root_dir path constructionArnaldo Carvalho de Melo2-2/+2
2026-06-17perf dso: Set error code when open() fails on uncompressed fallback pathArnaldo Carvalho de Melo1-1/+4
2026-06-17perf dso: Fix heap overflow in dso__get_filename() on decompressed pathArnaldo Carvalho de Melo1-1/+8
2026-06-17perf symbols: Break infinite loop on zero-filled notes in sysfs__read_build_id()Arnaldo Carvalho de Melo1-0/+3
2026-06-17perf symbols: Validate p_filesz before use in filename__read_build_id()Arnaldo Carvalho de Melo1-0/+3
2026-06-17perf symbols: Fix bswap copy-paste error for 32-bit ELF p_fileszArnaldo Carvalho de Melo1-1/+1
2026-06-16Merge tag 'arm64-upstream' of gitolite.kernel.org:pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds8-16/+276
2026-06-15selftests: net: add local ECMP rehash testNeil Spring3-0/+1112
2026-06-15selftests/net/openvswitch: add SET action testMinxi Hou1-0/+66
2026-06-15io_uring/zcrx: selftests: verify rx_buf_len for large chunksDragos Tatulea1-1/+25
2026-06-15netdev: expose io_uring rx_page_order order via netlinkDragos Tatulea1-0/+2
2026-06-15perf tools: Document recent additions to the perf.data file headerThomas Falcon1-1/+15
2026-06-15selftests/vsock: skip vng setsid workaround on >= 1.41Bobby Eshleman1-1/+7
2026-06-15selftests/vsock: accept vng 1.33 or >= 1.36Bobby Eshleman1-16/+23
2026-06-15perf trace: Fix noise and signed formatting of __probe_ip in bare dynamic probesAaron Tomlin1-0/+21
2026-06-15perf test: Add inject ASLR testIan Rogers1-0/+533
2026-06-15perf aslr: Strip sample registersIan Rogers3-70/+233