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
2024-04-26
bpf: verifier: prevent userspace memory access
Puranjay Mohan
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
2024-04-25
mm: memcg: add NULL check to obj_cgroup_put()
Yosry Ahmed
2024-04-24
bpf: make common crypto API for TC/XDP programs
Vadim Fedorenko
2024-04-24
bpf: Introduce bpf_preempt_[disable,enable] kfuncs
Kumar Kartikeya Dwivedi
2024-04-24
bpf: Don't check for recursion in bpf_wq_work.
Alexei Starovoitov
2024-04-24
bpf: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
2024-04-23
bpf: add bpf_wq_start
Benjamin Tissoires
2024-04-23
bpf: wq: add bpf_wq_set_callback_impl
Benjamin Tissoires
2024-04-23
bpf: wq: add bpf_wq_init
Benjamin Tissoires
2024-04-23
bpf: allow struct bpf_wq to be embedded in arraymaps and hashmaps
Benjamin Tissoires
2024-04-23
bpf: add support for KF_ARG_PTR_TO_WORKQUEUE
Benjamin Tissoires
2024-04-23
bpf: verifier: bail out if the argument is not a map
Benjamin Tissoires
2024-04-23
bpf: add support for bpf_wq user type
Benjamin Tissoires
2024-04-23
bpf: replace bpf_timer_cancel_and_free with a generic helper
Benjamin Tissoires
2024-04-23
bpf: replace bpf_timer_set_callback with a generic helper
Benjamin Tissoires
2024-04-23
bpf: replace bpf_timer_init with a generic helper
Benjamin Tissoires
2024-04-23
bpf: make timer data struct more generic
Benjamin Tissoires
2024-04-22
bpf: Fix typos in comments
Rafael Passos
2024-04-22
bpf: Fix typo in function save_aux_ptr_type
Rafael Passos
2024-04-16
bpf: Harden and/or/xor value tracking in verifier
Harishankar Vishwanathan
2024-04-16
btf: Avoid weak external references
Ard Biesheuvel
2024-04-12
bpf: Fix a verifier verbose message
Anton Protopopov
2024-04-12
bpf: Choose RCU Tasks based on TASKS_RCU rather than PREEMPTION
Paul E. McKenney
2024-04-10
bpf: Add bpf_link support for sk_msg and sk_skb progs
Yonghong Song
2024-04-09
bpf: Add support for certain atomics in bpf_arena to x86 JIT
Alexei Starovoitov
2024-04-09
bpf: Select new NEED_TASKS_RCU Kconfig option
Paul E. McKenney
2024-04-05
bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progs
David Vernet
2024-04-05
bpf: allow invoking bpf_for_each_map_elem with different maps
Philo Lu
2024-04-05
bpf: store both map ptr and state in bpf_insn_aux_data
Philo Lu
2024-04-05
bpf: fix perf_snapshot_branch_stack link failure
Arnd Bergmann
2024-04-04
bpf: prevent r10 register from being marked as precise
Andrii Nakryiko
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-04
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-04-04
bpf: inline bpf_get_branch_snapshot() helper
Andrii Nakryiko
2024-04-04
bpf: Optimize emit_mov_imm64().
Alexei Starovoitov
2024-04-03
bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH map
Andrii Nakryiko
2024-04-03
bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY maps
Andrii Nakryiko
2024-04-03
bpf: inline bpf_get_smp_processor_id() helper
Andrii Nakryiko
2024-04-03
bpf: add special internal-only MOV instruction to resolve per-CPU addrs
Andrii Nakryiko
2024-04-03
bpf: Replace deprecated strncpy with strscpy
Justin Stitt
2024-04-02
bpf: Improve program stats run-time calculation
Jose Fernandez
2024-04-02
bpf: Add a verbose message if map limit is reached
Anton Protopopov
2024-03-31
Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-03-31
kbuild: make -Woverride-init warnings more consistent
Arnd Bergmann
2024-03-29
bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.
Alexei Starovoitov
2024-03-29
bpf: fix possible file descriptor leaks in verifier
Anton Protopopov
2024-03-28
bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter mode
Martin KaFai Lau
2024-03-28
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
2024-03-28
bpf: Mitigate latency spikes associated with freeing non-preallocated htab
Yafang Shao
[prev]
[next]