Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
bpf
/
bpf-next.git
/
HEAD
f66b4aa
bpf: Remove redundant free_verifier_state()/pop_stack()
by Luis Gerhorst
· 18 hours ago
master
4a4b84b
selftests/bpf: verify jset handling in CFG computation
by Eduard Zingerman
· 9 hours ago
3157f7e
bpf: handle jset (if a & b ...) as a jump in CFG computation
by Eduard Zingerman
· 9 hours ago
e4c8f96
Merge branch 'veristat-memory-accounting-for-bpf-programs'
by Andrii Nakryiko
· 9 hours ago
67cdcc4
veristat: Memory accounting for bpf programs
by Eduard Zingerman
· 19 hours ago
43736ec
bpf: Include verifier memory allocations in memcg statistics
by Eduard Zingerman
· 19 hours ago
ccefa19
bpf/veristat: Fix veristat for map type BPF_MAP_TYPE_CGRP_STORAGE
by Song Liu
· 22 hours ago
af91af3
tools/bpf_jit_disasm: Fix potential negative tpath index in get_exec_path()
by Ruslan Semchenko
· 2 days ago
0e93df4
Merge branch 'bpf-fix-a-few-test-failures-with-64k-page-size'
by Alexei Starovoitov
· 25 hours ago
44df9e0
selftests/bpf: Fix xdp_do_redirect failure with 64KB page size
by Yonghong Song
· 2 days ago
96fcf7e7
selftests/bpf: Fix two net related test failures with 64K page size
by Yonghong Song
· 2 days ago
4fc012d
bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4K
by Yonghong Song
· 2 days ago
fa693257
bpf: Initialize used but uninit variable in propagate_liveness()
by Song Liu
· 29 hours ago
50034d9
docs/bpf: Default cpu version changed from v1 to v3 in llvm 20
by Yonghong Song
· 2 days ago
6a4bd31
selftests/bpf: fix signedness bug in redir_partial()
by Fushuai Wang
· 2 days ago
3d71b8b
bpf: Fix state use-after-free on push_stack() err
by Luis Gerhorst
· 2 days ago
e3f6660
Merge branch 'bpf-propagate-read-precision-marks-over-state-graph-backedges'
by Alexei Starovoitov
· 2 days ago
5159482
selftests/bpf: tests with a loop state missing read/precision mark
by Eduard Zingerman
· 2 days ago
0f54ff5
bpf: include backedges in peak_states stat
by Eduard Zingerman
· 2 days ago
0e0da5f
bpf: remove {update,get}_loop_entry functions
by Eduard Zingerman
· 2 days ago
c9e3190
bpf: propagate read/precision marks over state graph backedges
by Eduard Zingerman
· 2 days ago
b5c677d
bpf: move REG_LIVE_DONE check to clean_live_states()
by Eduard Zingerman
· 2 days ago
dfb2d4c
bpf: set 'changed' status if propagate_liveness() did any updates
by Eduard Zingerman
· 2 days ago
23b37d6
bpf: set 'changed' status if propagate_precision() did any updates
by Eduard Zingerman
· 2 days ago
9a2a0d7
bpf: starting_state parameter for __mark_chain_precision()
by Eduard Zingerman
· 2 days ago
13f843c
bpf: frame_insn_idx() utility function
by Eduard Zingerman
· 2 days ago
96c6aa4
bpf: compute SCCs in program control flow graph
by Eduard Zingerman
· 2 days ago
baaebe0
Revert "bpf: use common instruction history across all states"
by Eduard Zingerman
· 2 days ago
517b088
selftests/bpf: Fix cgroup_mprog_ordering failure due to uninitialized variable
by Yonghong Song
· 2 days ago
c9b03a1
bpf, doc: Improve wording of docs
by Eslam Khafagy
· 6 days ago
2d72dd1
bpf: adjust path to trace_output sample eBPF program
by Tobias Klauser
· 4 days ago
5fcf896
Merge branch 'bpf-mitigate-spectre-v1-using-barriers'
by Alexei Starovoitov
· 4 days ago
4a8765d
selftests/bpf: Add test for Spectre v1 mitigation
by Luis Gerhorst
· 10 days ago
d6f1c85f
bpf: Fall back to nospec for Spectre v1
by Luis Gerhorst
· 10 days ago
9124a45
bpf: Rename sanitize_stack_spill to nospec_result
by Luis Gerhorst
· 10 days ago
dff883d
bpf, arm64, powerpc: Change nospec to include v1 barrier
by Luis Gerhorst
· 10 days ago
03c68a0
bpf, arm64, powerpc: Add bpf_jit_bypass_spec_v1/v4()
by Luis Gerhorst
· 10 days ago
6b84d78
bpf: Return -EFAULT on internal errors
by Luis Gerhorst
· 10 days ago
fd508bd
bpf: Return -EFAULT on misconfigurations
by Luis Gerhorst
· 10 days ago
8b7df50
bpf: Move insn if/else into do_check_insn()
by Luis Gerhorst
· 10 days ago
2bc0575
bpf: Add cookie in fdinfo for raw_tp
by Tao Chen
· 7 days ago
380cb6df
bpf: Add cookie in fdinfo for tracing
by Tao Chen
· 7 days ago
ad954cb
bpftool: Display cookie for tracing link probe
by Tao Chen
· 7 days ago
d77efc0
selftests/bpf: Add cookies check for tracing fill_link_info test
by Tao Chen
· 7 days ago
c7beb48
bpf: Add cookie to tracing bpf_link_info
by Tao Chen
· 7 days ago
f3effef
Merge branch 'bpf-make-reg_not_null-true-for-const_ptr_to_map'
by Andrii Nakryiko
· 4 days ago
260b862
selftests/bpf: Add test cases with CONST_PTR_TO_MAP null checks
by Ihor Solodrai
· 4 days ago
eb6c992
selftests/bpf: Add cmp_map_pointer_with_const test
by Ihor Solodrai
· 4 days ago
5534e58
bpf: Make reg_not_null() true for CONST_PTR_TO_MAP
by Ihor Solodrai
· 4 days ago
97ebac5
bpf: Add show_fdinfo for perf_event
by Tao Chen
· 7 days ago
4d2815a
Merge branch 'bpf-implement-mprog-api-on-top-of-existing-cgroup-progs'
by Andrii Nakryiko
· 4 days ago
e422d5f
selftests/bpf: Add two selftests for mprog API based cgroup progs
by Yonghong Song
· 7 days ago
c1bb686
selftests/bpf: Move some tc_helpers.h functions to test_progs.h
by Yonghong Song
· 7 days ago
1d67116
libbpf: Support link-based cgroup attach with options
by Yonghong Song
· 7 days ago
1209339
bpf: Implement mprog API on top of existing cgroup progs
by Yonghong Song
· 7 days ago
9b8367b
cgroup: Add bpf prog revisions to struct cgroup_bpf
by Yonghong Song
· 7 days ago
e41079f
Documentation: Fix spelling mistake.
by Eslam Khafagy
· 8 days ago
d365993
Merge branch 'selftests-bpf-fix-a-few-test-failures-with-arm64-64kb-page'
by Alexei Starovoitov
· 7 days ago
bbc7bd6
selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page size
by Yonghong Song
· 7 days ago
8c8c5e3
selftests/bpf: Fix ringbuf/ringbuf_write test failure with arm64 64KB page size
by Yonghong Song
· 7 days ago
377d371
selftests/bpf: Fix bpf_mod_race test failure with arm64 64KB page size
by Yonghong Song
· 7 days ago
ae88240
selftests/bpf: Reduce test_xdp_adjust_frags_tail_grow logs
by Yonghong Song
· 7 days ago
64a064c
selftests/bpf: rbtree: Fix incorrect global variable usage
by Rong Tao
· 9 days ago
a570f38
Tests for the ".emit_strings" functionality in the BTF dumper.
by Blake Jones
· 10 days ago
87c9c79
libbpf: Add support for printing BTF character arrays as strings
by Blake Jones
· 10 days ago
97744b4
bpf: Clarify sanitize_check_bounds()
by Luis Gerhorst
· 10 days ago
919319b
libbpf: Correct some typos and syntax issues in usdt doc
by Jiawei Zhao
· 14 days ago
9c8827d
bpftool: Display cookie for raw_tp link probe
by Tao Chen
· 10 days ago
25a0d04
selftests/bpf: Add cookies check for raw_tp fill_link_info test
by Tao Chen
· 10 days ago
2fe1c59
bpf: Add cookie to raw_tp bpf_link_info
by Tao Chen
· 10 days ago
7fdaba9
Merge tag 'rtc-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
by Linus Torvalds
· 8 days ago
bfdf35c
Merge tag 'dmaengine-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine
by Linus Torvalds
· 8 days ago
d12ed2b
Merge tag 'phy-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy
by Linus Torvalds
· 8 days ago
a479ebb
Merge tag 'soundwire-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/soundwire
by Linus Torvalds
· 8 days ago
ec7714e
Merge tag 'rust-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
by Linus Torvalds
· 9 days ago
6498044
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by Linus Torvalds
· 9 days ago
d2fec01
Merge tag '6.16-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbd
by Linus Torvalds
· 9 days ago
ff0905b
Merge tag 'bcachefs-2025-06-04' of git://evilpiepirate.org/bcachefs
by Linus Torvalds
· 9 days ago
3d11125
bcachefs: add cond_resched() to handle_overwrites()
by Kent Overstreet
· 10 days ago
a4b0f75
bcachefs: Make journal read log message a bit quieter
by Kent Overstreet
· 11 days ago
29cc6fb
bcachefs: Fix subvol to missing root repair
by Kent Overstreet
· 11 days ago
09fb85ae
bcachefs: Run may_delete_deleted_inode() checks in bch2_inode_rm()
by Kent Overstreet
· 11 days ago
bb6689b
bcachefs: delete dead code from may_delete_deleted_inode()
by Kent Overstreet
· 11 days ago
bfaac2c
bcachefs: Add flags to subvolume_to_text()
by Kent Overstreet
· 11 days ago
9f2dc5f
bcachefs: Fix oops in btree_node_seq_matches()
by Kent Overstreet
· 12 days ago
2bf380c
bcachefs: Fix dirent_casefold_mismatch repair
by Kent Overstreet
· 14 days ago
b938d3c
bcachefs: Fix bch2_fsck_rename_dirent() for casefold
by Kent Overstreet
· 13 days ago
35c1f13
bcachefs: Redo bch2_dirent_init_name()
by Kent Overstreet
· 12 days ago
01d925f
bcachefs: Fix -Wc23-extensions in bch2_check_dirents()
by Nathan Chancellor
· 9 days ago
16b7069
Merge tag 'sched_ext-for-6.16-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_ext
by Linus Torvalds
· 9 days ago
3719a04
Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
by Linus Torvalds
· 9 days ago
1af80d0
Merge tag 'slab-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
by Linus Torvalds
· 9 days ago
f5ebe7b
Merge tag 'spdx-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 9 days ago
3de9148
Merge branch 'pci/misc'
by Bjorn Helgaas
· 9 days ago
27b1aac
Merge branch 'pci/dt-bindings'
by Bjorn Helgaas
· 9 days ago
db847ad
Merge branch 'pci/ptm-debugfs'
by Bjorn Helgaas
· 9 days ago
df52b63
Merge branch 'pci/controller/tegra194'
by Bjorn Helgaas
· 9 days ago
fd0c51f
Merge branch 'pci/controller/rockchip'
by Bjorn Helgaas
· 9 days ago
d96c67a
Merge branch 'pci/controller/rcar-gen4'
by Bjorn Helgaas
· 9 days ago
05cf00a
Merge branch 'pci/controller/qcom'
by Bjorn Helgaas
· 9 days ago
Next »