summaryrefslogtreecommitdiffstats
path: root/Documentation/bpf
AgeCommit message (Expand)AuthorLines
2025-09-19bpf: disable and remove registers chain based livenessEduard Zingerman-264/+0
2025-09-18bpf: Enforce RCU protection for KF_RCU_PROTECTEDKumar Kartikeya Dwivedi-1/+18
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov-4/+10
2025-06-18bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn-4/+10
2025-06-12docs/bpf: Default cpu version changed from v1 to v3 in llvm 20Yonghong Song-3/+4
2025-06-11bpf, doc: Improve wording of docsEslam Khafagy-2/+2
2025-06-06Documentation: Fix spelling mistake.Eslam Khafagy-2/+2
2025-05-13bpf: Add support for __prog argument suffix to pass in prog->auxKumar Kartikeya Dwivedi-0/+17
2025-05-13docs: bpf: Fix bullet point formatting warningKhaled Elnaggar-5/+5
2025-05-09bpf, docs: document open-coded BPF iteratorsAndrii Nakryiko-3/+110
2025-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc4Alexei Starovoitov-0/+8
2025-04-25bpf: Add namespace to BPF internal symbolsAlexei Starovoitov-0/+8
2025-04-24bpf, docs: Fix non-standard line breakWangYuli-2/+2
2025-03-15bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.cT.J. Mercier-1/+1
2025-02-26docs/bpf: Document some special sdiv/smod operationsYonghong Song-6/+14
2025-02-05docs/bpf: Document the semantics of BTF tags with kind_flagIhor Solodrai-4/+21
2024-11-11bpf: Remove trailing whitespace in verifier.rstAbhinav Saxena-2/+2
2024-10-29docs/bpf: Add description of .BTF.base sectionAlan Maguire-1/+76
2024-09-12docs/bpf: Add missing BPF program types to docsDonald Hunter-4/+26
2024-09-11docs/bpf: Add constant values for linkagesWill Hawkins-4/+35
2024-08-29docs/bpf: Fix a typo in verifier.rstYiming Xiang-1/+1
2024-06-23bpf, docs: Address comments from IETF Area DirectorsDave Thaler-35/+45
2024-05-28libbpf: Configure log verbosity with env variableMykyta Yatsenko-0/+8
2024-05-26bpf, docs: Fix instruction.rst indentationDave Thaler-13/+13
2024-05-25bpf, docs: Clarify call local offsetDave Thaler-3/+4
2024-05-25bpf, docs: Add table captionsDave Thaler-82/+102
2024-05-25bpf, docs: clarify sign extension of 64-bit use of 32-bit immDave Thaler-0/+17
2024-05-25bpf, docs: Use RFC 2119 language for ISA requirementsDave Thaler-8/+16
2024-05-25bpf, docs: Move sentence about returning R0 to abi.rstDave Thaler-3/+3
2024-05-15bpf, docs: Fix the description of 'src' in ALU instructionsPuranjay Mohan-2/+3
2024-04-29bpf, docs: Clarify PC use in instruction-set.rstDave Thaler-0/+6
2024-04-25bpf, docs: Add introduction for use in the ISA Internet DraftDave Thaler-1/+5
2024-04-21bpf, docs: Fix formatting nit in instruction-set.rstDave Thaler-1/+1
2024-04-21bpf, docs: Clarify helper ID and pointer terms in instruction-set.rstDave Thaler-24/+24
2024-04-05bpf, docs: Editorial nits in instruction-set.rstDave Thaler-21/+26
2024-03-04bpf, docs: Rename legacy conformance group to packetDave Thaler-2/+2
2024-03-02bpf, docs: Use IETF format for field definitions in instruction-set.rstDave Thaler-241/+290
2024-02-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook-1/+1
2024-02-22bpf, docs: specify which BPF_ABS and BPF_IND fields were zeroDave Thaler-3/+4
2024-02-22bpf, docs: Fix typos in instruction-set.rstDave Thaler-37/+37
2024-02-13bpf, docs: Update ISA document titleDave Thaler-4/+4
2024-02-06bpf, docs: Fix typos in instructions-set.rstDave Thaler-3/+4
2024-02-05bpf, docs: Expand set of initial conformance groupsDave Thaler-12/+36
2024-02-01bpf, docs: Clarify which legacy packet instructions existedDave Thaler-1/+3
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu-4/+4
2024-01-29docs/bpf: Improve documentation of 64-bit immediate instructionsYonghong Song-9/+4
2024-01-26bpf, docs: Clarify definitions of various instructionsDave Thaler-24/+27
2024-01-23bpf, docs: Clarify that MOVSX is only for BPF_X not BPF_KDave Thaler-1/+2
2024-01-23docs/bpf: Fix an incorrect statement in verifier.rstYonghong Song-1/+1
2024-01-23Introduce concept of conformance groupsDave Thaler-1/+25