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
2022-11-23
bpf: Don't use idx variable when registering kfunc dtors
David Vernet
2022-11-22
Merge branch 'Support storing struct cgroup * objects as kptrs'
Alexei Starovoitov
2022-11-22
selftests/bpf: Add selftests for bpf_cgroup_ancestor() kfunc
David Vernet
2022-11-22
bpf: Add bpf_cgroup_ancestor() kfunc
David Vernet
2022-11-22
selftests/bpf: Add cgroup kfunc / kptr selftests
David Vernet
2022-11-22
bpf: Enable cgroups to be used as kptrs
David Vernet
2022-11-22
selftests/bpf: Workaround for llvm nop-4 bug
Alexei Starovoitov
2022-11-22
Revert "selftests/bpf: Temporarily disable linked list tests"
Alexei Starovoitov
2022-11-21
selftests/bpf: Make sure zero-len skbs aren't redirectable
Stanislav Fomichev
2022-11-21
bpf: Move skb->len == 0 checks into __bpf_redirect
Stanislav Fomichev
2022-11-21
selftests/bpf: Add test for cgroup iterator on a dead cgroup
Hou Tao
2022-11-21
selftests/bpf: Add cgroup helper remove_cgroup()
Hou Tao
2022-11-21
bpf: Pin the start cgroup in cgroup_iter_seq_init()
Hou Tao
2022-11-21
bpf/verifier: Use kmalloc_size_roundup() to match ksize() usage
Kees Cook
2022-11-20
Merge branch 'clean-up bpftool from legacy support'
Alexei Starovoitov
2022-11-20
bpftool: remove function free_btf_vmlinux()
Sahid Orentino Ferdjaoui
2022-11-20
bpftool: clean-up usage of libbpf_get_error()
Sahid Orentino Ferdjaoui
2022-11-20
bpftool: fix error message when function can't register struct_ops
Sahid Orentino Ferdjaoui
2022-11-20
bpftool: replace return value PTR_ERR(NULL) with 0
Sahid Orentino Ferdjaoui
2022-11-20
bpftool: remove support of --legacy option for bpftool
Sahid Orentino Ferdjaoui
2022-11-20
Merge branch 'bpf: Implement two type cast kfuncs'
Alexei Starovoitov
2022-11-20
bpf: Add type cast unit tests
Yonghong Song
2022-11-20
bpf: Add a kfunc for generic type cast
Yonghong Song
2022-11-20
bpf: Add a kfunc to type cast from bpf uapi ctx to kernel ctx
Yonghong Song
2022-11-20
bpf: Add support for kfunc set with common btf_ids
Yonghong Song
2022-11-20
bpf: Disallow bpf_obj_new_impl call when bpf_mem_alloc_init fails
Kumar Kartikeya Dwivedi
2022-11-20
Merge branch 'Support storing struct task_struct objects as kptrs'
Alexei Starovoitov
2022-11-20
bpf/selftests: Add selftests for new task kfuncs
David Vernet
2022-11-20
bpf: Add kfuncs for storing struct task_struct * as a kptr
David Vernet
2022-11-20
bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncs
David Vernet
2022-11-20
bpf: Allow multiple modifiers in reg_type_str() prefix
David Vernet
2022-11-18
bpf, samples: Use "grep -E" instead of "egrep"
Tiezhu Yang
2022-11-18
bpf, docs: DEVMAPs and XDP_REDIRECT
Maryam Tahhan
2022-11-18
libbpf: Ignore hashmap__find() result explicitly in btf_dump
Andrii Nakryiko
2022-11-18
selftests/bpf: Skip spin lock failure test on s390x
Kumar Kartikeya Dwivedi
2022-11-17
Merge branch 'Allocated objects, BPF linked lists'
Alexei Starovoitov
2022-11-17
selftests/bpf: Temporarily disable linked list tests
Kumar Kartikeya Dwivedi
2022-11-17
selftests/bpf: Add BTF sanity tests
Kumar Kartikeya Dwivedi
2022-11-17
selftests/bpf: Add BPF linked list API tests
Kumar Kartikeya Dwivedi
2022-11-17
selftests/bpf: Add failure test cases for spin lock pairing
Kumar Kartikeya Dwivedi
2022-11-17
selftests/bpf: Update spinlock selftest
Kumar Kartikeya Dwivedi
2022-11-17
selftests/bpf: Add __contains macro to bpf_experimental.h
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Add comments for map BTF matching requirement for bpf_list_head
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Introduce single ownership BPF linked list API
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Permit NULL checking pointer with non-zero fixed offset
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Introduce bpf_obj_drop
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Introduce bpf_obj_new
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Support constant scalar arguments for kfuncs
Kumar Kartikeya Dwivedi
2022-11-17
bpf: Rewrite kfunc argument handling
Kumar Kartikeya Dwivedi
[next]