summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-11-09kho: warn and fail on metadata or preserved memory in scratch areaPasha Tatashin
2025-11-08Merge tag 'sched-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-11-08Merge tag 'perf-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-11-08Merge tag 'locking-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-11-07Merge tag 'trace-v6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-11-06tracing: Fix memory leaks in create_field_var()Zilin Guan
2025-11-06ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt
2025-11-07tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobeMasami Hiramatsu (Google)
2025-11-07tracing: tprobe-events: Fix to register tracepoint correctlyMasami Hiramatsu (Google)
2025-11-06futex: Optimize per-cpu reference countingPeter Zijlstra
2025-11-06sched/fair: Prevent cfs_rq from being unthrottled with zero runtime_remainingAaron Lu
2025-11-03perf/core: Fix system hang caused by cpu-clock usageDapeng Mi
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-30Merge tag 'pm-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-10-30Merge branches 'pm-cpuidle' and 'pm-sleep'Rafael J. Wysocki
2025-10-29PM: sleep: Allow pm_restrict_gfp_mask() stackingRafael J. Wysocki
2025-10-27Merge tag 'sched_ext-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-10-26Merge tag 'irq_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-10-26Merge tag 'sched_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-26Merge tag 'timers_urgent_for_v6.18_rc3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-10-24sched: Remove never used code in mm_cid_get()Andy Shevchenko
2025-10-24bpf: Conditionally include dynptr copy kfuncsMalin Jonsson
2025-10-24genirq/manage: Add buslock back in to enable_irq()Charles Keepax
2025-10-24genirq/manage: Add buslock back in to __disable_irq_nosync()Charles Keepax
2025-10-24genirq/chip: Add buslock back in to irq_set_handler()Charles Keepax
2025-10-23Merge tag 'trace-rv-v6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-10-23Revert "PM: sleep: Make pm_wakeup_clear() call more clear"Samuel Wu
2025-10-22Merge tag 'mm-hotfixes-stable-2025-10-22-12-43' of git://git.kernel.org/pub/s...Linus Torvalds
2025-10-22sched/fair: Start a cfs_rq on throttled hierarchy with PELT clock throttledK Prateek Nayak
2025-10-21bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal
2025-10-20Merge tag 'cgroup-for-6.18-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-10-20timekeeping: Fix aux clocks sysfs initialization loop boundHaofeng Li
2025-10-20rv: Make rtapp/pagefault monitor depends on CONFIG_MMUNam Cao
2025-10-20rv: Fully convert enabled_monitors to use list_head as iteratorNam Cao
2025-10-19Merge tag 'sched_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-19Merge tag 'perf_urgent_for_v6.18_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-10-16sched_ext: fix flag check for deferred callbacksEmil Tsalapatis
2025-10-16bpf: Fix memory leak in __lookup_instance error pathShardul Bankar
2025-10-15dma-debug: don't report false positives with DMA_BOUNCE_UNALIGNED_KMALLOCMarek Szyprowski
2025-10-15bpf: Replace bpf_map_kmalloc_node() with kmalloc_nolock() to allocate bpf_asy...Alexei Starovoitov
2025-10-14sched_ext: Fix scx_kick_pseqs corruption on concurrent scheduler loadsAndrea Righi
2025-10-14sched/fair: Fix pelt lost idle time detectionVincent Guittot
2025-10-14sched/deadline: Stop dl_server before CPU goes offlinePeter Zijlstra (Intel)
2025-10-14perf/core: Fix MMAP2 event device with backing filesAdrian Hunter
2025-10-14perf/core: Fix MMAP event path names with backing filesAdrian Hunter
2025-10-14perf/core: Fix address filter match with backing filesAdrian Hunter
2025-10-14uprobe: Move arch_uprobe_optimize right after handlers executionJiri Olsa
2025-10-13sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()Tejun Heo
2025-10-13sched_ext: defer queue_balance_callback() until after ops.dispatchEmil Tsalapatis
2025-10-13sched_ext: Sync error_irq_work before freeing scx_schedTejun Heo