summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2022-03-11arm64: cpufeature: add HWCAP for FEAT_AFPJoey Gouly3-0/+3
2022-03-11arm64: add ID_AA64ISAR2_EL1 sys registerJoey Gouly2-0/+16
2022-03-11arm64: Add HWCAP for self-synchronising virtual counterMarc Zyngier2-0/+2
2022-03-11arm64: Add Cortex-A510 CPU part definitionAnshuman Khandual1-0/+2
2022-03-11arm64: Add Cortex-X2 CPU part definitionAnshuman Khandual1-0/+2
2022-03-11arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose1-0/+4
2022-03-11arm64: cputype: Add CPU implementor & types for the Apple M1 coresHector Martin1-0/+6
2021-12-08KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1Catalin Marinas1-2/+2
2021-11-18arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functionsArnd Bergmann1-3/+9
2021-11-18KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland1-0/+1
2021-09-18arm64: head: avoid over-mapping in map_memoryMark Rutland1-2/+2
2021-09-18arm64: mm: Fix TLBI vs ASID rolloverWill Deacon2-9/+31
2021-08-12arm64: fix compat syscall return truncationMark Rutland2-10/+21
2021-08-12arm64: vdso: Avoid ISB after reading from cntvct_el0Will Deacon3-26/+20
2021-07-19arm64: tlb: fix the TTL value of tlb_get_levelZhenyu Ye1-0/+4
2021-07-14arm64/mm: Fix ttbr0 values stored in struct thread_info for software-panAnshuman Khandual1-2/+2
2021-07-14arm64: consistently use reserved_pg_dirMark Rutland5-13/+8
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+1
2021-06-03KVM: arm64: Prevent mixed-width VM creationMarc Zyngier1-0/+5
2021-05-19arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland1-0/+3
2021-05-14arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas1-2/+1
2021-05-14KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei1-0/+1
2021-04-21arm64: alternatives: Move length validation in alternative_{insn, endif}Nathan Chancellor1-4/+4
2021-04-21arm64: fix inline asm in load_unaligned_zeropad()Peter Collingbourne1-5/+5
2021-04-16KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose1-0/+1
2021-03-17KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull1-1/+2
2021-03-17KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier1-2/+2
2021-03-17KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose1-0/+5
2021-03-17arm64: mm: use a 48-bit ID map when possible on 52-bit VA buildsArd Biesheuvel1-4/+1
2021-03-17arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas2-1/+3
2021-03-17arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUALAndrey Konovalov1-0/+5
2021-03-04arm64 module: set plt* section addresses to 0x0Shaoying Xu1-3/+3
2021-02-07arm64: Do not pass tagged addresses to __is_lm_address()Catalin Marinas1-1/+1
2021-02-07arm64: Fix kernel address detection of __is_lm_address()Vincenzo Frascino1-4/+4
2021-01-27arm64: make atomic helpers __always_inlineArnd Bergmann1-5/+5
2021-01-17arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMANicolas Saenz Julienne1-1/+2
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-30KVM: arm64: Introduce handling of AArch32 TTBCR2 trapsMarc Zyngier1-0/+1
2020-12-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+6
2020-12-10Merge tag 'kvmarm-fixes-5.10-5' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2-0/+6
2020-12-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-1/+13
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-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-27Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-16/+20
2020-11-23arm64: pgtable: Ensure dirty bit is preserved across pte_wrprotect()Will Deacon1-13/+14