aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2023-02-11KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changesChristoffer Dall1-1/+10
2023-02-11KVM: arm64: nv: Filter out unsupported features from ID regsMarc Zyngier1-0/+6
2023-02-11KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisorMarc Zyngier1-0/+2
2023-02-11KVM: arm64: nv: Handle trapped ERET from virtual EL2Christoffer Dall2-1/+5
2023-02-11KVM: arm64: nv: Support virtual EL2 exceptionsJintack Lim3-1/+28
2023-02-11KVM: arm64: nv: Handle HCR_EL2.NV system register trapsJintack Lim1-1/+37
2023-02-11KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU stateChristoffer Dall1-0/+56
2023-02-11KVM: arm64: nv: Add EL2 system registers to vcpu contextMarc Zyngier1-1/+32
2023-02-11KVM: arm64: nv: Introduce nested virtualization VCPU featureChristoffer Dall2-0/+15
2023-02-11arm64: Add ARM64_HAS_NESTED_VIRT cpufeatureJintack Lim1-0/+5
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas21-100/+273
2023-02-08arm64: Support Clang UBSAN trap codes for better reportingKees Cook1-0/+3
2023-02-06Merge 6.2-rc7 into tty-nextGreg Kroah-Hartman2-0/+24
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel1-1/+2
2023-02-02mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)1-2/+2
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-02KVM: arm64: Use sanitized values in __check_override in nVHEQuentin Perret1-0/+14
2023-02-02KVM: arm64: Introduce finalise_el2_state macroQuentin Perret1-0/+78
2023-02-02KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHEQuentin Perret1-0/+1
2023-01-31arm64: irqflags: use alternative branches for pseudo-NMI logicMark Rutland1-59/+132
2023-01-31arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucapMark Rutland2-4/+12
2023-01-31arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKINGMark Rutland3-7/+7
2023-01-31arm64/mm: Intercept pfn changes in set_pte_at()Anshuman Khandual1-2/+6
2023-01-26arm64: el2_setup.h: fix spelling typo in commentsPrathu Baronia1-1/+1
2023-01-26arm64: head: Switch endianness before populating the ID mapArd Biesheuvel1-1/+2
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel1-0/+2
2023-01-24arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland1-14/+1
2023-01-24arm64: patching: Add aarch64_insn_write_literal_u64()Mark Rutland1-0/+2
2023-01-24arm64: insn: Add helpers for BTIMark Rutland1-0/+1
2023-01-24arm64: Extend support for CONFIG_FUNCTION_ALIGNMENTMark Rutland1-2/+2
2023-01-24Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini4-27/+43
2023-01-23Merge tag 'efi-fixes-for-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+24
2023-01-21KVM: arm64: Normalize cache configurationAkihiko Odaki2-0/+7
2023-01-20arm64: Add compat hwcap SSBSAmit Daniel Kachhap1-0/+1
2023-01-20arm64: Add compat hwcap SBAmit Daniel Kachhap1-0/+1
2023-01-20arm64: Add compat hwcap I8MMAmit Daniel Kachhap1-0/+1
2023-01-20arm64: Add compat hwcap ASIMDBF16Amit Daniel Kachhap1-0/+1
2023-01-20arm64: Add compat hwcap ASIMDFHMAmit Daniel Kachhap1-0/+1
2023-01-20arm64: Add compat hwcap ASIMDDPAmit Daniel Kachhap1-0/+1
2023-01-20arm64: Add compat hwcap FPHP and ASIMDHPAmit Daniel Kachhap1-0/+2
2023-01-20arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel1-3/+4
2023-01-20arm64: Avoid repeated AA64MMFR1_EL1 register read on pagefault pathGabriel Krisman Bertazi1-1/+5
2023-01-20arm64/signal: Include TPIDR2 in the signal contextMark Brown1-0/+8
2023-01-20arm64/sme: Add hwcaps for SME 2 and 2.1 featuresMark Brown2-0/+12
2023-01-20arm64/sme: Implement signal handling for ZTMark Brown2-3/+19
2023-01-20arm64/sme: Implement context switching for ZT0Mark Brown1-2/+2
2023-01-20arm64/sme: Provide storage for ZT0Mark Brown1-0/+13
2023-01-20arm64/sme: Add basic enumeration for SME2Mark Brown2-0/+7
2023-01-20arm64/sme: Manually encode ZT0 load and store instructionsMark Brown1-0/+22
2023-01-20arm64/esr: Document ISS for ZT0 being disabledMark Brown1-0/+1