summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Fix reserved gpio rangesBarnabás Czémán-1/+1
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove extconBarnabás Czémán-9/+0
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Set memory-region for framebufferBarnabás Czémán-3/+3
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Correct reserved memory rangesBarnabás Czémán-12/+29
2026-03-04arm64: dts: qcom: sm6125-xiaomi-ginkgo: Remove board-idBarnabás Czémán-2/+0
2026-03-04ARM: dts: qcom: Drop unused .dtsiRob Herring (Arm)-164/+0
2026-03-04drm/xe: Add missing kernel docs in xe_exec_queue.cNiranjana Vishwanathapura-0/+112
2026-03-04KVM: nSVM: Always use NextRIP as vmcb02's NextRIP after first L2 VMRUNYosry Ahmed-10/+18
2026-03-04drm/amdgpu/userq: refcount userqueues to avoid any race conditionsSunil Khatri-39/+95
2026-03-04drm/amdgpu/userq: Consolidate wait ioctl exit pathTvrtko Ursulin-23/+5
2026-03-04drm/amdgpu/psp: Use Indirect access address for GFX to PSP mailboxsguttula-10/+28
2026-03-04drm/amdgpu: Fix use-after-free race in VM acquireAlysa Liu-1/+5
2026-03-04drm/amd/pm: remove invalid gpu_metrics.energy_accumulator on smu v13.0.xYang Wang-2/+9
2026-03-04x86/mm/pat: Convert split_large_page() to use ptdescsVishal Moola (Oracle)-6/+7
2026-03-04x86/mm/pat: Convert populate_pgd() to use page table apisVishal Moola (Oracle)-2/+10
2026-03-04x86/mm/pat: Convert pmd code to use page table apisVishal Moola (Oracle)-2/+6
2026-03-04x86/mm/pat: Convert pte code to use page table apisVishal Moola (Oracle)-2/+2
2026-03-04MAINTAINERS, mailmap: update email address for Lorenzo StoakesLorenzo Stoakes (Oracle)-11/+12
2026-03-04mm/mmu_notifier: clean up mmu_notifier.h kernel-docRandy Dunlap-15/+16
2026-03-04uaccess: correct kernel-doc parameter formatRandy Dunlap-2/+2
2026-03-04mm/huge_memory: fix a folio_split() race condition with folio_try_get()Zi Yan-4/+9
2026-03-04MAINTAINERS: add co-maintainer and reviewer for SLAB ALLOCATORVlastimil Babka (SUSE)-1/+2
2026-03-04MAINTAINERS: add RELAY entryJason Xing-0/+10
2026-03-04memcg: fix slab accounting in refill_obj_stock() trylock pathHao Li-1/+1
2026-03-04mm/hugetlb.c: use __pa() instead of virt_to_phys() in early bootmem alloc codeRitesh Harjani (IBM)-2/+2
2026-03-04zram: rename writeback_compressed device attrSergey Senozhatsky-18/+18
2026-03-04tools/testing: fix testing/vma and testing/radix-tree buildMike Rapoport (Microsoft)-0/+32
2026-03-04Revert "ptdesc: remove references to folios from __pagetable_ctor() and paget...Axel Rasmussen-11/+6
2026-03-04mm/cma: move put_page_testzero() out of VM_WARN_ON in cma_release()Zi Yan-1/+4
2026-03-04mm/damon/core: clear walk_control on inactive context in damos_walk()Raul Pazemecxas De Andrade-1/+6
2026-03-04mm: memfd_luo: always dirty all foliosPratyush Yadav (Google)-5/+21
2026-03-04mm: memfd_luo: always make all folios uptodatePratyush Yadav (Google)-2/+23
2026-03-04samples/landlock: Bump ABI version to 8Günther Noack-2/+3
2026-03-04landlock: Improve TSYNC typesMickaël Salaün-5/+8
2026-03-04landlock: Fully release unused TSYNC work entriesMickaël Salaün-6/+41
2026-03-04landlock: Fix formattingMickaël Salaün-7/+5
2026-03-04cxl/region: Fix leakage in __construct_region()Davidlohr Bueso-1/+3
2026-03-04sched_ext: Use WRITE_ONCE() for the write side of dsq->seq updatezhidao su-1/+1
2026-03-04mmc: Merge branch fixes into nextUlf Hansson-0/+9
2026-03-04KVM: TDX: Fold tdx_bringup() into tdx_hardware_setup()Sean Christopherson-41/+25
2026-03-04KVM: Bury kvm_{en,dis}able_virtualization() in kvm_main.c once moreSean Christopherson-12/+13
2026-03-04x86/virt/tdx: Use ida_is_empty() to detect if any TDs may be runningSean Christopherson-13/+4
2026-03-04x86/virt/tdx: KVM: Consolidate TDX CPU hotplug handlingChao Gao-69/+47
2026-03-04x86/virt/tdx: Tag a pile of functions as __init, and globals as __ro_after_initSean Christopherson-63/+66
2026-03-04KVM: x86/tdx: Do VMXON and TDX-Module initialization during subsys initSean Christopherson-231/+127
2026-03-04x86/virt/tdx: Drop the outdated requirement that TDX be enabled in IRQ contextSean Christopherson-16/+2
2026-03-04x86/virt: Add refcounting of VMX/SVM usage to support multiple in-kernel usersSean Christopherson-30/+53
2026-03-04KVM: x86: Move bulk of emergency virtualizaton logic to virt subsystemSean Christopherson-94/+138
2026-03-04KVM: SVM: Move core EFER.SVME enablement to kernelSean Christopherson-27/+66
2026-03-04KVM: VMX: Move core VMXON enablement to kernelSean Christopherson-73/+92