summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-06-18Merge tag 'cxl-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2026-06-18Merge tag 'hid-for-linus-2026061601' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-06-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2026-06-18tools/mm/slabinfo: fix total_objects attribute nameYichong Chen
2026-06-17selftests/ftrace: Fix trace_marker_raw test on 64K page kernelsTianchen Ding
2026-06-17selftests/uevent: increase __UEVENT_BUFFER_SIZE to avoid ENOBUFS on busy systemsGuixin Liu
2026-06-17selftests/ftrace: Drop invalid top-level local in test_ownershipCao Ruichuang
2026-06-17Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-17Merge tag 'memblock-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-17Merge tag 'livepatching-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-06-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2026-06-17Merge tag 'vfio-v7.2-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds
2026-06-17rtla/tests: Fix pgrep filter in get_workload_pids.shTomas Glozar
2026-06-17rtla: Fix and clean up .gitignoreTomas Glozar
2026-06-17perf dso: Set standard errno on decompression failureArnaldo Carvalho de Melo
2026-06-17perf bpf: Validate array presence before casting BPF prog info pointersArnaldo Carvalho de Melo
2026-06-17perf c2c: Fix hist entry and format list leaks in c2c_he_free()Arnaldo Carvalho de Melo
2026-06-17perf c2c: Free format list entries when c2c_hists__init() failsArnaldo Carvalho de Melo
2026-06-17perf cs-etm: Bounds-check CPU in cs_etm__get_queue()Arnaldo Carvalho de Melo
2026-06-17perf cs-etm: Require full global header in auxtrace_info size checkArnaldo Carvalho de Melo
2026-06-17perf cs-etm: Validate num_cpu before metadata allocationArnaldo Carvalho de Melo
2026-06-17perf machine: Use snprintf() for guestmount path constructionArnaldo Carvalho de Melo
2026-06-17perf machine: Propagate machine__init() error to callersArnaldo Carvalho de Melo
2026-06-17Merge tag 'sched_ext-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-06-17Merge tag 'cgroup-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-16Merge branch 'for-7.2/bpf' into for-linusJiri Kosina
2026-06-16selftests/bpf: test that TLS crypto is rejected on a sockmap socketJakub Kicinski
2026-06-16selftests/bpf: drop the unused kTLS program from test_sockmapJakub Kicinski
2026-06-16selftests/bpf: remove sockmap + ktls testsJakub Kicinski
2026-06-16Merge tag 'trace-tools-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-16Merge tag 'bootconfig-v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-16Merge tag 'linux_kselftest-next-7.2-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2026-06-16Merge tag 'linux_kselftest-kunit-7.2-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-06-16Merge tag 'hardening-v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-06-16Merge tag 'slab-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds
2026-06-16Merge tag 'docs-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/docs/linuxLinus Torvalds
2026-06-15selftests/net: Add hugepage kernel config dependency for zcrxDaniel Borkmann
2026-06-15selftests/net: Add netkit io_uring ZC test for large rx_buf_lenDaniel Borkmann
2026-06-15selftests/net: Use public NetDrvContEnv API in nk_qlease fixturesDaniel Borkmann
2026-06-15selftests/net: Move netkit lease hw setup into per-test fixturesDaniel Borkmann
2026-06-15perf trace: Guard __probe_ip suppression with evsel__is_probe()Arnaldo Carvalho de Melo
2026-06-16perf evsel: Add lazy-initialized probe type detection helpersArnaldo Carvalho de Melo
2026-06-16perf evsel: Add no-libtraceevent stubs for evsel__field() and evsel__common_f...Arnaldo Carvalho de Melo
2026-06-17perf cs-etm: Reject CPU IDs that would overflow signed comparisonArnaldo Carvalho de Melo
2026-06-17perf c2c: Free format list entries when releasing c2c hist entriesArnaldo Carvalho de Melo
2026-06-17perf bpf: Bounds-check array offsets in bpil_offs_to_addr()Arnaldo Carvalho de Melo