summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
12 daysbpf: Mark signal tracepoint siginfo arguments as scalarKumar Kartikeya Dwivedi1-0/+3
12 daysbpf: Fix NULL-ptr-deref in btf_var_show()Jiayuan Chen1-1/+9
12 daysbpf: Fix NULL-ptr-deref when showing a void BTF typeJiayuan Chen1-1/+8
12 daysbpf: Reject key-less BTF for hash mapsJiayuan Chen1-0/+6
12 daysring-buffer: Allow splice reads on static buffersVincent Donnefort1-9/+2
13 daysbpf: reject BPF_PSEUDO_FUNC reference to the main programEduard Zingerman1-0/+9
13 dayskprobes: Protect kprobe_blacklist with RCUMasami Hiramatsu (Google)1-4/+10
13 daystracing/probes: Fix use-after-free on field name/type of events with multiple...Henry Martin2-1/+49
13 daystracing/probes: Fix code indent in get_bitoffset_of_field()Masami Hiramatsu (Google)1-5/+5
13 daystracing/probes: Fix BTF kflag check for anonymous struct member accessMasami Hiramatsu (Google)3-11/+16
13 daystracing/probes: Fix anon_stack check for unnamed bitfields in btf_find_struct...Masami Hiramatsu (Google)1-6/+6
13 daystracing: Take trace_array reference when opening options fileSteven Rostedt1-4/+63
13 daysbpf: backtracking shouldn't clear outer frame R1-R5 for callbacksEduard Zingerman1-20/+17
13 daysftrace: Synchronize the initialization of ftrace_opsSteven Rostedt1-2/+11
13 daysbpf: backtrack_insn(): Handle ld_{abs,ind} subprog exit edgeEduard Zingerman1-6/+19
13 daysprintk/nbcon: Change nbcon_irq_work to IRQ_WORK_LAZYJohn Ogness1-1/+1
13 daysprintk/nbcon: Flush nbcon_irq_work in nbcon_free()John Ogness1-0/+2
13 dayslocking/lockdep: Invalidate stale class_cache entries for zapped classesEric Dumazet1-8/+42
13 daysperf: Fix use-after-free when perf mmap() revival races with the last munmap()Yilin Zhang1-10/+10
13 daysperf/core: Skip empty AUX records with only format flagsLeo Yan1-2/+7
13 dayssched/fair: Avoid creating misfits during cache-aware balancingTim Chen1-5/+45
13 dayssched/fair: Use cfs_rq->h_curr in distribute_cfs_runtime()Wanwu Li1-1/+1
13 dayssched/fair: Use cfs_rq->h_curr in throttle_cfs_rq()Wanwu Li1-2/+2
13 dayssched/core: Skip rq->avg_idle update without a valid idle_stampShubhang Kaushik (Ampere)1-2/+8
13 dayssched/rt,dl: Skip migrate-disabled tasks when picking a push candidateSeiji Nishikawa2-4/+4
13 dayssched/fair: Use update_curr_eevdf() for the remaining root cfs_rq callersZhan Xusheng1-2/+2
14 daysftrace: Take trace_array reference before accessing its ftrace_opsSteven Rostedt4-24/+42
14 daystracing: Have show_event_filters/triggers files take trace array refSteven Rostedt1-4/+24
2026-09-01uprobes: guard trace cleanup against error pointersAndi Kleen1-2/+2
2026-08-31Merge tag 'wq-for-7.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+21
2026-08-31Merge tag 'cgroup-for-7.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-14/+31
2026-08-31Merge tag 'sched_ext-for-7.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-15/+57
2026-08-31Merge tag 'xfs-fixes-7.3-rc2' of gitolite.kernel.org:/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+18
2026-08-31workqueue: reject watchdog thresholds that overflow jiffiesJiacheng Xu1-0/+3
2026-08-31sched_ext: Fix missing @slice and @vtime descriptions in finish_dispatch() ke...Liang Luo1-0/+2
2026-08-31sched_ext: Fix several comment issuesWanwu Li2-6/+6
2026-08-31cgroup: fix spurious SIGKILL of CLONE_INTO_CGROUP childrenEtienne Perot1-4/+2
2026-08-31reboot: fix cad_pid use-after-free raceCen Zhang (Microsoft)2-4/+27
2026-08-30Merge tag 'locking-urgent-2026-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2026-08-30Merge tag 'trace-v7.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds6-6/+20
2026-08-30interrupt: Disable interrupt before modifying hardirq_disable counterBoqun Feng1-13/+4
2026-08-28bpf: don't downgrade half-dead scalar zero spills to STACK_ZEROEduard Zingerman1-7/+4
2026-08-27ring-buffer: Stop remote reader update when page swap failsIvan Immanuel Shaji1-2/+5
2026-08-27tracing: Fix retry exhaustion in simple ring buffer reader swapIvan Immanuel Shaji1-2/+2
2026-08-27tracing/user_events: Clear copied tracing state before fork duplicationJérémy Jean1-0/+3
2026-08-27Merge tag 'dma-mapping-7.3-2026-08-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+9
2026-08-27Merge tag 'mm-stable-2026-08-26-15-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-8/+52
2026-08-26bpf: check_cond_jmp_op(): properly infer if register is nullEduard Zingerman1-3/+6
2026-08-26Merge tag 'nfs-for-7.3-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+24
2026-08-26Merge tag 'pm-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-2/+13