aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-01-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 30-212/+292
2021-01-08Merge tag 'arm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 7-8/+23
2021-01-08Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 10-18/+27
2021-01-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+1
2021-01-08ARM: picoxcell: fix missing interrupt-parent propertiesGravatar Arnd Bergmann 1-0/+4
2021-01-08KVM: x86: __kvm_vcpu_halt can be staticGravatar Paolo Bonzini 1-1/+1
2021-01-08Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 17-115/+114
2021-01-07KVM: SVM: Add support for booting APs in an SEV-ES guestGravatar Tom Lendacky 7-6/+61
2021-01-07KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexitGravatar Maxim Levitsky 3-1/+8
2021-01-07KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest modeGravatar Maxim Levitsky 1-0/+1
2021-01-07KVM: nSVM: correctly restore nested_run_pending on migrationGravatar Maxim Levitsky 1-0/+4
2021-01-07KVM: x86/mmu: Clarify TDP MMU page list invariantsGravatar Ben Gardon 1-2/+14
2021-01-07KVM: x86/mmu: Ensure TDP MMU roots are freed after yieldGravatar Ben Gardon 1-56/+48
2021-01-07KVM: x86: change in pv_eoi_get_pending() to make code more readableGravatar Stephen Zhang 1-1/+1
2021-01-07KVM: x86: fix shift out of bounds reported by UBSANGravatar Paolo Bonzini 1-1/+1
2021-01-07KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.cGravatar Uros Bizjak 1-2/+0
2021-01-07KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_loadGravatar Nathan Chancellor 1-1/+1
2021-01-07Merge branch 'kvm-master' into kvm-nextGravatar Paolo Bonzini 231-924/+1522
2021-01-07KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()Gravatar Sean Christopherson 1-7/+13
2021-01-07KVM: x86/mmu: Use raw level to index into MMIO walks' sptes arrayGravatar Sean Christopherson 2-9/+8
2021-01-07KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTEGravatar Sean Christopherson 3-11/+13
2021-01-07KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()Gravatar Sean Christopherson 2-2/+7
2021-01-07arm64: Move PSTATE.TCO setting to separate functionsGravatar Catalin Marinas 1-3/+13
2021-01-05Merge tag 'arc-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 2-21/+17
2021-01-05arm64: kasan: Set TCR_EL1.TBID1 when KASAN_HW_TAGS is enabledGravatar Catalin Marinas 1-1/+1
2021-01-05arm64: vdso: disable .eh_frame_hdr via /DISCARD/ instead of --no-eh-frame-hdrGravatar Peter Collingbourne 2-6/+2
2021-01-05arm64: traps: remove duplicate include statementGravatar Tian Tao 1-1/+0
2021-01-05arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOSTGravatar Shannon Zhao 1-1/+1
2021-01-05arm64: link with -z norelro for LLD or aarch64-elfGravatar Nick Desaulniers 1-3/+7
2021-01-04KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTSGravatar Marc Zyngier 2-9/+1
2021-01-04arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMAGravatar Nicolas Saenz Julienne 2-2/+3
2021-01-04arm64: mte: remove an ISB on kernel exitGravatar Peter Collingbourne 1-1/+1
2021-01-04arm64/smp: Remove unused irq variable in arch_show_interrupts()Gravatar Geert Uytterhoeven 1-1/+0
2021-01-03crypto: arm/chacha-neon - add missing counter incrementGravatar Ard Biesheuvel 1-0/+1
2021-01-02Merge tag 's390-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 4-21/+35
2020-12-31KVM: arm64: Remove spurious semicolon in reg_to_encoding()Gravatar Marc Zyngier 1-1/+1
2020-12-30s390/Kconfig: sort config S390 select list once againGravatar Heiko Carstens 1-14/+17
2020-12-30s390: update defconfigsGravatar Heiko Carstens 3-7/+18
2020-12-30KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotationGravatar Marc Zyngier 1-2/+2
2020-12-29local64.h: make <asm/local64.h> mandatoryGravatar Randy Dunlap 21-21/+0
2020-12-29mm: memmap defer init doesn't work as expectedGravatar Baoquan He 1-2/+2
2020-12-27KVM: arm64: Consolidate dist->ready setting into kvm_vgic_map_resources()Gravatar Marc Zyngier 3-23/+14
2020-12-27KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()Gravatar Alexandru Elisei 1-2/+0
2020-12-27KVM: arm64: Update comment in kvm_vgic_map_resources()Gravatar Alexandru Elisei 1-1/+2
2020-12-24Merge tag 'riscv-for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2020-12-24Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 7-15/+29
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-9/+7
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-152/+30
2020-12-23KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()Gravatar Alexandru Elisei 4-11/+9
2020-12-23KVM: arm64: arch_timer: Remove VGIC initialization checkGravatar Alexandru Elisei 1-3/+4