summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-11-26ftrace: Avoid redundant initialization in register_ftrace_directMenglong Dong
2025-11-26tracing: Remove unused variable in tracing_trace_options_show()Steven Rostedt
2025-11-26fgraph: Make fgraph_no_sleep_time signedSteven Rostedt
2025-11-26bpf: Fix exclusive map memory leakEdward Adam Davis
2025-11-25bpf: Introduce internal bpf_map_check_op_flags helper functionLeon Hwang
2025-11-25tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey
2025-11-25sched/mmcid: Switch over to the new mechanismThomas Gleixner
2025-11-25sched/mmcid: Implement deferred mode changeThomas Gleixner
2025-11-25sched/mmcid: Provide CID ownership mode fixup functionsThomas Gleixner
2025-11-25sched/mmcid: Provide new scheduler CID mechanismThomas Gleixner
2025-11-25sched/mmcid: Introduce per task/CPU ownership infrastructureThomas Gleixner
2025-11-25sched/mmcid: Serialize sched_mm_cid_fork()/exit() with a mutexThomas Gleixner
2025-11-25sched/mmcid: Provide precomputed maximal valueThomas Gleixner
2025-11-25sched/mmcid: Move initialization out of lineThomas Gleixner
2025-11-25signal: Move MMCID exit out of sighand lockThomas Gleixner
2025-11-25sched/mmcid: Convert mm CID mask to a bitmapThomas Gleixner
2025-11-25cpumask: Cache num_possible_cpus()Thomas Gleixner
2025-11-25sched: idle: Respect the CPU system wakeup QoS limit for s2idleUlf Hansson
2025-11-25PM: QoS: Introduce a CPU system wakeup QoS limitUlf Hansson
2025-11-25timekeeping: Fix error code in tk_aux_sysfs_init()Dan Carpenter
2025-11-24PM: hibernate: Extra cleanup of comments in swap handling codeRafael J. Wysocki
2025-11-24bpf: implement "jmp" mode for trampolineMenglong Dong
2025-11-24bpf: specify the old and new poke_type for bpf_arch_text_pokeMenglong Dong
2025-11-24ftrace: Introduce FTRACE_OPS_FL_JMPMenglong Dong
2025-11-24bpf: cleanup aux->used_maps after jitAnton Protopopov
2025-11-24kallsyms: Fix wrong "big" kernel symbol type read from procfsZheng Yejian
2025-11-24printk: Avoid irq_work for printk_deferred() on suspendJohn Ogness
2025-11-23Merge tag 'timers-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-11-23Merge tag 'perf-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-11-22timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou
2025-11-22Merge tag 'v6.18-rc3' into irq/msiThomas Gleixner
2025-11-22genirq: Remove cpumask availability check on kthread affinity settingFrederic Weisbecker
2025-11-22genirq: Fix interrupt threads affinity vs. cpuset isolated partitionsFrederic Weisbecker
2025-11-22genirq: Prevent early spurious wake-ups of interrupt threadsFrederic Weisbecker
2025-11-21bpf: support nested rcu critical sectionsPuranjay Mohan
2025-11-21bpf: correct stack liveness for tail callsEduard Zingerman
2025-11-21bpf: properly verify tail call behaviorMartin Teichmann
2025-11-21bpf: Add a check to make static analysers happyAnton Protopopov
2025-11-21workqueue: Don't rely on wq->rescuer to stop rescuerLai Jiangshan
2025-11-21workqueue: Only assign rescuer work when really neededLai Jiangshan
2025-11-21workqueue: Factor out assign_rescuer_work()Lai Jiangshan
2025-11-21Merge branch 'objtool/core'Peter Zijlstra
2025-11-20cpuset: Treat cpusets in attaching as populatedChen Ridong
2025-11-21Merge tag 'v6.18-rc6' into drm-nextDave Airlie
2025-11-20crash: export crashkernel CMA reservation to userspaceSourabh Jain
2025-11-20watchdog: add sys_info sysctls to dump sys info on system lockupFeng Tang
2025-11-20hung_task: add hung_task_sys_info sysctl to dump sys info on task-hungFeng Tang
2025-11-20kernel/hung_task: unexport sysctl_hung_task_timeout_secsChristoph Hellwig
2025-11-20panic: sys_info: align constant definition names with parametersAndy Shevchenko
2025-11-20PM: sleep: Call pm_sleep_fs_sync() instead of ksys_sync_helper()Samuel Wu