summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)Author
2021-02-09arm64: cpufeatures: Allow disabling of BTI from the command-lineMarc Zyngier
2021-02-09arm64: Move "nokaslr" over to the early cpufeature infrastructureMarc Zyngier
2021-02-09arm64: Make kvm-arm.mode={nvhe, protected} an alias of id_aa64mmfr1.vh=0Marc Zyngier
2021-02-09arm64: Add an aliasing facility for the idreg overrideMarc Zyngier
2021-02-09arm64: Honor VHE being disabled from the command-lineMarc Zyngier
2021-02-09arm64: Allow ID_AA64MMFR1_EL1.VH to be overridden from the command lineMarc Zyngier
2021-02-09arm64: cpufeature: Add an early command-line cpufeature override facilityMarc Zyngier
2021-02-09arm64: Extract early FDT mapping from kaslr_early_init()Marc Zyngier
2021-02-09arm64: cpufeature: Use IDreg override in __read_sysreg_by_encoding()Marc Zyngier
2021-02-09arm64: cpufeature: Add global feature override facilityMarc Zyngier
2021-02-09arm64: Move SCTLR_EL1 initialisation to EL-agnostic codeMarc Zyngier
2021-02-09arm64: Simplify init_el2_state to be non-VHE onlyMarc Zyngier
2021-02-09arm64: Move VHE-specific SPE setup to mutate_to_vhe()Marc Zyngier
2021-02-09arm64: Drop early setting of MDSCR_EL2.TPMSMarc Zyngier
2021-02-09arm64: Initialise as nVHE before switching to VHEMarc Zyngier
2021-02-08arm64: Provide an 'upgrade to VHE' stub hypercallMarc Zyngier
2021-02-08arm64: Turn the MMU-on sequence into a macroMarc Zyngier
2021-02-08arm64: Fix outdated TCR setup commentMarc Zyngier
2021-02-08arm64: Fix labels in el2_setup macrosMarc Zyngier
2021-01-15arm64: syscall: include prototype for EL0 SVC functionsMark Rutland
2021-01-13arm64: make atomic helpers __always_inlineArnd Bergmann
2021-01-13arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv
2021-01-13Revert "arm64: Enable perf events based hard lockup detector"Will Deacon
2021-01-13arm64: entry: remove redundant IRQ flag tracingMark Rutland
2021-01-12arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas
2021-01-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-01-08Merge tag 'arm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-01-08Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2021-01-07Merge branch 'kvm-master' into kvm-nextPaolo Bonzini
2021-01-07arm64: Move PSTATE.TCO setting to separate functionsCatalin Marinas
2021-01-05arm64: kasan: Set TCR_EL1.TBID1 when KASAN_HW_TAGS is enabledCatalin Marinas
2021-01-05arm64: vdso: disable .eh_frame_hdr via /DISCARD/ instead of --no-eh-frame-hdrPeter Collingbourne
2021-01-05arm64: traps: remove duplicate include statementTian Tao
2021-01-05arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOSTShannon Zhao
2021-01-05arm64: link with -z norelro for LLD or aarch64-elfNick Desaulniers
2021-01-04KVM: arm64: Replace KVM_ARM_PMU with HW_PERF_EVENTSMarc Zyngier
2021-01-04arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMANicolas Saenz Julienne
2021-01-04arm64: mte: remove an ISB on kernel exitPeter Collingbourne
2021-01-04arm64/smp: Remove unused irq variable in arch_show_interrupts()Geert Uytterhoeven
2020-12-31KVM: arm64: Remove spurious semicolon in reg_to_encoding()Marc Zyngier
2020-12-30KVM: arm64: Fix hyp_cpu_pm_{init,exit} __init annotationMarc Zyngier
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap
2020-12-27KVM: arm64: Consolidate dist->ready setting into kvm_vgic_map_resources()Marc Zyngier
2020-12-27KVM: arm64: Remove redundant call to kvm_pmu_vcpu_reset()Alexandru Elisei
2020-12-27KVM: arm64: Update comment in kvm_vgic_map_resources()Alexandru Elisei
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-23KVM: arm64: Move double-checked lock to kvm_vgic_map_resources()Alexandru Elisei
2020-12-23KVM: arm64: arch_timer: Remove VGIC initialization checkAlexandru Elisei
2020-12-22kasan, arm64: unpoison stack only with CONFIG_KASAN_STACKAndrey Konovalov