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
2024-09-04
libbpf: Fix accessing first syscall argument on RV64
Pu Lehui
1
-1
/
+8
2024-09-04
selftests/bpf: Enable test_bpf_syscall_macro: Syscall_arg1 on s390 and arm64
Pu Lehui
2
-6
/
+0
2024-09-04
libbpf: Access first syscall argument with CO-RE direct read on arm64
Pu Lehui
1
-2
/
+2
2024-09-04
libbpf: Access first syscall argument with CO-RE direct read on s390
Pu Lehui
1
-2
/
+2
2024-09-04
selftests/bpf: Add a selftest for x86 jit convergence issues
Yonghong Song
2
-0
/
+116
2024-09-04
bpf, x64: Fix a jit convergence issue
Yonghong Song
1
-2
/
+52
2024-09-04
selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
Feng Yang
10
-12
/
+20
2024-09-04
Merge branch 'bpf-follow-up-on-gen_epilogue'
Alexei Starovoitov
2
-43
/
+44
2024-09-04
bpf: Fix indentation issue in epilogue_idx
Martin KaFai Lau
1
-1
/
+1
2024-09-04
bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
Martin KaFai Lau
2
-42
/
+43
2024-09-04
samples/bpf: Remove sample tracex2
Rong Tao
3
-289
/
+0
2024-09-04
selftests/bpf: Fix procmap_query()'s params mismatch and compilation warning
Yuan Chen
1
-2
/
+2
2024-09-04
bpf, arm64: Jit BPF_CALL to direct call when possible
Xu Kuohai
1
-16
/
+75
2024-09-02
bpftool: Fix handling enum64 in btf dump sorting
Mykyta Yatsenko
1
-3
/
+4
2024-09-02
bpftool: Add missing blank lines in bpftool-net doc example
Quentin Monnet
1
-0
/
+2
2024-08-30
selftests/bpf: Do not update vmlinux.h unnecessarily
Ihor Solodrai
1
-1
/
+5
2024-08-30
selftests/bpf: Specify libbpf headers required for %.bpf.o progs
Ihor Solodrai
1
-2
/
+7
2024-08-30
selftests/bpf: Check if distilled base inherits source endianness
Eduard Zingerman
1
-0
/
+68
2024-08-30
libbpf: Ensure new BTF objects inherit input endianness
Tony Ambardar
1
-0
/
+4
2024-08-30
bpf: Use sockfd_put() helper
Jinjie Ruan
1
-1
/
+1
2024-08-30
bpf: Remove custom build rule
Alexey Gladkov
4
-6
/
+6
2024-08-29
selftests/bpf: Add tests for iter next method returning valid pointer
Juntong Deng
4
-1
/
+154
2024-08-29
bpf: Make the pointer returned by iter next method valid
Juntong Deng
1
-4
/
+22
2024-08-29
Merge branch 'bpf-add-gen_epilogue-to-bpf_verifier_ops'
Alexei Starovoitov
14
-8
/
+813
2024-08-29
selftests/bpf: Test epilogue patching when the main prog has multiple BPF_EXIT
Martin KaFai Lau
2
-0
/
+84
2024-08-29
selftests/bpf: A pro/epilogue test when the main prog jumps back to the 1st insn
Martin KaFai Lau
2
-0
/
+151
2024-08-29
selftests/bpf: Add tailcall epilogue test
Martin KaFai Lau
2
-0
/
+104
2024-08-29
selftests/bpf: Test gen_prologue and gen_epilogue
Martin KaFai Lau
5
-0
/
+371
2024-08-29
selftests/bpf: attach struct_ops maps before test prog runs
Eduard Zingerman
1
-0
/
+27
2024-08-29
bpf: Export bpf_base_func_proto
Martin KaFai Lau
1
-0
/
+1
2024-08-29
bpf: Add gen_epilogue to bpf_verifier_ops
Martin KaFai Lau
4
-1
/
+58
2024-08-29
bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologue
Martin KaFai Lau
1
-0
/
+6
2024-08-29
bpf: Move insn_buf[16] to bpf_verifier_env
Martin KaFai Lau
2
-7
/
+11
2024-08-29
bpf: Use kvmemdup to simplify the code
Hongbo Li
1
-2
/
+1
2024-08-29
docs/bpf: Fix a typo in verifier.rst
Yiming Xiang
1
-1
/
+1
2024-08-29
selftests/bpf: Make sure stashed kptr in local kptr is freed recursively
Amery Hung
1
-1
/
+29
2024-08-29
libbpf: Fix bpf_object__open_skeleton()'s mishandling of options
Andrii Nakryiko
1
-33
/
+19
2024-08-28
selftests/bpf: Add test for zero offset or non-zero offset pointers as KF_ACQ...
Juntong Deng
4
-0
/
+58
2024-08-28
bpf: Relax KF_ACQUIRE kfuncs strict type matching constraint
Juntong Deng
1
-2
/
+1
2024-08-28
selftests/bpf: Fix incorrect parameters in NULL pointer checking
Hao Ge
1
-1
/
+1
2024-08-28
Merge branch 'bpf-arm64-simplify-jited-prologue-epilogue'
Alexei Starovoitov
1
-202
/
+192
2024-08-28
bpf, arm64: Avoid blindly saving/restoring all callee-saved registers
Xu Kuohai
1
-111
/
+183
2024-08-28
bpf, arm64: Get rid of fpb
Xu Kuohai
1
-93
/
+11
2024-08-27
samples/bpf: tracex4: Fix failed to create kretprobe 'kmem_cache_alloc_node+0x0'
Rong Tao
1
-2
/
+2
2024-08-23
selftests/bpf: Add tests for bpf_copy_from_user_str kfunc.
Jordan Rome
4
-7
/
+75
2024-08-23
bpf: Add bpf_copy_from_user_str kfunc
Jordan Rome
3
-0
/
+60
2024-08-23
selftests/bpf: use simply-expanded variables for libpcap flags
Eduard Zingerman
1
-3
/
+4
2024-08-23
Merge branch 'support-bpf_kptr_xchg-into-local-kptr'
Alexei Starovoitov
8
-48
/
+151
2024-08-23
selftests/bpf: Test bpf_kptr_xchg stashing into local kptr
Dave Marchevsky
2
-3
/
+53
2024-08-23
bpf: Support bpf_kptr_xchg into local kptr
Dave Marchevsky
3
-20
/
+37
[next]