summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski22-458/+1497
2023-12-19bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko1-18/+11
2023-12-18bpf: Fail uprobe multi link with negative offsetJiri Olsa1-2/+6
2023-12-16x86/cfi,bpf: Fix bpf_exception_cb() signatureAlexei Starovoitov1-1/+1
2023-12-16bpf: Fix dtor CFIPeter Zijlstra2-3/+21
2023-12-16x86/cfi,bpf: Fix bpf_struct_ops CFIPeter Zijlstra1-8/+8
2023-12-16x86/cfi,bpf: Fix BPF JIT callPeter Zijlstra1-0/+25
2023-12-16bpf: Limit the number of kprobes when attaching program to multiple kprobesHou Tao1-0/+3
2023-12-16bpf: Limit the number of uprobes when attaching program to multiple uprobesHou Tao1-0/+4
2023-12-15bpf: xdp: Register generic_kfunc_set with XDP programsDaniel Xu1-0/+1
2023-12-15bpf: support symbolic BPF FS delegation mount optionsAndrii Nakryiko1-38/+211
2023-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-137/+108
2023-12-15bpf: Fix a race condition between btf_put() and map_free()Yonghong Song1-1/+5
2023-12-14bpf: Use GFP_KERNEL in bpf_event_entry_gen()Hou Tao1-1/+1
2023-12-14bpf: Reduce the scope of rcu_read_lock when updating fd mapHou Tao2-4/+6
2023-12-14bpf: Update the comments in maybe_wait_bpf_programs()Hou Tao1-3/+7
2023-12-14bpf: add small subset of SECURITY_PATH hooks to BPF sleepable_lsm_hooks listMatt Bobrowski1-0/+12
2023-12-14bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko1-1/+9
2023-12-14bpf: Support uid and gid when mounting bpffsJie Jiang1-1/+49
2023-12-13bpf: Comment on check_mem_size_regAndrei Matei1-0/+6
2023-12-12bpf: Remove unused backtrack_state helper functionsYang Li1-15/+0
2023-12-12bpf: tidy up exception callback management a bitAndrii Nakryiko2-22/+41
2023-12-12bpf: emit more dynptr information in verifier logAndrii Nakryiko1-9/+16
2023-12-12bpf: log PTR_TO_MEM memory size in verifier logAndrii Nakryiko1-0/+4
2023-12-10Merge tag 'sched_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2023-12-10Merge tag 'perf_urgent_for_v6.7_rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-23/+38
2023-12-10bpf: Add bpf_cpumask_weight() kfuncDavid Vernet1-0/+12
2023-12-10bpf: handle fake register spill to stack with BPF_ST_MEM instructionAndrii Nakryiko1-1/+0
2023-12-10bpf: Set uattr->batch.count as zero before batched update or deletionHou Tao1-0/+6
2023-12-10bpf: Only call maybe_wait_bpf_programs() when map operation succeedsHou Tao1-2/+4
2023-12-10bpf: Add missed maybe_wait_bpf_programs() for htab of mapsHou Tao1-3/+3
2023-12-10bpf: Call maybe_wait_bpf_programs() only once for generic_map_update_batch()Hou Tao1-1/+3
2023-12-10bpf: Remove unnecessary wait from bpf_map_copy_value()Hou Tao1-1/+0
2023-12-09bpf: Enable bpf_cgrp_storage for cgroup1 non-attach caseYafang Shao1-3/+3
2023-12-09bpf: Minor cleanup around stack boundsAndrei Matei1-2/+9
2023-12-09bpf: Fix accesses to uninit stack slotsAndrei Matei1-39/+26
2023-12-08Merge tag 'trace-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-112/+69
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+0
2023-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-71/+56
2023-12-08Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-52/+18
2023-12-08bpf: Guard stack limits against 32bit overflowAndrei Matei1-3/+3
2023-12-08bpf: Fix verification of indirect var-off stack accessAndrei Matei1-10/+4
2023-12-07Merge tag 'cgroup-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+7
2023-12-07Merge tag 'wq-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+15
2023-12-07bpf: Use arch_bpf_trampoline_sizeSong Liu3-22/+42
2023-12-07bpf: Add arch_bpf_trampoline_size()Song Liu1-0/+6
2023-12-07bpf: Add helpers for trampoline image managementSong Liu2-14/+44
2023-12-07bpf: Adjust argument names of arch_prepare_bpf_trampoline()Song Liu1-2/+2
2023-12-07bpf: Let bpf_prog_pack_free handle any pointerSong Liu2-15/+11
2023-12-07kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPBaoquan He1-1/+0