summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2026-03-30ASoC: Merge up fixesMark Brown-240/+512
2026-03-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-185/+241
2026-03-29Merge tag 'x86-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-7/+46
2026-03-28Merge tag 's390-7.0-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-3/+9
2026-03-28s390/entry: Scrub r12 register on kernel entryVasily Gorbik-0/+3
2026-03-28s390/syscalls: Add spectre boundary for syscall dispatch tableGreg Kroah-Hartman-1/+4
2026-03-28s390/barrier: Make array_index_mask_nospec() __always_inlineVasily Gorbik-2/+2
2026-03-27Merge tag 'efi-fixes-for-v7.0-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2026-03-27Merge tag 'loongarch-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-22/+147
2026-03-27KVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTESean Christopherson-1/+2
2026-03-27KVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTESean Christopherson-6/+8
2026-03-26KVM: s390: Fix KVM_S390_VCPU_FAULT ioctlClaudio Imbrenda-3/+15
2026-03-26KVM: s390: vsie: Fix guest page tables protectionClaudio Imbrenda-2/+10
2026-03-26KVM: s390: vsie: Fix unshadowing while shadowingClaudio Imbrenda-1/+19
2026-03-26KVM: s390: vsie: Fix refcount overflow for shadow gmapsClaudio Imbrenda-1/+3
2026-03-26KVM: s390: vsie: Fix nested guest memory shadowingClaudio Imbrenda-6/+15
2026-03-26KVM: s390: Correctly handle guest mappings without struct pageClaudio Imbrenda-13/+14
2026-03-26KVM: s390: Fix gmap_link()Claudio Imbrenda-54/+52
2026-03-26KVM: s390: vsie: Fix check for pre-existing shadow mappingClaudio Imbrenda-2/+3
2026-03-26KVM: s390: Remove non-atomic dat_crstep_xchg()Claudio Imbrenda-97/+100
2026-03-26KVM: s390: vsie: Fix dat_split_ste()Claudio Imbrenda-0/+1
2026-03-26LoongArch: KVM: Fix base address calculation in kvm_eiointc_regs_access()Bibo Mao-7/+7
2026-03-26LoongArch: KVM: Handle the case that EIOINTC's coremap is emptyHuacai Chen-1/+1
2026-03-26LoongArch: KVM: Make kvm_get_vcpu_by_cpuid() more robustHuacai Chen-0/+3
2026-03-26LoongArch: vDSO: Emit GNU_EH_FRAME correctlyXi Ruoyao-10/+53
2026-03-26LoongArch: Workaround LS2K/LS7A GPU DMA hang bugHuacai Chen-0/+80
2026-03-26LoongArch: Fix missing NULL checks for kstrdup()Li Jun-4/+3
2026-03-24Merge tag 'kvmarm-fixes-7.0-4' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-1/+15
2026-03-24Merge tag 'kvm-s390-master-7.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini-21/+53
2026-03-24ASoc: uda1380: Improve error reportingMark Brown-150/+226
2026-03-23x86/cpu: Add comment clarifying CRn pinningPeter Zijlstra-0/+13
2026-03-23x86/fred: Fix early boot failures on SEV-ES/SNP guestsNikunj A Dadhania-0/+20
2026-03-23x86/cpu: Remove X86_CR4_FRED from the CR4 pinned bits maskBorislav Petkov (AMD)-1/+1
2026-03-23x86/cpu: Enable FSGSBASE early in cpu_init_exception_handling()Nikunj A Dadhania-6/+12
2026-03-22Merge tag 'x86-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-9/+28
2026-03-22Merge tag 'perf-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-16/+33
2026-03-21Merge tag 'driver-core-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-4/+0
2026-03-20x86/platform/uv: Handle deconfigured socketsKyle Meyer-2/+16
2026-03-20x86/entry/vdso: Fix path of included gettimeofday.cVladimir Oltean-1/+1
2026-03-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-1/+10
2026-03-20Merge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-50/+55
2026-03-20x86/efi: efi_unmap_boot_services: fix calculation of ranges_to_free sizeMike Rapoport (Microsoft)-1/+1
2026-03-19Merge tag 'parisc-for-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2026-03-19arm64: realm: Fix PTE_NS_SHARED for 52bit PA supportSuzuki K Poulose-1/+2
2026-03-18Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-14/+23
2026-03-18x86/mce/amd: Check SMCA feature bit before accessing SMCA MSRsWilliam Roche-6/+11
2026-03-18Merge tag 'soc-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds-44/+17
2026-03-17sh: platform_early: remove pdev->driver_override checkDanilo Krummrich-4/+0
2026-03-17KVM: arm64: Fix the descriptor address in __kvm_at_swap_desc()Zenghui Yu (Huawei)-1/+1
2026-03-16KVM: s390: vsie: Avoid injecting machine check on signalChristian Borntraeger-15/+22