summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-11-13perf/core: Fix system hang caused by cpu-clock usageDapeng Mi
2025-11-13tracing: Fix memory leaks in create_field_var()Zilin Guan
2025-11-13ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt
2025-11-13tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobeMasami Hiramatsu (Google)
2025-11-13tracing: tprobe-events: Fix to register tracepoint correctlyMasami Hiramatsu (Google)
2025-11-13ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun
2025-11-13uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa
2025-11-13futex: Don't leak robust_list pointer on exec racePranav Tyagi
2025-11-13bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi
2025-11-13bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon
2025-11-13PM: sleep: Allow pm_restrict_gfp_mask() stackingRafael J. Wysocki
2025-11-13PM: hibernate: Combine return paths in power_down()Rafael J. Wysocki
2025-11-13bpf: Conditionally include dynptr copy kfuncsMalin Jonsson
2025-11-13bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal
2025-11-13sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCUTejun Heo
2025-11-02cpuset: Use new excpus for nocpu error check when enabling root partitionChen Ridong
2025-11-02sched_ext: Keep bypass on between enable failure and scx_disable_workfn()Tejun Heo
2025-11-02seccomp: passthrough uprobe systemcall without filteringJiri Olsa
2025-11-02perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf
2025-11-02perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf
2025-11-02perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt
2025-11-02genirq/manage: Add buslock back in to enable_irq()Charles Keepax
2025-11-02genirq/manage: Add buslock back in to __disable_irq_nosync()Charles Keepax
2025-11-02genirq/chip: Add buslock back in to irq_set_handler()Charles Keepax
2025-11-02timekeeping: Fix aux clocks sysfs initialization loop boundHaofeng Li
2025-11-02sched_ext: Sync error_irq_work before freeing scx_schedTejun Heo
2025-11-02sched_ext: Put event_stats_cpu in struct scx_sched_pcpuTejun Heo
2025-11-02sched_ext: Move internal type and accessor definitions to ext_internal.hTejun Heo
2025-10-29sched: Remove never used code in mm_cid_get()Andy Shevchenko
2025-10-29rv: Make rtapp/pagefault monitor depends on CONFIG_MMUNam Cao
2025-10-29rv: Fully convert enabled_monitors to use list_head as iteratorNam Cao
2025-10-29dma-debug: don't report false positives with DMA_BOUNCE_UNALIGNED_KMALLOCMarek Szyprowski
2025-10-29sched/fair: Block delayed tasks on throttled hierarchy during dequeueK Prateek Nayak
2025-10-23sched/fair: Fix pelt lost idle time detectionVincent Guittot
2025-10-23sched/deadline: Stop dl_server before CPU goes offlinePeter Zijlstra (Intel)
2025-10-23PM: hibernate: Add pm_hibernation_mode_is_suspend()Mario Limonciello (AMD)
2025-10-23perf/core: Fix MMAP2 event device with backing filesAdrian Hunter
2025-10-23perf/core: Fix MMAP event path names with backing filesAdrian Hunter
2025-10-23perf/core: Fix address filter match with backing filesAdrian Hunter
2025-10-19pid: Add a judgment for ns null in pid_nr_nsgaoxiang17
2025-10-19sched/deadline: Fix race in push_dl_task()Harshit Agarwal
2025-10-19PM: hibernate: Restrict GFP mask in power_down()Rafael J. Wysocki
2025-10-19PM: hibernate: Fix hybrid-sleepMario Limonciello (AMD)
2025-10-19PM: EM: Fix late boot with holes in CPU topologyChristian Loehle
2025-10-19padata: Reset next CPU when reorder sequence wraps aroundXiao Liang
2025-10-19kho: only fill kimage if KHO is finalizedPratyush Yadav
2025-10-19kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlim...Oleg Nesterov
2025-10-19copy_sighand: Handle architectures where sizeof(unsigned long) < sizeof(u64)Simon Schuster
2025-10-19bpf: Avoid RCU context warning when unpinning htab with internal structsKaFai Wan
2025-10-19rseq: Protect event mask against membarrier IPIThomas Gleixner