summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-01-02selftests: bpf: fix cgroup_hierarchical_statsPuranjay Mohan1-3/+3
2026-01-02selftests: bpf: fix test_kfunc_dynptr_paramPuranjay Mohan1-3/+2
2026-01-02selftests: bpf: Update failure message for rbtree_failPuranjay Mohan1-1/+1
2026-01-02selftests: bpf: Update kfunc_param_nullable test for new error messagePuranjay Mohan1-1/+1
2026-01-02HID: bpf: drop dead NULL checks in kfuncsPuranjay Mohan1-4/+1
2026-01-02bpf: xfrm: drop dead NULL check in bpf_xdp_get_xfrm_state()Puranjay Mohan1-1/+1
2026-01-02bpf: net: netfilter: drop dead NULL checksPuranjay Mohan1-10/+4
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan19-65/+63
2026-01-02bpf: Make KF_TRUSTED_ARGS the default for all kfuncsPuranjay Mohan3-111/+97
2026-01-01selftests/bpf: veristat: fix printing order in output_stats()Puranjay Mohan1-1/+1
2026-01-01bpf: Update BPF_PROG_RUN documentationSungRock Jung1-1/+2
2026-01-01scripts/gen-btf.sh: Reduce log verbosityIhor Solodrai2-11/+2
2025-12-31resolve_btfids: Implement --patch_btfidsIhor Solodrai4-3/+120
2025-12-31Merge branch 'bpf-unify-state-pruning-handling-of-invalid-misc-stack-slots'Alexei Starovoitov2-6/+69
2025-12-31selftests/bpf: iterator based loop and STACK_MISC states pruningEduard Zingerman1-0/+65
2025-12-31bpf: allow states pruning for misc/invalid slots in iterator loopsEduard Zingerman1-6/+4
2025-12-31Merge branch 'bpf-calls-to-bpf_loop-should-have-an-scc-and-accumulate-backedges'Alexei Starovoitov2-4/+84
2025-12-31selftests/bpf: test cases for bpf_loop SCC and state graph backedgesEduard Zingerman1-0/+75
2025-12-31bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()Eduard Zingerman1-4/+9
2025-12-30selftests/bpf: Fix verifier_arena_large/big_alloc3 testPuranjay Mohan1-1/+1
2025-12-30scripts/gen-btf.sh: Fix .btf.o generation when compiling for RISCVIhor Solodrai1-1/+1
2025-12-23Merge branch 'remove-kf_sleepable-from-arena-kfuncs'Alexei Starovoitov7-59/+592
2025-12-23selftests: bpf: test non-sleepable arena allocationsPuranjay Mohan4-5/+240
2025-12-23bpf: arena: make arena kfuncs any context safePuranjay Mohan3-41/+233
2025-12-23bpf: arena: use kmalloc_nolock() in place of kvcalloc()Puranjay Mohan1-29/+55
2025-12-23bpf: arena: populate vm_area without allocating memoryPuranjay Mohan1-10/+90
2025-12-23bpf: crypto: replace -EEXIST with -EBUSYDaniel Gomez1-1/+1
2025-12-23Merge branch 'allow-calling-kfuncs-from-raw_tp-programs'Alexei Starovoitov3-4/+5
2025-12-23selftests: bpf: fix tests with raw_tp calling kfuncsPuranjay Mohan2-4/+4
2025-12-23bpf: allow calling kfuncs from raw_tp programsPuranjay Mohan1-0/+1
2025-12-23Merge branch 'mm-bpf-kfuncs-to-access-memcg-data'Alexei Starovoitov9-1/+521
2025-12-23MAINTAINERS: add an entry for MM BPF extensionsRoman Gushchin1-0/+9
2025-12-23bpf: selftests: selftests for memcg stat kfuncsJP Kobryn3-0/+280
2025-12-23mm: introduce BPF kfuncs to access memcg statistics and eventsRoman Gushchin3-0/+115
2025-12-23mm: introduce bpf_get_root_mem_cgroup() BPF kfuncRoman Gushchin1-0/+20
2025-12-23mm: introduce BPF kfuncs to deal with memcg pointersRoman Gushchin2-0/+91
2025-12-23mm: declare memcg_page_state_output() in memcontrol.hRoman Gushchin2-1/+6
2025-12-22bpf: arm64: Fix sparse warningsPuranjay Mohan1-2/+2
2025-12-21selftests/bpf: add test case for BPF LSM hook bpf_lsm_mmap_fileMatt Bobrowski1-1/+30
2025-12-21bpf: annotate file argument as __nullable in bpf_lsm_mmap_fileMatt Bobrowski4-3/+34
2025-12-21x86/bpf: Avoid emitting LOCK prefix for XCHG atomic opsUros Bizjak1-2/+5
2025-12-21Merge branch 'bpf-optimize-recursion-detection-on-arm64'Alexei Starovoitov4-8/+45
2025-12-21bpf: arm64: Optimize recursion detection by not using atomicsPuranjay Mohan2-4/+31
2025-12-21bpf: move recursion detection logic to helpersPuranjay Mohan3-6/+16
2025-12-19Merge branch 'resolve_btfids-support-for-btf-modifications'Andrii Nakryiko17-195/+448
2025-12-19resolve_btfids: Change in-place update with raw binary outputIhor Solodrai10-131/+328
2025-12-19selftests/bpf: Run resolve_btfids only for relevant .test.o objectsIhor Solodrai1-2/+6
2025-12-19lib/Kconfig.debug: Set the minimum required pahole version to v1.22Ihor Solodrai5-21/+7
2025-12-19kbuild: Sync kconfig when PAHOLE_VERSION changesIhor Solodrai2-5/+12
2025-12-19resolve_btfids: Always build with -Wall -WerrorIhor Solodrai1-1/+2