summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-12-18cpu: Make atomic hotplug callbacks run with interrupts disabled on UPSebastian Andrzej Siewior
2025-12-18perf/core: Fix missing read event generation on task exitThaumy Cheng
2025-12-18dma/pool: eliminate alloc_pages warning in atomic_pool_expandDave Kleikamp
2025-12-18sched/core: Fix psi_dequeue() for Proxy ExecutionJohn Stultz
2025-12-18sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the las...xupengbo
2025-12-18rqspinlock: Use trylock fallback when per-CPU rqnode is busyKumar Kartikeya Dwivedi
2025-12-18rqspinlock: Enclose lock/unlock within lock entry acquisitionsKumar Kartikeya Dwivedi
2025-12-18Reinstate "resource: avoid unnecessary lookups in find_next_iomem_res()"Ilias Stamatis
2025-12-18bpf: Fix exclusive map memory leakEdward Adam Davis
2025-12-18bpf: properly verify tail call behaviorMartin Teichmann
2025-12-18cpuset: Treat cpusets in attaching as populatedChen Ridong
2025-12-18bpf: Fix invalid prog->stats access when update_effective_progs failsPu Lehui
2025-12-18bpf: Handle return value of ftrace_set_filter_ip in register_fentryMenglong Dong
2025-12-18bpf: Prevent nesting overflow in bpf_try_get_buffersSahil Chandna
2025-12-18bpf: Free special fields when update [lru_,]percpu_hash mapsLeon Hwang
2025-12-18locktorture: Fix memory leak in param_set_cpumask()Wang Liang
2025-12-18timers/migration: Fix imbalanced NUMA treesFrederic Weisbecker
2025-12-18timers/migration: Remove locking on group connectionFrederic Weisbecker
2025-12-18timers/migration: Convert "while" loops to use "for"Frederic Weisbecker
2025-12-18cgroup: add cgroup namespace to tree after owner is setChristian Brauner
2025-12-18task_work: Fix NMI race conditionPeter Zijlstra
2025-12-18bpf: Fix stackmap overflow check in __bpf_get_stackid()Arnaud Lecomte
2025-12-18bpf: Refactor stack map trace depth calculation into helper functionArnaud Lecomte
2025-12-18sched/fair: Forfeit vruntime on yieldFernand Sieber
2025-12-18bpf: Fix handling maps with no BTF and non-constant offsets for the bpf_wqMykyta Yatsenko
2025-12-18bpf: Fix sleepable context for async callbacksKumar Kartikeya Dwivedi
2025-12-18bpf: Cleanup unused func args in rqspinlock implementationSiddharth Chintamaneni
2025-12-12locking/spinlock/debug: Fix data-race in do_raw_write_lockAlexander Sverdlin
2025-11-30Merge tag 'timers_urgent_for_v6.18_rc8' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-11-27Merge tag 'dma-mapping-6.18-2025-11-27' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-11-26Merge tag 'trace-ringbuffer-v6.18-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-11-26dma-direct: Fix missing sg_dma_len assignment in P2PDMA bus mappingsPranjal Shrivastava
2025-11-25tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey
2025-11-25timekeeping: Fix error code in tk_aux_sysfs_init()Dan Carpenter
2025-11-23Merge tag 'timers-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-11-23Merge tag 'perf-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-11-22timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou
2025-11-20Merge tag 'sched_ext-for-6.18-rc6-fixes-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-11-20sched_ext: Fix scx_enable() crash on helper kthread creation failureSaket Kumar Bhaskar
2025-11-20timekeeping: Fix resource leak in tk_aux_sysfs_init() error pathsMalaya Kumar Rout
2025-11-20perf: Fix 0 count issue of cpu-clockDapeng Mi
2025-11-19tick/sched: Fix bogus condition in report_idle_softirq()Wen Yang
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2025-11-17Merge tag 'sched_ext-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-11-17sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx.kick_cpus_irq_workZqiang
2025-11-16Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/s...Linus Torvalds
2025-11-15crash: fix crashkernel resource shrinkSourabh Jain
2025-11-15Merge tag 'timers-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-11-14bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman