aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-08-09Merge tag 'trace-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-17/+33
2026-08-08ring-buffer: Fix crash passing ERR_PTR to kthread_stop()Hui Su1-1/+1
2026-08-08ring-buffer: Initialise reader page order in rb_allocate_cpu_buffer()Vincent Donnefort1-0/+1
2026-08-08ring-buffer: Prevent subbuf order change when resizing is disabledVincent Donnefort1-1/+1
2026-08-08ring-buffer: Prevent resizing of persistent ring bufferVincent Donnefort1-0/+2
2026-08-08ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()Josh Poimboeuf1-1/+5
2026-08-08ring-buffer: Use current_context for safe per-CPU buffer swapTengda Wu1-4/+4
2026-08-08Merge tag 'locking-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+4
2026-08-08ftrace: Drop extra comma in trace_buffered_event_enableLeon Hwang1-1/+1
2026-08-08ftrace: Protect direct_functions in update_ftrace_direct_modLeon Hwang1-3/+8
2026-08-08ftrace: Protect direct_functions in update_ftrace_direct_delLeon Hwang1-5/+8
2026-08-08ftrace: Protect direct_functions in ftrace_find_rec_directLeon Hwang1-1/+2
2026-08-07futex: Fix race in futex_pivot_pending() during private hash resizeYao Kai1-3/+4
2026-08-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-25/+25
2026-08-06rqspinlock: Reset tail when preserving queue on deadlockKumar Kartikeya Dwivedi1-2/+3
2026-08-04Merge tag 'locking-urgent-2026-08-04' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-27/+58
2026-08-03Merge tag 'liveupdate-fixes-2026-08-03' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-6/+16
2026-08-03Merge tag 'sched_ext-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-10/+41
2026-08-03Merge tag 'cgroup-for-7.2-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-17/+81
2026-08-02Merge tag 'sched-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2026-08-02Merge tag 'perf-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2026-08-02futex: Prevent robust futex exit race some moreKeno Fischer1-27/+58
2026-07-31Merge tag 'trace-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-4/+18
2026-07-31ring-buffer: Fix subbuf_ids memory leak in rb_allocate_cpu_buffer() error pathMasami Hiramatsu (Google)1-0/+1
2026-07-31bpf: Propagate untrusted pointer state in commuted arithmeticYiyang Chen1-7/+7
2026-07-31bpf: Preserve pointer state for commuted arithmeticYiyang Chen1-7/+8
2026-07-31bpf: Simplify sanitize_err() signatureEduard Zingerman1-9/+7
2026-07-31uprobes: Fix NULL pointer dereference in hprobe_expire()Breno Leitao1-1/+1
2026-07-30Merge tag 'audit-pr-20260730' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+13
2026-07-30Merge tag 'pm-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-0/+11
2026-07-30sched/deadline: Use revised wakeup rule only for running dl_serverGabriele Monaco1-1/+2
2026-07-29ring-buffer: Fix reader page read offset for remote buffersVincent Donnefort1-0/+1
2026-07-29audit: fix potential use-after-free in audit_del_rule()Luxiao Xu1-2/+4
2026-07-29audit: fix potential integer overflow in audit_log_n_string()Zhan Xusheng1-2/+9
2026-07-29tracing/filters: Fix false positive match in regex_match_full()Masami Hiramatsu (Google)1-0/+3
2026-07-29tracing: Check return value of __register_event() in trace_module_add_events()Masami Hiramatsu (Google)1-2/+2
2026-07-29tracing/mmiotrace: Add NULL check for mmio_trace_array in logging functionsMasami Hiramatsu (Google)1-2/+10
2026-07-29tracing/mmiotrace: Reset dropped_count in mmio_reset_data()Masami Hiramatsu (Google)1-0/+1
2026-07-29fprobe: Fix module reference count leak on error in register_fprobe()Masami Hiramatsu (Google)1-4/+2
2026-07-29tracing/fprobe: Roll back on enable_trace_fprobe() failureRaushan Patel1-1/+11
2026-07-28tracing/probes: Reject $arg0 in meta argument expansionRaushan Patel1-1/+5
2026-07-26Merge tag 'trace-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-11/+58
2026-07-26Merge tag 'smp-urgent-2026-07-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+25
2026-07-25kho: align kho_scratch to MAX_ORDER_NR_PAGES pagesMichal Clapinski1-6/+16
2026-07-24tracing: perf: Fix stale head for perf syscall tracingSteven Rostedt1-0/+5
2026-07-24ftrace: Add global mutex to serialize trace_parser accessTengda Wu1-0/+13
2026-07-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+2
2026-07-24tracing: Delay module ref count for "enable_event" triggerSteven Rostedt1-2/+4
2026-07-24tracing: Fix use-after-free freeing trigger private dataDavid Carlier3-3/+18
2026-07-24tracing: Fix context switch counter truncationUsama Arif1-1/+1