summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2026-01-13simplify the callers of file_open_name()Al Viro-3/+1
2026-01-13struct filename ->refcnt doesn't need to be atomicAl Viro-3/+3
2026-01-13get rid of audit_reusename()Al Viro-23/+0
2026-01-11Merge tag 'sched-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+3
2026-01-11Merge tag 'perf-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+6
2026-01-11treewide: Update email addressThomas Gleixner-13/+13
2026-01-09Merge tag 'pm-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-4/+10
2026-01-09sched/mm_cid: Prevent NULL mm dereference in sched_mm_cid_after_execve()Cong Wang-2/+3
2026-01-07trace: ftrace_dump_on_oops[] is not exported, make it staticBen Dooks-1/+1
2026-01-07tracing: Add recursion protection in kernel stack trace recordingSteven Rostedt-0/+6
2026-01-07ring-buffer: Avoid softlockup in ring_buffer_resize() during memory freeWupeng Ma-0/+2
2026-01-07tracing: Drop unneeded assignment to soft_modeJulia Lawall-4/+3
2026-01-05PM: hibernate: Fix crash when freeing invalid crypto compressorMalaya Kumar Rout-4/+10
2026-01-05perf: Ensure swevent hrtimer is properly destroyedPeter Zijlstra-0/+6
2026-01-02Merge tag 'pm-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-3/+6
2025-12-29Merge tag 'mm-hotfixes-stable-2025-12-28-21-50' of git://git.kernel.org/pub/s...Linus Torvalds-4/+12
2025-12-28Merge tag 'sched_ext-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-13/+10
2025-12-28Merge tag 'cgroup-for-6.19-rc3-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+16
2025-12-28PM: sleep: Fix suspend_test() at the TEST_CORE levelRafael J. Wysocki-3/+6
2025-12-26Merge tag 'efi-fixes-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+1
2025-12-24kthread: Warn if mm_struct lacks user_ns in kthread_use_mm()Breno Leitao-0/+1
2025-12-23kernel/kexec: fix IMA when allocation happens in CMA areaPingfan Liu-2/+7
2025-12-23kernel/kexec: change the prototype of kimage_map_segment()Pingfan Liu-3/+6
2025-12-22sched_ext: Use the resched_cpu() to replace resched_curr() in the bypass_lb_n...Zqiang-7/+2
2025-12-21Merge tag 'irq-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2025-12-19sched_ext: Fix some comments in ext.cZqiang-5/+5
2025-12-19Merge tag 'trace-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+8
2025-12-19Merge tag 'net-6.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+2
2025-12-18cpuset: fix warning when disabling remote partitionChen Ridong-5/+16
2025-12-17ftrace: Fix address for jmp mode in t_show()Menglong Dong-2/+5
2025-12-17tracing: Fix UBSAN warning in __remove_instance()Darrick J. Wong-1/+1
2025-12-17tracing: Do not register unsupported perf eventsSteven Rostedt-0/+2
2025-12-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-8/+66
2025-12-16sched_ext: fix uninitialized ret on alloc_percpu() failureLiang Jie-1/+3
2025-12-16Merge tag 'sched_ext-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-24/+48
2025-12-16Merge tag 'cgroup-for-6.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+8
2025-12-15sched_ext: Remove unused code in the do_pick_task_scx()Zqiang-6/+2
2025-12-14Merge tag 'smp-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+16
2025-12-14Merge tag 'perf-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-14/+16
2025-12-14Merge tag 'irq-urgent-2025-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+3
2025-12-13Merge tag 'mm-nonmm-stable-2025-12-11-11-47' of git://git.kernel.org/pub/scm/...Linus Torvalds-5/+7
2025-12-13genirq: Don't overwrite interrupt thread flags on setupThomas Gleixner-1/+1
2025-12-12sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()Tejun Heo-0/+10
2025-12-12sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()Tejun Heo-15/+19
2025-12-11sched_ext: Fix bypass depth leak on scx_enable() failureTejun Heo-0/+14
2025-12-10mm: memfd_luo: add CONFIG_SHMEM dependencyArnd Bergmann-0/+1
2025-12-10liveupdate: luo_core: fix redundant bound check in luo_ioctl()Pasha Tatashin-3/+1
2025-12-10liveupdate: luo_file: don't use invalid list iteratorDan Carpenter-2/+5
2025-12-11Merge tag 's390-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-3/+3
2025-12-11Merge tag 'dma-mapping-6.19-2025-12-10' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-1/+1