index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
smp.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-10
test_bpf: Rename second ALU64_SMOD_X to ALU64_SMOD_K
Tiezhu Yang
1
-1
/
+1
2023-12-10
selftests/bpf: validate fake register spill/fill precision backtracking logic
Andrii Nakryiko
1
-0
/
+154
2023-12-10
bpf: handle fake register spill to stack with BPF_ST_MEM instruction
Andrii Nakryiko
1
-1
/
+0
2023-12-10
bpf: Set uattr->batch.count as zero before batched update or deletion
Hou Tao
1
-0
/
+6
2023-12-10
bpf: Only call maybe_wait_bpf_programs() when map operation succeeds
Hou Tao
1
-2
/
+4
2023-12-10
bpf: Add missed maybe_wait_bpf_programs() for htab of maps
Hou Tao
1
-3
/
+3
2023-12-10
bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()
Hou Tao
1
-1
/
+3
2023-12-10
bpf: Remove unnecessary wait from bpf_map_copy_value()
Hou Tao
1
-1
/
+0
2023-12-09
libbpf: Add pr_warn() for EINVAL cases in linker_sanity_check_elf
Sergei Trofimovich
1
-4
/
+20
2023-12-09
selftests/bpf: Add selftests for cgroup1 local storage
Yafang Shao
4
-47
/
+278
2023-12-09
selftests/bpf: Add a new cgroup helper open_classid()
Yafang Shao
2
-0
/
+17
2023-12-09
bpf: Enable bpf_cgrp_storage for cgroup1 non-attach case
Yafang Shao
1
-3
/
+3
2023-12-09
selftests/bpf: fix timer/test_bad_ret subtest on test_progs-cpuv4 flavor
Andrii Nakryiko
1
-2
/
+3
2023-12-08
bpf: Minor cleanup around stack bounds
Andrei Matei
1
-2
/
+9
2023-12-08
bpf: Fix accesses to uninit stack slots
Andrei Matei
9
-72
/
+92
2023-12-08
bpf: Add some comments to stack representation
Andrei Matei
1
-0
/
+14
2023-12-08
bpf: Load vmlinux btf for any struct_ops map
David Vernet
1
-0
/
+11
2023-12-07
bpf: Guard stack limits against 32bit overflow
Andrei Matei
1
-3
/
+3
2023-12-07
bpf: Add verifier regression test for previous patch
Andrei Matei
1
-0
/
+29
2023-12-07
bpf: Fix verification of indirect var-off stack access
Andrei Matei
1
-10
/
+4
2023-12-07
x86, bpf: Use bpf_prog_pack for bpf trampoline
Song Liu
1
-26
/
+72
2023-12-07
bpf: Use arch_bpf_trampoline_size
Song Liu
6
-37
/
+44
2023-12-07
bpf: Add arch_bpf_trampoline_size()
Song Liu
6
-46
/
+136
2023-12-07
bpf, x86: Adjust arch_prepare_bpf_trampoline return value
Song Liu
1
-1
/
+1
2023-12-07
bpf: Add helpers for trampoline image management
Song Liu
4
-18
/
+52
2023-12-07
bpf: Adjust argument names of arch_prepare_bpf_trampoline()
Song Liu
3
-9
/
+9
2023-12-07
bpf: Let bpf_prog_pack_free handle any pointer
Song Liu
3
-16
/
+12
2023-12-06
bpf: rename MAX_BPF_LINK_TYPE into __MAX_BPF_LINK_TYPE for consistency
Andrii Nakryiko
3
-3
/
+7
2023-12-06
bpf,selinux: allocate bpf_security_struct per BPF token
Andrii Nakryiko
1
-0
/
+25