aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-10-31nstree: simplify returnChristian Brauner1-5/+0
2025-10-31cgroup: add cgroup namespace to tree after owner is setChristian Brauner1-1/+1
2025-10-30Merge tag 'pm-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds4-10/+18
2025-10-30Merge branches 'pm-cpuidle' and 'pm-sleep'Rafael J. Wysocki4-10/+18
2025-10-30freezer: Clarify that only cgroup1 freezer uses PM freezerTejun Heo2-2/+2
2025-10-30PM: hibernate: add sysfs interface for hibernate_compression_threadsXueqin Luo1-0/+38
2025-10-30PM: hibernate: make compression threads configurableXueqin Luo1-4/+21
2025-10-30PM: hibernate: dynamically allocate crc->unc_len/unc for configurable threadsXueqin Luo1-14/+44
2025-10-30printk/nbcon: Release nbcon consoles ownership in atomic flush after each emi...Petr Mladek1-4/+5
2025-10-30printk/nbcon/panic: Allow printk kthread to sleep when the system is in panicPetr Mladek1-2/+4
2025-10-30printk/nbcon: Block printk kthreads when any CPU is in an emergency contextPetr Mladek1-1/+37
2025-10-29bpf: Use kmalloc_nolock() in bpf streamsPuranjay Mohan1-151/+8
2025-10-29rqspinlock: Disable queue destruction for deadlocksKumar Kartikeya Dwivedi1-0/+8
2025-10-29PM: sleep: Allow pm_restrict_gfp_mask() stackingRafael J. Wysocki2-9/+17
2025-10-29sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhereTejun Heo2-0/+32
2025-10-29sched_ext: Factor out reenq_local() from scx_bpf_reenqueue_local()Tejun Heo1-21/+29
2025-10-29sched_ext: Split schedule_deferred() into locked and unlocked variantsTejun Heo1-9/+24
2025-10-29Merge branch 'for-6.18-fixes' into for-6.19Tejun Heo1-1/+1
2025-10-29sched_ext: Fix use of uninitialized variable in scx_bpf_cpuperf_set()Andrea Righi1-1/+1
2025-10-29printk_legacy_map: use LD_WAIT_CONFIG instead of LD_WAIT_SLEEPOleg Nesterov1-10/+7
2025-10-29PM: EM: Add to em_pd_list only when no failurePeng Fan1-1/+4
2025-10-29perf: Support deferred user unwindPeter Zijlstra3-5/+91
2025-10-29unwind_user/x86: Teach FP unwind about start of functionPeter Zijlstra1-9/+30
2025-10-29unwind: Implement compat fp unwindPeter Zijlstra1-11/+29
2025-10-29unwind: Simplify unwind_user_next_fp() alignment checkPeter Zijlstra1-3/+1
2025-10-29unwind: Make unwind_task_info::unwind_mask consistentPeter Zijlstra1-8/+9
2025-10-29unwind: Simplify unwind_user_faultable()Peter Zijlstra1-9/+6
2025-10-29unwind: Clarify calling contextPeter Zijlstra1-0/+2
2025-10-29unwind: Fix unwind_deferred_request() vs NMIPeter Zijlstra1-3/+7
2025-10-29unwind: Add comment to unwind_deferred_task_exit()Peter Zijlstra1-1/+6
2025-10-29task_work: Fix NMI race conditionPeter Zijlstra1-1/+7
2025-10-29dma-mapping: remove unused map_page callbackLeon Romanovsky2-19/+1
2025-10-29dma-mapping: remove unused mapping resource callbacksLeon Romanovsky1-12/+4
2025-10-29dma-mapping: convert dummy ops to physical address mappingLeon Romanovsky1-7/+6
2025-10-29dma-mapping: prepare dma_map_ops to conversion to physical addressLeon Romanovsky2-2/+14
2025-10-29tools/dma: move dma_map_benchmark from selftests to tools/dmaQinxin Xia1-1/+1
2025-10-29Merge branch 'linus/master' into sched/core, to resolve conflictPeter Zijlstra17-61/+196
2025-10-28tracing: Have persistent ring buffer print syscalls normallySteven Rostedt1-4/+23
2025-10-28tracing: Check for printable characters when printing field dyn stringsSteven Rostedt1-2/+25
2025-10-28tracing: Add parsing of flags to the sys_enter_openat trace eventSteven Rostedt1-10/+182
2025-10-28tracing: Show printable characters in syscall arraysSteven Rostedt1-0/+21
2025-10-28tracing: Add a config and syscall_user_buf_size file to limit amount writtenSteven Rostedt4-22/+97
2025-10-28tracing: Allow syscall trace events to read more than one user parameterSteven Rostedt1-108/+229
2025-10-28tracing: Display some syscall arrays as stringsSteven Rostedt1-3/+19
2025-10-28tracing: Have system call events record user array dataSteven Rostedt1-34/+87
2025-10-28perf: tracing: Have perf system calls read user spaceSteven Rostedt1-46/+90
2025-10-28perf: tracing: Simplify perf_sysenter_enable/disable() with guardsSteven Rostedt1-26/+22
2025-10-28tracing: Have syscall trace events read user space stringSteven Rostedt1-19/+417
2025-10-28tracing: Make trace_user_fault_read() exposed to rest of tracingSteven Rostedt2-62/+205
2025-10-28sched_ext: Use SCX_TASK_READY test instead of tryget_task_struct() during cla...Tejun Heo1-3/+1