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
2023-12-06
bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
Andrii Nakryiko
2023-12-06
bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
Andrii Nakryiko
2023-12-06
bpf: consistently use BPF token throughout BPF verifier logic
Andrii Nakryiko
2023-12-06
bpf: take into account BPF token when fetching helper protos
Andrii Nakryiko
2023-12-06
bpf: add BPF token support to BPF_PROG_LOAD command
Andrii Nakryiko
2023-12-06
bpf: add BPF token support to BPF_BTF_LOAD command
Andrii Nakryiko
2023-12-06
bpf: add BPF token support to BPF_MAP_CREATE command
Andrii Nakryiko
2023-12-06
bpf: introduce BPF token object
Andrii Nakryiko
2023-12-06
bpf: add BPF token delegation mount options to BPF FS
Andrii Nakryiko
2023-12-06
bpf: align CAP_NET_ADMIN checks with bpf_capable() approach
Andrii Nakryiko
2023-12-05
Merge branch 'complete-bpf-verifier-precision-tracking-support-for-register-s...
Alexei Starovoitov
2023-12-05
selftests/bpf: validate precision logic in partial_stack_load_preserves_zeros
Andrii Nakryiko
2023-12-05
bpf: track aligned STACK_ZERO cases as imprecise spilled registers
Andrii Nakryiko
2023-12-05
selftests/bpf: validate zero preservation for sub-slot loads
Andrii Nakryiko
2023-12-05
bpf: preserve constant zero when doing partial register restore
Andrii Nakryiko
2023-12-05
selftests/bpf: validate STACK_ZERO is preserved on subreg spill
Andrii Nakryiko
2023-12-05
bpf: preserve STACK_ZERO slots on partial reg spills
Andrii Nakryiko
2023-12-05
bpf: fix check for attempt to corrupt spilled pointer
Andrii Nakryiko
2023-12-05
selftests/bpf: add stack access precision test
Andrii Nakryiko
2023-12-05
bpf: support non-r10 register spill/fill to/from stack in precision tracking
Andrii Nakryiko
2023-12-05
selftests/bpf: Make sure we trigger metadata kfuncs for dst 8080
Stanislav Fomichev
2023-12-05
xsk: Add missing SPDX to AF_XDP TX metadata documentation
Stanislav Fomichev
2023-12-05
selftests/bpf: Test bpf_kptr_xchg stashing of bpf_rb_root
Dave Marchevsky
2023-12-04
Merge branch 'bpf-fix-the-release-of-inner-map'
Alexei Starovoitov
2023-12-04
selftests/bpf: Test outer map update operations in syscall program
Hou Tao
2023-12-04
selftests/bpf: Add test cases for inner map
Hou Tao
2023-12-04
bpf: Optimize the free of inner map
Hou Tao
2023-12-04
bpf: Defer the free of inner map when necessary
Hou Tao
2023-12-04
bpf: Set need_defer as false when clearing fd array during map free
Hou Tao
2023-12-04
bpf: Add map and need_defer parameters to .map_fd_put_ptr()
Hou Tao
2023-12-04
bpf: Check rcu_read_lock_trace_held() before calling bpf map helpers
Hou Tao
2023-12-04
selftests/bpf: Fix spelling mistake "get_signaure_size" -> "get_signature_size"
Colin Ian King
2023-12-04
bpf: Minor logging improvement
Andrei Matei
2023-12-02
Merge branch 'bpf-verifier-retval-logic-fixes'
Alexei Starovoitov
2023-12-02
bpf: simplify tnum output if a fully known constant
Andrii Nakryiko
2023-12-02
selftests/bpf: adjust global_func15 test to validate prog exit precision
Andrii Nakryiko
2023-12-02
selftests/bpf: validate async callback return value check correctness
Andrii Nakryiko
2023-12-02
bpf: enforce precision of R0 on program/async callback return
Andrii Nakryiko
2023-12-02
bpf: unify async callback and program retval checks
Andrii Nakryiko
2023-12-02
bpf: enforce precise retval range on program exit
Andrii Nakryiko
2023-12-02
selftests/bpf: add selftest validating callback result is enforced
Andrii Nakryiko
2023-12-02
bpf: enforce exact retval range on subprog/callback exit
Andrii Nakryiko
2023-12-02
bpf: enforce precision of R0 on callback return
Andrii Nakryiko
2023-12-02
bpf: provide correct register name for exception callback retval check
Andrii Nakryiko
2023-12-02
bpf: rearrange bpf_func_state fields to save a bit of memory
Andrii Nakryiko
2023-12-01
Merge branch 'bpf-file-verification-with-lsm-and-fsverity'
Alexei Starovoitov
2023-12-01
selftests/bpf: Add test that uses fsverity and xattr to sign a file
Song Liu
2023-12-01
selftests/bpf: Add tests for filesystem kfuncs
Song Liu
2023-12-01
selftests/bpf: Sort config in alphabetic order
Song Liu
2023-12-01
Documentation/bpf: Add documentation for filesystem kfuncs
Song Liu
[next]