summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-09-04printk: nbcon: Add function for printers to reacquire ownershipJohn Ogness-7/+67
2024-09-04printk: nbcon: Use raw_cpu_ptr() instead of open codingJohn Ogness-2/+1
2024-09-04cpu: Fix W=1 build kernel-doc warningThorsten Blum-3/+1
2024-09-04Merge branch 'linus' into smp/coreThomas Gleixner-459/+294
2024-09-04timers: Annotate possible non critical data race of next_expiryAnna-Maria Behnsen-5/+37
2024-09-04printk: Use the BITS_PER_LONG macroJinjie Ruan-1/+2
2024-09-03sched_ext: Remove sched_class->switch_class()Tejun Heo-13/+1
2024-09-03sched_ext: Remove switch_class_scx()Tejun Heo-5/+4
2024-09-03sched_ext: Relocate functions in kernel/sched/ext.cTejun Heo-78/+78
2024-09-03sched_ext: Unify regular and core-sched pick task pathsTejun Heo-67/+11
2024-09-03sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEPTejun Heo-11/+10
2024-09-03sched_ext: Don't call put_prev_task_scx() before picking the next taskTejun Heo-68/+62
2024-09-03sched/numa: Fix the vma scan starving issueYujie Liu-0/+9
2024-09-03mm: support only one page_type per pageMatthew Wilcox (Oracle)-4/+4
2024-09-03mm: move kernel/numa.c to mm/Mike Rapoport (Microsoft)-27/+0
2024-09-04dma-direct: optimize page freeing when it is not addressableChen Yu-1/+1
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig-8/+3
2024-09-03Merge branch 'tip/sched/core' into for-6.12Tejun Heo-217/+180
2024-09-03audit: Make use of str_enabled_disabled() helperHongbo Li-1/+1
2024-09-03uprobes: Use kzalloc to allocate xol areaSven Schnelle-2/+1
2024-09-03sched: Add put_prev_task(.next)Peter Zijlstra-8/+8
2024-09-03sched: Rework dl_serverPeter Zijlstra-34/+32
2024-09-03sched: Combine the last put_prev_task() and the first set_next_task()Peter Zijlstra-16/+14
2024-09-03sched: Rework pick_next_task()Peter Zijlstra-74/+37
2024-09-03sched: Split up put_prev_task_balance()Peter Zijlstra-6/+6
2024-09-03sched: Clean up DL server vs core schedPeter Zijlstra-24/+8
2024-09-03sched: Fixup set_next_task() implementationsPeter Zijlstra-34/+34
2024-09-03sched: Use set_next_task(.first) where requiredPeter Zijlstra-2/+6
2024-09-03sched/fair: Properly deactivate sched_delayed task upon class changeValentin Schneider-8/+17
2024-09-03sched/deadline: Fix schedstats vs deadline serversHuang Shijie-22/+16
2024-09-01kthread: fix task state in kthread worker if being frozenChen Yu-1/+9
2024-09-01Document/kexec: generalize crash hotplug descriptionSourabh Jain-13/+20
2024-09-01fault-inject: improve build for CONFIG_FAULT_INJECTION=nJani Nikula-0/+1
2024-09-01watchdog: handle the ENODEV failure case of lockup_detector_delay_init() sepa...Waiman Long-1/+4
2024-09-01locking/ww_mutex/test: add MODULE_DESCRIPTION()Jeff Johnson-0/+1
2024-09-01crash: fix crash memory reserve exceed system memory bugJinjie Ruan-0/+3
2024-09-01kexec: use atomic_try_cmpxchg_acquire() in kexec_trylock()Uros Bizjak-1/+2
2024-09-01mm: create promo_wmark_pages and clean up open-coded sitesKaiyang Zhao-1/+1
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel-0/+9
2024-09-01mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig optionsDavid Hildenbrand-2/+2
2024-09-01task_stack: uninline stack_not_usedPasha Tatashin-3/+20
2024-09-01vmstat: kernel stack usage histogramPasha Tatashin-0/+38
2024-09-01memory tiering: introduce folio_use_access_time() checkZi Yan-2/+1
2024-09-01mm: kvmalloc: align kvrealloc() with krealloc()Danilo Krummrich-2/+1
2024-09-01kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=yPetr Tesarik-1/+1
2024-09-01Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+2
2024-09-01Merge tag 'locking-urgent-2024-08-25' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+5
2024-09-01tinyconfig: remove unnecessary 'is not set' for choice blocksMasahiro Yamada-6/+0
2024-08-30sched_ext: Use sched_clock_cpu() instead of rq_clock_task() in touch_core_sch...Tejun Heo-2/+6
2024-08-30sched_ext: Use task_can_run_on_remote_rq() test in dispatch_to_local_dsq()Tejun Heo-20/+20