summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-11-27kho: don't unpreserve memory during abortPasha Tatashin
2025-11-27kho: add interfaces to unpreserve folios, page ranges, and vmallocPasha Tatashin
2025-11-27kho: drop notifiersMike Rapoport (Microsoft)
2025-11-27kho: make debugfs interface optionalPasha Tatashin
2025-11-27fork: stop ignoring NUMA while handling cached thread stacksMateusz Guzik
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton
2025-11-20crash: export crashkernel CMA reservation to userspaceSourabh Jain
2025-11-20watchdog: add sys_info sysctls to dump sys info on system lockupFeng Tang
2025-11-20hung_task: add hung_task_sys_info sysctl to dump sys info on task-hungFeng Tang
2025-11-20kernel/hung_task: unexport sysctl_hung_task_timeout_secsChristoph Hellwig
2025-11-20panic: sys_info: align constant definition names with parametersAndy Shevchenko
2025-11-15crash: fix crashkernel resource shrinkSourabh Jain
2025-11-12release_task: kill unnecessary rcu_read_lock() around dec_rlimit_ucounts()Oleg Nesterov
2025-11-12taint/module: remove unnecessary taint_flag.module fieldPetr Pavlu
2025-11-12taint: add reminder about updating docs and scriptsRandy Dunlap
2025-11-12crash: let architecture decide crash memory export to iomem_resourceSourabh Jain
2025-11-12hung_task: panic when there are more than N hung tasks at the same timeLi RongQing
2025-11-12scs: fix a wrong parameter in __scs_magicZhichi Lin
2025-11-12kexec_core: remove superfluous page offset handling in segment loadingJustinien Bouron
2025-11-09kho: warn and exit when unpreserved page wasn't preservedPratyush Yadav
2025-11-09kho: fix unpreservation of higher-order vmalloc preservationsPratyush Yadav
2025-11-09kho: fix out-of-bounds access of vmalloc chunkPratyush Yadav
2025-11-09gcov: add support for GCC 15Peter Oberparleiter
2025-11-09kho: allocate metadata directly from the buddy allocatorPasha Tatashin
2025-11-09kho: increase metadata bitmap size to PAGE_SIZEPasha Tatashin
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