summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-241-1/+1
|\
| * arm64/smp: Use irq_desc_kstat_cpu() in arch_show_interrupts()Thomas Gleixner2020-12-151-1/+1
* | Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-242-6/+6
|\ \
| * | 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
| * | arm64/ima: add ima_arch supportChester Lin2020-11-171-0/+1
* | | kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov2020-12-221-1/+1
* | | kasan, arm64: enable CONFIG_KASAN_HW_TAGSAndrey Konovalov2020-12-221-0/+1
* | | kasan, arm64: print report from tag fault handlerAndrey Konovalov2020-12-221-0/+14
* | | kasan, arm64: implement HW_TAGS runtimeAndrey Konovalov2020-12-223-2/+7
* | | kasan, arm64: expand CONFIG_KASAN checksAndrey Konovalov2020-12-2210-14/+18
* | | 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-226-4/+79
* | | arm64: mte: convert gcr_user into an exclude maskVincenzo Frascino2020-12-222-15/+16
* | | arm64: kasan: allow enabling in-kernel MTEVincenzo Frascino2020-12-223-3/+33
* | | arm64: mte: add in-kernel tag fault handlerVincenzo Frascino2020-12-223-0/+70
* | | arm64: mte: reset the page tag in page->flagsVincenzo Frascino2020-12-224-0/+32
* | | arm64: mte: add in-kernel MTE helpersVincenzo Frascino2020-12-226-6/+150
* | | arm64: enable armv8.5-a asm-arch optionVincenzo Frascino2020-12-222-0/+9
* | | kasan, arm64: rename kasan_init_tags and mark as __initAndrey Konovalov2020-12-222-2/+2
* | | kasan, arm64: move initialization messageAndrey Konovalov2020-12-222-14/+8
* | | kasan, arm64: only use kasan_depth for software modesAndrey Konovalov2020-12-221-3/+8
* | | kasan, arm64: only init shadow for software modesAndrey Konovalov2020-12-222-3/+20
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-12-2065-1649/+2388
|\ \ \
| * \ \ Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier2020-12-0961-761/+1614
| |\ \ \
| | * | | KVM: arm64: Fix nVHE boot on VHE systemsMarc Zyngier2020-12-081-1/+4
| | * | | KVM: arm64: Fix EL2 mode availability checksDavid Brazdil2020-12-042-3/+24
| | * | | KVM: arm64: Trap host SMCs in protected modeDavid Brazdil2020-12-043-1/+15
| | * | | KVM: arm64: Keep nVHE EL2 vector installedDavid Brazdil2020-12-041-4/+8
| | * | | KVM: arm64: Intercept host's SYSTEM_SUSPEND PSCI SMCsDavid Brazdil2020-12-042-1/+27
| | * | | KVM: arm64: Intercept host's CPU_SUSPEND PSCI SMCsDavid Brazdil2020-12-042-2/+52
| | * | | KVM: arm64: Intercept host's CPU_ON SMCsDavid Brazdil2020-12-042-0/+163
| | * | | KVM: arm64: Add function to enter host from KVM nVHE hyp codeDavid Brazdil2020-12-041-0/+9
| | * | | KVM: arm64: Extract __do_hyp_init into a helper functionDavid Brazdil2020-12-041-15/+32
| | * | | KVM: arm64: Forward safe PSCI SMCs coming from hostDavid Brazdil2020-12-041-1/+41
| | * | | KVM: arm64: Add offset for hyp VA <-> PA conversionDavid Brazdil2020-12-042-3/+30
| | * | | KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil2020-12-046-6/+151
| | * | | KVM: arm64: Add SMC handler in nVHE EL2David Brazdil2020-12-042-3/+70
| | * | | KVM: arm64: Create nVHE copy of cpu_logical_mapDavid Brazdil2020-12-042-0/+35
| | * | | KVM: arm64: Support per_cpu_ptr in nVHE hyp codeDavid Brazdil2020-12-044-1/+35
| | * | | KVM: arm64: Add .hyp.data..ro_after_init ELF sectionDavid Brazdil2020-12-044-0/+20
| | * | | KVM: arm64: Init MAIR/TCR_EL2 from params structDavid Brazdil2020-12-045-33/+34
| | * | | KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil2020-12-046-20/+32
| | * | | KVM: arm64: Remove vector_ptr param of hyp-initDavid Brazdil2020-12-044-8/+31
| | * | | arm64: Extract parts of el2_setup into a macroDavid Brazdil2020-12-042-120/+199
| | * | | arm64: Make cpu_logical_map() take unsigned intDavid Brazdil2020-12-042-3/+3
| | * | | KVM: arm64: Add ARM64_KVM_PROTECTED_MODE CPU capabilityDavid Brazdil2020-12-045-2/+41
| | * | | KVM: arm64: Add kvm-arm.mode early kernel parameterDavid Brazdil2020-12-042-0/+25