summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2 daysMerge tag 'timers_urgent_for_v6.18_rc8' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
5 daysMerge tag 'dma-mapping-6.18-2025-11-27' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
6 daysMerge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
6 daysdma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappingsPranjal Shrivastava
7 daystracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey
7 daystimekeeping: Fix error code in tk_aux_sysfs_init()Dan Carpenter
9 daysMerge tag 'timers-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
9 daysMerge tag 'perf-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
10 daystimers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou
12 daysMerge tag 'sched_ext-for-6.18-rc6-fixes-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
12 dayssched_ext: Fix scx_enable() crash on helper kthread creation failureSaket Kumar Bhaskar
12 daystimekeeping: Fix resource leak in tk_aux_sysfs_init() error pathsMalaya Kumar Rout
13 daysperf: Fix 0 count issue of cpu-clockDapeng Mi
13 daystick/sched: Fix bogus condition in report_idle_softirq()Wen Yang
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-17Merge tag 'sched_ext-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-11-17sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx.kick_cpus_irq_workZqiang
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-13sched_ext: Fix possible deadlock in the deferred_irq_workfn()Zqiang
2025-11-12sched/ext: convert scx_tasks_lock to raw spinlockEmil Tsalapatis
2025-11-12sched_ext: Fix unsafe locking in the scx_dump_state()Zqiang
2025-11-12power: always freeze efivarfsChristian Brauner
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