summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2025-08-15bpf/preload: Don't select USERMODE_DRIVERThomas Weißschuh1-1/+0
2025-08-15bpf: Ensure RCU lock is held around bpf_prog_ksym_findKumar Kartikeya Dwivedi2-3/+13
2025-08-15bpf: handle jset (if a & b ...) as a jump in CFG computationEduard Zingerman1-0/+1
2025-08-01selftests/bpf: Add tests with stack ptr register in conditional jmpYonghong Song1-2/+5
2025-07-24bpf: Reject %p% format string in bprintf-like helpersPaul Chaignon1-3/+8
2025-07-17bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn2-3/+7
2025-06-27bpf: Use proper type to calculate bpf_raw_tp_null_args.mask indexShung-Hsi Yu1-2/+2
2025-06-27bpf: Pass the same orig_call value to trampoline functionsIlya Leoshkevich1-1/+1
2025-06-27bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()Hou Tao1-1/+2
2025-06-19bpf: Do not include stack ptr register in precision backtracking bookkeepingYonghong Song1-2/+16
2025-06-19bpf: Avoid __bpf_prog_ret0_warn when jit failsKaFai Wan1-1/+1
2025-06-19bpf: Allow XDP dev-bound programs to perform XDP_REDIRECT into mapsLorenzo Bianconi1-11/+16
2025-04-25bpf: Add namespace to BPF internal symbolsAlexei Starovoitov2-3/+4
2025-04-25bpf: fix possible endless loop in BPF map iterationBrandon Kammerdiener1-1/+1
2025-04-11bpf: Convert ringbuf map to rqspinlockKumar Kartikeya Dwivedi1-10/+7
2025-04-10bpf: Convert queue_stack map to rqspinlockKumar Kartikeya Dwivedi1-23/+12
2025-04-10bpf: Use architecture provided res_smp_cond_load_acquireKumar Kartikeya Dwivedi1-1/+1
2025-03-30Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-6/+22
2025-03-30Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-217/+1094
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds15-454/+1596
2025-03-26Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds3-56/+102
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2025-03-24Merge tag 'x86-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2025-03-22bpf: Fix out-of-bounds read in check_atomic_load/store()Kohei Enju1-2/+14
2025-03-20bpf: Add struct_ops context information to struct bpf_prog_auxJuntong Deng1-2/+6
2025-03-19bpf: Maintain FIFO property for rqspinlock unlockKumar Kartikeya Dwivedi1-5/+28
2025-03-19bpf: Implement verifier support for rqspinlockKumar Kartikeya Dwivedi3-42/+209
2025-03-19bpf: Introduce rqspinlock kfuncsKumar Kartikeya Dwivedi1-0/+74
2025-03-19bpf: Convert lpm_trie.c to rqspinlockKumar Kartikeya Dwivedi1-11/+14
2025-03-19bpf: Convert percpu_freelist.c to rqspinlockKumar Kartikeya Dwivedi2-90/+27
2025-03-19bpf: Convert hashtab.c to rqspinlockKumar Kartikeya Dwivedi1-70/+32
2025-03-19rqspinlock: Add entry to Makefile, MAINTAINERSKumar Kartikeya Dwivedi1-1/+1
2025-03-19rqspinlock: Add basic support for CONFIG_PARAVIRTKumar Kartikeya Dwivedi1-0/+3
2025-03-19rqspinlock: Add a test-and-set fallbackKumar Kartikeya Dwivedi1-2/+44
2025-03-19rqspinlock: Add deadlock detection and recoveryKumar Kartikeya Dwivedi1-14/+173
2025-03-19rqspinlock: Protect waiters in trylock fallback from stallsKumar Kartikeya Dwivedi1-1/+7
2025-03-19rqspinlock: Protect waiters in queue from stallsKumar Kartikeya Dwivedi2-3/+100
2025-03-19rqspinlock: Protect pending bit owners from stallsKumar Kartikeya Dwivedi1-5/+27
2025-03-19rqspinlock: Hardcode cond_acquire loops for arm64Kumar Kartikeya Dwivedi1-0/+15
2025-03-19rqspinlock: Add support for timeoutsKumar Kartikeya Dwivedi1-0/+45
2025-03-19rqspinlock: Drop PV and virtualization supportKumar Kartikeya Dwivedi1-90/+1
2025-03-19rqspinlock: Add rqspinlock.h headerKumar Kartikeya Dwivedi1-1/+2
2025-03-19locking: Copy out qspinlock.c to kernel/bpf/rqspinlock.cKumar Kartikeya Dwivedi1-0/+410
2025-03-18bpf: clarify a misleading verifier error messageAndrea Terzolo1-1/+1
2025-03-18bpf: Reject attaching fexit/fmod_ret to __noreturn functionsYafang Shao1-0/+32
2025-03-18bpf: Only fails the busy counter check in bpf_cgrp_storage_get if it creates ...Martin KaFai Lau1-5/+6
2025-03-18bpf: Make perf_event_read_output accessible in all program types.Emil Tsalapatis2-0/+7
2025-03-17bpftool: Using the right format specifiersJiayuan Chen1-2/+2
2025-03-17bpf: Return prog btf_id without capable checkMykyta Yatsenko1-2/+2
2025-03-17bpf: BPF token support for BPF_BTF_GET_FD_BY_IDMykyta Yatsenko1-2/+21