| Age | Commit message (Expand) | Author |
| 2022-02-07 | x86/Kconfig: Select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP | Song Liu |
| 2022-02-07 | Merge branch 'bpf: Fix strict mode calculation' | Andrii Nakryiko |
| 2022-02-07 | selftests/bpf: Fix strict mode calculation | Mauricio Vásquez |
| 2022-02-07 | bpftool: Fix strict mode calculation | Mauricio Vásquez |
| 2022-02-07 | libbpf: Remove mode check in libbpf_set_strict_mode() | Mauricio Vásquez |
| 2022-02-07 | selftests/bpf: Fix tests to use arch-dependent syscall entry points | Naveen N. Rao |
| 2022-02-07 | selftests/bpf: Use "__se_" prefix on architectures without syscall wrapper | Naveen N. Rao |
| 2022-02-04 | libbpf: Fix build issue with llvm-readelf | Yonghong Song |
| 2022-02-04 | selftests/bpf: Test bpf_core_types_are_compat() functionality. | Matteo Croce |
| 2022-02-04 | bpf: Implement bpf_core_types_are_compat(). | Matteo Croce |
| 2022-02-04 | bpf, arm64: Enable kfunc call | Hou Tao |
| 2022-02-04 | libbpf: Deprecate forgotten btf__get_map_kv_tids() | Andrii Nakryiko |
| 2022-02-03 | selftests/bpf: Add a selftest for invalid func btf with btf decl_tag | Yonghong Song |
| 2022-02-03 | bpf: Fix a btf decl_tag bug when tagging a function | Yonghong Song |
| 2022-02-03 | libbpf: Deprecate priv/set_priv storage | Delyan Kratunov |
| 2022-02-03 | bpf: test_run: Fix OOB access in bpf_prog_test_run_xdp | Lorenzo Bianconi |
| 2022-02-03 | bpf, docs: Better document the atomic instructions | Christoph Hellwig |
| 2022-02-03 | bpf, docs: Better document the extended instruction format | Christoph Hellwig |
| 2022-02-03 | bpf, docs: Better document the legacy packet access instruction | Christoph Hellwig |
| 2022-02-03 | bpf, docs: Better document the regular load and store instructions | Christoph Hellwig |
| 2022-02-03 | bpf, docs: Document the byte swapping instructions | Christoph Hellwig |
| 2022-02-03 | Merge branch 'bpf-libbpf-deprecated-cleanup' | Daniel Borkmann |
| 2022-02-03 | samples/bpf: Get rid of bpf_prog_load_xattr() use | Andrii Nakryiko |
| 2022-02-03 | selftests/bpf: Redo the switch to new libbpf XDP APIs | Andrii Nakryiko |
| 2022-02-03 | selftests/bpf: Remove usage of deprecated feature probing APIs | Andrii Nakryiko |
| 2022-02-03 | bpftool: Fix uninit variable compilation warning | Andrii Nakryiko |
| 2022-02-03 | bpftool: Stop supporting BPF offload-enabled feature probing | Andrii Nakryiko |
| 2022-02-03 | libbpf: Stop using deprecated bpf_map__is_offload_neutral() | Andrii Nakryiko |
| 2022-02-02 | Merge branch 'migrate from bpf_prog_test_run{,_xattr}' | Andrii Nakryiko |
| 2022-02-02 | libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_run | Delyan Kratunov |
| 2022-02-02 | bpftool: Migrate from bpf_prog_test_run_xattr | Delyan Kratunov |
| 2022-02-02 | selftests/bpf: Migrate from bpf_prog_test_run_xattr | Delyan Kratunov |
| 2022-02-02 | selftests/bpf: Migrate from bpf_prog_test_run | Delyan Kratunov |
| 2022-02-02 | Merge branch 'bpf-btf-dwarf5' | Daniel Borkmann |
| 2022-02-02 | lib/Kconfig.debug: Allow BTF + DWARF5 with pahole 1.21+ | Nathan Chancellor |
| 2022-02-02 | lib/Kconfig.debug: Use CONFIG_PAHOLE_VERSION | Nathan Chancellor |
| 2022-02-02 | scripts/pahole-flags.sh: Use pahole-version.sh | Nathan Chancellor |
| 2022-02-02 | kbuild: Add CONFIG_PAHOLE_VERSION | Nathan Chancellor |
| 2022-02-02 | MAINTAINERS: Add scripts/pahole-flags.sh to BPF section | Nathan Chancellor |
| 2022-02-01 | Merge branch 'bpf-drop-libbpf-from-preload' | Daniel Borkmann |
| 2022-02-01 | bpf: Drop libbpf, libelf, libz dependency from bpf preload. | Alexei Starovoitov |
| 2022-02-01 | bpf: Open code obj_get_info_by_fd in bpf preload. | Alexei Starovoitov |
| 2022-02-01 | bpf: Convert bpf preload to light skeleton. | Alexei Starovoitov |
| 2022-02-01 | bpf: Remove unnecessary setrlimit from bpf preload. | Alexei Starovoitov |
| 2022-02-01 | libbpf: Open code raw_tp_open and link_create commands. | Alexei Starovoitov |
| 2022-02-01 | libbpf: Open code low level bpf commands. | Alexei Starovoitov |
| 2022-02-01 | libbpf: Add support for bpf iter in light skeleton. | Alexei Starovoitov |
| 2022-02-01 | Merge branch 'libbpf: deprecate xdp_cpumap, xdp_devmap and classifier sec def... | Andrii Nakryiko |
| 2022-02-01 | samples/bpf: Update cpumap/devmap sec_name | Lorenzo Bianconi |
| 2022-02-01 | selftests/bpf: Update cpumap/devmap sec_name | Lorenzo Bianconi |