summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
8 dayskernel/fork: only call untrack_pfn_clear() on VMAs duplicated for fork()David Hildenbrand
8 dayssched/fair: Proportional newidle balancePeter Zijlstra
8 dayssched/fair: Small cleanup to update_newidle_cost()Peter Zijlstra
8 dayssched/fair: Small cleanup to sched_balance_newidle()Peter Zijlstra
8 daysx86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand
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 daysresource: Replace printk(KERN_WARNING) by pr_warn(), printk() by pr_info()Andy 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 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-07timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou
2025-12-07gcov: add support for GCC 15Peter Oberparleiter
2025-12-07softirq: Add trace points for tasklet entry/exitSumanth Gavini
2025-12-07tracing: Fix memory leaks in create_field_var()Zilin Guan
2025-12-07ftrace: Fix softlockup in ftrace_module_enableVladimir Riabchun
2025-12-07uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa
2025-12-07futex: Don't leak robust_list pointer on exec racePranav Tyagi
2025-12-07bpf: Sync pending IRQ work before freeing ring bufferNoorain Eqbal
2025-12-07perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf
2025-10-29padata: Reset next CPU when reorder sequence wraps aroundXiao Liang
2025-10-29sched/fair: Fix pelt lost idle time detectionVincent Guittot
2025-10-29sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar
2025-10-29timers: Provide timer_shutdown[_sync]()Thomas Gleixner
2025-10-29timers: Add shutdown mechanism to the internal functionsThomas Gleixner
2025-10-29timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown modeThomas Gleixner
2025-10-29timers: Silently ignore timers with a NULL functionThomas Gleixner
2025-10-29timers: Replace BUG_ON()sThomas Gleixner
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
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-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-15seccomp: Fix a race with WAIT_KILLABLE_RECV if the tracer replies too fastJohannes Nixdorf