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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-06
bpf: Add helpers for trampoline image management
Song Liu
4
-18
/
+52
2023-12-06
bpf: Adjust argument names of arch_prepare_bpf_trampoline()
Song Liu
3
-9
/
+9
2023-12-06
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
Merge branch 'bpf-token-and-bpf-fs-based-delegation'
Alexei Starovoitov
29
-167
/
+1624
2023-12-06
bpf,selinux: allocate bpf_security_struct per BPF token
Andrii Nakryiko
1
-0
/
+25
2023-12-06
selftests/bpf: add BPF token-enabled tests
Andrii Nakryiko
1
-0
/
+672
2023-12-06
libbpf: add BPF token support to bpf_prog_load() API
Andrii Nakryiko
2
-2
/
+4
2023-12-06
libbpf: add BPF token support to bpf_btf_load() API
Andrii Nakryiko
2
-2
/
+5
2023-12-06
libbpf: add BPF token support to bpf_map_create() API
Andrii Nakryiko
2
-2
/
+7
2023-12-06
libbpf: add bpf_token_create() API
Andrii Nakryiko
3
-0
/
+42
2023-12-06
bpf,lsm: add BPF token LSM hooks
Andrii Nakryiko
6
-6
/
+109
2023-12-06
bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
6
-18
/
+26
2023-12-06
bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
6
-38
/
+49
2023-12-06
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
6
-20
/
+19
2023-12-06
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
9
-30
/
+32
2023-12-06
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
9
-26
/
+110
2023-12-06
bpf: add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
3
-2
/
+20
2023-12-06
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
8
-15
/
+67
2023-12-06
bpf: introduce BPF token object
Andrii Nakryiko
7
-6
/
+354
2023-12-06
bpf: add BPF token delegation mount options to BPF FS
Andrii Nakryiko
2
-10
/
+88
2023-12-06
bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
1
-4
/
+9
2023-12-05
Merge branch 'complete-bpf-verifier-precision-tracking-support-for-register-s...
Alexei Starovoitov
5
-114
/
+405
2023-12-05
selftests/bpf: validate precision logic in partial_stack_load_preserves_zeros
Andrii Nakryiko
1
-0
/
+16
2023-12-05
bpf: track aligned STACK_ZERO cases as imprecise spilled registers
Andrii Nakryiko
1
-3
/
+7
2023-12-05
selftests/bpf: validate zero preservation for sub-slot loads
Andrii Nakryiko
1
-0
/
+71
2023-12-05
bpf: preserve constant zero when doing partial register restore
Andrii Nakryiko
1
-4
/
+21
2023-12-05
selftests/bpf: validate STACK_ZERO is preserved on subreg spill
Andrii Nakryiko
1
-0
/
+40
2023-12-05
bpf: preserve STACK_ZERO slots on partial reg spills
Andrii Nakryiko
1
-5
/
+23
2023-12-05
bpf: fix check for attempt to corrupt spilled pointer
Andrii Nakryiko
1
-1
/
+1
2023-12-05
selftests/bpf: add stack access precision test
Andrii Nakryiko
1
-5
/
+59
2023-12-05
bpf: support non-r10 register spill/fill to/from stack in precision tracking
Andrii Nakryiko
4
-98
/
+169
2023-12-05
selftests/bpf: Make sure we trigger metadata kfuncs for dst 8080
Stanislav Fomichev
1
-1
/
+30
2023-12-05
xsk: Add missing SPDX to AF_XDP TX metadata documentation
Stanislav Fomichev
1
-0
/
+2
2023-12-05
selftests/bpf: Test bpf_kptr_xchg stashing of bpf_rb_root
Dave Marchevsky
2
-0
/
+76
2023-12-04
Merge branch 'bpf-fix-the-release-of-inner-map'
Alexei Starovoitov
13
-41
/
+453
2023-12-04
selftests/bpf: Test outer map update operations in syscall program
Hou Tao
2
-7
/
+119
2023-12-04
selftests/bpf: Add test cases for inner map
Hou Tao
2
-0
/
+234
2023-12-04
bpf: Optimize the free of inner map
Hou Tao
5
-6
/
+26
2023-12-04
bpf: Defer the free of inner map when necessary
Hou Tao
3
-9
/
+41
2023-12-04
bpf: Set need_defer as false when clearing fd array during map free
Hou Tao
1
-9
/
+14
2023-12-04
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
5
-11
/
+17
2023-12-04
bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
Hou Tao
1
-5
/
+8
2023-12-04
selftests/bpf: Fix spelling mistake "get_signaure_size" -> "get_signature_size"
Colin Ian King
1
-1
/
+1
2023-12-04
bpf: Minor logging improvement
Andrei Matei
1
-2
/
+2
2023-12-02
Merge branch 'bpf-verifier-retval-logic-fixes'
Alexei Starovoitov
15
-80
/
+212
2023-12-02
bpf: simplify tnum output if a fully known constant
Andrii Nakryiko
5
-10
/
+17
2023-12-02
selftests/bpf: adjust global_func15 test to validate prog exit precision
Andrii Nakryiko
1
-0
/
+32
2023-12-02
selftests/bpf: validate async callback return value check correctness
Andrii Nakryiko
1
-8
/
+28
2023-12-02
bpf: enforce precision of R0 on program/async callback return
Andrii Nakryiko
1
-0
/
+4
[next]