index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-235
/
+510
2020-09-23
bpf: Explicitly size compatible_reg_types
Lorenz Bauer
1
-2
/
+1
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-12
/
+7
2020-09-21
bpf: Use a table to drive helper arg type checks
Lorenz Bauer
1
-74
/
+109
2020-09-21
bpf: Hoist type checking for nullable arg types
Lorenz Bauer
1
-34
/
+30
2020-09-21
bpf: Check ARG_PTR_TO_SPINLOCK register type in check_func_arg
Lorenz Bauer
1
-14
/
+14
2020-09-21
bpf: Set meta->raw_mode for pointers close to use
Lorenz Bauer
1
-1
/
+5
2020-09-21
bpf: Make context access check generic
Lorenz Bauer
1
-3
/
+4
2020-09-21
bpf: Make reference tracking generic
Lorenz Bauer
1
-16
/
+10
2020-09-21
bpf: Make BTF pointer type checking generic
Lorenz Bauer
1
-18
/
+20
2020-09-21
bpf: Allow specifying a BTF ID per argument in function protos
Lorenz Bauer
4
-43
/
+27
2020-09-21
bpf: Check scalar or invalid register in check_helper_mem_access
Lorenz Bauer
1
-13
/
+11
2020-09-21
btf: Make btf_set_contains take a const pointer
Lorenz Bauer
1
-1
/
+1
2020-09-21
bpf: Fix potential call bpf_link_free() in atomic context
Muchun Song
1
-6
/
+2
2020-09-19
bpf: Use hlist_add_head_rcu when linking to local_storage
Martin KaFai Lau
1
-1
/
+1
2020-09-17
bpf: Add abnormal return checks.
Alexei Starovoitov
1
-19
/
+48
2020-09-17
bpf: allow for tailcalls in BPF subprograms for x64 JIT
Maciej Fijalkowski
1
-4
/
+17
2020-09-17
bpf, x64: rework pro/epilogue and tailcall handling in JIT
Maciej Fijalkowski
3
-7
/
+51
2020-09-17
bpf: Limit caller's stack depth 256 for subprogs with tailcalls
Maciej Fijalkowski
1
-0
/
+29
2020-09-17
bpf: rename poke descriptor's 'ip' member to 'tailcall_target'
Maciej Fijalkowski
2
-9
/
+11
2020-09-17
bpf: propagate poke descriptors to subprograms
Maciej Fijalkowski
1
-3
/
+63
2020-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-12
/
+7
2020-09-15
bpf: Add BPF_PROG_BIND_MAP syscall
YiFei Zhu
1
-0
/
+63
2020-09-15
bpf: Mutex protect used_maps array and count
YiFei Zhu
2
-8
/
+23
2020-09-15
bpf: Fix a rcu warning for bpffs map pretty-print
Yonghong Song
1
-1
/
+3
2020-09-08
bpf: Permit map_ptr arithmetic with opcode add and offset 0
Yonghong Song
1
-0
/
+4
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-6
/
+6
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+1
2020-09-03
bpf: Do not use bucket_lock for hashmap iterator
Yonghong Song
1
-11
/
+4
2020-09-02
bpf: Avoid iterating duplicated files for task_file iterator
Yonghong Song
1
-4
/
+11
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
36
-118
/
+2491
2020-09-01
bpf: {cpu,dev}map: Change various functions return type from int to void
Björn Töpel
2
-16
/
+10
2020-08-31
bpf: Remove bpf_lsm_file_mprotect from sleepable list.
Alexei Starovoitov
2
-1
/
+1
2020-08-31
bpf: Fix build without BPF_LSM.
Alexei Starovoitov
1
-0
/
+2
2020-08-28
bpf: Add bpf_copy_from_user() helper.
Alexei Starovoitov
1
-0
/
+22
2020-08-28
bpf: Introduce sleepable BPF programs
Alexei Starovoitov
5
-14
/
+121
2020-08-28
bpf: Relax max_entries check for most of the inner map types
Martin KaFai Lau
2
-3
/
+9
2020-08-28
bpf: Add map_meta_equal map ops
Martin KaFai Lau
13
-15
/
+32
2020-08-26
bpf: Fix a verifier failure with xor
Yonghong Song
1
-0
/
+66
2020-08-26
bpf: verifier: Use target program's type for access verifications
Udip Pant
1
-11
/
+21
2020-08-25
bpf: Add BTF_SET_START/END macros
Jiri Olsa
2
-0
/
+19
2020-08-25
bpf: Add btf_struct_ids_match function
Jiri Olsa
2
-6
/
+42
2020-08-25
bpf: Factor btf_struct_access function
Jiri Olsa
1
-10
/
+65
2020-08-25
bpf: Remove recursion call in btf_struct_access
Jiri Olsa
1
-6
/
+5
2020-08-25
bpf: Add type_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-4
/
+9
2020-08-25
bpf: Add elem_id pointer as argument to __btf_resolve_size
Jiri Olsa
1
-3
/
+7
2020-08-25
bpf: Move btf_resolve_size into __btf_resolve_size
Jiri Olsa
2
-11
/
+16
2020-08-25
bpf: Disallow BPF_PRELOAD in allmodconfig builds
Alexei Starovoitov
1
-0
/
+3
2020-08-25
bpf: Allow local storage to be used from LSM programs
KP Singh
1
-1
/
+20
2020-08-25
bpf: Implement bpf_local_storage for inodes
KP Singh
4
-1
/
+286
[next]