summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-07x86/Kconfig: Select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAPSong Liu
2022-02-07Merge branch 'bpf: Fix strict mode calculation'Andrii Nakryiko
2022-02-07selftests/bpf: Fix strict mode calculationMauricio Vásquez
2022-02-07bpftool: Fix strict mode calculationMauricio Vásquez
2022-02-07libbpf: Remove mode check in libbpf_set_strict_mode()Mauricio Vásquez
2022-02-07selftests/bpf: Fix tests to use arch-dependent syscall entry pointsNaveen N. Rao
2022-02-07selftests/bpf: Use "__se_" prefix on architectures without syscall wrapperNaveen N. Rao
2022-02-04libbpf: Fix build issue with llvm-readelfYonghong Song
2022-02-04selftests/bpf: Test bpf_core_types_are_compat() functionality.Matteo Croce
2022-02-04bpf: Implement bpf_core_types_are_compat().Matteo Croce
2022-02-04bpf, arm64: Enable kfunc callHou Tao
2022-02-04libbpf: Deprecate forgotten btf__get_map_kv_tids()Andrii Nakryiko
2022-02-03selftests/bpf: Add a selftest for invalid func btf with btf decl_tagYonghong Song
2022-02-03bpf: Fix a btf decl_tag bug when tagging a functionYonghong Song
2022-02-03libbpf: Deprecate priv/set_priv storageDelyan Kratunov
2022-02-03bpf: test_run: Fix OOB access in bpf_prog_test_run_xdpLorenzo Bianconi
2022-02-03bpf, docs: Better document the atomic instructionsChristoph Hellwig
2022-02-03bpf, docs: Better document the extended instruction formatChristoph Hellwig
2022-02-03bpf, docs: Better document the legacy packet access instructionChristoph Hellwig
2022-02-03bpf, docs: Better document the regular load and store instructionsChristoph Hellwig
2022-02-03bpf, docs: Document the byte swapping instructionsChristoph Hellwig
2022-02-03Merge branch 'bpf-libbpf-deprecated-cleanup'Daniel Borkmann
2022-02-03samples/bpf: Get rid of bpf_prog_load_xattr() useAndrii Nakryiko
2022-02-03selftests/bpf: Redo the switch to new libbpf XDP APIsAndrii Nakryiko
2022-02-03selftests/bpf: Remove usage of deprecated feature probing APIsAndrii Nakryiko
2022-02-03bpftool: Fix uninit variable compilation warningAndrii Nakryiko
2022-02-03bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko
2022-02-03libbpf: Stop using deprecated bpf_map__is_offload_neutral()Andrii Nakryiko
2022-02-02Merge branch 'migrate from bpf_prog_test_run{,_xattr}'Andrii Nakryiko
2022-02-02libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_runDelyan Kratunov
2022-02-02bpftool: Migrate from bpf_prog_test_run_xattrDelyan Kratunov
2022-02-02selftests/bpf: Migrate from bpf_prog_test_run_xattrDelyan Kratunov
2022-02-02selftests/bpf: Migrate from bpf_prog_test_runDelyan Kratunov
2022-02-02Merge branch 'bpf-btf-dwarf5'Daniel Borkmann
2022-02-02lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+Nathan Chancellor
2022-02-02lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSIONNathan Chancellor
2022-02-02scripts/pahole-flags.sh: Use pahole-version.shNathan Chancellor
2022-02-02kbuild: Add CONFIG_PAHOLE_VERSIONNathan Chancellor
2022-02-02MAINTAINERS: Add scripts/pahole-flags.sh to BPF sectionNathan Chancellor
2022-02-01Merge branch 'bpf-drop-libbpf-from-preload'Daniel Borkmann
2022-02-01bpf: Drop libbpf, libelf, libz dependency from bpf preload.Alexei Starovoitov
2022-02-01bpf: Open code obj_get_info_by_fd in bpf preload.Alexei Starovoitov
2022-02-01bpf: Convert bpf preload to light skeleton.Alexei Starovoitov
2022-02-01bpf: Remove unnecessary setrlimit from bpf preload.Alexei Starovoitov
2022-02-01libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov
2022-02-01libbpf: Open code low level bpf commands.Alexei Starovoitov
2022-02-01libbpf: Add support for bpf iter in light skeleton.Alexei Starovoitov
2022-02-01Merge branch 'libbpf: deprecate xdp_cpumap, xdp_devmap and classifier sec def...Andrii Nakryiko
2022-02-01samples/bpf: Update cpumap/devmap sec_nameLorenzo Bianconi
2022-02-01selftests/bpf: Update cpumap/devmap sec_nameLorenzo Bianconi