| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-10-29 | arm64: Add workaround for Arm Cortex-A77 erratum 1508412 |  Rob Herring | 6 | -13/+19 |
| 2020-10-28 | KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return SMCCC_RET_NOT_REQUIRED |  Stephen Boyd | 1 | -1/+1 |
| 2020-10-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 27 | -1774/+1848 |
| 2020-10-21 | Merge branch 'kvm-fixes' into 'next' |  Paolo Bonzini | 1 | -0/+7 |
| 2020-10-20 | Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD |  Paolo Bonzini | 30 | -1909/+1943 |
| 2020-10-12 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux |  Linus Torvalds | 13 | -139/+139 |
| 2020-10-03 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 1 | -0/+7 |
| 2020-10-03 | Merge tag 'kvmarm-fixes-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master |  Paolo Bonzini | 1 | -0/+7 |
| 2020-10-02 | Merge branch 'for-next/mte' into for-next/core |  Will Deacon | 1 | -0/+16 |
| 2020-10-02 | Merge branch 'for-next/ghostbusters' into for-next/core |  Will Deacon | 11 | -136/+96 |
| 2020-10-02 | Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cpuinfo', 'for-next/fpsimd', 'for-next/misc', 'for-next/mm', 'for-next/pci', 'for-next/perf', 'for-next/ptrauth', 'for-next/sdei', 'for-next/selftests', 'for-next/stacktrace', 'for-next/svm', 'for-next/topology', 'for-next... |  Will Deacon | 2 | -3/+27 |
| 2020-10-02 | Merge branches 'kvm-arm64/pt-new' and 'kvm-arm64/pmu-5.9' into kvmarm-master/next |  Marc Zyngier | 2 | -8/+17 |
| 2020-10-02 | KVM: arm64: Ensure user_mem_abort() return value is initialised |  Will Deacon | 1 | -1/+1 |
| 2020-10-02 | KVM: arm64: Pass level hint to TLBI during stage-2 permission fault |  Will Deacon | 1 | -7/+16 |
| 2020-10-01 | KVM: arm64: Restore missing ISB on nVHE __tlb_switch_to_guest |  Marc Zyngier | 1 | -0/+7 |
| 2020-09-30 | Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/next |  Marc Zyngier | 18 | -211/+229 |
| 2020-09-30 | Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp-pcpu |  Marc Zyngier | 11 | -135/+96 |
| 2020-09-30 | kvm: arm64: Remove unnecessary hyp mappings |  David Brazdil | 1 | -16/+0 |
| 2020-09-30 | kvm: arm64: Set up hyp percpu data for nVHE |  David Brazdil | 3 | -4/+62 |
| 2020-09-30 | kvm: arm64: Create separate instances of kvm_host_data for VHE/nVHE |  David Brazdil | 4 | -7/+12 |
| 2020-09-30 | kvm: arm64: Duplicate arm64_ssbd_callback_required for nVHE hyp |  David Brazdil | 2 | -0/+6 |
| 2020-09-30 | kvm: arm64: Remove hyp_adr/ldr_this_cpu |  David Brazdil | 1 | -1/+1 |
| 2020-09-30 | kvm: arm64: Remove __hyp_this_cpu_read |  David Brazdil | 5 | -10/+10 |
| 2020-09-30 | kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPY |  David Brazdil | 3 | -27/+48 |
| 2020-09-29 | KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabled |  Will Deacon | 3 | -4/+35 |
| 2020-09-29 | KVM: arm64: Convert ARCH_WORKAROUND_2 to arm64_get_spectre_v4_state() |  Marc Zyngier | 3 | -14/+30 |
| 2020-09-29 | KVM: arm64: Simplify handling of ARCH_WORKAROUND_2 |  Marc Zyngier | 8 | -113/+32 |
| 2020-09-29 | arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4 |  Will Deacon | 1 | -1/+1 |
| 2020-09-29 | KVM: arm64: Set CSV2 for guests on hardware unaffected by Spectre-v2 |  Marc Zyngier | 1 | -0/+3 |
| 2020-09-29 | arm64: Rewrite Spectre-v2 mitigation code |  Will Deacon | 2 | -8/+8 |
| 2020-09-29 | KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASE |  Will Deacon | 3 | -5/+2 |
| 2020-09-29 | arm64: Remove Spectre-related CONFIG_* options |  Will Deacon | 3 | -7/+1 |
| 2020-09-29 | Merge branch 'kvm-arm64/pmu-5.9' into kvmarm-master/next |  Marc Zyngier | 3 | -26/+176 |
| 2020-09-29 | KVM: arm64: Mask out filtered events in PCMEID{0,1}_EL1 |  Marc Zyngier | 2 | -4/+30 |
| 2020-09-29 | KVM: arm64: Add PMU event filtering infrastructure |  Marc Zyngier | 2 | -6/+65 |
| 2020-09-29 | KVM: arm64: Use event mask matching architecture revision |  Marc Zyngier | 1 | -5/+75 |
| 2020-09-29 | KVM: arm64: Refactor PMU attribute error handling |  Marc Zyngier | 1 | -12/+7 |
| 2020-09-28 | KVM: arm64: pmu: Make overflow handler NMI safe |  Julien Thierry | 1 | -1/+25 |
| 2020-09-22 | Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEAD |  Paolo Bonzini | 9 | -73/+138 |
| 2020-09-21 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm |  Linus Torvalds | 2 | -3/+3 |
| 2020-09-20 | Merge tag 'kvmarm-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master |  Paolo Bonzini | 2 | -3/+3 |
| 2020-09-18 | KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetch |  Marc Zyngier | 2 | -3/+3 |
| 2020-09-18 | Merge branch 'kvm-arm64/misc-5.10' into kvmarm-master/next |  Marc Zyngier | 2 | -22/+3 |
| 2020-09-18 | Merge branch 'kvm-arm64/pt-new' into kvmarm-master/next |  Marc Zyngier | 1 | -8/+18 |
| 2020-09-18 | KVM: arm64: Fix doc warnings in mmu code |  Xiaofei Tan | 1 | -2/+4 |
| 2020-09-18 | KVM: arm64: Do not flush memslot if FWB is supported |  Alexandru Elisei | 1 | -1/+1 |
| 2020-09-18 | KVM: arm64: vgic-debug: Convert to use DEFINE_SEQ_ATTRIBUTE macro |  Liu Shixin | 1 | -22/+2 |
| 2020-09-18 | KVM: arm64: Fix inject_fault.c kernel-doc warnings |  Tian Tao | 1 | -0/+1 |
| 2020-09-18 | KVM: arm64: Try PMD block mappings if PUD mappings are not supported |  Alexandru Elisei | 1 | -5/+14 |
| 2020-09-16 | Merge branch 'kvm-arm64/nvhe-hyp-context' into kvmarm-master/next |  Marc Zyngier | 14 | -244/+456 |