summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-12-01timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou
2025-11-24PM: hibernate: Use atomic64_t for compressed_size variableMario Limonciello (AMD)
2025-11-24PM: hibernate: Emit an error when image writing failsMario Limonciello (AMD)
2025-11-24ftrace: Fix BPF fexit with livepatchSong Liu
2025-11-24crash: fix crashkernel resource shrinkSourabh Jain
2025-11-24gcov: add support for GCC 15Peter Oberparleiter
2025-11-24sched_ext: Fix unsafe locking in the scx_dump_state()Zqiang
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman
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-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-13sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCUTejun Heo
2025-11-13bpf: Find eligible subprogs for private stack supportYonghong Song
2025-11-13bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal
2025-11-02cpuset: Use new excpus for nocpu error check when enabling root partitionChen Ridong
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-10-29sched: Remove never used code in mm_cid_get()Andy Shevchenko
2025-10-29dma-debug: don't report false positives with DMA_BOUNCE_UNALIGNED_KMALLOCMarek Szyprowski
2025-10-29PM: EM: Fix late boot with holes in CPU topologyChristian Loehle
2025-10-29PM: EM: Move CPU capacity check to em_adjust_new_capacity()Rafael J. Wysocki
2025-10-29PM: EM: Slightly reduce em_check_capacity_update() overheadRafael J. Wysocki
2025-10-29PM: EM: Drop unused parameter from em_adjust_new_capacity()Rafael J. Wysocki
2025-10-23padata: Reset next CPU when reorder sequence wraps aroundXiao Liang
2025-10-23sched/fair: Fix pelt lost idle time detectionVincent Guittot
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-19sched/fair: Block delayed tasks on throttled hierarchy during dequeueK Prateek Nayak
2025-10-19pid: Add a judgment for ns null in pid_nr_nsgaoxiang17
2025-10-19tracing: Fix race condition in kprobe initialization causing NULL pointer der...Yuan Chen
2025-10-19sched/deadline: Fix race in push_dl_task()Harshit Agarwal
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
2025-10-15bpf: Reject negative offsets for ALU opsYazhou Tang
2025-10-15bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann
2025-10-15smp: Fix up and expand the smp_call_function_many() kerneldocRafael J. Wysocki
2025-10-15bpf: Remove migrate_disable in kprobe_multi_link_prog_runTao Chen
2025-10-15uprobes: uprobe_warn should use passed taskJeremy Linton
2025-10-15seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fastJohannes Nixdorf
2025-10-02tracing: dynevent: Add a missing lockdown check on dyneventMasami Hiramatsu (Google)
2025-10-02futex: Prevent use-after-free during requeue-PISebastian Andrzej Siewior