summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-08-08ftrace: Fix off-by-one fentry site disable in ftrace_free_mem()Josh Poimboeuf
2026-08-08ring-buffer: Use current_context for safe per-CPU buffer swapTengda Wu
2026-08-08Merge tag 'locking-urgent-2026-08-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-08-08preempt: Track NMI nesting to separate per-CPU counterJoel Fernandes
2026-08-08eventfs: Define event fields before directory creationAnubhav Shelat
2026-08-08ftrace: Drop extra comma in trace_buffered_event_enableLeon Hwang
2026-08-08ftrace: Protect direct_functions in update_ftrace_direct_modLeon Hwang
2026-08-08ftrace: Protect direct_functions in update_ftrace_direct_delLeon Hwang
2026-08-08ftrace: Protect direct_functions in ftrace_find_rec_directLeon Hwang
2026-08-08tracing/boot: Add support for eprobe, fprobe, and tprobe eventsMasami Hiramatsu (Google)
2026-08-08futex: Tell kmemleak we're not leaking __futex_queuesPeter Zijlstra
2026-08-08bpf: Reject tracing/freplace progs for struct_ops with arena argsKumar Kartikeya Dwivedi
2026-08-08bpf: Support __arena and __arena__nullable on struct_ops argumentsTejun Heo
2026-08-08bpf: Support __arena and __arena__nullable kfunc argument suffixesTejun Heo
2026-08-08bpf: Collect kfuncs after resolving program resourcesKumar Kartikeya Dwivedi
2026-08-08bpf: Split subprogram and kfunc collectionKumar Kartikeya Dwivedi
2026-08-08bpf: Rename 'early' BTF checking as a preparation phaseKumar Kartikeya Dwivedi
2026-08-08bpf: Simplify the bpf_is_reg64()Eduard Zingerman
2026-08-08bpf: Infer zext_dst based on static register liveness analysisEduard Zingerman
2026-08-08bpf: Track upper 32-bit register halves' liveness in compute_live_registers()Eduard Zingerman
2026-08-08bpf: Move bpf_is_reg64() to fixups.cEduard Zingerman
2026-08-08bpf: Extract is_addr_space_cast32() utility functionEduard Zingerman
2026-08-08bpf: Do not print a newline after disassembly in bpf_verbose_insn()Eduard Zingerman
2026-08-08bpf: Fix mmap_lock leak in irq_work pathSanghyun Park
2026-08-07tracing/mmiotrace: Use trace_assign_type() in mmio_print_mark()Masami Hiramatsu (Google)
2026-08-07bpf, cgroup: Fix storage null-ptr-deref after replacing progPu Lehui
2026-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7Daniel Borkmann
2026-08-07Merge branches 'pm-sleep', 'pm-runtime', 'pm-powercap' and 'pm-tools'Rafael J. Wysocki
2026-08-07Merge branch 'pm-cpufreq'Rafael J. Wysocki
2026-08-07sched/topology: Restore SD_PREFER_SIBLING in domains with asymmetric capacityRicardo Neri
2026-08-07sched/fair: Allow load balancing between CPUs of identical capacityRicardo Neri
2026-08-07sched/fair: Skip misfit load accounting when the destination CPU cannot helpRicardo Neri
2026-08-07sched/fair: Check CPU capacity before comparing group types during load balanceRicardo Neri
2026-08-07sched/fair: Also gate overloaded status update for SD_ASYM_CPUCAPACITYRicardo Neri
2026-08-07sched/fair: Do not skip CPUs of similar capacity with busy SMT siblingsRicardo Neri
2026-08-07sched/fair: Prefer fully idle cores for NOHZ balancingAndrea Righi
2026-08-07perf/core: Fix group leader use-after-free after sibling detachAditya Chillara
2026-08-07perf: Reject exited events as group leadersKyle Zeng
2026-08-07tracing/lock: Use TRACE_EVENT_FN() for contended_releaseDmitry Ilvokhin
2026-08-07locking/qspinlock: Add contended_release tracepointDmitry Ilvokhin
2026-08-07futex: Fix race in futex_pivot_pending() during private hash resizeYao Kai
2026-08-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-08-07bpf: Reject load-acquire from pointers requiring fault protectionDaniel Borkmann
2026-08-06cgroup/cpuset: update some comments about the page allocatorBrendan Jackman
2026-08-06rqspinlock: Reset tail when preserving queue on deadlockKumar Kartikeya Dwivedi
2026-08-06cgroup/dmem: Add reclaim callback for lowering max below current usageThomas Hellström
2026-08-06cgroup/dmem: Introduce struct dmem_cgroup_init for region initializationThomas Hellström
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-06params: fix charp corruption on allocation failureJiacheng Yu
2026-08-06module: validate string table section typesThiébaud Weksteen