summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-12-31Merge branch 'bpf-unify-state-pruning-handling-of-invalid-misc-stack-slots'Alexei Starovoitov
2025-12-31selftests/bpf: iterator based loop and STACK_MISC states pruningEduard Zingerman
2025-12-31bpf: allow states pruning for misc/invalid slots in iterator loopsEduard Zingerman
2025-12-30Merge branch 'bpf-calls-to-bpf_loop-should-have-an-scc-and-accumulate-backedges'Alexei Starovoitov
2025-12-30selftests/bpf: test cases for bpf_loop SCC and state graph backedgesEduard Zingerman
2025-12-30bpf: bpf_scc_visit instance and backedges accumulation for bpf_loop()Eduard Zingerman
2025-12-30selftests/bpf: Fix verifier_arena_large/big_alloc3 testPuranjay Mohan
2025-12-30scripts/gen-btf.sh: Fix .btf.o generation when compiling for RISCVIhor Solodrai
2025-12-23Merge branch 'remove-kf_sleepable-from-arena-kfuncs'Alexei Starovoitov
2025-12-23selftests: bpf: test non-sleepable arena allocationsPuranjay Mohan
2025-12-23bpf: arena: make arena kfuncs any context safePuranjay Mohan
2025-12-23bpf: arena: use kmalloc_nolock() in place of kvcalloc()Puranjay Mohan
2025-12-23bpf: arena: populate vm_area without allocating memoryPuranjay Mohan
2025-12-22bpf: crypto: replace -EEXIST with -EBUSYDaniel Gomez
2025-12-22Merge branch 'allow-calling-kfuncs-from-raw_tp-programs'Alexei Starovoitov
2025-12-22selftests: bpf: fix tests with raw_tp calling kfuncsPuranjay Mohan
2025-12-22bpf: allow calling kfuncs from raw_tp programsPuranjay Mohan
2025-12-22Merge branch 'mm-bpf-kfuncs-to-access-memcg-data'Alexei Starovoitov
2025-12-22MAINTAINERS: add an entry for MM BPF extensionsRoman Gushchin
2025-12-22bpf: selftests: selftests for memcg stat kfuncsJP Kobryn
2025-12-22mm: introduce BPF kfuncs to access memcg statistics and eventsRoman Gushchin
2025-12-22mm: introduce bpf_get_root_mem_cgroup() BPF kfuncRoman Gushchin
2025-12-22mm: introduce BPF kfuncs to deal with memcg pointersRoman Gushchin
2025-12-22mm: declare memcg_page_state_output() in memcontrol.hRoman Gushchin
2025-12-21bpf: arm64: Fix sparse warningsPuranjay Mohan
2025-12-21selftests/bpf: add test case for BPF LSM hook bpf_lsm_mmap_fileMatt Bobrowski
2025-12-21bpf: annotate file argument as __nullable in bpf_lsm_mmap_fileMatt Bobrowski
2025-12-21x86/bpf: Avoid emitting LOCK prefix for XCHG atomic opsUros Bizjak
2025-12-21Merge branch 'bpf-optimize-recursion-detection-on-arm64'Alexei Starovoitov
2025-12-21bpf: arm64: Optimize recursion detection by not using atomicsPuranjay Mohan
2025-12-21bpf: move recursion detection logic to helpersPuranjay Mohan
2025-12-19Merge branch 'resolve_btfids-support-for-btf-modifications'Andrii Nakryiko
2025-12-19resolve_btfids: Change in-place update with raw binary outputIhor Solodrai
2025-12-19selftests/bpf: Run resolve_btfids only for relevant .test.o objectsIhor Solodrai
2025-12-19lib/Kconfig.debug: Set the minimum required pahole version to v1.22Ihor Solodrai
2025-12-19kbuild: Sync kconfig when PAHOLE_VERSION changesIhor Solodrai
2025-12-19resolve_btfids: Always build with -Wall -WerrorIhor Solodrai
2025-12-19resolve_btfids: Introduce enum btf_id_kindIhor Solodrai
2025-12-19resolve_btfids: Factor out load_btf()Ihor Solodrai
2025-12-19resolve_btfids: Rename object btf field to btf_pathIhor Solodrai
2025-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.19-rc1Alexei Starovoitov
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-12-17Merge tag 's390-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-12-16Merge branch 'libbpf-move-arena-variables-out-of-the-zero-page'Andrii Nakryiko
2025-12-16selftests/bpf: Add tests for the arena offset of globalsEmil Tsalapatis
2025-12-16libbpf: Move arena globals to the end of the arenaEmil Tsalapatis
2025-12-16libbpf: Turn relo_core->sym_off unsignedEmil Tsalapatis
2025-12-16bpf/verifier: Do not limit maximum direct offset into arena mapEmil Tsalapatis
2025-12-16selftests/bpf: Explicitly account for globals in verifier_arena_largeEmil Tsalapatis
2025-12-16Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds