summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2026-01-02tracing: Fix fixed array of synthetic eventSteven Rostedt1-1/+0
2026-01-02cgroup: rstat: use LOCK CMPXCHG in css_rstat_updatedShakeel Butt1-5/+8
2026-01-02tracing: Do not register unsupported perf eventsSteven Rostedt1-0/+2
2026-01-02scs: fix a wrong parameter in __scs_magicZhichi Lin1-1/+1
2026-01-02crash: let architecture decide crash memory export to iomem_resourceSourabh Jain1-0/+3
2026-01-02printk: Avoid irq_work for printk_deferred() on suspendJohn Ogness1-1/+1
2026-01-02printk: Allow printk_trigger_flush() to flush all typesJohn Ogness2-2/+23
2026-01-02kallsyms: Fix wrong "big" kernel symbol type read from procfsZheng Yejian1-1/+4
2026-01-02sched_ext: Fix missing post-enqueue handling in move_local_task_to_local_dsq()Tejun Heo1-0/+10
2026-01-02sched_ext: Fix bypass depth leak on scx_enable() failureTejun Heo1-0/+14
2026-01-02sched_ext: Fix the memleak for sch->helper objectsZqiang1-2/+2
2026-01-02sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()Tejun Heo1-15/+19
2026-01-02printk: Avoid scheduling irq_work on suspendJohn Ogness3-18/+55
2026-01-02livepatch: Match old_sympos 0 and 1 in klp_find_func()Song Liu1-1/+7
2026-01-02sched/fair: Revert max_newidle_lb_cost bumpPeter Zijlstra1-16/+3
2026-01-02sched/deadline: only set free_cpus for online runqueuesDoug Berger3-32/+14
2026-01-02bpf: Fix verifier assumptions of bpf_d_path's output bufferShuran Liu1-1/+1
2026-01-02bpf: Fix truncated dmabuf iterator readsT.J. Mercier1-7/+49
2025-12-18cpu: Make atomic hotplug callbacks run with interrupts disabled on UPSebastian Andrzej Siewior1-9/+16
2025-12-18perf/core: Fix missing read event generation on task exitThaumy Cheng1-10/+12
2025-12-18dma/pool: eliminate alloc_pages warning in atomic_pool_expandDave Kleikamp1-1/+1
2025-12-18sched/core: Fix psi_dequeue() for Proxy ExecutionJohn Stultz1-1/+6
2025-12-18sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the las...xupengbo1-0/+3
2025-12-18rqspinlock: Use trylock fallback when per-CPU rqnode is busyKumar Kartikeya Dwivedi1-1/+1
2025-12-18rqspinlock: Enclose lock/unlock within lock entry acquisitionsKumar Kartikeya Dwivedi1-9/+6
2025-12-18Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"Ilias Stamatis1-1/+9
2025-12-18bpf: Fix exclusive map memory leakEdward Adam Davis1-1/+2
2025-12-18bpf: properly verify tail call behaviorMartin Teichmann1-3/+28
2025-12-18cpuset: Treat cpusets in attaching as populatedChen Ridong1-8/+27
2025-12-18bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui1-0/+3
2025-12-18bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong1-1/+3
2025-12-18bpf: Prevent nesting overflow in bpf_try_get_buffersSahil Chandna1-0/+3
2025-12-18bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang1-2/+8
2025-12-18locktorture: Fix memory leak in param_set_cpumask()Wang Liang1-2/+6
2025-12-18timers/migration: Fix imbalanced NUMA treesFrederic Weisbecker1-104/+127
2025-12-18timers/migration: Remove locking on group connectionFrederic Weisbecker1-10/+0
2025-12-18timers/migration: Convert "while" loops to use "for"Frederic Weisbecker1-10/+13
2025-12-18cgroup: add cgroup namespace to tree after owner is setChristian Brauner1-1/+1
2025-12-18task_work: Fix NMI race conditionPeter Zijlstra1-1/+7
2025-12-18bpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte1-7/+8
2025-12-18bpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte1-15/+32
2025-12-18sched/fair: Forfeit vruntime on yieldFernand Sieber1-1/+13
2025-12-18bpf: Fix handling maps with no BTF and non-constant offsets for the bpf_wqMykyta Yatsenko1-5/+12
2025-12-18bpf: Fix sleepable context for async callbacksKumar Kartikeya Dwivedi1-11/+30
2025-12-18bpf: Cleanup unused func args in rqspinlock implementationSiddharth Chintamaneni1-11/+8
2025-12-12locking/spinlock/debug: Fix data-race in do_raw_write_lockAlexander Sverdlin1-2/+2
2025-11-30Merge tag 'timers_urgent_for_v6.18_rc8' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+3
2025-11-27Merge tag 'dma-mapping-6.18-2025-11-27' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+1
2025-11-26Merge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+10
2025-11-26dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappingsPranjal Shrivastava1-0/+1