index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
|
|
selftests/bpf: Add bpf_arena_list test.
Alexei Starovoitov
2024-03-11
4
-0
/
+314
|
|
|
*
|
|
selftests/bpf: Add unit tests for bpf_arena_alloc/free_pages
Alexei Starovoitov
2024-03-11
6
-2
/
+227
|
|
|
*
|
|
bpf: Add helper macro bpf_addr_space_cast()
Alexei Starovoitov
2024-03-11
1
-0
/
+43
|
|
|
*
|
|
libbpf: Recognize __arena global variables.
Andrii Nakryiko
2024-03-11
3
-13
/
+120
|
|
|
*
|
|
bpftool: Recognize arena map type
Alexei Starovoitov
2024-03-11
2
-2
/
+2
|
|
|
*
|
|
libbpf: Add support for bpf_arena.
Alexei Starovoitov
2024-03-11
2
-8
/
+46
|
|
|
*
|
|
libbpf: Add __arg_arena to bpf_helpers.h
Alexei Starovoitov
2024-03-11
1
-0
/
+1
|
|
|
*
|
|
bpf: Recognize btf_decl_tag("arg: Arena") as PTR_TO_ARENA.
Alexei Starovoitov
2024-03-11
3
-4
/
+31
|
|
|
*
|
|
bpf: Recognize addr_space_cast instruction in the verifier.
Alexei Starovoitov
2024-03-11
5
-9
/
+109
|
|
|
*
|
|
bpf: Add x86-64 JIT support for bpf_addr_space_cast instruction.
Alexei Starovoitov
2024-03-11
3
-1
/
+47
|
|
|
*
|
|
bpf: Add x86-64 JIT support for PROBE_MEM32 pseudo instructions.
Alexei Starovoitov
2024-03-11
3
-1
/
+194
|
|
|
*
|
|
bpf: Disasm support for addr_space_cast instruction.
Alexei Starovoitov
2024-03-11
3
-0
/
+18
|
|
|
*
|
|
bpf: Introduce bpf_arena.
Alexei Starovoitov
2024-03-11
9
-2
/
+635
|
|
|
/
/
/
|
|
*
|
|
selftests/bpf: Add fexit and kretprobe triggering benchmarks
Andrii Nakryiko
2024-03-11
3
-0
/
+50
|
|
*
|
|
mm: Introduce vmap_page_range() to map pages in PCI address space
Alexei Starovoitov
2024-03-11
7
-18
/
+32
|
|
*
|
|
arm64, bpf: Use bpf_prog_pack for arm64 bpf trampoline
Puranjay Mohan
2024-03-09
1
-9
/
+46
|
|
*
|
|
Merge branch 'fix-hash-bucket-overflow-checks-for-32-bit-arches'
Alexei Starovoitov
2024-03-08
3
-13
/
+21
|
|
|
\
\
\
|
|
|
*
|
|
bpf: Fix stackmap overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-08
1
-3
/
+6
|
|
|
*
|
|
bpf: Fix hashtab overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-08
1
-5
/
+9
|
|
|
*
|
|
bpf: Fix DEVMAP_HASH overflow check on 32-bit arches
Toke Høiland-Jørgensen
2024-03-08
1
-5
/
+6
|
|
|
/
/
/
|
|
*
|
|
Merge branch 'bpf: arena prerequisites'
Martin KaFai Lau
2024-03-08
7
-12
/
+96
|
|
|
\
\
\
|
|
|
*
|
|
bpf: Tell bpf programs kernel's PAGE_SIZE
Alexei Starovoitov
2024-03-07
1
-1
/
+6
|
|
|
*
|
|
bpftool: rename is_internal_mmapable_map into is_mmapable_map
Andrii Nakryiko
2024-03-07
1
-9
/
+9
|
|
|
*
|
|
libbpf: Allow specifying 64-bit integers in map BTF.
Alexei Starovoitov
2024-03-07
2
-2
/
+43
|
|
|
*
|
|
bpf: Plumb get_unmapped_area() callback into bpf_map_ops
Alexei Starovoitov
2024-03-07
2
-0
/
+19
|
|
|
*
|
|
bpf: Recognize '__map' suffix in kfunc arguments
Alexei Starovoitov
2024-03-07
1
-0
/
+16
|
|
|
*
|
|
bpf: Allow kfuncs return 'void *'
Alexei Starovoitov
2024-03-07
1
-0
/
+3
|
|
|
/
/
/
|
|
*
|
|
bpf, riscv64/cfi: Support kCFI + BPF on riscv64
Puranjay Mohan
2024-03-07
6
-7
/
+90
|
|
*
|
|
Merge branch 'libbpf-type-suffixes-and-autocreate-flag-for-struct_ops-maps'
Andrii Nakryiko
2024-03-07
17
-69
/
+704
|
|
|
\
\
\
|
|
|
*
|
|
selftests/bpf: Test cases for '?' in BTF names
Eduard Zingerman
2024-03-07
1
-0
/
+29
|
|
|
*
|
|
bpf: Allow all printable characters in BTF DATASEC names
Eduard Zingerman
2024-03-07
1
-1
/
+15
|
|
|
*
|
|
selftests/bpf: Test case for SEC("?.struct_ops")
Eduard Zingerman
2024-03-07
2
-6
/
+56
|
|
|
*
|
|
libbpf: Rewrite btf datasec names starting from '?'
Eduard Zingerman
2024-03-07
3
-2
/
+41
|
|
|
*
|
|
libbpf: Struct_ops in SEC("?.struct_ops") / SEC("?.struct_ops.link")
Eduard Zingerman
2024-03-07
1
-1
/
+14
|
|
|
*
|
|
libbpf: Replace elf_state->st_ops_* fields with SEC_ST_OPS sec_type
Eduard Zingerman
2024-03-07
1
-29
/
+32
|
|
|
*
|
|
selftests/bpf: Verify struct_ops autoload/autocreate sync
Eduard Zingerman
2024-03-07
4
-4
/
+125
|
|
|
*
|
|
libbpf: Sync progs autoload with maps autocreate for struct_ops maps
Eduard Zingerman
2024-03-07
1
-0
/
+43
|
|
|
*
|
|
selftests/bpf: Test autocreate behavior for struct_ops maps
Eduard Zingerman
2024-03-07
2
-0
/
+118
|
|
|
*
|
|
selftests/bpf: Bad_struct_ops test
Eduard Zingerman
2024-03-07
4
-0
/
+88
|
|
|
*
|
|
selftests/bpf: Utility functions to capture libbpf log in test_progs
Eduard Zingerman
2024-03-07
2
-0
/
+62
|
|
|
*
|
|
selftests/bpf: Test struct_ops map definition with type suffix
Eduard Zingerman
2024-03-07
3
-10
/
+46
|
|
|
*
|
|
libbpf: Honor autocreate flag for struct_ops maps
Eduard Zingerman
2024-03-07
1
-3
/
+15
|
|
|
*
|
|
libbpf: Tie struct_ops programs to kernel BTF ids, not to local ids
Eduard Zingerman
2024-03-07
1
-23
/
+26
|
|
|
*
|
|
libbpf: Allow version suffixes (___smth) for struct_ops types
Eduard Zingerman
2024-03-07
1
-1
/
+5
|
|
|
/
/
/
|
|
*
|
|
Merge branch 'bpf-introduce-may_goto-and-cond_break'
Andrii Nakryiko
2024-03-07
9
-53
/
+292
|
|
|
\
\
\
|
|
|
*
|
|
selftests/bpf: Test may_goto
Alexei Starovoitov
2024-03-07
2
-3
/
+101
|
|
|
*
|
|
bpf: Add cond_break macro
Alexei Starovoitov
2024-03-07
1
-0
/
+12
|
|
|
*
|
|
bpf: Recognize that two registers are safe when their ranges match
Alexei Starovoitov
2024-03-07
1
-21
/
+30
|
|
|
*
|
|
bpf: Introduce may_goto instruction
Alexei Starovoitov
2024-03-07
6
-30
/
+150
|
|
|
/
/
/
|
|
*
|
|
Merge branch 'mm-enforce-ioremap-address-space-and-introduce-sparse-vm_area'
Andrii Nakryiko
2024-03-07
2
-2
/
+75
|
|
|
\
\
\
[prev]
[next]