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
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
2025-11-05
bpf: support instructions arrays with constants blinding
Anton Protopopov
2025-11-05
bpf, x86: add new map type: instructions array
Anton Protopopov
2025-11-04
bpf: Convert bpf_sock_addr_kern "uaddr" to sockaddr_unsized
Kees Cook
2025-11-04
bpf: Convert cgroup sockaddr filters to use sockaddr_unsized consistently
Kees Cook
2025-11-04
bpf: add _impl suffix for bpf_stream_vprintk() kfunc
Mykyta Yatsenko
2025-11-04
bpf:add _impl suffix for bpf_task_work_schedule* kfuncs
Mykyta Yatsenko
2025-11-03
bpf: Skip bounds adjustment for conditional jumps on same scalar register
KaFai Wan
2025-11-03
ftrace: Fix BPF fexit with livepatch
Song Liu
2025-11-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4
Alexei Starovoitov
2025-10-29
bpf: Use kmalloc_nolock() in bpf streams
Puranjay Mohan
2025-10-29
rqspinlock: Disable queue destruction for deadlocks
Kumar Kartikeya Dwivedi
2025-10-29
perf: Support deferred user unwind
Peter Zijlstra
2025-10-28
bpf: Fix stackmap overflow check in __bpf_get_stackid()
Arnaud Lecomte
2025-10-28
bpf: Refactor stack map trace depth calculation into helper function
Arnaud Lecomte
2025-10-27
bpf: Add overwrite mode for BPF ring buffer
Xu Kuohai
2025-10-27
bpf: dispatch to sleepable file dynptr
Mykyta Yatsenko
2025-10-27
bpf: verifier: refactor kfunc specialization
Mykyta Yatsenko
2025-10-27
bpf: add kfuncs and helpers support for file dynptrs
Mykyta Yatsenko
2025-10-27
bpf: add plumbing for file-backed dynptr
Mykyta Yatsenko
2025-10-27
bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()
Mykyta Yatsenko
2025-10-27
bpf: widen dynptr size/offset to 64 bit
Mykyta Yatsenko
2025-10-24
treewide: Remove in_irq()
Matthew Wilcox (Oracle)
2025-10-24
bpf: Conditionally include dynptr copy kfuncs
Malin Jonsson
2025-10-21
bpf: make bpf_insn_successors to return a pointer
Anton Protopopov
2025-10-21
bpf: generalize and export map_get_next_key for arrays
Anton Protopopov
2025-10-21
bpf: save the start of functions in bpf_prog_aux
Anton Protopopov
2025-10-21
bpf: fix the return value of push_stack
Anton Protopopov
2025-10-21
bpf: Sync pending IRQ work before freeing ring buffer
Noorain Eqbal
2025-10-21
bpf: Clarify get_outer_instance() handling in propagate_to_outer_instance()
Shardul Bankar
2025-10-18
bpf: mark vma->{vm_mm,vm_file} as __safe_trusted_or_null
Yafang Shao
2025-10-18
bpf: mark mm->owner as __safe_rcu_or_null
Yafang Shao
2025-10-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2
Alexei Starovoitov
2025-10-16
bpf: Fix memory leak in __lookup_instance error path
Shardul Bankar
2025-10-15
bpf: Consistently use bpf_rcu_lock_held() everywhere
Andrii Nakryiko
2025-10-15
bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...
Alexei Starovoitov
2025-10-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf before 6.18-rc1
Alexei Starovoitov
2025-10-10
bpf: Extract internal structs validation logic into helpers
Mykyta Yatsenko
2025-10-10
bpf: Fix handling maps with no BTF and non-constant offsets for the bpf_wq
Mykyta Yatsenko
2025-10-10
bpf: Avoid RCU context warning when unpinning htab with internal structs
KaFai Wan
2025-10-10
bpf: add bpf_strcasestr,bpf_strncasestr kfuncs
Rong Tao
2025-10-10
bpf: Refactor storage_get_func_atomic to generic non_sleepable flag
Kumar Kartikeya Dwivedi
2025-10-10
bpf: Fix sleepable context for async callbacks
Kumar Kartikeya Dwivedi
2025-10-07
bpf: Cleanup unused func args in rqspinlock implementation
Siddharth Chintamaneni
2025-10-03
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
2025-10-02
Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2025-10-01
bpf: Reject negative offsets for ALU ops
Yazhou Tang
2025-10-01
bpf: Skip scalar adjustment for BPF_NEG if dst is a pointer
Brahmajit Das
2025-09-30
Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
2025-09-30
Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-09-30
Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
[prev]
[next]