summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2026-07-21KVM: selftests: sev_init2_tests: Derive SEV availability from KVMDavid Woodhouse
2026-07-21KVM: selftests: sev_smoke_test: Only run VM types the host offersDavid Woodhouse
2026-07-21vsock/test: add test for small packets under pressureStefano Garzarella
2026-07-21selftests: net: add FOU multicast encapsulation resubmit testAnton Danilov
2026-07-20selftests/bpf: Add test for redirect from qdisc qevent blockDaniel Borkmann
2026-07-20selftests/net: Fix tun IPv6 test addresses to avoid 6to4 rangeRicardo B. Marlière
2026-07-20selftest: fix headers in fclog.cJori Koolstra
2026-07-20fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptesKiryl Shutsemau (Meta)
2026-07-20cpupower: Add libm to cpupower for generic CPPC viewJeremy Linton
2026-07-20selftests/futex: Give circular-list nodes static storageMiles Krause
2026-07-20selftests/bpf: Silence maybe-uninitialized compiler warning in libarenaViktor Malik
2026-07-20selftests/bpf: Silence array bounds warning in global_map_resizeViktor Malik
2026-07-20selftests/bpf: Check malloc result with ASSERT_NEQ in test_sha256Viktor Malik
2026-07-20selftests/bpf: Check malloc result with ASSERT_NEQ in test_loaderViktor Malik
2026-07-20selftests/futex: Use thread synchronization helpers instead of usleep()Yuwen Chen
2026-07-20selftests/futex: Provide thread creation and synchronization helpersYuwen Chen
2026-07-20selftests/rseq: Add missing test binaries to .gitignoreCihan Karadag
2026-07-20fscrypt: Remove FSCRYPT_MODE_MAXEric Biggers
2026-07-20bpftool: Skip prog/map that disappears while looking it up by nameJiayuan Chen
2026-07-20selftests/net: ovpn: fix getaddrinfo memory leak in ovpn_parse_remote()longlong yan
2026-07-20verification/rvgen: Remove dead codeNam Cao
2026-07-20verification/rvgen: Remove the old state variablesNam Cao
2026-07-20verification/rvgen: Switch __create_matrix() to LarkNam Cao
2026-07-20verification/rvgen: Switch __get_event_variables() to LarkNam Cao
2026-07-20verification/rvgen: Delete __parse_constraint()Nam Cao
2026-07-20verification/rvgen: Simplify the generation for clock variablesNam Cao
2026-07-20verification/rvgen: Convert __fill_verify_guards_func() to LarkNam Cao
2026-07-20verification/rvgen: Convert __fill_setup_invariants_func() to LarkNam Cao
2026-07-20verification/rvgen: Convert __fill_verify_invariants_func() to LarkNam Cao
2026-07-20verification/rvgen: Implement state and transition parser based on LarkNam Cao
2026-07-20verification/rvgen: Introduce a parse tree for automata using LarkNam Cao
2026-07-20verification/rvgen: Switch LTL parser to LarkNam Cao
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-07-19sched_ext: Rename the cid-form cgroup ops to cpuctl_*Tejun Heo
2026-07-19tools/sched_ext: Add SCX_OPS_CID_OPEN for cid-form schedulersTejun Heo
2026-07-19tools/sched_ext: scx_qmap - Add init fault injection modesTejun Heo
2026-07-19tools/sched_ext: scx_qmap - Consume cgroup weights through set_weightTejun Heo
2026-07-19perf stat: Add --hide-zero-events option to suppress zero-count eventsAaron Tomlin
2026-07-19selftests/bpf: Cover scalar arena frees below the baseYiyang Chen
2026-07-19selftests/bpf: Remove redundant config option from selftests fragmentsAlexis Lothoré (eBPF Foundation)
2026-07-19selftests/bpf: Add tests for memory usage for arenaJiayuan Chen
2026-07-19selftests/bpf: Run arena tests seriallyJiayuan Chen
2026-07-17perf build: Fix compiler errors with old capstoneNamhyung Kim
2026-07-17perf ui hists: Fix NULL pointer array gap in add_script_opt()Ian Rogers
2026-07-17perf disasm: Fix potential NULL pointer dereference and use-after-free in arc...Ian Rogers
2026-07-17perf ui hists: Include limits.h for PATH_MAX definitionIan Rogers
2026-07-17perf ui hists: Fix uninitialized stack memory free on pstack allocation failureIan Rogers
2026-07-17perf hists browser: Increase MAX_OPTIONS to prevent stack buffer overflowIan Rogers
2026-07-17selftests/cgroup: Fix minor defects in test_cpusetWaiman Long
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi