index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-09-05
bpftool: fix some typos in bpftool
Lin Yikai
2024-09-05
selftests/bpf: fix some typos in selftests
Lin Yikai
2024-09-05
Merge branch 'selftests-bpf-add-uprobe-multi-pid-filter-test'
Andrii Nakryiko
2024-09-05
selftests/bpf: Add uprobe multi pid filter test for clone-ed processes
Jiri Olsa
2024-09-05
selftests/bpf: Add uprobe multi pid filter test for fork-ed processes
Jiri Olsa
2024-09-05
selftests/bpf: Add child argument to spawn_child function
Jiri Olsa
2024-09-05
bpf: Fix uprobe multi pid filter check
Jiri Olsa
2024-09-04
Merge branch 'fix-accessing-first-syscall-argument-on-rv64'
Andrii Nakryiko
2024-09-04
libbpf: Fix accessing first syscall argument on RV64
Pu Lehui
2024-09-04
selftests/bpf: Enable test_bpf_syscall_macro: Syscall_arg1 on s390 and arm64
Pu Lehui
2024-09-04
libbpf: Access first syscall argument with CO-RE direct read on arm64
Pu Lehui
2024-09-04
libbpf: Access first syscall argument with CO-RE direct read on s390
Pu Lehui
2024-09-04
selftests/bpf: Add a selftest for x86 jit convergence issues
Yonghong Song
2024-09-04
bpf, x64: Fix a jit convergence issue
Yonghong Song
2024-09-04
selftests: bpf: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
Feng Yang
2024-09-04
Merge branch 'bpf-follow-up-on-gen_epilogue'
Alexei Starovoitov
2024-09-04
bpf: Fix indentation issue in epilogue_idx
Martin KaFai Lau
2024-09-04
bpf: Remove the insn_buf array stack usage from the inline_bpf_loop()
Martin KaFai Lau
2024-09-04
samples/bpf: Remove sample tracex2
Rong Tao
2024-09-04
selftests/bpf: Fix procmap_query()'s params mismatch and compilation warning
Yuan Chen
2024-09-04
bpf, arm64: Jit BPF_CALL to direct call when possible
Xu Kuohai
2024-09-02
bpftool: Fix handling enum64 in btf dump sorting
Mykyta Yatsenko
2024-09-02
bpftool: Add missing blank lines in bpftool-net doc example
Quentin Monnet
2024-08-30
selftests/bpf: Do not update vmlinux.h unnecessarily
Ihor Solodrai
2024-08-30
selftests/bpf: Specify libbpf headers required for %.bpf.o progs
Ihor Solodrai
2024-08-30
selftests/bpf: Check if distilled base inherits source endianness
Eduard Zingerman
2024-08-30
libbpf: Ensure new BTF objects inherit input endianness
Tony Ambardar
2024-08-30
bpf: Use sockfd_put() helper
Jinjie Ruan
2024-08-30
bpf: Remove custom build rule
Alexey Gladkov
2024-08-29
selftests/bpf: Add tests for iter next method returning valid pointer
Juntong Deng
2024-08-29
bpf: Make the pointer returned by iter next method valid
Juntong Deng
2024-08-29
Merge branch 'bpf-add-gen_epilogue-to-bpf_verifier_ops'
Alexei Starovoitov
2024-08-29
selftests/bpf: Test epilogue patching when the main prog has multiple BPF_EXIT
Martin KaFai Lau
2024-08-29
selftests/bpf: A pro/epilogue test when the main prog jumps back to the 1st insn
Martin KaFai Lau
2024-08-29
selftests/bpf: Add tailcall epilogue test
Martin KaFai Lau
2024-08-29
selftests/bpf: Test gen_prologue and gen_epilogue
Martin KaFai Lau
2024-08-29
selftests/bpf: attach struct_ops maps before test prog runs
Eduard Zingerman
2024-08-29
bpf: Export bpf_base_func_proto
Martin KaFai Lau
2024-08-29
bpf: Add gen_epilogue to bpf_verifier_ops
Martin KaFai Lau
2024-08-29
bpf: Adjust BPF_JMP that jumps to the 1st insn of the prologue
Martin KaFai Lau
2024-08-29
bpf: Move insn_buf[16] to bpf_verifier_env
Martin KaFai Lau
2024-08-29
bpf: Use kvmemdup to simplify the code
Hongbo Li
2024-08-29
docs/bpf: Fix a typo in verifier.rst
Yiming Xiang
2024-08-29
selftests/bpf: Make sure stashed kptr in local kptr is freed recursively
Amery Hung
2024-08-29
libbpf: Fix bpf_object__open_skeleton()'s mishandling of options
Andrii Nakryiko
2024-08-28
selftests/bpf: Add test for zero offset or non-zero offset pointers as KF_ACQ...
Juntong Deng
2024-08-28
bpf: Relax KF_ACQUIRE kfuncs strict type matching constraint
Juntong Deng
2024-08-28
selftests/bpf: Fix incorrect parameters in NULL pointer checking
Hao Ge
2024-08-28
Merge branch 'bpf-arm64-simplify-jited-prologue-epilogue'
Alexei Starovoitov
2024-08-28
bpf, arm64: Avoid blindly saving/restoring all callee-saved registers
Xu Kuohai
[next]