summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
3 hourstimer: Keep debugobjects state consistent in migrate_timer_list()Thomas Gleixner
3 hourstimekeeping: Check the return value of tk_get_aux_ts64 in __do_adjtimex()Thomas Weißschuh (Schneider Electric)
3 hourstaskstats: fix cpumask parsing cutting off the last characterBradley Morgan
3 hourssignal: avoid shared siginfo namespace rewritesBradley Morgan
3 hourssysctl: move the "cad_pid" entry from pid_table[] to kern_reboot_table[]Oleg Nesterov
3 hoursdma-contiguous: fix truncation of numa_cma / cma_pernuma sizes >= 2GAlexander Graf
3 hoursring-buffer: Stop remote reader update when page swap failsIvan Immanuel Shaji
3 hoursring-buffer: Make cpu_buffer::free_page a buffer_data_read_pageVincent Donnefort
3 hoursring-buffer: Hold cpu_buffer::lock when resizing a subbufVincent Donnefort
3 hoursring-buffer: Free cpu_buffer::free_page with subbuf_orderVincent Donnefort
3 hoursring-buffer: Fix subbuf resize race with ring_buffer_alloc_read_page()Vincent Donnefort
3 hourssched_ext: Keep kick_sync waiting on the rq's own CPUTejun Heo
3 hourssched_ext: Don't BUG_ON a destroyed DSQ in process_deferred_reenq_usersTao Cui
3 hourssched_ext: Fix inverted ops.core_sched_before() invocationTejun Heo
3 hourssched_ext: Fix exit_task leak on fork failure during enablefangqiurong
3 hourssched_ext: Count rq lock releases in rq->scx.lock_drop_seqTejun Heo
3 hourssched_ext: Fix rq->core_pick corruption under core schedulingTejun Heo
3 hourssched_ext: Fix this_rq() assumptions in dispatch kfuncsTejun Heo
3 hourssched_ext: Replace SCX_RQ_BAL_KEEP with a dispatch verdict returnTejun Heo
3 hourssched/core: Make core-sched flips wait for in-flight selectionsTejun Heo
3 hourssched/core: Handle pick_task() releasing the rq lockTejun Heo
3 hoursparams: fix charp corruption on allocation failureJiacheng Yu
3 hoursmodule/kallsyms: fix nextval for data symbol lookupStanislaw Gruszka
3 hoursmodule: validate string table section typesThiébaud Weksteen
3 hourskho: fix size calculation in kho_preserved_memory_reserve()Pratyush Yadav (Google)
3 hourscpufreq: schedutil: Fix rate limit overflowHui Su
3 hoursbpf: Harden bloom filter sizing and indexing on 32-bit kernelsJérémy Jean
3 hoursbpf: Disable preemption in __bpf_get_stackDaniel Borkmann
3 hoursaudit: avoid dropping live tree ref on fsnotify rule autoremoveJérémy Jean
3 hourstracing: Fix use-after-free with same-name named triggersHui Su
3 hourstracing: Fix use-after-free in trace_pipe read on sub-buffer order changeDeepanshu Kartikey
3 hourstracing: Fix retry exhaustion in simple ring buffer reader swapIvan Immanuel Shaji
3 hourstracing: Fix logged instance name on creation failureVincent Donnefort
3 hourstracing: Fix crash passing ERR_PTR to kthread_stop()Hui Su
3 hourstracing/user_events: Clear copied tracing state before fork duplicationJérémy Jean
3 hourstimers/itimer: Zero-init old itimerval before copy to userspaceJérémy Jean
3 hoursring-buffer: Fix subbuf resize race with ring buffer readersVincent Donnefort
11 daysfutex: Fix might_sleep() warning in futex_pivot_pending()Peter Zijlstra
11 dayskcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
11 daysfutex: Fix race on the initial mm->futex.phash.ref allocationHyunwoo Kim
11 daysfutex: Avoid private hash use-after-free on final putFelix Hoffmann
11 daysfutex/pi: Plug private futex exec() raceThomas Gleixner
11 daysfutex: Sanitize and document task_struct::futex::state transitionsThomas Gleixner
11 daysfutex/pi: Reject cross-mm private futex ownersKyle Zeng
2026-08-16Merge tag 'sched_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-08-16Merge tag 'perf_urgent_for_v7.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-08-14Merge tag 'vfs-7.2-rc8.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-14sched: Update time before requeueing delayed entitiesVincent Guittot
2026-08-13tracing: Fix race between update_event_fields and, event_define_fieldsMichael Wu
2026-08-13tracing: Fix NULL pointer dereference in module event cache removalHui Su