aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds25-436/+502
2020-12-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+6
2020-12-11Add and use a generic version of devmem_is_allowed()Palmer Dabbelt1-2/+0
2020-12-11arm64: Use the generic devmem_is_allowed()Palmer Dabbelt1-2/+0
2020-12-10Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini2-0/+6
2020-12-09Merge remote-tracking branch 'arm64/for-next/fixes' into for-next/coreCatalin Marinas8-17/+39
2020-12-09Merge branch 'for-next/misc' into for-next/coreCatalin Marinas7-20/+9
2020-12-09Merge branch 'for-next/uaccess' into for-next/coreCatalin Marinas10-170/+128
2020-12-09Merge branches 'for-next/kvm-build-fix', 'for-next/va-refactor', 'for-next/lto', 'for-next/mem-hotplug', 'for-next/cppc-ffh', 'for-next/pad-image-header', 'for-next/zone-dma-default-32-bit', 'for-next/signal-tag-bits' and 'for-next/cmdline-extended' into for-next/coreCatalin Marinas61-426/+964
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master/nextMarc Zyngier24-402/+704
2020-12-09efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel1-6/+0
2020-12-09efi: capsule: clean scatter-gather entries from the D-cacheArd Biesheuvel1-0/+5
2020-12-04KVM: arm64: Fix EL2 mode availability checksDavid Brazdil1-0/+18
2020-12-04KVM: arm64: Trap host SMCs in protected modeDavid Brazdil1-0/+1
2020-12-04KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil1-0/+2
2020-12-04KVM: arm64: Support per_cpu_ptr in nVHE hyp codeDavid Brazdil1-0/+6
2020-12-04KVM: arm64: Add .hyp.data..ro_after_init ELF sectionDavid Brazdil1-0/+1
2020-12-04KVM: arm64: Init MAIR/TCR_EL2 from params structDavid Brazdil1-0/+2
2020-12-04KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil2-1/+7
2020-12-04KVM: arm64: Remove vector_ptr param of hyp-initDavid Brazdil2-2/+24
2020-12-04arm64: Extract parts of el2_setup into a macroDavid Brazdil1-0/+181
2020-12-04arm64: Make cpu_logical_map() take unsigned intDavid Brazdil1-2/+2
2020-12-04KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capabilityDavid Brazdil3-1/+11
2020-12-04KVM: arm64: Add kvm-arm.mode early kernel parameterDavid Brazdil1-0/+9
2020-12-04Merge remote-tracking branch 'arm64/for-next/uaccess' into HEADMarc Zyngier14-397/+441
2020-12-03Merge remote-tracking branch 'origin/kvm-arm64/csv3' into kvmarm-master/queueMarc Zyngier2-0/+3
2020-12-03arm64/mm: Implement pXX_leaf_size() supportPeter Zijlstra1-0/+4
2020-12-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds4-1/+13
2020-12-02arm64: uaccess: remove vestigal UAO supportMark Rutland1-1/+0
2020-12-02arm64: uaccess: remove redundant PAN togglingMark Rutland2-41/+19
2020-12-02arm64: uaccess: remove addr_limit_user_check()Mark Rutland1-4/+2
2020-12-02arm64: uaccess: remove set_fs()Mark Rutland5-45/+8
2020-12-02arm64: uaccess cleanup macro namingMark Rutland1-4/+4
2020-12-02arm64: uaccess: split user/kernel routinesMark Rutland2-65/+47
2020-12-02arm64: uaccess: refactor __{get,put}_userMark Rutland1-17/+27
2020-12-02arm64: uaccess: rename privileged uaccess routinesMark Rutland2-6/+6
2020-12-02arm64: sdei: explicitly simulate PAN/UAO entryMark Rutland1-1/+14
2020-12-02arm64: head.S: always initialize PSTATEMark Rutland1-0/+5
2020-12-02arm64: head.S: cleanup SCTLR_ELx initializationMark Rutland1-6/+12
2020-12-02arm64: add C wrappers for SET_PSTATE_*()Mark Rutland1-0/+4
2020-12-02KVM: arm64: Add usage of stage 2 fault lookup level in user_mem_abort()Yanan Wang2-0/+6
2020-11-30arm64: mte: Fix typo in macro definitionVincenzo Frascino1-1/+1
2020-11-30KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safeMarc Zyngier1-0/+1
2020-11-30arm64: entry: fix NMI {user, kernel}->kernel transitionsMark Rutland1-0/+2
2020-11-30arm64: entry: fix non-NMI kernel<->kernel transitionsMark Rutland1-0/+3
2020-11-30arm64: ptrace: prepare for EL1 irq/rcu trackingMark Rutland1-0/+4
2020-11-30arm64: entry: fix non-NMI user<->kernel transitionsMark Rutland1-0/+1
2020-11-30arm64: entry: move el1 irq/nmi logic to CMark Rutland1-0/+2
2020-11-28arm64: Make the Meltdown mitigation state availableMarc Zyngier1-0/+2
2020-11-27Merge branch 'kvm-arm64/misc-5.11' into kvmarm-master/nextMarc Zyngier3-5/+8