index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpf: Tweak definition of KF_TRUSTED_ARGS
Kumar Kartikeya Dwivedi
2022-09-22
1
-5
/
+13
*
bpf: Always use raw spinlock for hash bucket lock
Hou Tao
2022-09-22
1
-52
/
+14
*
bpf: Prevent bpf program recursion for raw tracepoint probes
Jiri Olsa
2022-09-22
3
-13
/
+19
*
bpf: Add bpf_verify_pkcs7_signature() kfunc
Roberto Sassu
2022-09-22
1
-0
/
+45
*
bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs
Roberto Sassu
2022-09-22
1
-0
/
+135
*
bpf: Export bpf_dynptr_get_size()
Roberto Sassu
2022-09-22
1
-1
/
+1
*
btf: Allow dynamic pointer parameters in kfuncs
Roberto Sassu
2022-09-22
2
-5
/
+38
*
bpf: Move dynptr type check to is_dynptr_type_expected()
Roberto Sassu
2022-09-22
1
-8
/
+27
*
btf: Export bpf_dynptr definition
Roberto Sassu
2022-09-22
1
-0
/
+2
*
bpf: Allow kfuncs to be used in LSM programs
KP Singh
2022-09-22
1
-0
/
+1
*
bpf: Add bpf_user_ringbuf_drain() helper
David Vernet
2022-09-22
3
-9
/
+235
*
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2022-09-22
2
-6
/
+59
*
bpf: simplify code in btf_parse_hdr
William Dean
2022-09-21
1
-6
/
+1
*
bpf: Check whether or not node is NULL before free it in free_bulk
Hou Tao
2022-09-20
1
-1
/
+2
*
bpf/btf: Use btf_type_str() whenever possible
Peilin Ye
2022-09-17
1
-9
/
+8
*
ftrace: Add HAVE_DYNAMIC_FTRACE_NO_PATCHABLE
Peter Zijlstra (Intel)
2022-09-16
1
-0
/
+6
*
bpf: use kvmemdup_bpfptr helper
Wang Yufen
2022-09-16
1
-9
/
+4
*
bpf: Add verifier check for BPF_PTR_POISON retval and arg
Dave Marchevsky
2022-09-15
2
-10
/
+26
*
bpf: Add verifier support for custom callback return range
Dave Marchevsky
2022-09-11
1
-1
/
+6
*
bpf: Export btf_type_by_id() and bpf_log()
Daniel Xu
2022-09-11
2
-0
/
+2
*
bpf: Remove duplicate PTR_TO_BTF_ID RO check
Daniel Xu
2022-09-11
1
-3
/
+0
*
bpf: Simplify code by using for_each_cpu_wrap()
Punit Agrawal
2022-09-11
1
-32
/
+16
*
bpf: add missing percpu_counter_destroy() in htab_map_alloc()
Tetsuo Handa
2022-09-11
1
-0
/
+2
*
bpf: Add helper macro bpf_for_each_reg_in_vstate
Kumar Kartikeya Dwivedi
2022-09-08
1
-107
/
+28
*
bpf: Support kptrs in percpu arraymap
Kumar Kartikeya Dwivedi
2022-09-07
2
-10
/
+26
*
bpf: Fix resetting logic for unreferenced kptrs
Jules Irenge
2022-09-07
1
-1
/
+1
*
bpf/verifier: allow kfunc to return an allocated mem
Benjamin Tissoires
2022-09-07
2
-33
/
+113
*
bpf/btf: bump BTF_KFUNC_SET_MAX_CNT
Benjamin Tissoires
2022-09-07
1
-1
/
+1
*
bpf/verifier: allow all functions to read user provided context
Benjamin Tissoires
2022-09-07
1
-0
/
+19
*
bpf: split btf_check_subprog_arg_match in two
Benjamin Tissoires
2022-09-07
2
-6
/
+50
*
bpf: Allow struct argument in trampoline based programs
Yonghong Song
2022-09-07
1
-6
/
+39
*
bpf: Replace __ksize with ksize.
Alexei Starovoitov
2022-09-07
1
-1
/
+1
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
14
-193
/
+1306
|
\
|
*
bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
2
-19
/
+67
|
*
bpf: Remove usage of kmem_cache from bpf_mem_cache.
Alexei Starovoitov
2022-09-05
1
-36
/
+14
|
*
bpf: Remove prealloc-only restriction for sleepable bpf programs.
Alexei Starovoitov
2022-09-05
1
-23
/
+0
|
*
bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs.
Alexei Starovoitov
2022-09-05
1
-1
/
+14
|
*
bpf: Remove tracing program restriction on map types
Alexei Starovoitov
2022-09-05
1
-42
/
+0
|
*
bpf: Convert percpu hash map to per-cpu bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-26
/
+19
|
*
bpf: Add percpu allocation support to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
2
-6
/
+40
|
*
bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU.
Alexei Starovoitov
2022-09-05
2
-4
/
+66
|
*
bpf: Adjust low/high watermarks in bpf_mem_cache
Alexei Starovoitov
2022-09-05
1
-14
/
+36
|
*
bpf: Optimize call_rcu in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
2
-3
/
+7
|
*
bpf: Optimize element count in non-preallocated hash map.
Alexei Starovoitov
2022-09-05
1
-8
/
+62
|
*
bpf: Relax the requirement to use preallocated hash maps in tracing progs.
Alexei Starovoitov
2022-09-05
1
-9
/
+22
|
*
bpf: Convert hash map to bpf_mem_alloc.
Alexei Starovoitov
2022-09-05
1
-5
/
+16
|
*
bpf: Introduce any context BPF specific memory allocator.
Alexei Starovoitov
2022-09-05
2
-1
/
+481
|
*
bpf: Only add BTF IDs for socket security hooks when CONFIG_SECURITY_NETWORK ...
Hou Tao
2022-09-02
1
-0
/
+6
|
*
bpf: Remove useless else if
Jiapeng Chong
2022-09-01
1
-3
/
+1
|
*
bpf: Use this_cpu_{inc_return|dec} for prog->active
Hou Tao
2022-09-01
1
-4
/
+4
[next]