summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-03-19KVM: arm64: Enable access to sanitized CPU features at EL2Quentin Perret5-0/+59
2021-03-19KVM: arm64: Introduce a Hyp buddy page allocatorQuentin Perret4-1/+292
2021-03-19KVM: arm64: Stub CONFIG_DEBUG_LIST at HypQuentin Perret2-1/+23
2021-03-19KVM: arm64: Introduce an early Hyp page allocatorQuentin Perret5-4/+94
2021-03-19KVM: arm64: Allow using kvm_nvhe_sym() in hyp codeQuentin Perret1-0/+4
2021-03-19KVM: arm64: Make kvm_call_hyp() a function call at HypQuentin Perret1-0/+6
2021-03-19KVM: arm64: Introduce a BSS section for use at HypQuentin Perret4-19/+49
2021-03-19KVM: arm64: Factor memory allocation out of pgtable.cQuentin Perret3-42/+163
2021-03-19KVM: arm64: Avoid free_page() in page-table allocatorQuentin Perret1-5/+5
2021-03-19KVM: arm64: Initialize kvm_nvhe_init_params earlyQuentin Perret1-12/+18
2021-03-19arm64: kvm: Add standalone ticket spinlock implementation for use at hypWill Deacon1-0/+92
2021-03-19KVM: arm64: Link position-independent string routines into .hyp.textWill Deacon3-0/+18
2021-03-19arm64: lib: Annotate {clear, copy}_page() as position-independentWill Deacon2-4/+4
2021-03-19Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier116-997/+782
2021-03-18KVM: arm64: Fix host's ZCR_EL2 restore on nVHEMarc Zyngier1-1/+2
2021-03-18KVM: arm64: Enable SVE support for nVHEDaniel Kiss4-29/+0
2021-03-18KVM: arm64: Save/restore SVE state for nVHEMarc Zyngier3-28/+23
2021-03-18KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirtyMarc Zyngier2-2/+11
2021-03-18KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD stateMarc Zyngier1-2/+2
2021-03-18KVM: arm64: Map SVE context at EL2 when availableMarc Zyngier1-0/+11
2021-03-18KVM: arm64: Rework SVE host-save/guest-restoreMarc Zyngier4-20/+32
2021-03-18arm64: sve: Provide a conditional update accessor for ZCR_ELxMarc Zyngier1-0/+9
2021-03-18KVM: arm64: Introduce vcpu_sve_vq() helperMarc Zyngier3-5/+7
2021-03-18KVM: arm64: Let vcpu_sve_pffr() handle HYP VAsMarc Zyngier1-2/+2
2021-03-18KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1Marc Zyngier2-2/+3
2021-03-18KVM: arm64: Provide KVM's own save/restore SVE primitivesMarc Zyngier4-5/+19
2021-03-14Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2021-03-14Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+4
2021-03-14Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-11/+11
2021-03-14Merge tag 'x86_urgent_for_v5.12_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-29/+99
2021-03-14Merge tag 'powerpc-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds7-9/+20
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds25-79/+184
2021-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-7/+19
2021-03-13Merge tag 'kbuild-fixes-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2021-03-13ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) signSergei Trofimovich1-1/+1
2021-03-13ia64: fix ia64_syscall_get_set_arguments() for break-based syscallsSergei Trofimovich1-6/+18
2021-03-12Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds12-67/+88
2021-03-12Merge tag 'for-linus-5.12b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-7/+4
2021-03-12KVM: LAPIC: Advancing the timer expiration on guest initiated writeWanpeng Li1-0/+1
2021-03-12KVM: x86/mmu: Skip !MMU-present SPTEs when removing SP in exclusive modeSean Christopherson1-0/+11
2021-03-12KVM: kvmclock: Fix vCPUs > 64 can't be online/hotplugedWanpeng Li1-10/+9
2021-03-12kvm: x86: annotate RCU pointersMuhammad Usama Anjum1-2/+2
2021-03-12KVM: arm64: Fix exclusive limit for IPA sizeMarc Zyngier1-2/+1
2021-03-12KVM: arm64: Reject VM creation when the default IPA size is unsupportedMarc Zyngier1-4/+8
2021-03-12objtool,x86: Fix uaccess PUSHF/POPF validationPeter Zijlstra1-6/+4
2021-03-12powerpc/traps: unrecoverable_exception() is not an interrupt handlerChristophe Leroy3-3/+3
2021-03-11arm64: mm: remove unused __cpu_uses_extended_idmap[_level()]Ard Biesheuvel1-14/+0
2021-03-11arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel3-6/+3
2021-03-11kbuild: remove LLVM=1 test from HAS_LTO_CLANGMasahiro Yamada1-1/+0
2021-03-11kbuild: Allow LTO to be selected with KASAN_HW_TAGSSami Tolvanen1-1/+1