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-12-10
Merge branch 'stricter register ID checking in regsafe()'
Alexei Starovoitov
2022-12-10
selftests/bpf: test case for relaxed prunning of active_lock.id
Eduard Zingerman
2022-12-10
selftests/bpf: Add pruning test case for bpf_spin_lock
Kumar Kartikeya Dwivedi
2022-12-10
bpf: use check_ids() for active_lock comparison
Eduard Zingerman
2022-12-10
selftests/bpf: verify states_equal() maintains idmap across all frames
Eduard Zingerman
2022-12-10
bpf: states_equal() must build idmap for all function frames
Eduard Zingerman
2022-12-10
selftests/bpf: test cases for regsafe() bug skipping check_id()
Eduard Zingerman
2022-12-10
bpf: regsafe() must not skip check_ids()
Eduard Zingerman
2022-12-09
docs/bpf: Add documentation for BPF_MAP_TYPE_SK_STORAGE
Donald Hunter
2022-12-08
Merge branch 'Dynptr refactorings'
Alexei Starovoitov
2022-12-08
selftests/bpf: Add test for dynptr reinit in user_ringbuf callback
Kumar Kartikeya Dwivedi
2022-12-08
bpf: Use memmove for bpf_dynptr_{read,write}
Kumar Kartikeya Dwivedi
2022-12-08
bpf: Move PTR_TO_STACK alignment check to process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-08
bpf: Rework check_func_arg_reg_off
Kumar Kartikeya Dwivedi
2022-12-08
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-08
bpf: Propagate errors from process_* checks in check_func_arg
Kumar Kartikeya Dwivedi
2022-12-08
bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
Kumar Kartikeya Dwivedi
2022-12-08
Merge branch 'Misc optimizations for bpf mem allocator'
Alexei Starovoitov
2022-12-08
bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is true
Hou Tao
2022-12-08
bpf: Reuse freed element in free_by_rcu during allocation
Hou Tao
2022-12-08
selftests/bpf: Bring test_offload.py back to life
Stanislav Fomichev
2022-12-08
bpf: Fix comment error in fixup_kfunc_call function
Yang Jihong
2022-12-08
bpf: Do not zero-extend kfunc return values
Björn Töpel
2022-12-07
Merge branch 'Document some recent core kfunc additions'
Alexei Starovoitov
2022-12-07
bpf/docs: Document struct cgroup * kfuncs
David Vernet
2022-12-07
bpf/docs: Document struct task_struct * kfuncs
David Vernet
2022-12-07
selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic tester
Andrii Nakryiko
2022-12-07
selftests/bpf: add generic BPF program tester-loader
Andrii Nakryiko
2022-12-07
bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()
Andrii Nakryiko
2022-12-07
Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-next
Alexei Starovoitov
2022-12-07
bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_ret
Benjamin Tissoires
2022-12-06
net: xsk: Don't include <linux/rculist.h>
Christophe JAILLET
2022-12-06
Merge branch 'Refactor verifier prune and jump point handling'
Alexei Starovoitov
2022-12-06
bpf: remove unnecessary prune and jump points
Andrii Nakryiko
2022-12-06
bpf: mostly decouple jump history management from is_state_visited()
Andrii Nakryiko
2022-12-06
bpf: decouple prune and jump points
Andrii Nakryiko
2022-12-06
bpf: Loosen alloc obj test in verifier's reg_btf_record
Dave Marchevsky
2022-12-06
bpf: Don't use rcu_users to refcount in task kfuncs
David Vernet
2022-12-06
Merge branch 'BPF selftests fixes'
Andrii Nakryiko
2022-12-06
selftests/bpf: Use CONFIG_TEST_BPF=m instead of CONFIG_TEST_BPF=y
Daan De Meyer
2022-12-06
selftests/bpf: Use "is not set" instead of "=n"
Daan De Meyer
2022-12-06
selftests/bpf: Install all required files to run selftests
Daan De Meyer
2022-12-06
libbpf: Parse usdt args without offset on x86 (e.g. 8@(%rsp))
Timo Hunziker
2022-12-06
selftests/bpf: Allow building bpf tests with CONFIG_XFRM_INTERFACE=[m|n]
Martin KaFai Lau
2022-12-06
bpftool: Fix memory leak in do_build_table_cb
Miaoqian Lin
2022-12-06
riscv, bpf: Emit fixed-length instructions for BPF_PSEUDO_FUNC
Pu Lehui
2022-12-05
Merge branch 'xfrm: interface: Add unstable helpers for XFRM metadata'
Martin KaFai Lau
2022-12-05
selftests/bpf: add xfrm_info tests
Eyal Birger
2022-12-05
tools: add IFLA_XFRM_COLLECT_METADATA to uapi/linux/if_link.h
Eyal Birger
2022-12-05
xfrm: interface: Add unstable helpers for setting/getting XFRM metadata from ...
Eyal Birger
[next]