summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-09-19selftests/bpf: test cases for callchain sensitive live stack trackingEduard Zingerman
2025-09-19selftests/bpf: __not_msg() tag for test_loader frameworkEduard Zingerman
2025-09-19bpf: table based bpf_insn_successors()Eduard Zingerman
2025-09-19bpf: disable and remove registers chain based livenessEduard Zingerman
2025-09-19bpf: signal error if old liveness is more conservative than newEduard Zingerman
2025-09-19bpf: enable callchain sensitive stack liveness trackingEduard Zingerman
2025-09-19bpf: callchain sensitive stack liveness tracking using CFGEduard Zingerman
2025-09-19bpf: compute instructions postorder per subprogramEduard Zingerman
2025-09-19bpf: declare a few utility functions as internal apiEduard Zingerman
2025-09-19bpf: remove redundant REG_LIVE_READ check in stacksafe()Eduard Zingerman
2025-09-19bpf: use compute_live_registers() info in clean_func_stateEduard Zingerman
2025-09-19bpf: bpf_verifier_state->cleaned flag instead of REG_LIVE_DONEEduard Zingerman
2025-09-18bpf: Move the signature kfuncs to helpers.cKP Singh
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh
2025-09-18selftests/bpf: Add tests for exclusive mapsKP Singh
2025-09-18libbpf: Support exclusive map creationKP Singh
2025-09-18libbpf: Implement SHA256 internal helperKP Singh
2025-09-18bpf: Implement exclusive map creationKP Singh
2025-09-18bpf: Update the bpf_prog_calc_tag to use SHA256KP Singh
2025-09-18Merge branch 'update-kf_rcu_protected'Alexei Starovoitov
2025-09-18selftests/bpf: Add tests for KF_RCU_PROTECTEDKumar Kartikeya Dwivedi
2025-09-18bpf: Enforce RCU protection for KF_RCU_PROTECTEDKumar Kartikeya Dwivedi
2025-09-17bpf, arm64: Call bpf_jit_binary_pack_finalize() in bpf_jit_free()Hengqi Chen
2025-09-17selftests/bpf: trigger verifier.c:maybe_exit_scc() for a speculative stateEduard Zingerman
2025-09-17bpf: dont report verifier bug for missing bpf_scc_visit on speculative pathEduard Zingerman
2025-09-17selftests/bpf: Test accesses to ctx paddingPaul Chaignon
2025-09-17selftests/bpf: Move macros to bpf_misc.hPaul Chaignon
2025-09-17bpf: Explicitly check accesses to bpf_sock_addrPaul Chaignon
2025-09-15bpf: potential double-free of env->insn_aux_dataEduard Zingerman
2025-09-15selftests/bpf: More open-coded gettid syscall cleanupAlan Maguire
2025-09-15Merge branch 'remove-use-of-current-cgns-in-bpf_cgroup_from_id'Alexei Starovoitov
2025-09-15selftests/bpf: Add a test for bpf_cgroup_from_id lookup in non-root cgnsKumar Kartikeya Dwivedi
2025-09-15bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi
2025-09-15selftests/bpf: Fix arena_spin_lock selftest failureSaket Kumar Bhaskar
2025-09-15selftests/bpf: Skip timer_interrupt case when bpf_timer is not supportedLeon Hwang
2025-09-15bpftool: Search for tracefs at /sys/kernel/tracing firstQuentin Monnet
2025-09-15riscv, bpf: Sign extend struct ops return values properlyHengqi Chen
2025-09-15riscv, bpf: Remove duplicated bpf_flush_icache()Hengqi Chen
2025-09-11Merge branch 'bpf-report-arena-faults-to-bpf-streams'Alexei Starovoitov
2025-09-11selftests/bpf: Add tests for arena fault reportingPuranjay Mohan
2025-09-11selftests: bpf: use __stderr in stream error testsPuranjay Mohan
2025-09-11selftests: bpf: introduce __stderr and __stdoutPuranjay Mohan
2025-09-11bpf: Report arena faults to BPF stderrPuranjay Mohan
2025-09-11bpf: core: introduce main_prog_aux for stream accessPuranjay Mohan
2025-09-11bpf: arm64: simplify exception table handlingPuranjay Mohan
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2025-09-11Merge tag 's390-6.17-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-09-11Merge tag 'pm-6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-09-11Merge tag 'for-6.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-09-11Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds