summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2026-01-20bpf: Migrate bpf_wq_set_callback_impl() to KF_IMPLICIT_ARGSIhor Solodrai-14/+13
2026-01-20bpf: Verifier support for KF_IMPLICIT_ARGSIhor Solodrai-4/+54
2026-01-20bpf: Introduce struct bpf_kfunc_metaIhor Solodrai-65/+91
2026-01-20bpf: Refactor btf_kfunc_id_set_containsIhor Solodrai-20/+56
2026-01-20bpf/verifier: Optimize ID mapping reset in states_equalQiliang Yuan-9/+14
2026-01-20bpf: Remove leftover accounting in htab_map_mem_usage after rqspinlockDaniel Borkmann-7/+4
2026-01-20bpf: verifier: Make sync_linked_regs() scratch registersPuranjay Mohan-6/+12
2026-01-16bpf: Add SPDX license identifiers to a few filesTim Bird-11/+3
2026-01-16bpf: Add __force annotations to silence sparse warningsMykyta Yatsenko-7/+7
2026-01-16bpf: Preserve id of register in sync_linked_regs()Puranjay Mohan-1/+3
2026-01-15arm64/ftrace,bpf: Fix partial regs after bpf_prog_runJiri Olsa-0/+1
2026-01-14bpf: Properly mark live registers for indirect jumpsAnton Protopopov-0/+6
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov-54/+106
2026-01-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-0/+5
2026-01-13bpf: Return EACCES for incorrect access to insn arrayAnton Protopopov-1/+1
2026-01-13bpf: Return proper address for non-zero offsets in insn arrayAnton Protopopov-1/+1
2026-01-13bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by defaultMatt Bobrowski-17/+29
2026-01-13bpf: Optimize the performance of find_bpffs_btf_enumsDonglin Peng-25/+17
2026-01-13bpf: Skip anonymous types in type lookup for performanceDonglin Peng-10/+7
2026-01-13btf: Verify BTF sortingDonglin Peng-0/+43
2026-01-13btf: Optimize type lookup with binary searchDonglin Peng-9/+81
2026-01-13bpf: Remove an unused parameter in check_func_protoSong Chen-2/+2
2026-01-13bpf: Recognize special arithmetic shift in the verifierAlexei Starovoitov-0/+39
2026-01-13bpf: Consistently use reg_state() for register access in the verifierMykyta Yatsenko-23/+19
2026-01-12bpf, btf: Enforce destructor kfunc type with CFISami Tolvanen-0/+7
2026-01-12bpf: crypto: Use the correct destructor kfunc typeSami Tolvanen-1/+7
2026-01-12Merge tag 'cgroup-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2026-01-11Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+3
2026-01-11Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+6
2026-01-11treewide: Update email addressThomas Gleixner-13/+13
2026-01-09Merge tag 'pm-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-4/+10
2026-01-09sched/mm_cid: Prevent NULL mm dereference in sched_mm_cid_after_execve()Cong Wang-2/+3
2026-01-07bpf: Reject BPF_MAP_TYPE_INSN_ARRAY in check_reg_const_str()Deepanshu Kartikey-0/+5
2026-01-07cgroup: Eliminate cgrp_ancestor_storage in cgroup_rootMichal Koutný-1/+1
2026-01-07trace: ftrace_dump_on_oops[] is not exported, make it staticBen Dooks-1/+1
2026-01-07tracing: Add recursion protection in kernel stack trace recordingSteven Rostedt-0/+6
2026-01-07ring-buffer: Avoid softlockup in ring_buffer_resize() during memory freeWupeng Ma-0/+2
2026-01-07tracing: Drop unneeded assignment to soft_modeJulia Lawall-4/+3
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage...Leon Hwang-6/+19
2026-01-06bpf: Copy map value using copy_map_value_long for percpu_cgroup_storage mapsLeon Hwang-4/+2
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_p...Leon Hwang-31/+65
2026-01-06bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array mapsLeon Hwang-7/+24
2026-01-06bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang-14/+17
2026-01-06bpf: Allow calls to arena functions while holding spinlocksEmil Tsalapatis-1/+10
2026-01-06bpf: Check active lock count in in_sleepable_context()Emil Tsalapatis-0/+1
2026-01-05PM: hibernate: Fix crash when freeing invalid crypto compressorMalaya Kumar Rout-4/+10
2026-01-05perf: Ensure swevent hrtimer is properly destroyedPeter Zijlstra-0/+6
2026-01-02bpf: Replace __opt annotation with __nullable for kfuncsPuranjay Mohan-28/+23
2026-01-02bpf: arena: Reintroduce memcg accountingPuranjay Mohan-8/+29
2026-01-02bpf: syscall: Introduce memcg enter/exit helpersPuranjay Mohan-28/+26