aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2020-11-27KVM: arm64: Remove unused __extended_idmap_trampoline() prototypeWill Deacon1-1/+0
2020-11-27KVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()Will Deacon2-1/+5
2020-11-27KVM: arm64: Move 'struct kvm_arch_memory_slot' out of uapi/Will Deacon2-3/+3
2020-11-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-16/+20
2020-11-27Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/nextMarc Zyngier5-81/+64
2020-11-27Merge branch 'kvm-arm64/pmu-undef' into kvmarm-master/nextMarc Zyngier1-0/+3
2020-11-27KVM: arm64: Add kvm_vcpu_has_pmu() helperMarc Zyngier1-0/+3
2020-11-27Merge branch 'kvm-arm64/host-hvc-table' into kvmarm-master/nextMarc Zyngier3-2/+41
2020-11-27Merge branch 'kvm-arm64/copro-no-more' into kvmarm-master/nextMarc Zyngier2-93/+18
2020-11-27Merge branch 'kvm-arm64/el2-pc' into kvmarm-master/nextMarc Zyngier2-57/+131
2020-11-27KVM: arm64: Simplify __kvm_enable_ssbs()Marc Zyngier2-2/+1
2020-11-27KVM: arm64: Patch kimage_voffset instead of loading the EL1 valueMarc Zyngier1-0/+22
2020-11-25kasan: arm64: set TCR_EL1.TBID1 when enabledPeter Collingbourne1-0/+1
2020-11-23arm64: expose FAR_EL1 tag bits in siginfoPeter Collingbourne4-5/+30
2020-11-23arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon1-13/+14
2020-11-23arm64: pgtable: Fix pte_accessible()Will Deacon1-3/+4
2020-11-23arm64/fpsimd: add <asm/insn.h> to <asm/kprobes.h> to fix fpsimd buildRandy Dunlap1-0/+2
2020-11-23arm64: irqstat: Get rid of duplicated declarationThomas Gleixner1-5/+2
2020-11-20arm64: Enable seccomp architecture trackingKees Cook1-0/+9
2020-11-16KVM: arm64: Remove redundant hyp vectors entryWill Deacon1-1/+1
2020-11-16arm64: spectre: Consolidate spectre-v3a detectionWill Deacon1-0/+1
2020-11-16arm64: spectre: Rename ARM64_HARDEN_EL2_VECTORS to ARM64_SPECTRE_V3AWill Deacon2-2/+2
2020-11-16KVM: arm64: Allocate hyp vectors staticallyWill Deacon2-7/+34
2020-11-16KVM: arm64: Move BP hardening helpers into spectre.hWill Deacon2-29/+30
2020-11-16KVM: arm64: Make BP hardening globals static insteadWill Deacon1-3/+0
2020-11-16KVM: arm64: Move kvm_get_hyp_vector() out of header fileWill Deacon1-43/+0
2020-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+6
2020-11-13arm64: implement CPPC FFH support using AMUsIonela Voinescu1-0/+3
2020-11-13arm64: wrap and generalise counter read functionsIonela Voinescu2-1/+8
2020-11-13Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-0/+6
2020-11-13Merge tag 'kvmarm-fixes-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini2-0/+6
2020-11-13arm64: Add MIDR value for KRYO2XX gold/silver CPU coresKonrad Dybcio1-0/+4
2020-11-12KVM: arm64: Handle SCXTNUM_ELx trapsMarc Zyngier1-0/+4
2020-11-12KVM: arm64: Allow setting of ID_AA64PFR0_EL1.CSV2 from userspaceMarc Zyngier1-0/+2
2020-11-12Merge tag 'v5.10-rc1' into kvmarm-master/nextMarc Zyngier51-138/+541
2020-11-12arm64: mm: don't assume struct page is always 64 bytesArd Biesheuvel1-3/+5
2020-11-10arm64: consistently use reserved_pg_dirMark Rutland5-13/+8
2020-11-10arm64: kprobes: Remove redundant kprobe_step_ctxMasami Hiramatsu1-7/+0
2020-11-10arm64: errata: Fix handling of 1418040 with late CPU onliningWill Deacon1-0/+2
2020-11-10KVM: arm64: Drop kvm_coproc.hMarc Zyngier2-38/+17
2020-11-10KVM: arm64: Drop legacy copro shadow registerMarc Zyngier1-47/+1
2020-11-10KVM: arm64: Map AArch32 cp14 register to AArch64 sysregsMarc Zyngier1-8/+0
2020-11-10KVM: arm64: Move AArch32 exceptions over to AArch64 sysregsMarc Zyngier1-1/+0
2020-11-10KVM: arm64: Introduce handling of AArch32 TTBCR2 trapsMarc Zyngier1-0/+1
2020-11-10KVM: arm64: Get rid of the AArch32 register mapping codeMarc Zyngier1-2/+0
2020-11-10KVM: arm64: Consolidate exception injectionMarc Zyngier1-3/+0
2020-11-10KVM: arm64: Remove SPSR manipulation primitivesMarc Zyngier1-26/+0
2020-11-10KVM: arm64: Inject AArch64 exceptions from HYPMarc Zyngier1-0/+12
2020-11-10KVM: arm64: Add basic hooks for injecting exceptions from EL2Marc Zyngier1-2/+26
2020-11-10KVM: arm64: Move VHE direct sysreg accessors into kvm_host.hMarc Zyngier1-0/+91