index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
bpf: Remove misleading spec_v1 check on var-offset stack read
Luis Gerhorst
2023-03-16
1
-10
/
+6
|
*
|
bpf: Remove bpf_cpumask_kptr_get() kfunc
David Vernet
2023-03-16
1
-29
/
+0
|
*
|
bpf: Mark struct bpf_cpumask as rcu protected
David Vernet
2023-03-16
1
-0
/
+1
|
*
|
bpf: Free struct bpf_cpumask in call_rcu handler
David Vernet
2023-03-16
1
-5
/
+14
|
*
|
bpf: Fix attaching fentry/fexit/fmod_ret/lsm to modules
Viktor Malik
2023-03-15
3
-29
/
+23
|
*
|
bpf: Allow helpers access trusted PTR_TO_BTF_ID.
Alexei Starovoitov
2023-03-13
1
-0
/
+15
|
*
|
bpf: Fix bpf_strncmp proto.
Alexei Starovoitov
2023-03-13
1
-1
/
+1
|
*
|
bpf: Disable migration when freeing stashed local kptr using obj drop
Dave Marchevsky
2023-03-13
2
-6
/
+8
|
*
|
bpf: fix precision propagation verbose logging
Andrii Nakryiko
2023-03-13
1
-2
/
+2
|
*
|
bpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
Dave Marchevsky
2023-03-10
1
-1
/
+7
|
*
|
bpf: Support __kptr to local kptrs
Dave Marchevsky
2023-03-10
3
-13
/
+49
|
*
|
bpf: Change btf_record_find enum parameter to field_mask
Dave Marchevsky
2023-03-10
1
-3
/
+3
|
*
|
bpf: btf: Remove unused btf_field_info_type enum
Dave Marchevsky
2023-03-10
1
-6
/
+0
|
*
|
bpf: verifier: Rename kernel_type_name helper to btf_type_name
Dave Marchevsky
2023-03-10
1
-8
/
+8
|
*
|
bpf: Add bpf_local_storage_free()
Martin KaFai Lau
2023-03-10
1
-9
/
+14
|
*
|
bpf: Add bpf_local_storage_rcu callback
Martin KaFai Lau
2023-03-10
1
-6
/
+11
|
*
|
bpf: Add bpf_selem_free()
Martin KaFai Lau
2023-03-10
1
-7
/
+14
|
*
|
bpf: Add bpf_selem_free_rcu callback
Martin KaFai Lau
2023-03-10
1
-4
/
+9
|
*
|
bpf: Remove bpf_selem_free_fields*_rcu
Martin KaFai Lau
2023-03-10
1
-62
/
+5
|
*
|
bpf: Repurpose use_trace_rcu to reuse_now in bpf_local_storage
Martin KaFai Lau
2023-03-10
4
-15
/
+15
|
*
|
bpf: Remember smap in bpf_local_storage
Martin KaFai Lau
2023-03-10
1
-0
/
+4
|
*
|
bpf: Remove the preceding __ from __bpf_selem_unlink_storage
Martin KaFai Lau
2023-03-10
1
-3
/
+3
|
*
|
bpf: Remove __bpf_local_storage_map_alloc
Martin KaFai Lau
2023-03-10
1
-37
/
+26
|
*
|
bpf: Refactor codes into bpf_local_storage_destroy
Martin KaFai Lau
2023-03-10
4
-25
/
+9
|
*
|
bpf: Move a few bpf_local_storage functions to static scope
Martin KaFai Lau
2023-03-10
1
-2
/
+2
|
*
|
bpf: take into account liveness when propagating precision
Andrii Nakryiko
2023-03-10
1
-2
/
+4
|
*
|
bpf: ensure state checkpointing at iter_next() call sites
Andrii Nakryiko
2023-03-10
1
-3
/
+28
|
*
|
bpf: implement numbers iterator
Andrii Nakryiko
2023-03-08
2
-0
/
+73
|
*
|
bpf: add support for open-coded iterator loops
Andrii Nakryiko
2023-03-08
1
-8
/
+587
|
*
|
bpf: add iterator kfuncs registration and validation logic
Andrii Nakryiko
2023-03-08
1
-1
/
+111
|
*
|
bpf: factor out fetching basic kfunc metadata
Andrii Nakryiko
2023-03-08
1
-33
/
+59
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-24
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
bpf: Adjust insufficient default bpf_jit_limit
Daniel Borkmann
2023-03-21
1
-1
/
+1
|
*
|
Merge branch 'bpf: Allow reads from uninit stack'
Alexei Starovoitov
2023-03-13
1
-1
/
+10
|
|
\
\
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-09
1
-0
/
+1
|
\
|
|
|
|
|
_
|
/
|
/
|
|
|
*
|
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2023-03-06
1
-0
/
+1
|
|
\
\
|
|
*
|
btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
Lorenz Bauer
2023-03-06
1
-0
/
+1
*
|
|
|
bpf: enforce all maps having memory usage callback
Yafang Shao
2023-03-07
1
-7
/
+3
*
|
|
|
bpf: offload map memory usage
Yafang Shao
2023-03-07
2
-0
/
+7
*
|
|
|
bpf, net: bpf_local_storage memory usage
Yafang Shao
2023-03-07
4
-0
/
+13
*
|
|
|
bpf: local_storage memory usage
Yafang Shao
2023-03-07
1
-0
/
+7
*
|
|
|
bpf: bpf_struct_ops memory usage
Yafang Shao
2023-03-07
1
-0
/
+16
*
|
|
|
bpf: queue_stack_maps memory usage
Yafang Shao
2023-03-07
1
-0
/
+10
*
|
|
|
bpf: devmap memory usage
Yafang Shao
2023-03-07
1
-2
/
+24
*
|
|
|
bpf: cpumap memory usage
Yafang Shao
2023-03-07
1
-0
/
+10
*
|
|
|
bpf: bloom_filter memory usage
Yafang Shao
2023-03-07
1
-0
/
+12
*
|
|
|
bpf: ringbuf memory usage
Yafang Shao
2023-03-07
1
-1
/
+19
*
|
|
|
bpf: reuseport_array memory usage
Yafang Shao
2023-03-07
1
-0
/
+8
*
|
|
|
bpf: stackmap memory usage
Yafang Shao
2023-03-07
1
-0
/
+14
*
|
|
|
bpf: arraymap memory usage
Yafang Shao
2023-03-07
1
-0
/
+28
[prev]
[next]