summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-11-16Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/s...Linus Torvalds
2025-11-15crash: fix crashkernel resource shrinkSourabh Jain
2025-11-15Merge tag 'timers-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-11-14bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman
2025-11-14posix-timers: Plug potential memory leak in do_timer_create()Eslam Khafagy
2025-11-13Merge tag 'pm-6.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2025-11-13Merge branch 'pm-sleep'Rafael J. Wysocki
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-07PM: hibernate: Fix style issues in save_compressed_image()Mario Limonciello (AMD)
2025-11-07PM: hibernate: Use atomic64_t for compressed_size variableMario Limonciello (AMD)
2025-11-07PM: hibernate: Emit an error when image writing failsMario Limonciello (AMD)
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-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko
2025-11-03ftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu
2025-11-03ftrace: Fix BPF fexit with livepatchSong Liu
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