summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-04-03sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...John Stultz
2026-04-03sched: Fix modifying donor->blocked on without proper lockingJohn Stultz
2026-04-03locking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz
2026-04-03sched: Fix potentially missing balancing with Proxy ExecJohn Stultz
2026-04-03sched: Minimise repeated sched_proxy_exec() checkingJohn Stultz
2026-04-03sched: Make class_schedulers avoid pushing current, and get rid of proxy_tag_...John Stultz
2026-04-02Merge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar
2026-04-02sched/debug: Fix avg_vruntime() usagePeter Zijlstra
2026-04-02sched/fair: Fix zero_vruntime tracking fixPeter Zijlstra
2026-03-29Merge tag 'timers-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-29Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-03-28Merge tag 'trace-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-03-28futex: Clear stale exiting pointer in futex_lock_pi() retry pathDavidlohr Bueso
2026-03-28tracing: Drain deferred trigger frees if kthread creation failsWesley Atwell
2026-03-27Merge tag 'sysctl-7.00-fixes-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-27tracing: Fix potential deadlock in cpu hotplug with osnoiseLuo Haiyang
2026-03-26Merge tag 'pm-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2026-03-26Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2026-03-26futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()Hao-Yu Yang
2026-03-26futex: Require sys_futex_requeue() to have identical flagsPeter Zijlstra
2026-03-26sysctl: fix uninitialized variable in proc_do_large_bitmapMarc Buerg
2026-03-25Merge tag 'rcu-fixes.v7.0-20260325a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-25srcu: Use irq_work to start GP in tiny SRCUJoel Fernandes
2026-03-25rcu: Use an intermediate irq_work to start process_srcu()Boqun Feng
2026-03-25srcu: Push srcu_node allocation to GP when non-preemptiblePaul E. McKenney
2026-03-25srcu: Use raw spinlocks so call_srcu() can be used under preempt_disable()Paul E. McKenney
2026-03-24alarmtimer: Fix argument order in alarm_timer_forward()Zhan Xusheng
2026-03-24sched/core: Get this cpu once in ttwu_queue_cond()Shrikanth Hegde
2026-03-24sched/fair: Get this cpu once in find_new_ilb()Shrikanth Hegde
2026-03-23PM: sleep: Drop spurious WARN_ON() from pm_restore_gfp_mask()Youngjun Park
2026-03-23PM: hibernate: Drain trailing zero pages on userspace restoreAlberto Garcia
2026-03-22Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-03-22Merge tag 'trace-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2026-03-22Merge tag 'perf-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-03-21ftrace: Use hash argument for tmp_ops in update_ftrace_direct_modJiri Olsa
2026-03-21ring-buffer: Fix to update per-subbuf entries of persistent ring bufferMasami Hiramatsu (Google)
2026-03-21tracing: Fix trace_marker copy link list updatesSteven Rostedt
2026-03-21tracing: Fix failure to read user space from system call trace eventsSteven Rostedt
2026-03-21bpf: Fix sync_linked_regs regarding BPF_ADD_CONST32 zext propagationDaniel Borkmann
2026-03-21bpf: Fix unsound scalar forking in maybe_fork_scalars() for BPF_ORDaniel Wade
2026-03-21bpf: Fix undefined behavior in interpreter sdiv/smod for INT_MINJenny Guanni Qu
2026-03-21bpf: Fix exception exit lock checking for subprogsIhor Solodrai
2026-03-20dma-direct: prevent SWIOTLB path when DMA_ATTR_REQUIRE_COHERENT is setLeon Romanovsky
2026-03-20dma-mapping: Introduce DMA require coherency attributeLeon Romanovsky
2026-03-20dma-mapping: Clarify valid conditions for CPU cache line overlapLeon Romanovsky
2026-03-20dma-debug: Allow multiple invocations of overlapping entriesLeon Romanovsky
2026-03-19Merge tag 'pm-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2026-03-18bpf: Release module BTF IDR before module unloadKumar Kartikeya Dwivedi
2026-03-18sched/fair: Simplify SIS_UTIL handling in select_idle_cpu()K Prateek Nayak
2026-03-18sched/fair: Simplify the entry condition for update_idle_cpu_scan()K Prateek Nayak