开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-04-04
bpf: Teach verifier that certain helpers accept NULL pointer.
Alexei Starovoitov
2023-04-04
bpf: Refactor btf_nested_type_is_trusted().
Alexei Starovoitov
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
2023-04-04
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
2023-04-04
selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.ko
Ilya Leoshkevich
2023-04-03
bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
Dave Marchevsky
2023-04-02
bpf, docs: Add docs on extended 64-bit immediate instructions
Dave Thaler
2023-04-02
bpf: compute hashes in bloom filter similar to hashmap
Anton Protopopov
2023-04-01
bpf: optimize hashmap lookups when key_size is divisible by 4
Anton Protopopov
2023-04-01
Merge branch 'Enable RCU semantics for task kptrs'
Alexei Starovoitov
2023-04-01
bpf,docs: Update documentation to reflect new task kfuncs
David Vernet
2023-04-01
bpf: Remove now-defunct task kfuncs
David Vernet
2023-04-01
bpf: Make struct task_struct an RCU-safe type
David Vernet
2023-04-01
Merge branch 'Prepare veristat for packaging'
Alexei Starovoitov
2023-04-01
veristat: small fixed found in -O2 mode
Andrii Nakryiko
2023-04-01
veristat: avoid using kernel-internal headers
Andrii Nakryiko
2023-04-01
veristat: improve version reporting
Andrii Nakryiko
2023-04-01
veristat: relicense veristat.c as dual GPL-2.0-only or BSD-2-Clause licensed
Andrii Nakryiko
2023-03-31
selftests/bpf: Fix conflicts with built-in functions in bench_local_storage_c...
James Hilliard
2023-03-31
Merge branch 'selftests/bpf: Add read_build_id function'
Alexei Starovoitov
2023-03-31
selftests/bpf: Replace extract_build_id with read_build_id
Jiri Olsa
2023-03-31
selftests/bpf: Add read_build_id function
Jiri Olsa
2023-03-31
selftests/bpf: Add err.h header
Jiri Olsa
2023-03-30
selftests/bpf: Add testcases for ptr_*_or_null_ in bpf_kptr_xchg
David Vernet
2023-03-30
bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call arg
David Vernet
2023-03-30
veristat: change guess for __sk_buff from CGROUP_SKB to SCHED_CLS
Andrii Nakryiko
2023-03-29
selftests/bpf: Rewrite two infinite loops in bound check cases
Xu Kuohai
2023-03-29
Merge branch 'veristat: add better support of freplace programs'
Alexei Starovoitov
2023-03-29
veristat: guess and substitue underlying program type for freplace (EXT) progs
Andrii Nakryiko
2023-03-29
veristat: add -d debug mode option to see debug libbpf log
Andrii Nakryiko
2023-03-29
libbpf: disassociate section handler on explicit bpf_program__set_type() call
Andrii Nakryiko
2023-03-29
Merge branch 'Allow BPF TCP CCs to write app_limited'
Martin KaFai Lau
2023-03-29
selftests/bpf: test a BPF CC writing app_limited
Yixin Shen
2023-03-29
bpf: allow a TCP CC to write app_limited
Yixin Shen
2023-03-29
tools: bpftool: json: Fix backslash escape typo in jsonw_puts
Manu Bretelle
2023-03-28
Merge branch 'verifier/xdp_direct_packet_access.c converted to inline assembly'
Andrii Nakryiko
2023-03-28
selftests/bpf: Remove verifier/xdp_direct_packet_access.c, converted to progs...
Eduard Zingerman
2023-03-28
selftests/bpf: Verifier/xdp_direct_packet_access.c converted to inline assembly
Eduard Zingerman
2023-03-27
libbpf: Fix double-free when linker processes empty sections
Eduard Zingerman
2023-03-27
selftests/bpf: Don't assume page size is 4096
Hengqi Chen
2023-03-27
libbpf: Ensure print callback usage is thread-safe
JP Kobryn
2023-03-25
xsk: allow remap of fill and/or completion rings
Nuno Gonçalves
2023-03-25
bpf, docs: Add extended call instructions
Dave Thaler
2023-03-25
Merge branch 'bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage'
Alexei Starovoitov
2023-03-25
selftests/bpf: Add bench for task storage creation
Martin KaFai Lau
2023-03-25
selftests/bpf: Test task storage when local_storage->smap is NULL
Martin KaFai Lau
2023-03-25
bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
Martin KaFai Lau
2023-03-25
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
2023-03-25
bpf: Add a few bpf mem allocator functions
Martin KaFai Lau
2023-03-25
Merge branch 'First set of verifier/*.c migrated to inline assembly'
Alexei Starovoitov
[next]