aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2022-11-29arm64/fp: Use a struct to pass data to fpsimd_bind_state_to_cpu()Mark Brown1-5/+12
2022-11-29arm64/fpsimd: Have KVM explicitly say which FP registers to saveMark Brown2-1/+3
2022-11-29arm64/fpsimd: Track the saved FPSIMD state type separately to TIF_SVEMark Brown3-2/+18
2022-11-29KVM: arm64: Discard any SVE state when entering KVM guestsMark Brown1-0/+1
2022-11-29arm64: mte: Lock a page for MTE tag initialisationCatalin Marinas2-3/+36
2022-11-29arm64: mte: Fix/clarify the PG_mte_tagged semanticsCatalin Marinas2-1/+31
2022-11-25arm64/asm: Remove unused assembler DAIF save/restore macrosMark Brown1-9/+0
2022-11-25arm64/kpti: Move DAIF masking to C codeMark Brown1-0/+10
2022-11-22KVM: arm64: Reject shared table walks in the hyp codeOliver Upton1-2/+15
2022-11-22KVM: arm64: Don't acquire RCU read lock for exclusive table walksOliver Upton1-6/+8
2022-11-22KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()Oliver Upton1-71/+73
2022-11-19KVM: arm64: PMU: Move the ID_AA64DFR0_EL1.PMUver limit to VM creationMarc Zyngier1-0/+4
2022-11-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-2/+2
2022-11-18arm64/mm: fix incorrect file_map_count for non-leaf pmd/pudLiu Shixin1-2/+2
2022-11-18arm64: errata: Workaround possible Cortex-A715 [ESR|FAR]_ELx corruptionAnshuman Khandual2-0/+18
2022-11-18arm64: Add Cortex-715 CPU part definitionAnshuman Khandual1-0/+2
2022-11-18arm64/mm: Drop unused restore_ttbr1Anshuman Khandual1-11/+0
2022-11-18arm64: move on_thread_stack() to <asm/stacktrace.h>Mark Rutland2-2/+2
2022-11-18arm64: remove current_top_of_stack()Mark Rutland1-11/+0
2022-11-18arm64/mm: Drop idmap_pg_end[] declarationAnshuman Khandual1-1/+0
2022-11-18ftrace: arm64: move from REGS to ARGSMark Rutland1-6/+66
2022-11-18Merge tag 'efi-zboot-direct-for-v6.2' into efi/nextArd Biesheuvel1-3/+12
2022-11-18random: remove early archrandom abstractionJason A. Donenfeld1-38/+10
2022-11-18stackprotector: actually use get_random_canary()Jason A. Donenfeld1-8/+1
2022-11-17arm64: Add ID_DFR0_EL1.PerfMon values for PMUv3p7 and IMP_DEFMarc Zyngier1-0/+2
2022-11-15arm64: armv8_deprecated: rework deprected instruction handlingMark Rutland1-10/+9
2022-11-15arm64: rework EL0 MRS emulationMark Rutland1-1/+2
2022-11-15arm64: factor out EL1 SSBS emulation hookMark Rutland1-0/+2
2022-11-15arm64: split EL0/EL1 UNDEF handlersMark Rutland1-1/+2
2022-11-15arm64: allow kprobes on EL0 handlersMark Rutland1-2/+2
2022-11-15arm64: insn: always inline hint generationMark Rutland1-2/+12
2022-11-15arm64: insn: simplify insn group identificationMark Rutland1-25/+17
2022-11-15arm64: insn: always inline predicatesMark Rutland1-16/+80
2022-11-15arm64: insn: remove aarch64_insn_gen_prefetch()Mark Rutland1-4/+0
2022-11-15arm64: make is_ttbrX_addr() noinstr-safeMark Rutland1-2/+2
2022-11-14arm64/signal: Document our convention for choosing magic numbersMark Brown1-0/+4
2022-11-14arm64: atomics: lse: remove stale dependency on JUMP_LABELMark Rutland1-1/+0
2022-11-11Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-2/+2
2022-11-11KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2Will Deacon1-0/+2
2022-11-11KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the hostQuentin Perret1-2/+2
2022-11-11KVM: arm64: Return guest memory from EL2 via dedicated teardown memcacheQuentin Perret1-6/+1
2022-11-11KVM: arm64: Consolidate stage-2 initialisation into a single functionQuentin Perret3-4/+2
2022-11-11KVM: arm64: Add generic hyp_memcache helpersQuentin Perret1-0/+57
2022-11-11KVM: arm64: Provide I-cache invalidation by virtual address at EL2Will Deacon1-0/+1
2022-11-11KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret1-0/+14
2022-11-11KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1Fuad Tabba2-2/+16
2022-11-11KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba4-0/+27
2022-11-11KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memoryQuentin Perret1-0/+26
2022-11-10KVM: arm64: Fix PAR_TO_HPFAR() to work independently of PA_BITS.Ryan Roberts1-1/+5
2022-11-10KVM: arm64: Handle stage-2 faults in parallelOliver Upton1-1/+2