summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-12-19Revert BPF token-related functionalityAndrii Nakryiko
2023-12-18Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-12-18bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko
2023-12-18bpf: Fail uprobe multi link with negative offsetJiri Olsa
2023-12-15x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov
2023-12-15bpf: Fix dtor CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra
2023-12-15x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra
2023-12-15bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao
2023-12-15bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao
2023-12-14bpf: xdp: Register generic_kfunc_set with XDP programsDaniel Xu
2023-12-14bpf: support symbolic BPF FS delegation mount optionsAndrii Nakryiko
2023-12-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-14bpf: Fix a race condition between btf_put() and map_free()Yonghong Song
2023-12-13bpf: Use GFP_KERNEL in bpf_event_entry_gen()Hou Tao
2023-12-13bpf: Reduce the scope of rcu_read_lock when updating fd mapHou Tao
2023-12-13bpf: Update the comments in maybe_wait_bpf_programs()Hou Tao
2023-12-13bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks listMatt Bobrowski
2023-12-13bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko
2023-12-13bpf: Support uid and gid when mounting bpffsJie Jiang
2023-12-12bpf: Comment on check_mem_size_regAndrei Matei
2023-12-12bpf: Remove unused backtrack_state helper functionsYang Li
2023-12-11bpf: tidy up exception callback management a bitAndrii Nakryiko
2023-12-11bpf: emit more dynptr information in verifier logAndrii Nakryiko
2023-12-11bpf: log PTR_TO_MEM memory size in verifier logAndrii Nakryiko
2023-12-10Merge tag 'sched_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2023-12-10Merge tag 'perf_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-12-09bpf: Add bpf_cpumask_weight() kfuncDavid Vernet
2023-12-09bpf: handle fake register spill to stack with BPF_ST_MEM instructionAndrii Nakryiko
2023-12-09bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao
2023-12-09bpf: Only call maybe_wait_bpf_programs() when map operation succeedsHou Tao
2023-12-09bpf: Add missed maybe_wait_bpf_programs() for htab of mapsHou Tao
2023-12-09bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()Hou Tao
2023-12-09bpf: Remove unnecessary wait from bpf_map_copy_value()Hou Tao
2023-12-08bpf: Enable bpf_cgrp_storage for cgroup1 non-attach caseYafang Shao
2023-12-08bpf: Minor cleanup around stack boundsAndrei Matei
2023-12-08bpf: Fix accesses to uninit stack slotsAndrei Matei
2023-12-08Merge tag 'trace-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds
2023-12-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-07Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-12-07bpf: Guard stack limits against 32bit overflowAndrei Matei
2023-12-07bpf: Fix verification of indirect var-off stack accessAndrei Matei
2023-12-07Merge tag 'cgroup-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-12-07Merge tag 'wq-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-12-06bpf: Use arch_bpf_trampoline_sizeSong Liu
2023-12-06bpf: Add arch_bpf_trampoline_size()Song Liu
2023-12-06bpf: Add helpers for trampoline image managementSong Liu
2023-12-06bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu
2023-12-06bpf: Let bpf_prog_pack_free handle any pointerSong Liu