summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
* arm64: Fix kernel address detection of __is_lm_address()Vincenzo Frascino2021-01-261-2/+4
* arm64: make atomic helpers __always_inlineArnd Bergmann2021-01-131-5/+5
* arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas2021-01-121-2/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-01-081-0/+23
|\
| * Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-01-081-0/+23
| |\
| | * KVM: arm64: Declutter host PSCI 0.1 handlingMarc Zyngier2020-12-221-7/+4
| | * KVM: arm64: Minor cleanup of hyp variables used in hostDavid Brazdil2020-12-221-0/+6
| | * KVM: arm64: Prevent use of invalid PSCI v0.1 function IDsDavid Brazdil2020-12-221-0/+20
| * | Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2021-01-078-17/+39
| |\ \ | | |/ | |/|
* | | arm64: Move PSTATE.TCO setting to separate functionsCatalin Marinas2021-01-071-3/+13
* | | arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMANicolas Saenz Julienne2021-01-041-1/+2
* | | local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* | | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-241-6/+5
|\ \ \
| * | | efi: stub: get rid of efi_get_max_fdt_addr()Ard Biesheuvel2020-12-091-6/+0
| * | | efi: capsule: clean scatter-gather entries from the D-cacheArd Biesheuvel2020-12-091-0/+5
* | | | kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov2020-12-221-2/+2
* | | | kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov2020-12-223-4/+5
* | | | arm64: kasan: add arch layer for memory tagging helpersAndrey Konovalov2020-12-221-0/+9
* | | | arm64: kasan: align allocations for HW_TAGSAndrey Konovalov2020-12-221-0/+3
* | | | arm64: mte: switch GCR_EL1 in kernel entry and exitVincenzo Frascino2020-12-223-1/+7
* | | | arm64: mte: convert gcr_user into an exclude maskVincenzo Frascino2020-12-221-1/+1
* | | | arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino2020-12-221-0/+6
* | | | arm64: mte: add in-kernel tag fault handlerVincenzo Frascino2020-12-221-0/+23
* | | | arm64: mte: add in-kernel MTE helpersVincenzo Frascino2020-12-224-6/+86
* | | | kasan, arm64: move initialization messageAndrey Konovalov2020-12-221-6/+3
* | | | kasan, arm64: only init shadow for software modesAndrey Konovalov2020-12-221-2/+6
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-2018-242/+530
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier2020-12-0924-402/+704
| |\ \ \
| | * | | KVM: arm64: Fix EL2 mode availability checksDavid Brazdil2020-12-041-0/+18
| | * | | KVM: arm64: Trap host SMCs in protected modeDavid Brazdil2020-12-041-0/+1
| | * | | KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil2020-12-041-0/+2
| | * | | KVM: arm64: Support per_cpu_ptr in nVHE hyp codeDavid Brazdil2020-12-041-0/+6
| | * | | KVM: arm64: Add .hyp.data..ro_after_init ELF sectionDavid Brazdil2020-12-041-0/+1
| | * | | KVM: arm64: Init MAIR/TCR_EL2 from params structDavid Brazdil2020-12-041-0/+2
| | * | | KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil2020-12-042-1/+7
| | * | | KVM: arm64: Remove vector_ptr param of hyp-initDavid Brazdil2020-12-042-2/+24
| | * | | arm64: Extract parts of el2_setup into a macroDavid Brazdil2020-12-041-0/+181
| | * | | arm64: Make cpu_logical_map() take unsigned intDavid Brazdil2020-12-041-2/+2
| | * | | KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capabilityDavid Brazdil2020-12-043-1/+11
| | * | | KVM: arm64: Add kvm-arm.mode early kernel parameterDavid Brazdil2020-12-041-0/+9
| | * | | Merge remote-tracking branch 'arm64/for-next/uaccess' into HEADMarc Zyngier2020-12-0414-397/+441
| | |\ \ \
| * | \ \ \ Merge remote-tracking branch 'origin/kvm-arm64/csv3' into kvmarm-master/queueMarc Zyngier2020-12-032-0/+3
| |\ \ \ \ \
| | * | | | | KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV3=1 if the CPUs are Meltdown-safeMarc Zyngier2020-11-301-0/+1
| | * | | | | arm64: Make the Meltdown mitigation state availableMarc Zyngier2020-11-281-0/+2
| * | | | | | Merge branch 'kvm-arm64/misc-5.11' into kvmarm-master/nextMarc Zyngier2020-11-273-5/+8
| |\ \ \ \ \ \
| | * | | | | | KVM: arm64: Remove unused __extended_idmap_trampoline() prototypeWill Deacon2020-11-271-1/+0
| | * | | | | | KVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()Will Deacon2020-11-272-1/+5
| | * | | | | | KVM: arm64: Move 'struct kvm_arch_memory_slot' out of uapi/Will Deacon2020-11-272-3/+3
| * | | | | | | Merge branch 'kvm-arm64/vector-rework' into kvmarm-master/nextMarc Zyngier2020-11-275-81/+64
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: arm64: Remove redundant hyp vectors entryWill Deacon2020-11-161-1/+1