summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2026-03-19KVM: arm64: Eagerly init vgic dist/redist on vgic creationMarc Zyngier1-16/+16
2026-03-19KVM: arm64: gic: Set vgic_model before initing private IRQsSascha Bischoff1-4/+4
2026-03-19x86/apic: Disable x2apic on resume if the kernel expects soShashank Balaji1-0/+6
2026-03-19powerpc64/bpf: fix the address returned by bpf_get_func_ipHari Bathini1-9/+19
2026-03-19powerpc64/bpf: fix kfunc call supportHari Bathini2-9/+94
2026-03-19powerpc/pseries: Correct MSI allocation trackingNam Cao1-1/+1
2026-03-19s390/xor: Fix xor_xc_5() inline assemblyVasily Gorbik1-1/+0
2026-03-19s390/xor: Fix xor_xc_2() inline assembly constraintsHeiko Carstens1-2/+2
2026-03-19s390/stackleak: Fix __stackleak_poison() inline assembly constraintHeiko Carstens1-1/+1
2026-03-19parisc: Check kernel mapping earlier at bootupHelge Deller1-8/+12
2026-03-19arm64: contpte: fix set_access_flags() no-op check for SMMU/ATS faultsPiotr Jaroszynski1-4/+49
2026-03-19parisc: Fix initial page table creation for bootHelge Deller1-1/+6
2026-03-19arm64: mm: Add PTE_DIRTY back to PAGE_KERNEL* to fix kexec/hibernationCatalin Marinas1-5/+5
2026-03-19parisc: Increase initial mapping to 64 MB with KALLSYMSHelge Deller1-1/+1
2026-03-19arm64: gcs: Honour mprotect(PROT_NONE) on shadow stack mappingsCatalin Marinas1-1/+5
2026-03-19s390/pfault: Fix virtual vs physical address confusionAlexander Gordeev1-2/+2
2026-03-19powerpc, perf: Check that current->mm is alive before getting user callchainViktor Malik3-2/+5
2026-03-19KVM: arm64: pkvm: Don't reprobe for ICH_VTR_EL2.TDS on CPU hotplugMarc Zyngier1-0/+9
2026-03-19KVM: arm64: vgic: Pick EOIcount deactivations from AP-list tailMarc Zyngier4-8/+17
2026-03-19KVM: arm64: pkvm: Fallback to level-3 mapping on host stage-2 faultMarc Zyngier1-1/+1
2026-03-19KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activatedSean Christopherson2-5/+9
2026-03-19KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APICSean Christopherson2-2/+2
2026-03-19KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMMJim Mattson3-5/+21
2026-03-19KVM: arm64: Fix protected mode handling of pages larger than 4kBMarc Zyngier1-7/+5
2026-03-19powerpc: 83xx: km83xx: Fix keymile vendor prefixJ. Neuschäfer1-2/+2
2026-03-19powerpc/crash: adjust the elfcorehdr sizeSourabh Jain1-1/+13
2026-03-19powerpc/kexec/core: use big-endian types for crash variablesSourabh Jain1-8/+9
2026-03-19powerpc/uaccess: Fix inline assembly for clang build on PPC32Christophe Leroy (CS GROUP)1-1/+1
2026-03-12x86/topo: Fix SNC topology messPeter Zijlstra1-47/+143
2026-03-12x86/topo: Replace x86_has_numa_in_packagePeter Zijlstra1-10/+3
2026-03-12x86/topo: Add topology_num_nodes_per_package()Peter Zijlstra3-2/+20
2026-03-12x86/numa: Store extra copy of numa_nodes_parsedPeter Zijlstra3-0/+16
2026-03-12ARM: clean up the memset64() C wrapperThomas Weißschuh1-5/+9
2026-03-12kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor26-1/+26
2026-03-12arm64: gcs: Do not set PTE_SHARED on GCS mappings if FEAT_LPA2 is enabledCatalin Marinas2-5/+6
2026-03-12x86/boot/sev: Move SEV decompressor variables into the .data sectionTom Lendacky2-5/+5
2026-03-12x86/sev: Allow IBPB-on-Entry feature for SNP guestsKim Phillips3-1/+6
2026-03-12x86/boot: Handle relative CONFIG_EFI_SBAT_FILE file pathsJan Stancek1-0/+1
2026-03-12perf/x86/intel/uncore: Add per-scheduler IMC CAS count eventsZide Chen1-1/+27
2026-03-12x86/efi: defer freeing of boot services memoryMike Rapoport (Microsoft)3-5/+54
2026-03-12KVM: x86: Add x2APIC "features" to control EOI broadcast suppressionKhushit Shah6-13/+101
2026-03-12bpf, arm64: Force 8-byte alignment for JIT buffer to prevent atomic tearingFuad Tabba1-1/+1
2026-03-12arm64: io: Extract user memory type in ioremap_prot()Will Deacon1-2/+15
2026-03-12arm64: io: Rename ioremap_prot() to __ioremap_prot()Will Deacon3-9/+10
2026-03-12s390/kexec: Disable stack protector in s390_reset_system()Vasily Gorbik1-1/+1
2026-03-12s390/vtime: Fix virtual timer forwardingHeiko Carstens1-16/+2
2026-03-12s390/idle: Fix cpu idle exit cpu time accountingHeiko Carstens3-6/+18
2026-03-12x86/cfi: Fix CFI rewrite for odd alignmentsPeter Zijlstra4-24/+34
2026-03-12x86/bug: Handle __WARN_printf() trap in early_fixup_exception()Hou Wenlong3-6/+5
2026-03-12x86/fred: Correct speculative safety in fred_extint()Andrew Cooper1-3/+2