- b53b63d Merge branch 'support-eliding-map-lookup-nullness' by Alexei Starovoitov · 12 months ago master
- f932a8e bpf: selftests: verifier: Add nullness elision tests by Daniel Xu · 12 months ago
- d2102f2 bpf: verifier: Support eliding map lookup nullness by Daniel Xu · 12 months ago
- 37cce22 bpf: verifier: Refactor helper access type tracking by Daniel Xu · 12 months ago
- 8ac412a bpf: tcp: Mark bpf_load_hdr_opt() arg2 as read-write by Daniel Xu · 12 months ago
- b8a81b5 bpf: verifier: Add missing newline on verbose() call by Daniel Xu · 12 months ago
- 556a399 selftests/bpf: Add distilled BTF test about marking BTF_IS_EMBEDDED by Pu Lehui · 12 months ago
- 5ca681a libbpf: Fix incorrect traversal end type ID when marking BTF_IS_EMBEDDED by Pu Lehui · 12 months ago
- 5436a54 libbpf: Fix return zero when elf_begin failed by Pu Lehui · 12 months ago
- 4a04cb3 selftests/bpf: Fix btf leak on new btf alloc failure in btf_distill test by Pu Lehui · 12 months ago
- 7c311b7 veristat: Load struct_ops programs only once by Eduard Zingerman · 12 months ago
- a8d1c48 selftests/bpf: Fix undefined UINT_MAX in veristat.c by Tony Ambardar · 12 months ago
- 87c5441 bpf: Send signals asynchronously if !preemptible by Puranjay Mohan · 12 months ago
- 9fe17b7 selftests/bpf: Fix test_xdp_adjust_tail_grow2 selftest on powerpc by Saket Kumar Bhaskar · 12 months ago
- be339dd Merge branch 'selftests-bpf-migrate-test_xdp_redirect-sh-to-test_progs' by Martin KaFai Lau · 12 months ago
- 3e99fa9 selftests/bpf: Migrate test_xdp_redirect.c to test_xdp_do_redirect.c by Bastien Curutchet (eBPF Foundation) · 12 months ago
- a94df60 selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.c by Bastien Curutchet (eBPF Foundation) · 12 months ago
- 2c6c5c7 selftests/bpf: test_xdp_redirect: Rename BPF sections by Bastien Curutchet (eBPF Foundation) · 12 months ago
- 95ad526 veristat: Document verifier log dumping capability by Daniel Xu · 12 months ago
- defac89 bpftool: Fix control flow graph segfault during edge creation by Christoph Werle · 12 months ago
- a43796b selftests/bpf: Add a test for kprobe multi with unique_match by Yonghong Song · 12 months ago
- e2b0bda libbpf: Add unique_match option for multi kprobe by Yonghong Song · 12 months ago
- e8ec1c9 Merge branch 'bpf-reduce-the-use-of-migrate_-disable-enable' by Alexei Starovoitov · 12 months ago
- d86088e bpf: Remove migrate_{disable|enable} from bpf_selem_free() by Hou Tao · 12 months ago
- 7b98435 bpf: Remove migrate_{disable|enable} from bpf_local_storage_free() by Hou Tao · 12 months ago
- 4855a75 bpf: Remove migrate_{disable|enable} from bpf_local_storage_alloc() by Hou Tao · 12 months ago
- 2269b32 bpf: Remove migrate_{disable|enable} from bpf_selem_alloc() by Hou Tao · 12 months ago
- 6a52b96 bpf: Remove migrate_{disable,enable} in bpf_cpumask_release() by Hou Tao · 12 months ago
- 1d2dbe7 bpf: Remove migrate_{disable|enable} in bpf_obj_free_fields() by Hou Tao · 12 months ago
- 4b7e7cd bpf: Disable migration before calling ops->map_free() by Hou Tao · 12 months ago
- 090d7f2 bpf: Disable migration in bpf_selem_free_rcu by Hou Tao · 12 months ago
- dfccfc4 bpf: Disable migration when cloning sock storage by Hou Tao · 12 months ago
- 7d1032d bpf: Disable migration when destroying sock storage by Hou Tao · 12 months ago
- e319cdc bpf: Disable migration when destroying inode storage by Hou Tao · 12 months ago
- 9e6c958 bpf: Remove migrate_{disable|enable} from bpf_task_storage_lock helpers by Hou Tao · 12 months ago
- 25dc65f bpf: Remove migrate_{disable|enable} from bpf_cgrp_storage_lock helpers by Hou Tao · 12 months ago
- 53f2ba0 bpf: Remove migrate_{disable|enable} in htab_elem_free by Hou Tao · 12 months ago
- ea5b229 bpf: Remove migrate_{disable|enable} in ->map_for_each_callback by Hou Tao · 12 months ago
- 1b1a01d bpf: Remove migrate_{disable|enable} from LPM trie by Hou Tao · 12 months ago
- bfaac2a selftests/bpf: Add kprobe session recursion check test by Jiri Olsa · 1 year ago
- 2ebadb6 bpf: Return error for missed kprobe multi bpf program execution by Jiri Olsa · 1 year ago
- ca3c4f6 bpf: Move out synchronize_rcu_tasks_trace from mutex CS by Pu Lehui · 1 year ago
- b8b1e30 bpf: Fix range_tree_set() error handling by Soma Nakata · 1 year ago
- bab18c7 selftests/bpf: add -std=gnu11 to BPF_CFLAGS and CFLAGS by Ihor Solodrai · 12 months ago
- 46c61cb selftests/bpf: Handle prog/attach type comparison in veristat by Mykyta Yatsenko · 1 year ago
- f44275e selftests/bpf: add -fno-strict-aliasing to BPF_CFLAGS by Ihor Solodrai · 1 year ago
- 859a7db Merge branch 'bpf-allow-bpf_for-bpf_repeat-while-holding-spin' by Alexei Starovoitov · 1 year ago
- 87091dd selftests/bpf: test bpf_for within spin lock section by Emil Tsalapatis · 1 year ago
- 5128164 bpf: Allow bpf_for/bpf_repeat calls while holding a spinlock by Emil Tsalapatis · 1 year ago
- 2532608 bpf/tests: Add 32 bits only long conditional jump tests by Christophe Leroy · 1 year ago
- 8c21f88 bpf, arm64: Emit A64_{ADD,SUB}_I when possible in emit_{lse,ll_sc}_atomic() by Peilin Ye · 1 year ago
- 66bb58a bpf, arm64: Factor out emit_a64_add_i() by Peilin Ye · 1 year ago
- 0a58072 bpf, arm64: Simplify if logic in emit_lse_atomic() by Peilin Ye · 1 year ago
- 73b9075 selftests/bpf: Avoid generating untracked files when running bpf selftests by Jiayuan Chen · 1 year ago
- 96ea081 bpf: Reject struct_ops registration that uses module ptr and the module btf_id is missing by Martin KaFai Lau · 1 year, 1 month ago
- dfa94ce bpf: Use refcount_t instead of atomic_t for mmap_count by Pei Xiao · 1 year ago
- 654a338 bpf: Remove unused MT_ENTRY define by Lorenzo Pieralisi · 1 year ago
- 9468f39 selftests/bpf: fix veristat comp mode with new stats by Mahe Tardy · 1 year, 1 month ago
- 4a24035 bpf: Fix holes in special_kfunc_list if !CONFIG_NET by Thomas Weißschuh · 1 year, 1 month ago
- 34ea973 Merge branch 'bpf-verifier-improve-precision-of-bpf_mul' by Alexei Starovoitov · 1 year ago
- 75137d9 selftests/bpf: Add testcases for BPF_MUL by Matan Shachnai · 1 year, 1 month ago
- 9aa0ebd bpf, verifier: Improve precision of BPF_MUL by Matan Shachnai · 1 year, 1 month ago
- 1846dd8 libbpf: Set MFD_NOEXEC_SEAL when creating memfd by Daniel Xu · 1 year ago
- c5d2bac selftests/bpf: Clear out Python syntax warnings by Ariel Otilibili · 1 year, 1 month ago
- 8eef6ac bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RT by Martin KaFai Lau · 1 year, 1 month ago
- a7c2051 veristat: Fix top source line stat collection by Mykyta Yatsenko · 1 year, 1 month ago
- 58ecb3a bpf: lsm: Remove hook to bpf_task_storage_free by Song Liu · 1 year, 1 month ago
- 06103dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Alexei Starovoitov · 1 year, 1 month ago
- 78d4f34 Linux 6.13-rc3 by Linus Torvalds · 1 year, 1 month ago
- 42a19aa Merge tag 'arc-6.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 1 year, 1 month ago
- 7031a38 Merge tag 'efi-fixes-for-v6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi by Linus Torvalds · 1 year, 1 month ago
- 151167d Merge tag 'i2c-for-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 1 year, 1 month ago
- dccbe20 Merge tag 'edac_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras by Linus Torvalds · 1 year, 1 month ago
- f7c7a1b Merge tag 'irq_urgent_for_v6.13_rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 1 month ago
- acd855a Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 1 year, 1 month ago
- 81576a9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 1 year, 1 month ago
- 2d8308b Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 1 year, 1 month ago
- 35f301d Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Linus Torvalds · 1 year, 1 month ago
- c83508d bpf: Avoid deadlock caused by nested kprobe and fentry bpf programs by Priya Bala Govindasamy · 1 year, 1 month ago
- a0e3919 Merge tag 'usb-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 1 year, 1 month ago
- 636110b Merge tag 'tty-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 1 year, 1 month ago
- 3de4f6d Merge tag 'staging-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 1 year, 1 month ago
- ec20929 Merge tag 'v6.13-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 1 year, 1 month ago
- 7824850 Merge tag 'rust-fixes-6.13' of https://github.com/Rust-for-Linux/linux by Linus Torvalds · 1 year, 1 month ago
- 115c0cc Merge tag 'iommu-fixes-v6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux by Linus Torvalds · 1 year, 1 month ago
- 5d97859 Merge tag 'ata-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/libata/linux by Linus Torvalds · 1 year, 1 month ago
- 5b6b08a Merge tag 'i2c-host-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-current by Wolfram Sang · 1 year, 1 month ago
- a446e965 Merge tag '6.13-rc2-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 1 year, 1 month ago
- f861356 Merge tag 'spi-fix-v6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 1 year, 1 month ago
- 4e1b486 Merge tag 'regulator-fix-v6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 1 year, 1 month ago
- e72da82 Merge tag 'drm-fixes-2024-12-14' of https://gitlab.freedesktop.org/drm/kernel by Linus Torvalds · 1 year, 1 month ago
- 974acf9 Merge tag 'pm-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 1 year, 1 month ago
- c810e8d Merge tag 'acpi-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 1 year, 1 month ago
- a8e1a3d Merge branch 'explicit-raw_tp-null-arguments' by Alexei Starovoitov · 1 year, 1 month ago
- 0da1955 selftests/bpf: Add tests for raw_tp NULL args by Kumar Kartikeya Dwivedi · 1 year, 1 month ago
- 838a10b bpf: Augment raw_tp arguments with PTR_MAYBE_NULL by Kumar Kartikeya Dwivedi · 1 year, 1 month ago
- c00d738 bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL" by Kumar Kartikeya Dwivedi · 1 year, 1 month ago
- c30c65f Merge tag 'block-6.13-20241213' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 1 month ago
- 2a816e4 Merge tag 'io_uring-6.13-20241213' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 1 month ago
- 1c021e7 Merge tag 'libnvdimm-fixes-6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 1 year, 1 month ago