aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-03-11bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.Alexei Starovoitov
2024-03-11bpf: Recognize addr_space_cast instruction in the verifier.Alexei Starovoitov
2024-03-11bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.Alexei Starovoitov
2024-03-11bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.Alexei Starovoitov
2024-03-11bpf: Disasm support for addr_space_cast instruction.Alexei Starovoitov
2024-03-11bpf: Introduce bpf_arena.Alexei Starovoitov
2024-03-11selftests/bpf: Add fexit and kretprobe triggering benchmarksAndrii Nakryiko
2024-03-11mm: Introduce vmap_page_range() to map pages in PCI address spaceAlexei Starovoitov
2024-03-09arm64, bpf: Use bpf_prog_pack for arm64 bpf trampolinePuranjay Mohan
2024-03-07Merge branch 'fix-hash-bucket-overflow-checks-for-32-bit-arches'Alexei Starovoitov
2024-03-07bpf: Fix stackmap overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-07bpf: Fix hashtab overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-07bpf: Fix DEVMAP_HASH overflow check on 32-bit archesToke Høiland-Jørgensen
2024-03-07Merge branch 'bpf: arena prerequisites'Martin KaFai Lau
2024-03-07bpf: Tell bpf programs kernel's PAGE_SIZEAlexei Starovoitov
2024-03-07bpftool: rename is_internal_mmapable_map into is_mmapable_mapAndrii Nakryiko
2024-03-07libbpf: Allow specifying 64-bit integers in map BTF.Alexei Starovoitov
2024-03-07bpf: Plumb get_unmapped_area() callback into bpf_map_opsAlexei Starovoitov
2024-03-07bpf: Recognize '__map' suffix in kfunc argumentsAlexei Starovoitov
2024-03-07bpf: Allow kfuncs return 'void *'Alexei Starovoitov
2024-03-06bpf, riscv64/cfi: Support kCFI + BPF on riscv64Puranjay Mohan
2024-03-06Merge branch 'libbpf-type-suffixes-and-autocreate-flag-for-struct_ops-maps'Andrii Nakryiko
2024-03-06selftests/bpf: Test cases for '?' in BTF namesEduard Zingerman
2024-03-06bpf: Allow all printable characters in BTF DATASEC namesEduard Zingerman
2024-03-06selftests/bpf: Test case for SEC("?.struct_ops")Eduard Zingerman
2024-03-06libbpf: Rewrite btf datasec names starting from '?'Eduard Zingerman
2024-03-06libbpf: Struct_ops in SEC("?.struct_ops") / SEC("?.struct_ops.link")Eduard Zingerman
2024-03-06libbpf: Replace elf_state->st_ops_* fields with SEC_ST_OPS sec_typeEduard Zingerman
2024-03-06selftests/bpf: Verify struct_ops autoload/autocreate syncEduard Zingerman
2024-03-06libbpf: Sync progs autoload with maps autocreate for struct_ops mapsEduard Zingerman
2024-03-06selftests/bpf: Test autocreate behavior for struct_ops mapsEduard Zingerman
2024-03-06selftests/bpf: Bad_struct_ops testEduard Zingerman
2024-03-06selftests/bpf: Utility functions to capture libbpf log in test_progsEduard Zingerman
2024-03-06selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman
2024-03-06libbpf: Honor autocreate flag for struct_ops mapsEduard Zingerman
2024-03-06libbpf: Tie struct_ops programs to kernel BTF ids, not to local idsEduard Zingerman
2024-03-06libbpf: Allow version suffixes (___smth) for struct_ops typesEduard Zingerman
2024-03-06Merge branch 'bpf-introduce-may_goto-and-cond_break'Andrii Nakryiko
2024-03-06selftests/bpf: Test may_gotoAlexei Starovoitov
2024-03-06bpf: Add cond_break macroAlexei Starovoitov
2024-03-06bpf: Recognize that two registers are safe when their ranges matchAlexei Starovoitov
2024-03-06Merge branch 'mm-enforce-ioremap-address-space-and-introduce-sparse-vm_area'Andrii Nakryiko
2024-03-06bpf: Introduce may_goto instructionAlexei Starovoitov
2024-03-06mm: Introduce VM_SPARSE kind and vm_area_[un]map_pages().Alexei Starovoitov
2024-03-06mm: Enforce VM_IOREMAP flag and range in ioremap_page_range.Alexei Starovoitov
2024-03-04Merge branch 'Allow struct_ops maps with a large number of programs'Martin KaFai Lau
2024-03-04selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee
2024-03-04bpf: struct_ops supports more than one page for trampolines.Kui-Feng Lee
2024-03-04bpf, net: validate struct_ops when updating value.Kui-Feng Lee
2024-03-04selftests/bpf: xdp_hw_metadata reduce sleep intervalSong Yoong Siang