summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-06-09KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptrMarc Zyngier
2020-06-09KVM: arm64: Handle PtrAuth traps earlyMarc Zyngier
2020-06-09KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier
2020-05-31KVM: arm64: Flush the instruction cache if not unmapping the VM on rebootMarc Zyngier
2020-05-28KVM: arm64: Drop obsolete comment about sys_reg orderingMarc Zyngier
2020-05-28KVM: arm64: Parametrize exception entry with a target ELMarc Zyngier
2020-05-28KVM: arm64: Don't use empty structures as CPU reset stateMarc Zyngier
2020-05-28KVM: arm64: Move sysreg reset check to boot timeMarc Zyngier
2020-05-28KVM: arm64: Add missing reset handlers for PMU emulationMarc Zyngier
2020-05-28KVM: arm64: Refactor vcpu_{read,write}_sys_regMarc Zyngier
2020-05-28KVM: arm64: vgic-v3: Take cpu_if pointer directly instead of vcpuChristoffer Dall
2020-05-25KVM: arm64: Remove obsolete kvm_virt_to_phys abstractionAndrew Scull
2020-05-25KVM: arm64: Fix incorrect comment on kvm_get_hyp_vector()David Brazdil
2020-05-25KVM: arm64: Clean up cpu_init_hyp_mode()David Brazdil
2020-05-16KVM: arm64: Make KVM_CAP_MAX_VCPUS compatible with the selected GIC versionMarc Zyngier
2020-05-16KVM: arm64: Support enabling dirty log gradually in small chunksKeqian Zhu
2020-05-16KVM: arm64: Unify handling THP backed host memorySuzuki K Poulose
2020-05-16KVM: arm64: Clean up the checking for huge mappingSuzuki K Poulose
2020-05-16KVM: arm/arm64: Release kvm->mmu_lock in loop to prevent starvationJiang Yi
2020-05-16KVM: arm64: Sidestep stage2_unmap_vm() on vcpu reset when S2FWB is supportedZenghui Yu
2020-05-16KVM: Fix spelling in code commentsFuad Tabba
2020-05-16KVM: arm64: Use cpus_have_final_cap for has_vhe()Marc Zyngier
2020-05-16KVM: arm64: Simplify __kvm_timer_set_cntvoff implementationMarc Zyngier
2020-05-16KVM: arm64: Clean up kvm makefilesFuad Tabba
2020-05-16KVM: arm64: Change CONFIG_KVM to a menuconfig entryWill Deacon
2020-05-16KVM: arm64: Update help textWill Deacon
2020-05-16KVM: arm64: Kill off CONFIG_KVM_ARM_HOSTWill Deacon
2020-05-16KVM: arm64: Move virt/kvm/arm to arch/arm64Marc Zyngier
2020-05-10Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-05-10Merge tag 'locking-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-05-09Merge tag 'riscv-for-linus-5.7-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-05-07arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()Janakarajan Natarajan
2020-05-07Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-05-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-05-07arm64: hugetlb: avoid potential NULL dereferenceMark Rutland
2020-05-07ARM: futex: Address build warningThomas Gleixner
2020-05-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-06Merge tag 'kvm-s390-master-5.7-3' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini
2020-05-06KVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properlyPeter Xu
2020-05-06kvm: x86: Use KVM CPU capabilities to determine CR4 reserved bitsPaolo Bonzini
2020-05-06KVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF in VM-Exit RSB pathSean Christopherson
2020-05-05RISC-V: Remove unused code from STRICT_KERNEL_RWXAtish Patra
2020-05-05KVM: s390: Remove false WARN_ON_ONCE for the PQAP instructionChristian Borntraeger
2020-05-04riscv: force __cpu_up_ variables to put in data sectionZong Li
2020-05-04riscv: add Linux note to vdsoAndreas Schwab
2020-05-04riscv: set max_pfn to the PFN of the last pageVincent Chen
2020-05-04RISC-V: Remove N-extension related definesAnup Patel
2020-05-04RISC-V: Add bitmap reprensenting ISA features common across CPUsAnup Patel
2020-05-04RISC-V: Export riscv_cpuid_to_hartid_mask() APIAnup Patel