index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-01-24
bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
2024-01-24
bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
2024-01-24
bpf: Consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
2024-01-24
bpf: Take into account BPF token when fetching helper protos
Andrii Nakryiko
2024-01-24
bpf: Add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2024-01-24
bpf: Add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
2024-01-24
bpf: Add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
2024-01-24
bpf: Introduce BPF token object
Andrii Nakryiko
2024-01-24
bpf: Add BPF token delegation mount options to BPF FS
Andrii Nakryiko
2024-01-24
bpf: Align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
2024-01-24
libbpf: Ensure undefined bpf_attr field stays 0
Martin KaFai Lau
2024-01-24
selftests/bpf: Wait for the netstamp_needed_key static key to be turned on
Martin KaFai Lau
2024-01-24
selftests/bpf: Fix the flaky tc_redirect_dtime test
Martin KaFai Lau
2024-01-23
libbpf: Correct bpf_core_read.h comment wrt bpf_core_relo struct
Dima Tisnek
2024-01-23
Merge branch 'skip-callback-tests-if-jit-is-disabled-in-test_verifier'
Andrii Nakryiko
2024-01-23
selftests/bpf: Skip callback tests if jit is disabled in test_verifier
Tiezhu Yang
2024-01-23
selftests/bpf: Move is_jit_enabled() into testing_helpers
Tiezhu Yang
2024-01-23
Merge branch 'Registrating struct_ops types from modules'
Martin KaFai Lau
2024-01-23
selftests/bpf: test case for register_bpf_struct_ops().
Kui-Feng Lee
2024-01-23
bpf: export btf_ctx_access to modules.
Kui-Feng Lee
2024-01-23
libbpf: Find correct module BTFs for struct_ops maps and progs.
Kui-Feng Lee
2024-01-23
bpf, net: switch to dynamic registration
Kui-Feng Lee
2024-01-23
bpf: validate value_type
Kui-Feng Lee
2024-01-23
bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.
Kui-Feng Lee
2024-01-23
bpf: pass attached BTF to the bpf_struct_ops subsystem
Kui-Feng Lee
2024-01-23
bpf: lookup struct_ops types from a given module BTF.
Kui-Feng Lee
2024-01-23
bpf: pass btf object id in bpf_map_info.
Kui-Feng Lee
2024-01-23
bpf: make struct_ops_map support btfs other than btf_vmlinux.
Kui-Feng Lee
2024-01-23
bpf: add struct_ops_tab to btf.
Kui-Feng Lee
2024-01-23
bpf, net: introduce bpf_struct_ops_desc.
Kui-Feng Lee
2024-01-23
bpf: get type information with BTF_ID_LIST
Kui-Feng Lee
2024-01-23
bpf: refactory struct_ops type initialization to a function.
Kui-Feng Lee
2024-01-23
Merge branch 'bpf-add-cookies-retrieval-for-perf-kprobe-multi-links'
Alexei Starovoitov
2024-01-23
bpftool: Display cookie for kprobe multi link
Jiri Olsa
2024-01-23
bpftool: Display cookie for perf event link probes
Jiri Olsa
2024-01-23
selftests/bpf: Add fill_link_info test for perf event
Jiri Olsa
2024-01-23
selftests/bpf: Add cookies check for perf_event fill_link_info test
Jiri Olsa
2024-01-23
selftests/bpf: Add cookies check for kprobe_multi fill_link_info test
Jiri Olsa
2024-01-23
bpftool: Fix wrong free call in do_show_link
Jiri Olsa
2024-01-23
bpf: Store cookies in kprobe_multi bpf_link_info data
Jiri Olsa
2024-01-23
bpf: Add cookie to perf_event bpf_link_info records
Jiri Olsa
2024-01-23
bpf: Use r constraint instead of p constraint in selftests
Jose E. Marchesi
2024-01-23
bpf: fix constraint in test_tcpbpf_kern.c
Jose E. Marchesi
2024-01-23
bpf: avoid VLAs in progs/test_xdp_dynptr.c
Jose E. Marchesi
2024-01-23
libbpf: call dup2() syscall directly
Andrii Nakryiko
2024-01-23
Merge branch 'enable-the-inline-of-kptr_xchg-for-arm64'
Alexei Starovoitov
2024-01-23
selftests/bpf: Enable kptr_xchg_inline test for arm64
Hou Tao
2024-01-23
bpf, arm64: Enable the inline of bpf_kptr_xchg()
Hou Tao
2024-01-23
bpf, docs: Clarify that MOVSX is only for BPF_X not BPF_K
Dave Thaler
2024-01-23
bpf: Define struct bpf_tcp_req_attrs when CONFIG_SYN_COOKIES=n.
Kuniyuki Iwashima
[next]