aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
13 daysMerge tag 'trace-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds8-181/+351
13 daysMerge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds16-145/+360
13 daysMerge tag 'sched-urgent-2026-09-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-16/+62
13 daysMerge tag 'perf-urgent-2026-09-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-12/+17
13 daysMerge tag 'locking-urgent-2026-09-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-36/+77
13 daysbpf: Reject non-scalar bpf_loop iteration countsKumar Kartikeya Dwivedi2-1/+2
2026-09-04treewide: refresh kmalloc_obj() conversionsKees Cook18-39/+35
2026-09-04bpf: use mark_arg_precision() in check_mem_size_reg()Eduard Zingerman1-8/+2
2026-09-04bpf: propagate mark_chain_precision() errors out of loop_flag_is_zero()Eduard Zingerman1-11/+25
2026-09-04bpf: mark a NULL BTF_ID argument of a global subprogram preciseEduard Zingerman1-1/+5
2026-09-04bpf: mark a NULL kfunc argument preciseEduard Zingerman1-1/+5
2026-09-04bpf: mark a NULL memory argument of a call preciseEduard Zingerman1-1/+10
2026-09-04bpf: mark a NULL call argument preciseEduard Zingerman1-1/+8
2026-09-04ring-buffer: Use a macro for static buffer bitsSteven Rostedt1-2/+5
2026-09-04tracing: Fix comment in tracing_buffers_splice_read()Steven Rostedt1-5/+7
2026-09-04ring-buffer: Prevent truncation of nr_pages / nr_subbufsVincent Donnefort1-31/+30
2026-09-04ring-buffer: Cap static ring buffer nr_pagesVincent Donnefort1-0/+22
2026-09-04tracing: Fix subbuf resize races with trace_pipe_raw readersVincent Donnefort4-106/+141
2026-09-04bpf: Preserve inner map identity in callback framesKumar Kartikeya Dwivedi1-0/+10
2026-09-04bpf: Mark NULL kptr stores preciseKumar Kartikeya Dwivedi1-2/+9
2026-09-04bpf: Cancel special fields when recycling rhtab elementsNuoqi Gui1-14/+3
2026-09-04bpf: Preserve special fields in recycled rhtab elementsYuan Chen1-1/+0
2026-09-04tracing: Fix to avoid creating trace instances with duplicate namesMasami Hiramatsu (Google)1-0/+5
2026-09-04Merge tag 'probes-fixes-v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-29/+88
2026-09-04bpf: Clear NON_OWN_REF after RCU protection endsKumar Kartikeya Dwivedi1-4/+14
2026-09-04bpf: Keep refcount_acquire nullable for borrowed RCU kptrsNing Ding1-1/+1
2026-09-04bpf: Require MEM_PERCPU for percpu kptr storesKumar Kartikeya Dwivedi1-0/+7
2026-09-04bpf: Mark the zero register precise for a register-form NULL checkEduard Zingerman1-0/+9
2026-09-04bpf: Don't predict JMP32 pointer vs zero comparisonsEduard Zingerman1-0/+7
2026-09-04bpf: Don't resurrect a scalar id dropped by collect_linked_regs()Eduard Zingerman1-4/+10
2026-09-04bpf: Don't infer non-NULL from a pointer with an unbounded offsetEduard Zingerman1-0/+7
2026-09-04futex: Prevent rcuwait use-after-free during requeue PIYao Kai1-2/+10
2026-09-04futex: Provide rt_mutex_.*_schedule() equivalents for futex schedulingSebastian Andrzej Siewior3-13/+21
2026-09-03bpf: Reject legacy packet loads from callbacksKumar Kartikeya Dwivedi1-0/+17
2026-09-03bpf: Mark faultable stack helpers as sleepableKumar Kartikeya Dwivedi1-0/+2
2026-09-03bpf: Mark bpf_btf_find_by_name_kind() as sleepableKumar Kartikeya Dwivedi1-0/+1
2026-09-03bpf: Check ancestor frames for rbtree callbacksKumar Kartikeya Dwivedi1-11/+14
2026-09-03bpf: don't rewrite bpf_fastcall patterns entered by a jumpEduard Zingerman2-0/+11
2026-09-03bpf: update disasm.c to print BPF_PROBE_ATOMIC as atomicsEduard Zingerman1-22/+25
2026-09-03bpf: zero extend the result of an arena 32-bit cmpxchgEduard Zingerman1-1/+6
2026-09-03ring-buffer: Add checking nr_subbufs to persistent ring buffer validationSteven Rostedt1-0/+5
2026-09-03bpf: Mark syscall helpers as sleepableKumar Kartikeya Dwivedi1-0/+2
2026-09-03bpf: Mark sched_process_wait argument as nullableKumar Kartikeya Dwivedi1-0/+4
2026-09-03bpf: Reject resilient lock operations in rbtree callbacksKumar Kartikeya Dwivedi1-0/+5
2026-09-03bpf: Reject tail calls directly from callback framesKumar Kartikeya Dwivedi1-0/+11
2026-09-03bpf: Mark signal tracepoint siginfo arguments as scalarKumar Kartikeya Dwivedi1-0/+3
2026-09-03bpf: Fix NULL-ptr-deref in btf_var_show()Jiayuan Chen1-1/+9
2026-09-03bpf: Fix NULL-ptr-deref when showing a void BTF typeJiayuan Chen1-1/+8
2026-09-03bpf: Reject key-less BTF for hash mapsJiayuan Chen1-0/+6
2026-09-03ring-buffer: Allow splice reads on static buffersVincent Donnefort1-9/+2