summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* ARM: 8985/1: efi/decompressor: deal with HYP mode boot gracefullyArd Biesheuvel2020-06-131-0/+62
* ARM: 8984/1: Kconfig: set default ZBOOT_ROM_TEXT/BSS value to 0x0Chris Packham2020-06-131-2/+2
* Merge tag 'nios2-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2020-06-121-0/+1
|\
| * nios2: signal: Mark expected switch fall-throughLey Foon Tan2020-06-121-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-06-1268-669/+1707
|\ \
| * \ Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-06-1113-97/+171
| |\ \
| | * \ Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/nextMarc Zyngier2020-06-1011-85/+111
| | |\ \
| | | * | KVM: arm64: Move hyp_symbol_addr() to kvm_asm.hMarc Zyngier2020-06-102-20/+20
| | | * | KVM: arm64: Remove host_cpu_context member from vcpu structureMarc Zyngier2020-06-096-19/+11
| | | * | KVM: arm64: Stop sparse from moaning at __hyp_this_cpu_ptrMarc Zyngier2020-06-091-3/+10
| | | * | KVM: arm64: Handle PtrAuth traps earlyMarc Zyngier2020-06-094-38/+70
| | | * | KVM: arm64: Save the host's PtrAuth keys in non-preemptible contextMarc Zyngier2020-06-093-24/+19
| | * | | KVM: arm64: Synchronize sysreg state on injecting an AArch32 exceptionMarc Zyngier2020-06-101-0/+28
| | * | | KVM: arm64: Make vcpu_cp1x() work on Big Endian hostsMarc Zyngier2020-06-101-2/+4
| | * | | KVM: arm64: Stop save/restoring ACTLR_EL1James Morse2020-06-092-4/+0
| | * | | KVM: arm64: Add emulation for 32bit guests accessing ACTLR2James Morse2020-06-091-0/+10
| | * | | KVM: arm64: Stop writing aarch32's CSSELR into ACTLRJames Morse2020-06-091-2/+8
| | |/ /
| | * | KVM: arm64: Flush the instruction cache if not unmapping the VM on rebootMarc Zyngier2020-05-311-4/+10
| * | | KVM: x86: do not pass poisoned hva to __kvm_set_memory_regionPaolo Bonzini2020-06-111-6/+1
| * | | KVM: async_pf: Inject 'page ready' event only if 'page not present' was previ...Vitaly Kuznetsov2020-06-114-5/+10
| * | | kvm: i8254: remove redundant assignment to pointer sColin Ian King2020-06-111-1/+0
| * | | KVM: x86: respect singlestep when emulating instructionFelipe Franciosi2020-06-111-1/+1
| * | | Merge branch 'kvm-basic-exit-reason' into HEADPaolo Bonzini2020-06-111-2/+2
| |\ \ \
| | * | | KVM: nVMX: Consult only the "basic" exit reason when routing nested exitSean Christopherson2020-06-111-1/+1
| | | |/ | | |/|
| * | | KVM: x86: Unexport x86_fpu_cache and make it staticSean Christopherson2020-06-092-3/+1
| * | | KVM: x86: Fix APIC page invalidation raceEiichi Tsukata2020-06-081-5/+2
| * | | KVM: SVM: fix calls to is_interceptPaolo Bonzini2020-06-082-2/+4
| * | | Revert "KVM: x86: work around leak of uninitialized stack contents"Vitaly Kuznetsov2020-06-081-7/+0
| * | | KVM: VMX: Properly handle kvm_read/write_guest_virt*() resultVitaly Kuznetsov2020-06-083-40/+74
| * | | KVM: x86: emulate reserved nops from 0f/18 to 0f/1fPaolo Bonzini2020-06-051-2/+6
| * | | Merge tag 'kvm-ppc-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-06-0422-237/+276
| |\ \ \
| | * | | KVM: PPC: Book3S HV: Close race with page faults around memslot flushesPaul Mackerras2020-05-281-0/+5
| | * | | KVM: PPC: Book3S HV: Remove user-triggerable WARN_ONPaul Mackerras2020-05-281-4/+7
| | * | | KVM: PPC: Book3S HV: Relax check on H_SVM_INIT_ABORTLaurent Dufour2020-05-271-3/+8
| | * | | KVM: PPC: Book3S: Fix some RCU-list locksQian Cai2020-05-271-4/+14
| | * | | KVM: PPC: Book3S HV: Ignore kmemleak false positivesQian Cai2020-05-271-2/+14
| | * | | KVM: PPC: Clean up redundant 'kvm_run' parametersTianjia Zhang2020-05-2719-217/+212
| | * | | KVM: PPC: Remove redundant kvm_run from vcpu_archTianjia Zhang2020-05-273-7/+3
| | * | | KVM: PPC: Book3S HV: Read ibm,secure-memory nodesLaurent Dufour2020-05-271-0/+14
| | * | | KVM: PPC: Book3S HV: Remove redundant NULL checkChen Zhou2020-05-271-2/+1
| * | | | KVM: x86: minor code refactor and comments fixup around dirty loggingAnthony Yznaga2020-06-041-55/+49
| * | | | KVM: x86: avoid unnecessary rmap walks when creating/moving slotsAnthony Yznaga2020-06-041-1/+1
| * | | | KVM: x86: remove unnecessary rmap walk of read-only memslotsAnthony Yznaga2020-06-041-4/+2
| * | | | KVM: Use vmemdup_user()Denis Efremov2020-06-041-10/+7
| * | | | x86/kvm: Remove defunct KVM_DEBUG_FS KconfigSean Christopherson2020-06-042-9/+0
| * | | | KVM: MIPS: Enable KVM support for Loongson-3Huacai Chen2020-06-043-1/+3
| * | | | KVM: MIPS: Add more MMIO load/store instructions emulationHuacai Chen2020-06-041-10/+470
| * | | | KVM: MIPS: Add CONFIG6 and DIAG registers emulationHuacai Chen2020-06-044-1/+113
| * | | | KVM: MIPS: Add CPUCFG emulation for Loongson-3Huacai Chen2020-06-044-0/+92
| * | | | KVM: MIPS: Add Loongson-3 Virtual IPI interrupt supportHuacai Chen2020-06-045-1/+277