summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
8 dayssched/fair: Proportional newidle balancePeter Zijlstra (Intel)
8 dayssched/fair: Small cleanup to update_newidle_cost()Peter Zijlstra
8 dayssched/fair: Small cleanup to sched_balance_newidle()Peter Zijlstra
8 daysgenirq/irq_sim: Initialize work context pointers properlyGyeyoung Baek
8 daystracing: Fix fixed array of synthetic eventSteven Rostedt
8 daystracing: Do not register unsupported perf eventsSteven Rostedt
8 daysscs: fix a wrong parameter in __scs_magicZhichi Lin
8 dayskallsyms: Fix wrong "big" kernel symbol type read from procfsZheng Yejian
8 dayslivepatch: Match old_sympos 0 and 1 in klp_find_func()Song Liu
8 dayssched/fair: Revert max_newidle_lb_cost bumpPeter Zijlstra
8 dayssched/deadline: only set free_cpus for online runqueuesDoug Berger
8 daysdma/pool: eliminate alloc_pages warning in atomic_pool_expandDave Kleikamp
8 daysReinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"Ilias Stamatis
8 daysresource: introduce is_type_match() helper and use itAndy Shevchenko
8 daysresource: replace open coded resource_intersection()Andy Shevchenko
8 daysresource: Reuse for_each_resource() macroAndy Shevchenko
8 dayscpuset: Treat cpusets in attaching as populatedChen Ridong
8 daysbpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui
8 daysbpf: Improve program stats run-time calculationJose Fernandez
8 daysbpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong
8 daysbpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang
8 daystask_work: Fix NMI race conditionPeter Zijlstra
8 dayssched/fair: Forfeit vruntime on yieldFernand Sieber
8 daysftrace: bpf: Fix IPMODIFY + DIRECT in modify_ftrace_direct()Song Liu
8 dayslocking/spinlock/debug: Fix data-race in do_raw_write_lockAlexander Sverdlin
2025-12-01ftrace: Fix BPF fexit with livepatchSong Liu
2025-12-01crash: fix crashkernel resource shrinkSourabh Jain
2025-12-01timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou
2025-11-24gcov: add support for GCC 15Peter Oberparleiter
2025-11-24bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman
2025-11-24tracing: Fix memory leaks in create_field_var()Zilin Guan
2025-11-24ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun
2025-11-24uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa
2025-11-24futex: Don't leak robust_list pointer on exec racePranav Tyagi
2025-11-24bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi
2025-11-24sched/fair: Use all little CPUs for CPU-bound workloadsPierre Gondois
2025-11-24sched/pelt: Avoid underestimation of task utilizationVincent Guittot
2025-11-24bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal
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-23padata: Reset next CPU when reorder sequence wraps aroundXiao Liang
2025-10-23sched/fair: Fix pelt lost idle time detectionVincent Guittot
2025-10-23sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar
2025-10-19pid: Add a judgment for ns null in pid_nr_nsgaoxiang17
2025-10-19rseq: Protect event mask against membarrier IPIThomas Gleixner
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