summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-12-07tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey1-0/+10
2025-12-07timekeeping: Fix error code in tk_aux_sysfs_init()Dan Carpenter1-1/+3
2025-12-07dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappingsPranjal Shrivastava1-0/+1
2025-12-01sched_ext: fix flag check for deferred callbacksEmil Tsalapatis1-1/+1
2025-12-01sched_ext: Fix scx_kick_pseqs corruption on concurrent scheduler loadsAndrea Righi1-5/+5
2025-12-01sched_ext: defer queue_balance_callback() until after ops.dispatchEmil Tsalapatis2-2/+28
2025-12-01sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()Tejun Heo1-10/+79
2025-12-01timekeeping: Fix resource leak in tk_aux_sysfs_init() error pathsMalaya Kumar Rout1-9/+12
2025-12-01perf: Fix 0 count issue of cpu-clockDapeng Mi1-1/+1
2025-12-01tick/sched: Fix bogus condition in report_idle_softirq()Wen Yang1-6/+5
2025-12-01sched_ext: Fix scx_enable() crash on helper kthread creation failureSaket Kumar Bhaskar1-1/+4
2025-12-01timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou1-3/+4
2025-11-24PM: hibernate: Use atomic64_t for compressed_size variableMario Limonciello (AMD)1-5/+5
2025-11-24PM: hibernate: Emit an error when image writing failsMario Limonciello (AMD)1-4/+7
2025-11-24ftrace: Fix BPF fexit with livepatchSong Liu2-11/+14
2025-11-24crash: fix crashkernel resource shrinkSourabh Jain1-1/+1
2025-11-24kho: warn and exit when unpreserved page wasn't preservedPratyush Yadav1-4/+4
2025-11-24gcov: add support for GCC 15Peter Oberparleiter1-1/+3
2025-11-24sched_ext: Fix unsafe locking in the scx_dump_state()Zqiang1-2/+2
2025-11-24posix-timers: Plug potential memory leak in do_timer_create()Eslam Khafagy1-6/+6
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman1-2/+4
2025-11-24futex: Optimize per-cpu reference countingPeter Zijlstra1-6/+6
2025-11-13perf/core: Fix system hang caused by cpu-clock usageDapeng Mi1-5/+15
2025-11-13tracing: Fix memory leaks in create_field_var()Zilin Guan1-2/+4
2025-11-13ring-buffer: Do not warn in ring_buffer_map_get_reader() when reader catches upSteven Rostedt1-0/+4
2025-11-13tracing: tprobe-events: Fix to put tracepoint_user when disable the tprobeMasami Hiramatsu (Google)1-0/+4
2025-11-13tracing: tprobe-events: Fix to register tracepoint correctlyMasami Hiramatsu (Google)1-1/+2
2025-11-13ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun1-0/+2
2025-11-13uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa1-0/+7
2025-11-13futex: Don't leak robust_list pointer on exec racePranav Tyagi1-50/+56
2025-11-13bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi2-5/+21
2025-11-13bpf: Use tnums for JEQ/JNE is_branch_taken logicPaul Chaignon2-0/+12
2025-11-13PM: sleep: Allow pm_restrict_gfp_mask() stackingRafael J. Wysocki2-9/+17
2025-11-13PM: hibernate: Combine return paths in power_down()Rafael J. Wysocki1-18/+14
2025-11-13bpf: Conditionally include dynptr copy kfuncsMalin Jonsson1-0/+2
2025-11-13bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal1-0/+2
2025-11-13sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCUTejun Heo1-4/+4
2025-11-02cpuset: Use new excpus for nocpu error check when enabling root partitionChen Ridong1-5/+1
2025-11-02sched_ext: Keep bypass on between enable failure and scx_disable_workfn()Tejun Heo1-1/+1
2025-11-02seccomp: passthrough uprobe systemcall without filteringJiri Olsa1-7/+25
2025-11-02perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf1-1/+2
2025-11-02perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf1-5/+5
2025-11-02perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt2-5/+5
2025-11-02genirq/manage: Add buslock back in to enable_irq()Charles Keepax1-1/+1
2025-11-02genirq/manage: Add buslock back in to __disable_irq_nosync()Charles Keepax1-1/+1
2025-11-02genirq/chip: Add buslock back in to irq_set_handler()Charles Keepax1-1/+1
2025-11-02timekeeping: Fix aux clocks sysfs initialization loop boundHaofeng Li1-1/+1
2025-11-02sched_ext: Sync error_irq_work before freeing scx_schedTejun Heo1-0/+2
2025-11-02sched_ext: Put event_stats_cpu in struct scx_sched_pcpuTejun Heo2-16/+19
2025-11-02sched_ext: Move internal type and accessor definitions to ext_internal.hTejun Heo4-1057/+1062