aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-07-20selftest: fix headers in fclog.cJori Koolstra1-3/+1
2026-07-20fs/proc/task_mmu: fix PAGEMAP_SCAN written state for unpopulated ptesKiryl Shutsemau (Meta)1-1/+55
2026-07-20cpupower: Add libm to cpupower for generic CPPC viewJeremy Linton1-2/+2
2026-07-20selftests/futex: Give circular-list nodes static storageMiles Krause1-1/+1
2026-07-20selftests/bpf: Silence maybe-uninitialized compiler warning in libarenaViktor Malik1-1/+1
2026-07-20selftests/bpf: Silence array bounds warning in global_map_resizeViktor Malik1-2/+6
2026-07-20selftests/bpf: Check malloc result with ASSERT_NEQ in test_sha256Viktor Malik1-2/+2
2026-07-20selftests/bpf: Check malloc result with ASSERT_NEQ in test_loaderViktor Malik1-1/+1
2026-07-20selftests/futex: Use thread synchronization helpers instead of usleep()Yuwen Chen1-19/+28
2026-07-20selftests/futex: Provide thread creation and synchronization helpersYuwen Chen2-1/+119
2026-07-20selftests/rseq: Add missing test binaries to .gitignoreCihan Karadag1-0/+2
2026-07-20fscrypt: Remove FSCRYPT_MODE_MAXEric Biggers1-1/+0
2026-07-20bpftool: Skip prog/map that disappears while looking it up by nameJiayuan Chen1-0/+4
2026-07-20selftests/net: ovpn: fix getaddrinfo memory leak in ovpn_parse_remote()longlong yan1-1/+3
2026-07-20verification/rvgen: Remove dead codeNam Cao2-185/+1
2026-07-20verification/rvgen: Remove the old state variablesNam Cao3-14/+13
2026-07-20verification/rvgen: Switch __create_matrix() to LarkNam Cao2-35/+12
2026-07-20verification/rvgen: Switch __get_event_variables() to LarkNam Cao1-58/+18
2026-07-20verification/rvgen: Delete __parse_constraint()Nam Cao1-63/+4
2026-07-20verification/rvgen: Simplify the generation for clock variablesNam Cao1-93/+3
2026-07-20verification/rvgen: Convert __fill_verify_guards_func() to LarkNam Cao1-8/+30
2026-07-20verification/rvgen: Convert __fill_setup_invariants_func() to LarkNam Cao1-9/+39
2026-07-20verification/rvgen: Convert __fill_verify_invariants_func() to LarkNam Cao1-11/+21
2026-07-20verification/rvgen: Implement state and transition parser based on LarkNam Cao1-0/+216
2026-07-20verification/rvgen: Introduce a parse tree for automata using LarkNam Cao1-0/+186
2026-07-20verification/rvgen: Switch LTL parser to LarkNam Cao2-116/+73
2026-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni26-88/+1077
2026-07-19sched_ext: Rename the cid-form cgroup ops to cpuctl_*Tejun Heo3-13/+13
2026-07-19tools/sched_ext: Add SCX_OPS_CID_OPEN for cid-form schedulersTejun Heo2-9/+23
2026-07-19tools/sched_ext: scx_qmap - Add init fault injection modesTejun Heo3-1/+24
2026-07-19tools/sched_ext: scx_qmap - Consume cgroup weights through set_weightTejun Heo3-116/+69
2026-07-19perf stat: Add --hide-zero-events option to suppress zero-count eventsAaron Tomlin5-0/+55
2026-07-19selftests/bpf: Cover scalar arena frees below the baseYiyang Chen1-5/+35
2026-07-19selftests/bpf: Remove redundant config option from selftests fragmentsAlexis Lothoré (eBPF Foundation)5-5/+0
2026-07-19selftests/bpf: Add tests for memory usage for arenaJiayuan Chen2-0/+162
2026-07-19selftests/bpf: Run arena tests seriallyJiayuan Chen8-8/+8
2026-07-17perf build: Fix compiler errors with old capstoneNamhyung Kim1-0/+7
2026-07-17perf ui hists: Fix NULL pointer array gap in add_script_opt()Ian Rogers1-5/+12
2026-07-17perf disasm: Fix potential NULL pointer dereference and use-after-free in arch__find()Ian Rogers1-4/+4
2026-07-17perf ui hists: Include limits.h for PATH_MAX definitionIan Rogers1-0/+1
2026-07-17perf ui hists: Fix uninitialized stack memory free on pstack allocation failureIan Rogers1-3/+3
2026-07-17perf hists browser: Increase MAX_OPTIONS to prevent stack buffer overflowIan Rogers1-1/+1
2026-07-17selftests/cgroup: Fix minor defects in test_cpusetWaiman Long1-17/+21
2026-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc4Kumar Kartikeya Dwivedi56-168/+1916
2026-07-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds10-63/+274
2026-07-17Merge tag 'net-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-1/+57
2026-07-17selftests/cgroup: Remove redundant cg_enter_current() call in test_coreJian Guo1-1/+0
2026-07-17vfio: selftests: Avoid VLAsAlex Mastro1-11/+15
2026-07-17vfio: selftests: Add allocation assert helpersAlex Mastro6-19/+28
2026-07-17vfio: selftests: Add NVIDIA Falcon driver for DMA testingRubin Du4-0/+1140