summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2026-02-04KVM: S390: Remove PGSTE code from linux/s390 mmClaudio Imbrenda-1012/+15
2026-02-04KVM: s390: Remove gmap from s390/mmClaudio Imbrenda-2627/+0
2026-02-04KVM: s390: Switch to new gmapClaudio Imbrenda-1726/+1119
2026-02-04KVM: s390: Storage key functions refactoringClaudio Imbrenda-71/+59
2026-02-04KVM: s390: Stop using CONFIG_PGSTEClaudio Imbrenda-5/+5
2026-02-04KVM: s390: Add some helper functions needed for vSIEClaudio Imbrenda-2/+72
2026-02-04KVM: s390: Add helper functions for fault handlingClaudio Imbrenda-2/+245
2026-02-04KVM: s390: New gmap codeClaudio Imbrenda-1/+1410
2026-02-04KVM: s390: KVM page table management functions: CMMAClaudio Imbrenda-0/+302
2026-02-04KVM: s390: KVM page table management functions: lifecycle managementClaudio Imbrenda-0/+348
2026-02-04KVM: s390: KVM page table management functions: storage keysClaudio Imbrenda-0/+230
2026-02-04KVM: s390: KVM page table management functions: walksClaudio Imbrenda-0/+425
2026-02-04KVM: s390: KVM page table management functions: clear and replaceClaudio Imbrenda-0/+155
2026-02-04KVM: s390: KVM page table management functions: allocationClaudio Imbrenda-0/+182
2026-02-04KVM: s390: KVM-specific bitfields and helper functionsClaudio Imbrenda-0/+720
2026-02-04KVM: s390: Rename some functions in gaccess.cClaudio Imbrenda-27/+24
2026-02-04KVM: s390: Enable KVM_GENERIC_MMU_NOTIFIERClaudio Imbrenda-1/+47
2026-02-04KVM: s390: vsie: Pass gmap explicitly as parameterClaudio Imbrenda-21/+19
2026-02-04s390/mm: Warn if uv_convert_from_secure_pte() failsClaudio Imbrenda-4/+5
2026-02-04KVM: s390: Export two functionsClaudio Imbrenda-2/+6
2026-02-04KVM: s390: Introduce import_lockClaudio Imbrenda-0/+4
2026-02-04KVM: s390: Add gmap_helper_set_unused()Claudio Imbrenda-0/+80
2026-02-04s390: Move sske_frame() to a headerClaudio Imbrenda-7/+7
2026-02-04s390: Make UV folio operations work on whole folioClaudio Imbrenda-10/+12
2026-02-04KVM: s390: Add P bit in table entry bitfields, move union vaddressClaudio Imbrenda-28/+30
2026-02-04KVM: s390: Refactor pgste lock and unlock functionsClaudio Imbrenda-24/+44
2026-02-04Merge tag 'socfpga_dts_updates_for_v6.20_v3' of git://git.kernel.org/pub/scm/...Arnd Bergmann-67/+305
2026-02-04s390/tape: Remove tape load display supportJan Höppner-39/+0
2026-02-04s390/tape: Remove support for 3590/3592 modelsJan Höppner-64/+0
2026-02-04x86/hyperv: Update comment in hyperv_cleanup()Michael Kelley-3/+7
2026-02-04x86/hyperv: Use memremap()/memunmap() instead of ioremap_cache()/iounmap()Michael Kelley-3/+3
2026-02-04x86/hyperv: Move hv crash init after hypercall pg setupMukesh R-1/+3
2026-02-04x86/hyperv: fix a compiler warning in hv_crash.cMukesh R-2/+1
2026-02-03powerpc/wii: Simplify with scoped for each OF child loopKrzysztof Kozlowski-3/+1
2026-02-03powerpc/fsp2: Simplify with scoped for each OF child loopKrzysztof Kozlowski-4/+1
2026-02-03ARM: exynos: Simplify with scoped for each OF child loopKrzysztof Kozlowski-6/+2
2026-02-03ARM: at91: Simplify with scoped for each OF child loopKrzysztof Kozlowski-5/+2
2026-02-03sched/arm64: Move fallback task cpumask to HK_TYPE_DOMAINFrederic Weisbecker-3/+3
2026-02-03s390/kexec: Emit an error message when cmdline is too longVasily Gorbik-1/+3
2026-02-03s390/configs: Enable BLK_DEV_NULL_BLK as moduleHalil Pasic-0/+2
2026-02-03sched/clock: Avoid false sharing for sched_clock_irqtimeWangyang Guo-2/+0
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra-687/+1134
2026-02-03arm64/gcs: Fix error handling in arch_set_shadow_stack_status()Breno Leitao-2/+2
2026-02-02MIPS: tools: relocs: Ship a definition of R_MIPS_PC32Yao Zi-0/+7
2026-02-02x86/kfence: fix booting on 32bit non-PAE systemsAndrew Cooper-3/+4
2026-02-02x86/ibs: Fix typo in dc_l2tlb_miss commentXiang-Bin Shi-1/+1
2026-02-02KVM: arm64: nv: Avoid NV stage-2 code when NV is not supportedFuad Tabba-0/+12
2026-02-02arm64: Fix non-atomic __READ_ONCE() with CONFIG_LTO=yMarco Elver-1/+1
2026-02-02KVM: arm64: Use standard seq_file iterator for vgic-debug debugfsFuad Tabba-28/+12
2026-02-02KVM: arm64: Reimplement vgic-debug XArray iterationFuad Tabba-48/+20