summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2026-06-07Merge tag 'x86-urgent-2026-06-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-06-06Merge tag 'rust-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-06-05Merge tag 'kvmarm-fixes-7.1-5' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2026-06-05KVM: arm64: Correctly identify executable PTEs at stage-2Oliver Upton
2026-06-05KVM: arm64: nv: Fix handling of XN[0] when !FEAT_XNXOliver Upton
2026-06-05KVM: arm64: Reassign nested_mmus array behind mmu_lockHyunwoo Kim
2026-06-05KVM: arm64: Restore POR_EL0 access to host EL0Joey Gouly
2026-06-05KVM: arm64: Take the SRCU lock for page table walks in fault injection and AT...Hyunwoo Kim
2026-06-05KVM: arm64: vgic-its: Drop the translation cache reference only for the erase...Hyunwoo Kim
2026-06-05x86/resctrl: Only check Intel systems for SNCTony Luck
2026-06-04Merge tag 's390-7.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2026-06-03Merge tag 'kvm-s390-master-7.1-3' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini
2026-06-03KVM: SEV: Unmap and unpin the GHCB as needed on vCPU freeSean Christopherson
2026-06-03KVM: SEV: Decouple the need to sync the GHCB SA from the need to free the SASean Christopherson
2026-06-03KVM: SEV: Move sev_free_vcpu() down below sev_es_unmap_ghcb()Sean Christopherson
2026-06-03KVM: SEV: Read start/end indices of PSC requests exactly once per #VMGEXITSean Christopherson
2026-06-03KVM: SEV: Add an anonymous "psc" struct to track current PSC metadataSean Christopherson
2026-06-03KVM: SEV: Make it more obvious when KVM is writing back the current PSC indexSean Christopherson
2026-06-02Merge tag 'soc-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-02KVM: s390: Remove ptep_zap_softleaf_entry()Claudio Imbrenda
2026-06-02KVM: s390: Fix possible reference leak in fault-in codeClaudio Imbrenda
2026-06-02KVM: s390: Prevent memslots outside the ASCE rangeClaudio Imbrenda
2026-06-02KVM: s390: Lock pte when making page secureClaudio Imbrenda
2026-06-02KVM: s390: Fix fault-in codeClaudio Imbrenda
2026-06-02KVM: s390: vsie: Fix rmap handling in _do_shadow_crste()Claudio Imbrenda
2026-06-02KVM: s390: Fix guest / virtual address confusion in _essa_clear_cbrl()Claudio Imbrenda
2026-06-02KVM: s390: Avoid potentially sleeping while atomic when zapping pagesClaudio Imbrenda
2026-06-02KVM: s390: Fix _gmap_crstep_xchg_atomic()Claudio Imbrenda
2026-06-02KVM: s390: Fix _gmap_unmap_crste()Claudio Imbrenda
2026-06-01x86/CPU/AMD: Add more Zen6 modelsPratik Vishwakarma
2026-06-01Merge tag 'socfpga_fix_for_v7.1' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann
2026-06-01Merge tag 'at91-fixes-7.1' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann
2026-05-31Merge tag 'x86-urgent-2026-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-30Merge tag 'tty-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-05-30s390: Implement _THIS_IP_ using inline asmMarco Elver
2026-05-30rust: arm64: set uwtable llvm module flag for CONFIG_UNWIND_TABLESAlice Ryhl
2026-05-29Merge tag 'clang-fixes-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-05-29Revert "x86/fpu: Refine and simplify the magic number check during signal ret...Andrei Vagin
2026-05-29Merge commit 'kvm-psc-for-7.1' into HEADPaolo Bonzini
2026-05-29KVM: SEV: Use READ_ONCE() when reading entries/indices from PSC bufferSean Christopherson
2026-05-29KVM: SEV: Check PSC request indices against the actual size of the bufferSean Christopherson
2026-05-29KVM: SEV: Don't explicitly pass PSC buffer to snp_begin_psc()Sean Christopherson
2026-05-29KVM: SEV: WARN if KVM attempts to setup scratch area with min_len==0Sean Christopherson
2026-05-29KVM: SEV: Compute the correct max length of the in-GHCB scratch areaSean Christopherson
2026-05-29KVM: SEV: Use the size of the PSC header as the minimum size for PSC requestsSean Christopherson
2026-05-29KVM: SEV: Ignore Port I/O requests of length '0'Sean Christopherson
2026-05-29KVM: SEV: Reject MMIO requests larger than 8 bytes with GHCB v2+Sean Christopherson
2026-05-29KVM: SEV: Ignore MMIO requests of length '0'Sean Christopherson
2026-05-29KVM: SEV: Require in-GHCB scratch area if GHCB v2+ is in useMichael Roth