- c264487 selftests/bpf: Fix incorrect parameters in NULL pointer checking by Hao Ge · 1 year, 5 months ago master
- 4961d8f Merge branch 'bpf-arm64-simplify-jited-prologue-epilogue' by Alexei Starovoitov · 1 year, 4 months ago
- 5d4fa9e bpf, arm64: Avoid blindly saving/restoring all callee-saved registers by Xu Kuohai · 1 year, 4 months ago
- bd737fc bpf, arm64: Get rid of fpb by Xu Kuohai · 1 year, 4 months ago
- d205d4a samples/bpf: tracex4: Fix failed to create kretprobe 'kmem_cache_alloc_node+0x0' by Rong Tao · 1 year, 4 months ago
- ddc3d98 selftests/bpf: Add tests for bpf_copy_from_user_str kfunc. by Jordan Rome · 1 year, 5 months ago
- 65ab5ac bpf: Add bpf_copy_from_user_str kfunc by Jordan Rome · 1 year, 5 months ago
- 5772c34 selftests/bpf: use simply-expanded variables for libpcap flags by Eduard Zingerman · 1 year, 5 months ago
- 5cd0aea Merge branch 'support-bpf_kptr_xchg-into-local-kptr' by Alexei Starovoitov · 1 year, 5 months ago
- 91c9684 selftests/bpf: Test bpf_kptr_xchg stashing into local kptr by Dave Marchevsky · 1 year, 5 months ago
- b0966c7 bpf: Support bpf_kptr_xchg into local kptr by Dave Marchevsky · 1 year, 5 months ago
- d59232a bpf: Rename ARG_PTR_TO_KPTR -> ARG_KPTR_XCHG_DEST by Dave Marchevsky · 1 year, 5 months ago
- 7a851ec bpf: Search for kptrs in prog BTF structs by Dave Marchevsky · 1 year, 5 months ago
- c5ef534 bpf: Let callers of btf_parse_kptr() track life cycle of prog btf by Amery Hung · 1 year, 5 months ago
- f727b13 selftests/bpf: add multi-uprobe benchmarks by Andrii Nakryiko · 1 year, 5 months ago
- 4e9e076 selftests/bpf: make use of PROCMAP_QUERY ioctl if available by Andrii Nakryiko · 1 year, 5 months ago
- b4406e10 Merge branch 'follow-up-for-__jited-test-tag' by Alexei Starovoitov · 1 year, 5 months ago
- 21a56fc selftests/bpf: #define LOCAL_LABEL_LEN for jit_disasm_helpers.c by Eduard Zingerman · 1 year, 5 months ago
- c52a1e6 selftests/bpf: match both retq/rethunk in verifier_tailcall_jit by Eduard Zingerman · 1 year, 5 months ago
- ec1f77f selftests/bpf: test_loader.c:get_current_arch() should not return 0 by Eduard Zingerman · 1 year, 5 months ago
- 7559a7a selftests/bpf: Add testcase for updating attached freplace prog to prog_array map by Leon Hwang · 1 year, 5 months ago
- 50c374c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by Alexei Starovoitov · 1 year, 5 months ago
- d352eca Merge branch 'support-bpf_fastcall-patterns-for-calls-to-kfuncs' by Alexei Starovoitov · 1 year, 5 months ago
- 8c2e043 selftests/bpf: check if bpf_fastcall is recognized for kfuncs by Eduard Zingerman · 1 year, 5 months ago
- f406026 selftests/bpf: by default use arch mask allowing all archs by Eduard Zingerman · 1 year, 5 months ago
- 4060909 bpf: allow bpf_fastcall for bpf_cast_to_kern_ctx and bpf_rdonly_cast by Eduard Zingerman · 1 year, 5 months ago
- b2ee6d2 bpf: support bpf_fastcall patterns for kfuncs by Eduard Zingerman · 1 year, 5 months ago
- adec67d selftests/bpf: rename nocsr -> bpf_fastcall in selftests by Eduard Zingerman · 1 year, 5 months ago
- ae01075 bpf: rename nocsr -> bpf_fastcall in verifier by Eduard Zingerman · 1 year, 5 months ago
- 6d641ca bpf: Fix percpu address space issues by Uros Bizjak · 1 year, 5 months ago
- 5148f19 Merge branch 'bpf-fix-null-pointer-access-for-malformed-bpf_core_type_id_local-relos' by Alexei Starovoitov · 1 year, 5 months ago
- 110bbd3 selftests/bpf: test for malformed BPF_CORE_TYPE_ID_LOCAL relocation by Eduard Zingerman · 1 year, 5 months ago
- 3d2786d bpf: correctly handle malformed BPF_CORE_TYPE_ID_LOCAL relos by Eduard Zingerman · 1 year, 5 months ago
- b6ab509 bpf: Use kmemdup_array instead of kmemdup for multiple allocation by Yu Jiaoliang · 1 year, 5 months ago
- 872cf28 Merge tag 'platform-drivers-x86-v6.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 by Linus Torvalds · 1 year, 5 months ago
- 5c6154f Merge tag 'erofs-for-6.11-rc5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs by Linus Torvalds · 1 year, 5 months ago
- 1a437d3 Merge branch '__jited-test-tag-to-check-disassembly-after-jit' by Alexei Starovoitov · 1 year, 5 months ago
- a038eac selftests/bpf: validate __xlated same way as __jited by Eduard Zingerman · 1 year, 5 months ago
- e5bdd6a selftests/bpf: validate jit behaviour for tail calls by Eduard Zingerman · 1 year, 5 months ago
- 7d743e4 selftests/bpf: __jited test tag to check disassembly after jit by Eduard Zingerman · 1 year, 5 months ago
- b991fc5 selftests/bpf: utility function to get program disassembly after jit by Eduard Zingerman · 1 year, 5 months ago
- f8d1617 selftests/bpf: replace __regex macro with "{{...}}" patterns by Eduard Zingerman · 1 year, 5 months ago
- f00bb75 selftests/bpf: fix to avoid __msg tag de-duplication by clang by Eduard Zingerman · 1 year, 5 months ago
- d0a29cd selftests/bpf: correctly move 'log' upon successful match by Eduard Zingerman · 1 year, 5 months ago
- 7d41dad selftests/bpf: less spam in the log for message matching by Eduard Zingerman · 1 year, 5 months ago
- ffc41ce Merge branch 'support-passing-bpf-iterator-to-kfuncs' by Alexei Starovoitov · 1 year, 5 months ago
- b0cd726 selftests/bpf: test passing iterator to a kfunc by Andrii Nakryiko · 1 year, 5 months ago
- baebe9a bpf: allow passing struct bpf_iter_<type> as kfunc arguments by Andrii Nakryiko · 1 year, 5 months ago
- 496ddd1 bpf: extract iterator argument type and name validation logic by Andrii Nakryiko · 1 year, 5 months ago
- b311c1b Merge tag '6.11-rc4-server-fixes' of git://git.samba.org/ksmbd by Linus Torvalds · 1 year, 5 months ago
- 0005e01 erofs: fix out-of-bound access when z_erofs_gbuf_growsize() partially fails by Gao Xiang · 1 year, 5 months ago
- 0108b7b Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/git/jgg/iommufd by Linus Torvalds · 1 year, 5 months ago
- 521b1e7 Merge tag 'cxl-fixes-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl by Linus Torvalds · 1 year, 5 months ago
- 46ee21e platform/x86: ISST: Fix return value on last invalid resource by Srinivas Pandruvada · 1 year, 5 months ago
- 01ac89d Merge branch 'correct-recent-gcc-incompatible-changes' by Andrii Nakryiko · 1 year, 5 months ago
- d9075ac selftest/bpf: Adapt inline asm operand constraint for GCC support by Cupertino Miranda · 1 year, 5 months ago
- 2aa9369 selftests/bpf: Disable strict aliasing for verifier_nocsr.c by Cupertino Miranda · 1 year, 5 months ago
- 955bba7 Merge branch 'bpf-enable-some-functions-in-cgroup-programs' by Andrii Nakryiko · 1 year, 5 months ago
- 7f62874 bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_* by Matteo Croce · 1 year, 5 months ago
- 6766647 bpf: Enable generic kfuncs for BPF_CGROUP_* programs by Matteo Croce · 1 year, 5 months ago
- 6e44365 Merge tag 'hid-for-linus-2024081901' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 1 year, 5 months ago
- b0da640 Merge tag 'printk-for-6.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 1 year, 5 months ago
- cf1e515 iommufd/selftest: Make dirty_ops static by Jinjie Ruan · 1 year, 5 months ago
- e080a26 erofs: allow large folios for compressed files by Gao Xiang · 1 year, 5 months ago
- 2c53462 erofs: get rid of check_layout_compatibility() by Hongzhen Luo · 1 year, 5 months ago
- 5b5c96c erofs: simplify readdir operation by Hongzhen Luo · 1 year, 5 months ago
- 7c525ddd ksmbd: Replace one-element arrays with flexible-array members by Thorsten Blum · 1 year, 5 months ago
- 4fdd866 ksmbd: fix spelling mistakes in documentation by Victor Timofei · 1 year, 5 months ago
- 76e98a1 ksmbd: fix race condition between destroy_previous_session() and smb2 operations() by Namjae Jeon · 1 year, 5 months ago
- dfd046d ksmbd: Use unsafe_memcpy() for ntlm_negotiate by Namjae Jeon · 1 year, 5 months ago
- 47ac09b Linux 6.11-rc4 by Linus Torvalds · 1 year, 5 months ago v6.11-rc4
- ccdbf91 Merge tag 'driver-core-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 1 year, 5 months ago
- e1bc113 Merge tag 'char-misc-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 1 year, 5 months ago
- 394f33f Merge tag 'tty-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 1 year, 5 months ago
- 3d9061d Merge tag 'usb-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 1 year, 5 months ago
- 57b1482 Merge tag 'for-6.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 1 year, 5 months ago
- 3c0da3d fuse: Initialize beyond-EOF page contents before setting uptodate by Jann Horn · 1 year, 5 months ago
- c3f2d78 Merge tag 'mm-hotfixes-stable-2024-08-17-19-34' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 1 year, 5 months ago
- 810996a Merge tag 'powerpc-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 1 year, 5 months ago
- e0fac5fc Merge tag 'v6.11-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 1 year, 5 months ago
- 98a1b2d Merge tag 'i2c-for-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 1 year, 5 months ago
- df6cbc6 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 1 year, 5 months ago
- d09840f Merge tag 'xfs-6.11-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 1 year, 5 months ago
- b718175 Merge tag 'bcachefs-2024-08-16' of git://evilpiepirate.org/bcachefs by Linus Torvalds · 1 year, 5 months ago
- 0e49d3f bcachefs: Fix locking in __bch2_trans_mark_dev_sb() by Kent Overstreet · 1 year, 8 months ago
- e5fa841 Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 1 year, 5 months ago
- c2cdb13 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 1 year, 5 months ago
- 216595b Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 1 year, 5 months ago
- 85652ba Merge tag 'block-6.11-20240824' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 5 months ago
- c5ac744 Merge tag 'io_uring-6.11-20240824' of git://git.kernel.dk/linux by Linus Torvalds · 1 year, 5 months ago
- 2731835 Merge tag 'devicetree-fixes-for-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 1 year, 5 months ago
- 534f7ef btrfs: only enable extent map shrinker for DEBUG builds by Qu Wenruo · 1 year, 5 months ago
- 296c871 Merge tag 'thermal-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 1 year, 5 months ago
- 64ab5e4 Merge tag 'acpi-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 1 year, 5 months ago
- e4a55b5 Merge tag 'libnvdimm-fixes-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 1 year, 5 months ago
- 1fc2ac4 io_uring: fix user_data field name in comment by Caleb Sander Mateos · 1 year, 5 months ago
- 60cb1da Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linux by Linus Torvalds · 1 year, 5 months ago
- 5b179fe Merge tag 'riscv-for-linus-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 1 year, 5 months ago
- 4a621e2 Merge tag 'trace-v6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace by Linus Torvalds · 1 year, 5 months ago
- 1486141 Merge tag 'keys-trusted-next-6.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 1 year, 5 months ago