summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-07-27Merge branch 'dma-mapping-for-next' of https://git.kernel.org/pub/scm/linux/k...Mark Brown
2026-07-27Merge branch 'mm-nonmm-unstable' of https://git.kernel.org/pub/scm/linux/kern...Mark Brown
2026-07-27Merge branch 'mm-unstable' of https://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown
2026-07-27Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/liveu...Mark Brown
2026-07-27Merge branch 'kexec-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown
2026-07-26kcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
2026-07-26taskstats: fix cpumask parsing cutting off the last characterBradley Morgan
2026-07-26sysctl: move the "cad_pid" entry from pid_table[] to kern_reboot_table[]Oleg Nesterov
2026-07-26taskstats: return -EBADF when cgroupstats receives an invalid fdYiyang Chen
2026-07-26kernel/fork: declare max_threads __read_mostlyJianChunfu
2026-07-26kernel: refactor: shorten has_pending_signalsAndrea Calabrese
2026-07-26signal: avoid unconditional siginfo copy in send_signal_locked()Oleg Nesterov
2026-07-26signal: change sys_kill() to use SEND_SIG_NOINFOOleg Nesterov
2026-07-26signal: avoid shared siginfo namespace rewritesBradley Morgan
2026-07-26watchdog/softlockup: fix softlockup typosMatthew Chen
2026-07-26kernel/params: fix a pr_debug(" %p ") in parse_one()Jim Cromie
2026-07-26resource: downgrade "resource sanity check" warning to debug levelManuel Quintero Fonseca
2026-07-26cgroup/cpuset: update some comments about the page allocatorBrendan Jackman
2026-07-26mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/Lorenzo Stoakes
2026-07-26mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()Lorenzo Stoakes
2026-07-26mm/rmap: parameterise vma_interval_tree_*() by address_spaceLorenzo Stoakes
2026-07-26mm: split out vmalloc declarations from internal.hMike Rapoport (Microsoft)
2026-07-26mm: split out mm_init and memblock declarations from internal.hMike Rapoport (Microsoft)
2026-07-26locking/lockdep: add sequence counter to held_lockLiam R. Howlett (Oracle)
2026-07-26mm: constify oom_control, scan_control, and alloc_context nodemaskGregory Price
2026-07-26Merge tag 'trace-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-07-26Merge tag 'smp-urgent-2026-07-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-25liveupdate: Remember FLB retrieve() statusDavid Matlack
2026-07-25liveupdate: Reference count outgoing FLB dataDavid Matlack
2026-07-25liveupdate: reject nonzero reserved value for SESSION_FINISHJackie Liu
2026-07-25kho: align kho_scratch to MAX_ORDER_NR_PAGES pagesMichal Clapinski
2026-07-24tracing: perf: Fix stale head for perf syscall tracingSteven Rostedt
2026-07-24ftrace: Add global mutex to serialize trace_parser accessTengda Wu
2026-07-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-07-24tracing: Delay module ref count for "enable_event" triggerSteven Rostedt
2026-07-24tracing: Fix use-after-free freeing trigger private dataDavid Carlier
2026-07-24tracing: Fix context switch counter truncationUsama Arif
2026-07-24tracing: Fix union collision of module and refcnt for dynamic eventsMasami Hiramatsu (Google)
2026-07-24tracing: Fix mmiotrace possible NULL dereferencing of hiter->devSteven Rostedt
2026-07-23bpf: Reject passing scalar NULL to nonnull arg of a global subprogAmery Hung
2026-07-23tracing: Fix resource leak on mmiotrace trace_pipe closedeepakraog
2026-07-23tracing: Propagate errors from remote event bulk updatesJackie Liu
2026-07-22tracing/remotes: Fix page_va[] access before counter update in trace_remote_a...Fuad Tabba
2026-07-22smp: Make CSD lock acquisition atomic for debug modeChuyi Zhou
2026-07-22smp: Avoid invalid per-CPU CSD lookup with CSD lock debugChuyi Zhou
2026-07-22Merge tag 'liveupdate-fixes-2026-07-22' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-07-21tracing/eprobe: Fix exact system name matching in eprobe_dyn_event_match()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Fix potential underflow in LEN_OR_ZERO macroMasami Hiramatsu (Google)
2026-07-21tracing/probes: Prevent out-of-bounds write in __trace_probe_log_err()Masami Hiramatsu (Google)
2026-07-21tracing/probes: Avoid temporary buffer truncation in trace_probe_match_comman...Masami Hiramatsu (Google)