index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
15
-115
/
+52
2022-04-25
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
2
-7
/
+25
2022-04-25
bpf: Teach verifier about kptr_get kfunc helpers
Kumar Kartikeya Dwivedi
1
-5
/
+53
2022-04-25
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
4
-25
/
+204
2022-04-25
bpf: Populate pairs of btf_id and destructor kfunc in btf
Kumar Kartikeya Dwivedi
1
-0
/
+108
2022-04-25
bpf: Adapt copy_map_value for multiple offset case
Kumar Kartikeya Dwivedi
1
-1
/
+87
2022-04-25
bpf: Prevent escaping of kptr loaded from maps
Kumar Kartikeya Dwivedi
1
-7
/
+28
2022-04-25
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
3
-13
/
+119
2022-04-25
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
3
-41
/
+50
2022-04-25
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
4
-35
/
+401
2022-04-25
bpf: Use bpf_prog_run_array_cg_flags everywhere
Stanislav Fomichev
1
-48
/
+24
2022-04-23
bpf: Allow attach TRACING programs through LINK_CREATE command
Andrii Nakryiko
1
-54
/
+56
2022-04-21
bpf: Move check_ptr_off_reg before check_map_access
Kumar Kartikeya Dwivedi
1
-38
/
+38
2022-04-21
bpf: Make btf_find_field more generic
Kumar Kartikeya Dwivedi
1
-31
/
+89
2022-04-19
bpf: Fix usage of trace RCU in local storage.
KP Singh
3
-14
/
+23
2022-04-19
bpf: Ensure type tags precede modifiers in BTF
Kumar Kartikeya Dwivedi
1
-0
/
+54
2022-04-19
bpf: Move rcu lock management out of BPF_PROG_RUN routines
Stanislav Fomichev
1
-17
/
+107
2022-04-14
bpf: Remove unnecessary type castings
Yu Zhe
2
-3
/
+3
2022-04-13
Merge branch 'pr/bpf-sysctl' into bpf-next
Daniel Borkmann
1
-0
/
+87
2022-04-13
bpf: Move BPF sysctls from kernel/sysctl.c to BPF core
Yan Zhu
1
-0
/
+87
2022-04-11
bpf: Remove redundant assignment to meta.seq in __task_seq_show()
Yuntao Wang
2
-2
/
+1
2022-04-09
bpf: Fix excessive memory allocation in stack_map_alloc()
Yuntao Wang
1
-1
/
+0
2022-04-06
bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_access
Kumar Kartikeya Dwivedi
1
-0
/
+5
2022-04-06
bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_access
Kumar Kartikeya Dwivedi
1
-1
/
+11
2022-04-06
bpf: Do write access check for kfunc and global func
Kumar Kartikeya Dwivedi
1
-15
/
+29
2022-04-03
bpf: Replace usage of supported with dedicated list iterator variable
Jakob Koschel
1
-16
/
+14
2022-04-01
bpf: Remove redundant assignment to smap->map.value_size
Yuntao Wang
1
-1
/
+0
2022-03-28
bpf: Fix maximum permitted number of arguments check
Yuntao Wang
1
-1
/
+1
2022-03-27
Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-16
/
+4
2022-03-21
bpf: Fix bpf_prog_pack when PMU_SIZE is not defined
Song Liu
1
-2
/
+13
2022-03-21
bpf: Fix bpf_prog_pack for multi-node setup
Song Liu
1
-2
/
+7
2022-03-21
bpf: Fix warning for cast from restricted gfp_t in verifier
Joanne Koong
1
-2
/
+2
2022-03-21
Revert "bpf: Add support to inline bpf_get_func_ip helper on x86"
Jiri Olsa
1
-20
/
+1
2022-03-21
bpf: Simplify check in btf_parse_hdr()
Yuntao Wang
1
-2
/
+1
2022-03-20
bpf: Check for NULL return from bpf_get_btf_vmlinux
Kumar Kartikeya Dwivedi
1
-1
/
+5
2022-03-20
bpf: Adjust BPF stack helper functions to accommodate skip > 0
Namhyung Kim
1
-32
/
+24
2022-03-20
bpf: Select proper size for bpf_prog_pack
Song Liu
1
-23
/
+47
2022-03-20
bpf: Enable non-atomic allocations in local storage
Joanne Koong
4
-29
/
+68
2022-03-19
bpf: Always raise reference in btf_get_module_btf
Kumar Kartikeya Dwivedi
1
-10
/
+11
2022-03-18
bpf: Factor out fd returning from bpf_btf_find_by_name_kind
Kumar Kartikeya Dwivedi
1
-37
/
+53
2022-03-17
bpf: Add cookie support to programs attached with kprobe multi link
Jiri Olsa
1
-1
/
+1
2022-03-17
bpf: Add support to inline bpf_get_func_ip helper on x86
Jiri Olsa
1
-1
/
+20
2022-03-17
bpf: Add multi kprobe link
Jiri Olsa
1
-5
/
+21
2022-03-16
bpf: Fix net.core.bpf_jit_harden race
Hou Tao
2
-3
/
+5
2022-03-15
x86/ibt,ftrace: Search for __fentry__ location
Peter Zijlstra
1
-16
/
+4
2022-03-10
bpf-lsm: Make bpf_lsm_kernel_read_file() as sleepable
Roberto Sassu
1
-0
/
+1
2022-03-10
bpf-lsm: Introduce new helper bpf_ima_file_hash()
Roberto Sassu
1
-0
/
+20
2022-03-10
bpf: Use offsetofend() to simplify macro definition
Yuntao Wang
1
-2
/
+1
2022-03-09
bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
Toke Høiland-Jørgensen
2
-1
/
+2
2022-03-08
bpf: Determine buf_info inside check_buffer_access()
Shung-Hsi Yu
1
-9
/
+3
[next]