summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2023-01-31arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKINGMark Rutland
2023-01-31arm64/mm: Intercept pfn changes in set_pte_at()Anshuman Khandual
2023-01-26arm64: el2_setup.h: fix spelling typo in commentsPrathu Baronia
2023-01-26arm64: head: Switch endianness before populating the ID mapArd Biesheuvel
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel
2023-01-24arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland
2023-01-24arm64: patching: Add aarch64_insn_write_literal_u64()Mark Rutland
2023-01-24arm64: insn: Add helpers for BTIMark Rutland
2023-01-24arm64: Extend support for CONFIG_FUNCTION_ALIGNMENTMark Rutland
2023-01-24Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini
2023-01-23Merge tag 'efi-fixes-for-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-01-21KVM: arm64: Normalize cache configurationAkihiko Odaki
2023-01-20arm64: Add compat hwcap SSBSAmit Daniel Kachhap
2023-01-20arm64: Add compat hwcap SBAmit Daniel Kachhap
2023-01-20arm64: Add compat hwcap I8MMAmit Daniel Kachhap
2023-01-20arm64: Add compat hwcap ASIMDBF16Amit Daniel Kachhap
2023-01-20arm64: Add compat hwcap ASIMDFHMAmit Daniel Kachhap
2023-01-20arm64: Add compat hwcap ASIMDDPAmit Daniel Kachhap
2023-01-20arm64: Add compat hwcap FPHP and ASIMDHPAmit Daniel Kachhap
2023-01-20arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel
2023-01-20arm64: Avoid repeated AA64MMFR1_EL1 register read on pagefault pathGabriel Krisman Bertazi
2023-01-20arm64/signal: Include TPIDR2 in the signal contextMark Brown
2023-01-20arm64/sme: Add hwcaps for SME 2 and 2.1 featuresMark Brown
2023-01-20arm64/sme: Implement signal handling for ZTMark Brown
2023-01-20arm64/sme: Implement context switching for ZT0Mark Brown
2023-01-20arm64/sme: Provide storage for ZT0Mark Brown
2023-01-20arm64/sme: Add basic enumeration for SME2Mark Brown
2023-01-20arm64/sme: Manually encode ZT0 load and store instructionsMark Brown
2023-01-20arm64/esr: Document ISS for ZT0 being disabledMark Brown
2023-01-20arm64/sme: Rename za_state to sme_stateMark Brown
2023-01-19KVM: MMU: Make the definition of 'INVALID_GPA' commonYu Zhang
2023-01-19perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' eventRob Herring
2023-01-19arm64/sysreg: Convert SPE registers to automatic generationRob Herring
2023-01-19arm64: Drop SYS_ from SPE register definesRob Herring
2023-01-19perf: arm_spe: Use feature numbering for PMSEVFR_EL1 definesRob Herring
2023-01-19serial: earlycon-arm-semihost: Move smh_putc() variants in respective arch's ...Bin Meng
2023-01-16arm64: efi: Account for the EFI runtime stack in stack unwinderArd Biesheuvel
2023-01-16arm64: efi: Avoid workqueue to check whether EFI runtime is liveArd Biesheuvel
2023-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-01-12KVM: arm64: Kill CPACR_EL1_TTA definitionMarc Zyngier
2023-01-12KVM: arm64: Ignore EAGAIN for walks outside of a faultOliver Upton
2023-01-12KVM: arm64: Use KVM's pte type/helpers in handle_access_fault()Oliver Upton
2023-01-12KVM: arm64: Always set HCR_TID2Akihiko Odaki
2023-01-12arm64/cache: Move CLIDR macro definitionsAkihiko Odaki
2023-01-12arm64/sysreg: Convert CCSIDR_EL1 to automatic generationAkihiko Odaki
2023-01-12arm64/cpufeature: Remove 4 bit assumption in ARM64_FEATURE_MASK()Mark Brown
2023-01-09arm64/mm: Define dummy pud_user_exec() when using 2-level page-tableWill Deacon
2023-01-06arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual
2023-01-05arm64: cmpxchg_double*: hazard against entire exchange variableMark Rutland
2023-01-05arm64/uprobes: change the uprobe_opcode_t typedef to fix the sparse warningjunhua huang