aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'pm-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-4/+10
5 daystrace: ftrace_dump_on_oops[] is not exported, make it staticBen Dooks1-1/+1
5 daystracing: Add recursion protection in kernel stack trace recordingSteven Rostedt1-0/+6
5 daysring-buffer: Avoid softlockup in ring_buffer_resize() during memory freeWupeng Ma1-0/+2
5 daystracing: Drop unneeded assignment to soft_modeJulia Lawall1-4/+3
7 daysPM: hibernate: Fix crash when freeing invalid crypto compressorMalaya Kumar Rout1-4/+10
10 daysMerge tag 'pm-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-3/+6
14 daysMerge tag 'mm-hotfixes-stable-2025-12-28-21-50' of git://git.kernel.org/pub/s...Linus Torvalds1-4/+12
2025-12-28Merge tag 'sched_ext-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-13/+10
2025-12-28Merge tag 'cgroup-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+16
2025-12-28PM: sleep: Fix suspend_test() at the TEST_CORE levelRafael J. Wysocki1-3/+6
2025-12-26Merge tag 'efi-fixes-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2025-12-24kthread: Warn if mm_struct lacks user_ns in kthread_use_mm()Breno Leitao1-0/+1
2025-12-23kernel/kexec: fix IMA when allocation happens in CMA areaPingfan Liu1-2/+7
2025-12-23kernel/kexec: change the prototype of kimage_map_segment()Pingfan Liu1-3/+6
2025-12-22sched_ext: Use the resched_cpu() to replace resched_curr() in the bypass_lb_n...Zqiang1-7/+2
2025-12-21Merge tag 'irq-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2025-12-19sched_ext: Fix some comments in ext.cZqiang1-5/+5
2025-12-19Merge tag 'trace-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+8
2025-12-19Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+2
2025-12-18cpuset: fix warning when disabling remote partitionChen Ridong1-5/+16
2025-12-17ftrace: Fix address for jmp mode in t_show()Menglong Dong1-2/+5
2025-12-17tracing: Fix UBSAN warning in __remove_instance()Darrick J. Wong1-1/+1
2025-12-17tracing: Do not register unsupported perf eventsSteven Rostedt1-0/+2
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-8/+66
2025-12-16sched_ext: fix uninitialized ret on alloc_percpu() failureLiang Jie1-1/+3
2025-12-16Merge tag 'sched_ext-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-24/+48
2025-12-16Merge tag 'cgroup-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+8
2025-12-15sched_ext: Remove unused code in the do_pick_task_scx()Zqiang1-6/+2
2025-12-14Merge tag 'smp-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+16
2025-12-14Merge tag 'perf-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-14/+16
2025-12-14Merge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+3
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds3-5/+7
2025-12-13genirq: Don't overwrite interrupt thread flags on setupThomas Gleixner1-1/+1
2025-12-12sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()Tejun Heo1-0/+10
2025-12-12sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()Tejun Heo1-15/+19
2025-12-11sched_ext: Fix bypass depth leak on scx_enable() failureTejun Heo1-0/+14
2025-12-10mm: memfd_luo: add CONFIG_SHMEM dependencyArnd Bergmann1-0/+1
2025-12-10liveupdate: luo_core: fix redundant bound check in luo_ioctl()Pasha Tatashin1-3/+1
2025-12-10liveupdate: luo_file: don't use invalid list iteratorDan Carpenter1-2/+5
2025-12-11Merge tag 's390-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-3/+3
2025-12-11Merge tag 'dma-mapping-6.19-2025-12-10' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2025-12-10bpf: Fix verifier assumptions of bpf_d_path's output bufferShuran Liu1-1/+1
2025-12-10Merge tag 'locking-futex-2025-12-10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+4
2025-12-09bpf: Fix truncated dmabuf iterator readsT.J. Mercier1-7/+49
2025-12-09bpf: Add bpf_has_frame_pointer()Josh Poimboeuf1-0/+16
2025-12-10cpu: Make atomic hotplug callbacks run with interrupts disabled on UPSebastian Andrzej Siewior1-9/+16
2025-12-10genirq: Allow NULL affinity for setup_percpu_irq()Marc Zyngier1-0/+3
2025-12-09perf/core: Fix missing read event generation on task exitThaumy Cheng1-10/+12
2025-12-08ynl: add regen hint to new headersJakub Kicinski2-0/+2