aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm
AgeCommit message (Expand)AuthorFilesLines
2020-09-30kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil2-22/+26
2020-09-30kvm: arm64: Move nVHE hyp namespace macros to hyp_image.hDavid Brazdil2-7/+13
2020-09-30kvm: arm64: Partially link nVHE hyp code, simplify HYPCOPYDavid Brazdil1-0/+24
2020-09-29KVM: arm64: Allow patching EL2 vectors even with KASLR is not enabledWill Deacon2-52/+1
2020-09-29arm64: Get rid of arm64_ssbd_stateMarc Zyngier1-14/+0
2020-09-29KVM: arm64: Get rid of kvm_arm_have_ssbd()Marc Zyngier1-23/+0
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier3-34/+0
2020-09-29arm64: Rewrite Spectre-v4 mitigation codeWill Deacon2-17/+7
2020-09-29arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4Will Deacon1-1/+1
2020-09-29arm64: Group start_thread() functions togetherWill Deacon1-12/+12
2020-09-29arm64: Rewrite Spectre-v2 mitigation codeWill Deacon4-23/+28
2020-09-29arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2Will Deacon3-16/+15
2020-09-29KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEWill Deacon2-2/+2
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon3-20/+0
2020-09-29Merge branch 'kvm-arm64/pmu-5.9' into kvmarm-master/nextMarc Zyngier1-0/+7
2020-09-29KVM: arm64: Add PMU event filtering infrastructureMarc Zyngier1-0/+5
2020-09-29KVM: arm64: Use event mask matching architecture revisionMarc Zyngier1-0/+2
2020-09-28Merge branch 'for-next/svm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into for-joerg/arm-smmu/updatesWill Deacon2-1/+13
2020-09-28iommu/arm-smmu-v3: Ensure queue is read after updating prod pointerZhou Wang2-0/+2
2020-09-28arm64: mm: Pin down ASIDs for sharing mm with devicesJean-Philippe Brucker2-1/+13
2020-09-28arm64: perf: Add support caps under sysfsShaokun Zhang2-0/+5
2020-09-25kbuild: preprocess module linker scriptMasahiro Yamada1-0/+7
2020-09-22fs: remove compat_sys_mountChristoph Hellwig1-1/+1
2020-09-22Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEADPaolo Bonzini5-3/+60
2020-09-21arm64/mm: return cpu_all_mask when node is NUMA_NO_NODEZhengyuan Liu1-0/+3
2020-09-21arm64/sve: Implement a helper to load SVE registers from FPSIMD stateJulien Grall1-0/+2
2020-09-21arm64/sve: Implement a helper to flush SVE registersJulien Grall2-0/+20
2020-09-21arm64/fpsimdmacros: Allow the macro "for" to be used in more casesJulien Grall1-3/+7
2020-09-21arm64/fpsimdmacros: Introduce a macro to update ZCR_EL1.LENJulien Grall1-7/+12
2020-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+11
2020-09-20Merge tag 'kvmarm-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-masterPaolo Bonzini1-3/+11
2020-09-18arch_topology, arm, arm64: define arch_scale_freq_invariant()Valentin Schneider1-0/+1
2020-09-18KVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite()Marc Zyngier1-2/+2
2020-09-18KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier1-2/+10
2020-09-18arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMMWill Deacon1-0/+9
2020-09-18arm64: stacktrace: Make stack walk callback consistent with generic codeMark Brown1-1/+1
2020-09-18arm64: Enable PCI write-combine resources under sysfsClint Sbisa1-0/+1
2020-09-17compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig1-2/+0
2020-09-17Merge remote-tracking branch 'origin/irq/ipi-as-irq' into irq/irqchip-nextMarc Zyngier3-26/+3
2020-09-17arm64: Remove custom IRQ stat accountingMarc Zyngier2-14/+0
2020-09-17arm64: Kill __smp_cross_call and coMarc Zyngier2-15/+1
2020-09-16efi/libstub: arm32: Base FDT and initrd placement on image addressArd Biesheuvel1-3/+2
2020-09-16Merge branch 'kvm-arm64/nvhe-hyp-context' into kvmarm-master/nextMarc Zyngier4-27/+114
2020-09-15KVM: arm64: nVHE: Migrate hyp-init to SMCCCAndrew Scull1-5/+0
2020-09-15KVM: arm64: nVHE: Migrate hyp interface to SMCCCAndrew Scull2-11/+38
2020-09-15KVM: arm64: nVHE: Handle hyp panicsAndrew Scull1-1/+1
2020-09-15KVM: arm64: Share context save and restore macrosAndrew Scull1-0/+39
2020-09-15KVM: arm64: Restore hyp when panicking in guest contextAndrew Scull1-0/+10
2020-09-15KVM: arm64: Update context references from host to hypAndrew Scull1-3/+3
2020-09-15KVM: arm64: Introduce hyp contextAndrew Scull1-1/+2