Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
bpf
/
bpf-next
/
HEAD
ab01bfa
Merge branch 'selftests-bpf-integrate-test_xsk-c-to-test_progs-framework'
by Alexei Starovoitov
· 14 hours ago
master
d1aec26
selftests/bpf: test_xsk: Integrate test_xsk.c to test_progs framework
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
75fc6308
selftests/bpf: test_xsk: Isolate non-CI tests
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
7a96615
selftests/bpf: test_xsk: Don't exit immediately on allocation failures
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
844b13a
selftests/bpf: test_xsk: Don't exit immediately if validate_traffic fails
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
5b2a757
selftests/bpf: test_xsk: Don't exit immediately when workers fail
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
3f09728f
selftests/bpf: test_xsk: Don't exit immediately when gettimeofday fails
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
f12f1b5
selftests/bpf: test_xsk: Don't exit immediately when xsk_attach fails
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
e645bcf
selftests/bpf: test_xsk: Add return value to init_iface()
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
f477b0f
selftests/bpf: test_xsk: Release resources when swap fails
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
e3dfa0f
selftests/bpf: test_xsk: Wrap test clean-up in functions
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
bea4f03
selftests/bpf: test_xsk: fix memory leak in testapp_xdp_shared_umem()
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
d66e49f
selftests/bpf: test_xsk: fix memory leak in testapp_stats_rx_dropped()
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
cadc0c1
selftests/bpf: test_xsk: Fix __testapp_validate_traffic()'s return value
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
2233ef8
selftests/bpf: test_xsk: Initialize bitmap before use
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
3ab77f3
selftests/bpf: test_xsk: Split xskxceiver
by Bastien Curutchet (eBPF Foundation)
· 23 hours ago
5701d5a
bpf: Use kmalloc_nolock() in bpf streams
by Puranjay Mohan
· 9 days ago
d28c0e4
Merge branch 'misc-rqspinlock-updates'
by Alexei Starovoitov
· 2 days ago
a8a0abf
selftests/bpf: Add ABBCCA case for rqspinlock stress test
by Kumar Kartikeya Dwivedi
· 3 days ago
7bd6e5c
rqspinlock: Disable queue destruction for deadlocks
by Kumar Kartikeya Dwivedi
· 3 days ago
5913e93
selftests/bpf: Fix intermittent failures in file_reader test
by Mykyta Yatsenko
· 2 days ago
e2e668b
Merge branch 'selftests-bpf-convert-test_tc_tunnel-sh-to-test_progs'
by Martin KaFai Lau
· 3 days ago
5d35916
selftests/bpf: Remove test_tc_tunnel.sh
by Alexis Lothoré (eBPF Foundation)
· 5 days ago
8517b1a
selftests/bpf: Integrate test_tc_tunnel.sh tests into test_progs
by Alexis Lothoré (eBPF Foundation)
· 5 days ago
86433db
selftests/bpf: Make test_tc_tunnel.bpf.c compatible with big endian platforms
by Alexis Lothoré (eBPF Foundation)
· 5 days ago
1d5137c
selftests/bpf: Add tc helpers
by Alexis Lothoré (eBPF Foundation)
· 5 days ago
54c134f
libbpf: Fix the incorrect reference to the memlock_rlim variable in the comment.
by Jianyun Gao
· 5 days ago
4f36189
libbpf: Optimize the redundant code in the bpf_object__init_user_btf_maps() function.
by Jianyun Gao
· 8 days ago
23f852da
bpf: Fix stackmap overflow check in __bpf_get_stackid()
by Arnaud Lecomte
· 6 days ago
e17d62f
bpf: Refactor stack map trace depth calculation into helper function
by Arnaud Lecomte
· 6 days ago
8842732
bpftool: Fix missing closing parethesis for BTF_KIND_UNKN
by Zhang Chujun
· 4 days ago
f9db3a3
selftests/bpf/benchs: Add overwrite mode benchmark for BPF ring buffer
by Xu Kuohai
· 2 weeks ago
8f7a86e
selftests/bpf: Add overwrite mode test for BPF ring buffer
by Xu Kuohai
· 2 weeks ago
feeaf13
bpf: Add overwrite mode for BPF ring buffer
by Xu Kuohai
· 2 weeks ago
ff88079
Merge branch 'bpf-introduce-file-dynptr'
by Alexei Starovoitov
· 5 days ago
784cdf9
selftests/bpf: add file dynptr tests
by Mykyta Yatsenko
· 5 days ago
2c52e89
bpf: dispatch to sleepable file dynptr
by Mykyta Yatsenko
· 5 days ago
d869d56
bpf: verifier: refactor kfunc specialization
by Mykyta Yatsenko
· 5 days ago
e3e36ed
bpf: add kfuncs and helpers support for file dynptrs
by Mykyta Yatsenko
· 5 days ago
8d8771d
bpf: add plumbing for file-backed dynptr
by Mykyta Yatsenko
· 5 days ago
9cba966
bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()
by Mykyta Yatsenko
· 5 days ago
5a5fff6
lib/freader: support reading more than 2 folios
by Mykyta Yatsenko
· 5 days ago
76e4fed
lib: move freader into buildid.h
by Mykyta Yatsenko
· 5 days ago
531b87d
bpf: widen dynptr size/offset to 64 bit
by Mykyta Yatsenko
· 5 days ago
a61a257
selftests/bpf: remove unnecessary kfunc prototypes
by Mykyta Yatsenko
· 5 days ago
e758657
libbpf: fix formatting of bpf_object__append_subprog_code
by Anton Protopopov
· 12 days ago
2f69c56
bpf: make bpf_insn_successors to return a pointer
by Anton Protopopov
· 12 days ago
44481e4
bpf: generalize and export map_get_next_key for arrays
by Anton Protopopov
· 12 days ago
f7d72d0
bpf: save the start of functions in bpf_prog_aux
by Anton Protopopov
· 12 days ago
6ea5fc9
bpf: fix the return value of push_stack
by Anton Protopopov
· 12 days ago
96d31df
bpf: Clarify get_outer_instance() handling in propagate_to_outer_instance()
by Shardul Bankar
· 11 days ago
04a8995
bpf: Do not let BPF test infra emit invalid GSO types to stack
by Daniel Borkmann
· 12 days ago
7361c864
selftests/bpf: Fix list_del() in arena list
by Puranjay Mohan
· 2 weeks ago
b74938a
samples/bpf: Fix spelling typos in samples/bpf
by Chu Guangqing
· 2 weeks ago
4f8543b
selftests/bpf: Fix selftest verif_scale_strobemeta failure with llvm22
by Yonghong Song
· 3 weeks ago
7a9f475
Merge branch 'bpf-mm-related-minor-changes'
by Alexei Starovoitov
· 13 days ago
7484e7c
bpf: mark vma->{vm_mm,vm_file} as __safe_trusted_or_null
by Yafang Shao
· 2 weeks ago
ec8e3e2
bpf: mark mm->owner as __safe_rcu_or_null
by Yafang Shao
· 2 weeks ago
c67f4ae
selftests/bpf: Silence unused-but-set build warnings
by Tiezhu Yang
· 14 days ago
50de48a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf at 6.18-rc2
by Alexei Starovoitov
· 13 days ago
1c64efc
Merge tag 'rust-rustfmt' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
by Linus Torvalds
· 13 days ago
648937f
Merge tag 'tpmdd-next-v6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd
by Linus Torvalds
· 14 days ago
e67bb0d
Merge tag 'pci-v6.18-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
by Linus Torvalds
· 14 days ago
ea0bdf2
Merge tag 'cxl-fixes-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
by Linus Torvalds
· 14 days ago
2953fb6
Merge tag 'hid-for-linus-2025101701' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
by Linus Torvalds
· 14 days ago
d303caf
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by Linus Torvalds
· 14 days ago
847f242
Merge tag 'exfat-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfat
by Linus Torvalds
· 14 days ago
2d07c6c
Merge tag 'nfs-for-6.18-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
by Linus Torvalds
· 14 days ago
4ccb3a8
Merge tag '6.18-rc1-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 14 days ago
02e5f74
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 14 days ago
0e622c4
Merge tag 'powerpc-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 14 days ago
959f018
Merge tag 'slab-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
by Linus Torvalds
· 14 days ago
dbfdaeb
tpm_crb: Add idle support for the Arm FF-A start method
by Stuart Yoder
· 14 days ago
4361f5a
Merge tag 'kvm-x86-fixes-6.18-rc2' of https://github.com/kvm-x86/linux into HEAD
by Paolo Bonzini
· 14 days ago
5d26eaa
Merge tag 'kvmarm-fixes-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 14 days ago
f406055
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 2 weeks ago
fe69107
Merge tag 'riscv-for-linux-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux
by Linus Torvalds
· 2 weeks ago
a1e83d4
selftests/bpf: Fix redefinition of 'off' as different kind of symbol
by Brahmajit Das
· 2 weeks ago
7c33e97
bpf: Do not disable preemption in bpf_test_run().
by Sahil Chandna
· 2 weeks ago
ea0d55a
arm64: debug: always unmask interrupts in el0_softstp()
by Ada Couprie Diaz
· 3 weeks ago
e9ad390
arm64/sysreg: Fix GIC CDEOI instruction encoding
by Lorenzo Pieralisi
· 4 weeks ago
6f3b6e9
Merge tag 'io_uring-6.18-20251016' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
by Linus Torvalds
· 2 weeks ago
0c8df15
Merge tag 'block-6.18-20251016' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
by Linus Torvalds
· 2 weeks ago
cf1ea88
Merge tag 'mmc-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 2 weeks ago
1422424
Merge tag 'sound-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 2 weeks ago
e96687c
Merge tag 'drm-fixes-2025-10-17' of https://gitlab.freedesktop.org/drm/kernel
by Linus Torvalds
· 2 weeks ago
389dfd9
Merge tag 'i2c-for-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 2 weeks ago
2a78634
ALSA: hda/realtek: Fix mute led for HP Omen 17-cb0xxx
by Dawn Gardner
· 2 weeks ago
a78835b
PCI/VGA: Select SCREEN_INFO on X86
by Mario Limonciello (AMD)
· 3 weeks ago
e433110
PCI: vmd: Override irq_startup()/irq_shutdown() in vmd_init_dev_msi_info()
by Inochi Amaoto
· 3 weeks ago
1f1d3e1
rust: bitmap: fix formatting
by Miguel Ojeda
· 2 weeks ago
62cab42
Merge tag 'drm-xe-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/xe/kernel into drm-fixes
by Dave Airlie
· 2 weeks ago
d6dd930
Merge tag 'drm-misc-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-fixes
by Dave Airlie
· 2 weeks ago
32f072d
rust: cpufreq: fix formatting
by Miguel Ojeda
· 3 weeks ago
8a7c601
rust: alloc: employ a trailing comment to keep vertical layout
by Miguel Ojeda
· 3 weeks ago
4a9cb2e
docs: rust: add section on imports formatting
by Miguel Ojeda
· 3 weeks ago
520133b
Merge tag 'amd-drm-fixes-6.18-2025-10-16' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes
by Dave Airlie
· 2 weeks ago
f69f31e
Merge tag 'drm-intel-fixes-2025-10-16' of https://gitlab.freedesktop.org/drm/i915/kernel into drm-fixes
by Dave Airlie
· 2 weeks ago
f0624c6
Merge tag 'nvme-6.18-2025-10-16' of git://git.infradead.org/nvme into block-6.18
by Jens Axboe
· 2 weeks ago
5a869d0
nvme/tcp: handle tls partially sent records in write_space()
by Wilfred Mallawa
· 3 weeks ago
Next »