summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2025-11-25tracing: Fix WARN_ON in tracing_buffers_mmap_close for split VMAsDeepanshu Kartikey1-0/+10
2025-11-25timekeeping: Fix error code in tk_aux_sysfs_init()Dan Carpenter1-1/+3
2025-11-23Merge tag 'timers-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-18/+21
2025-11-23Merge tag 'perf-urgent-2025-11-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2025-11-22timers: Fix NULL function pointer race in timer_shutdown_sync()Yipeng Zou1-3/+4
2025-11-20Merge tag 'sched_ext-for-6.18-rc6-fixes-2' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-1/+4
2025-11-20sched_ext: Fix scx_enable() crash on helper kthread creation failureSaket Kumar Bhaskar1-1/+4
2025-11-20timekeeping: Fix resource leak in tk_aux_sysfs_init() error pathsMalaya Kumar Rout1-9/+12
2025-11-20perf: Fix 0 count issue of cpu-clockDapeng Mi1-1/+1
2025-11-19tick/sched: Fix bogus condition in report_idle_softirq()Wen Yang1-6/+5
2025-11-17Merge tag 'vfs-6.18-rc7.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2-8/+4
2025-11-17Merge tag 'sched_ext-for-6.18-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-13/+13
2025-11-17sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx.kick_cpus_irq_workZqiang1-1/+1
2025-11-16Merge tag 'mm-hotfixes-stable-2025-11-16-10-40' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+1
2025-11-15crash: fix crashkernel resource shrinkSourabh Jain1-1/+1
2025-11-15Merge tag 'timers-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+6
2025-11-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds5-40/+72
2025-11-14bpf: account for current allocated stack depth in widen_imprecise_scalars()Eduard Zingerman1-2/+4