Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
bpf
/
bpf-next
/
HEAD
400ff89
selftests/bpf: Make reg_bounds test more robust
by Alexei Starovoitov
· 25 hours ago
for-next
master
9f7d8fa
selftests/bpf: Test variable length stack write
by Alexei Starovoitov
· 28 hours ago
4639eb9
bpf: Fix variable length stack write over spilled pointers
by Alexei Starovoitov
· 28 hours ago
8ed82f8
bpf: Use RCU-safe iteration in dev_map_redirect_multi() SKB path
by David Carlier
· 6 days ago
7f5b0a6
selftests/bpf: move trampoline_count to dedicated bpf_testmod target
by Sun Jian
· 2 days ago
d9d7125
selftests/bpf: Fix sockmap_multi_channels reliability
by Jiayuan Chen
· 14 days ago
2790db2
selftests/bpf: Improve tc_tunnel test reliability
by Jiayuan Chen
· 14 days ago
70b5f3f
bpf: update outdated comment for refactored btf_check_kfunc_arg_match()
by Kexin Sun
· 5 days ago
70275388
Merge branch 'bpf-add-multi-level-pointer-parameter-support-for-trampolines'
by Alexei Starovoitov
· 29 hours ago
e8571de
selftests/bpf: Add trampolines single and multi-level pointer params test coverage
by Slava Imameev
· 12 days ago
4145203
bpf: Support pointer param types via SCALAR_VALUE for trampolines
by Slava Imameev
· 12 days ago
7b4f1a2
selftests/bpf: Test 32-bit scalar spill pruning in stacksafe()
by Alexei Starovoitov
· 3 days ago
596bef1
bpf: Support 32-bit scalar spills in stacksafe()
by Alexei Starovoitov
· 3 days ago
02bcf8e
bpf: Update MAINTAINERS file for general BPF entry
by Kumar Kartikeya Dwivedi
· 35 hours ago
b43d574
selftests/bpf: Add test for struct_ops __ref argument in any position
by Varun R Mallya
· 4 days ago
25e3e1f
bpf: Fix refcount check in check_struct_ops_btf_id()
by Keisuke Nishimura
· 6 days ago
ad2f7ed
bpf: propagate kvmemdup_bpfptr errors from bpf_prog_verify_signature
by Weixie Cui
· 5 days ago
280de43
bpf: Remove ipv6_bpf_stub usage in test_run
by Martin KaFai Lau
· 2 days ago
03b7b38
selftests/bpf: Fix compiler warnings in task_local_data.h
by Amery Hung
· 2 days ago
833ef4a
bpf: Simplify tnum_step()
by Hao Sun
· 5 days ago
4ea43a4
bpftool: Enable aarch64 ISA extensions for JIT disassembly
by Puranjay Mohan
· 7 days ago
9b0cf06
bpf: Switch CONFIG_CFI_CLANG to CONFIG_CFI
by Carlos Llamas
· 13 days ago
a023274
bpf: Remove inclusions of crypto/sha1.h
by Eric Biggers
· 11 days ago
bb6da65
selftests/bpf: Improve connect_force_port test reliability
by Varun R Mallya
· 3 days ago
bfec8e8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc5
by Alexei Starovoitov
· 3 days ago
c369299
Linux 7.0-rc5
by Linus Torvalds
· 3 days ago
ec69c9e
i2c: tegra: Don't mark devices with pins as IRQ safe
by Mikko Perttunen
· 3 weeks ago
d5273fd
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by Linus Torvalds
· 3 days ago
ac57fa9
Merge tag 'trace-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
by Linus Torvalds
· 3 days ago
11ac4ce
Merge tag 'i2c-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 3 days ago
8d8bd2a
Merge tag 'x86-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 3 days ago
ebfd9b7
Merge tag 'perf-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 3 days ago
dea622e
Merge tag 'objtool-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 3 days ago
d56d4a1
Merge tag 'locking-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 3 days ago
b5fddfa
Merge tag 'irq-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 3 days ago
d723091
Merge tag 'driver-core-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
by Linus Torvalds
· 4 days ago
50b35c9
ftrace: Use hash argument for tmp_ops in update_ftrace_direct_mod
by Jiri Olsa
· 14 days ago
f35dbac
ring-buffer: Fix to update per-subbuf entries of persistent ring buffer
by Masami Hiramatsu (Google)
· 7 days ago
07183aac
tracing: Fix trace_marker copy link list updates
by Steven Rostedt
· 7 days ago
edca33a
tracing: Fix failure to read user space from system call trace events
by Steven Rostedt
· 9 days ago
a6f22e5
tracing: Revert "tracing: Remove pid in task_rename tracing output"
by Xuewen Yan
· 3 weeks ago
4a04d13
selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagation
by Daniel Borkmann
· 6 days ago
bc308be
bpf: Fix sync_linked_regs regarding BPF_ADD_CONST32 zext propagation
by Daniel Borkmann
· 6 days ago
61bc846
Merge branch 'libbpf-add-bpf_program__clone-for-individual-program-loading'
by Alexei Starovoitov
· 4 days ago
ceebdee
selftests/bpf: Test bpf_program__clone() attach_btf_id override
by Mykyta Yatsenko
· 8 days ago
3be706b
selftests/bpf: Use bpf_program__clone() in veristat
by Mykyta Yatsenko
· 8 days ago
970bd2d
libbpf: Introduce bpf_program__clone()
by Mykyta Yatsenko
· 8 days ago
0688098
Merge branch 'bpf-fix-unsound-scalar-forking-for-bpf_or'
by Alexei Starovoitov
· 4 days ago
0ad1734
selftests/bpf: Add tests for maybe_fork_scalars() OR vs AND handling
by Daniel Wade
· 12 days ago
c845894
bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_OR
by Daniel Wade
· 12 days ago
1abd3fe
Merge branch 'bpf-fix-abs-int_min-undefined-behavior-in-interpreter-sdiv-smod'
by Alexei Starovoitov
· 4 days ago
4ac95c6
selftests/bpf: Add tests for sdiv32/smod32 with INT_MIN dividend
by Jenny Guanni Qu
· 2 weeks ago
c77b30b
bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MIN
by Jenny Guanni Qu
· 2 weeks ago
f470650
selftests/bpf: Add alignment flag for test_verifier 190 testcase
by Tiezhu Yang
· 2 weeks ago
21337b5
Merge branch 'bpf-consolidate-sleepable-context-checks-in-verifier'
by Alexei Starovoitov
· 4 days ago
a2542a9
bpf: Consolidate sleepable checks in check_func_call()
by Puranjay Mohan
· 7 days ago
cd9840c
bpf: Consolidate sleepable checks in check_kfunc_call()
by Puranjay Mohan
· 7 days ago
a0d06cf
bpf: Consolidate sleepable checks in check_helper_call()
by Puranjay Mohan
· 7 days ago
a1e5c46
selftests/bpf: Add tests for bpf_throw lock leak from subprogs
by Ihor Solodrai
· 6 days ago
6c21285
bpf: Fix exception exit lock checking for subprogs
by Ihor Solodrai
· 6 days ago
2f42e85
Merge tag 'i2c-host-fixes-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current
by Wolfram Sang
· 4 days ago
113ae7b
Merge tag 'hwmon-for-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 4 days ago
55d55b9
Merge tag 'bootconfig-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
by Linus Torvalds
· 4 days ago
8991448
Merge tag 'for-7.0-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 4 days ago
a0c8317
Merge tag 'drm-fixes-2026-03-21' of https://gitlab.freedesktop.org/drm/kernel
by Linus Torvalds
· 5 days ago
e7bae9a
hwmon: (max6639) Fix pulses-per-revolution implementation
by Guenter Roeck
· 6 days ago
42bddab
Merge tag 'execve-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 5 days ago
d46d5c8
Merge tag 'tty-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 5 days ago
1f6aa5b
x86/platform/uv: Handle deconfigured sockets
by Kyle Meyer
· 5 days ago
c612261
Merge tag 'io_uring-7.0-20260320' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
by Linus Torvalds
· 5 days ago
63f8b601
x86/entry/vdso: Fix path of included gettimeofday.c
by Vladimir Oltean
· 5 days ago
9f582e3
Merge tag 'spi-fix-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
by Linus Torvalds
· 5 days ago
007fe23
Merge tag 'regulator-fix-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
by Linus Torvalds
· 5 days ago
c715f13
Merge tag 'pmdomain-v7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm
by Linus Torvalds
· 5 days ago
d072527
Merge tag 'mmc-v7.0-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 5 days ago
f374ff7
Merge tag 'ata-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux
by Linus Torvalds
· 5 days ago
6ac5131
Merge tag 'mtd/fixes-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
by Linus Torvalds
· 5 days ago
47e231c
Merge tag 'iommu-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux
by Linus Torvalds
· 5 days ago
1651602
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 5 days ago
c3d1378
Merge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
by Linus Torvalds
· 5 days ago
a6e7732
Merge tag 'drm-xe-fixes-2026-03-19' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
by Dave Airlie
· 5 days ago
7006433
Merge tag 'v7.0-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 5 days ago
f268964
Merge tag 'v7.0-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbd
by Linus Torvalds
· 5 days ago
a15130d
Merge tag 'amd-drm-fixes-7.0-2026-03-19' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
by Dave Airlie
· 5 days ago
437eccb
Merge tag 'drm-misc-fixes-2026-03-19' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
by Dave Airlie
· 5 days ago
d551d2e
Merge tag 'drm-intel-fixes-2026-03-19' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
by Dave Airlie
· 5 days ago
e6d7eba
ata: libata-scsi: report correct sense field pointer in ata_scsiop_maint_in()
by Damien Le Moal
· 6 days ago
0e4f8f1
Merge tag 'parisc-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 6 days ago
9b70771
Merge tag 'pci-v7.0-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
by Linus Torvalds
· 6 days ago
78a6ee1
i2c: pxa: defer reset on Armada 3700 when recovery is used
by Gabor Juhos
· 4 weeks ago
be627ab
i2c: fsi: Fix a potential leak in fsi_i2c_probe()
by Christophe JAILLET
· 3 weeks ago
aa79f99
i2c: cp2615: fix serial string NULL-deref at probe
by Johan Hovold
· 2 weeks ago
418eab7
io_uring/kbuf: propagate BUF_MORE through early buffer commit path
by Jens Axboe
· 6 days ago
3ecd3e0
io_uring/kbuf: fix missing BUF_MORE for incremental buffers at EOF
by Jens Axboe
· 6 days ago
4b21ea5
bpf: Add warning to detect memory leak in bpf_selem_unlink_nofail()
by Amery Hung
· 7 days ago
23b5df0
smb: client: fix generic/694 due to wrong ->i_blocks
by Paulo Alcantara
· 7 days ago
350de5b
bpf: Do not allow deleting local storage in NMI
by Amery Hung
· 7 days ago
a1d9d8e
Merge tag 'net-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by Linus Torvalds
· 6 days ago
65d046b
drm/xe: Fix missing runtime PM reference in ccs_mode_store
by Sanjay Yadav
· 13 days ago
7ab4a7c
MPTCP: fix lock class name family in pm_nl_create_listen_socket
by Li Xiasong
· 7 days ago
Next »