aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-08arm64: add __nocfi to functions that jump to a physical addressSami Tolvanen1-1/+1
2021-04-08arm64: use function_nocfi with __pa_symbolSami Tolvanen1-1/+1
2021-04-08arm64: implement function_nocfiSami Tolvanen1-0/+16
2021-04-08arm64: cpufeature: Allow early filtering of feature overrideMarc Zyngier1-0/+17
2021-04-08arm64: Disable fine grained traps on bootMark Brown2-0/+27
2021-04-08arm64: mte: Remove unused mte_assign_mem_tag_range()Vincenzo Frascino1-6/+0
2021-04-08arm64: Add __init section marker to some functionsJisheng Zhang1-1/+1
2021-04-08arm64/sve: Rework SVE access trap to convert state in registersMark Brown1-0/+1
2021-04-08arm64: Move ICH_ sysreg bits from arm-gic-v3.h to sysreg.hHector Martin1-0/+60
2021-04-08asm-generic/io.h: implement pci_remap_cfgspace using ioremap_npHector Martin1-10/+0
2021-04-08arm64: Implement ioremap_np() to map MMIO as nGnRnEHector Martin1-0/+1
2021-04-08arm64: cputype: Add CPU implementor & types for the Apple M1 coresHector Martin1-0/+6
2021-04-07KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei1-0/+1
2021-04-07KVM: arm64: Hide kvm_mmu_wp_memory_region()Gavin Shan1-1/+0
2021-04-06arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose3-0/+18
2021-04-06KVM: arm64: Move SPE availability check to VCPU loadSuzuki K Poulose1-0/+5
2021-04-05arm64: Add TRBE definitionsAnshuman Khandual1-0/+50
2021-04-05arm64: Add support for trace synchronization barrierSuzuki K Poulose1-0/+1
2021-04-01arm64: fix inline asm in load_unaligned_zeropad()Peter Collingbourne1-5/+5
2021-04-01KVM: arm64: Log source when panicking from nVHE hypAndrew Scull1-0/+2
2021-04-01KVM: arm64: Use BUG and BUG_ON in nVHE hypAndrew Scull1-1/+0
2021-03-31arm64: sve: Provide sve_cond_update_zcr_vq fallback when !ARM64_SVEXiaofei Tan1-0/+2
2021-03-31arm/arm64: Probe for the presence of KVM hypervisorWill Deacon1-0/+3
2021-03-30Merge tag 'kvmarm-fixes-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+1
2021-03-29arm64: smp: Add missing prototype for some smp.c functionsChen Lifu2-0/+3
2021-03-28arm64: stacktrace: Move start_backtrace() out of the headerMark Brown1-22/+2
2021-03-26arm64: Support execute-only permissions with Enhanced PANVladimir Murzin4-12/+30
2021-03-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds4-2/+7
2021-03-25arm64: barrier: Remove spec_bar() macroLinus Walleij1-4/+0
2021-03-25KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructureMarc Zyngier4-31/+3
2021-03-25KVM: arm64: Generate final CTR_EL0 value when running in Protected modeMarc Zyngier1-0/+13
2021-03-25arm64: kernel: disable CNP on CarmelRich Wiley1-1/+2
2021-03-25arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh2-0/+4
2021-03-24arm64: irq: allow FIQs to be handledMark Rutland1-0/+1
2021-03-24arm64: Always keep DAIF.[IF] in syncHector Martin4-19/+17
2021-03-24arm64: don't use GENERIC_IRQ_MULTI_HANDLERMarc Zyngier1-0/+3
2021-03-24KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose1-0/+1
2021-03-24KVM: arm64: Fix CPU interface MMIO compatibility detectionMarc Zyngier0-0/+0
2021-03-24arm64: vdso: Avoid ISB after reading from cntvct_el0Will Deacon3-26/+20
2021-03-19arm64: mm: use XN table mapping attributes for user/kernel mappingsArd Biesheuvel1-7/+12
2021-03-19arm64: mm: use XN table mapping attributes for the linear regionArd Biesheuvel1-0/+6
2021-03-19arm64: mm: add missing P4D definitions and use them consistentlyArd Biesheuvel2-2/+11
2021-03-19KVM: arm64: Protect the .hyp sections from the hostQuentin Perret1-0/+1
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret1-0/+1
2021-03-19KVM: arm64: Provide sanitized mmfr* registers at EL2Quentin Perret1-0/+2
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flagQuentin Perret1-0/+2
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret2-16/+31
2021-03-19KVM: arm64: Add kvm_pgtable_stage2_find_range()Quentin Perret1-0/+29
2021-03-19KVM: arm64: Use page-table to track page ownershipQuentin Perret1-0/+20
2021-03-19KVM: arm64: Make memcache anonymous in pgtable allocatorQuentin Perret1-3/+3