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