summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-10-29PM: sleep: Allow pm_restrict_gfp_mask() stackingRafael J. Wysocki
2025-10-29sched_ext: Allow scx_bpf_reenqueue_local() to be called from anywhereTejun Heo
2025-10-29sched_ext: Factor out reenq_local() from scx_bpf_reenqueue_local()Tejun Heo
2025-10-29sched_ext: Split schedule_deferred() into locked and unlocked variantsTejun Heo
2025-10-29Merge branch 'for-6.18-fixes' into for-6.19Tejun Heo
2025-10-29sched_ext: Fix use of uninitialized variable in scx_bpf_cpuperf_set()Andrea Righi
2025-10-29printk_legacy_map: use LD_WAIT_CONFIG instead of LD_WAIT_SLEEPOleg Nesterov
2025-10-29PM: EM: Add to em_pd_list only when no failurePeng Fan
2025-10-29perf: Support deferred user unwindPeter Zijlstra
2025-10-29unwind_user/x86: Teach FP unwind about start of functionPeter Zijlstra
2025-10-29unwind: Implement compat fp unwindPeter Zijlstra
2025-10-29unwind: Simplify unwind_user_next_fp() alignment checkPeter Zijlstra
2025-10-29unwind: Make unwind_task_info::unwind_mask consistentPeter Zijlstra
2025-10-29unwind: Simplify unwind_user_faultable()Peter Zijlstra
2025-10-29unwind: Clarify calling contextPeter Zijlstra
2025-10-29unwind: Fix unwind_deferred_request() vs NMIPeter Zijlstra
2025-10-29unwind: Add comment to unwind_deferred_task_exit()Peter Zijlstra
2025-10-29task_work: Fix NMI race conditionPeter Zijlstra
2025-10-29dma-mapping: remove unused map_page callbackLeon Romanovsky
2025-10-29dma-mapping: remove unused mapping resource callbacksLeon Romanovsky
2025-10-29dma-mapping: convert dummy ops to physical address mappingLeon Romanovsky
2025-10-29dma-mapping: prepare dma_map_ops to conversion to physical addressLeon Romanovsky
2025-10-29tools/dma: move dma_map_benchmark from selftests to tools/dmaQinxin Xia
2025-10-29Merge branch 'linus/master' into sched/core, to resolve conflictPeter Zijlstra
2025-10-28tracing: Have persistent ring buffer print syscalls normallySteven Rostedt
2025-10-28tracing: Check for printable characters when printing field dyn stringsSteven Rostedt
2025-10-28tracing: Add parsing of flags to the sys_enter_openat trace eventSteven Rostedt
2025-10-28tracing: Show printable characters in syscall arraysSteven Rostedt
2025-10-28tracing: Add a config and syscall_user_buf_size file to limit amount writtenSteven Rostedt
2025-10-28tracing: Allow syscall trace events to read more than one user parameterSteven Rostedt
2025-10-28tracing: Display some syscall arrays as stringsSteven Rostedt
2025-10-28tracing: Have system call events record user array dataSteven Rostedt
2025-10-28perf: tracing: Have perf system calls read user spaceSteven Rostedt
2025-10-28perf: tracing: Simplify perf_sysenter_enable/disable() with guardsSteven Rostedt
2025-10-28tracing: Have syscall trace events read user space stringSteven Rostedt
2025-10-28tracing: Make trace_user_fault_read() exposed to rest of tracingSteven Rostedt
2025-10-28sched_ext: Use SCX_TASK_READY test instead of tryget_task_struct() during cla...Tejun Heo
2025-10-28rcu: Add a small-width RCU watching counter debug optionValentin Schneider
2025-10-28bpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte
2025-10-28bpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte
2025-10-28sched: Fix the do_set_cpus_allowed() locking fixPeter Zijlstra
2025-10-28blktrace: for ftrace use correct trace format verChaitanya Kulkarni
2025-10-28blktrace: use debug print to report dropped eventsChaitanya Kulkarni
2025-10-27bpf: Add overwrite mode for BPF ring bufferXu Kuohai
2025-10-27Merge tag 'sched_ext-for-6.18-rc3-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-10-27bpf: dispatch to sleepable file dynptrMykyta Yatsenko
2025-10-27bpf: verifier: refactor kfunc specializationMykyta Yatsenko
2025-10-27bpf: add kfuncs and helpers support for file dynptrsMykyta Yatsenko
2025-10-27bpf: add plumbing for file-backed dynptrMykyta Yatsenko
2025-10-27bpf: verifier: centralize const dynptr check in unmark_stack_slots_dynptr()Mykyta Yatsenko