summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-25arm64: armv8_deprecated: rework deprected instruction handlingMark Rutland1-10/+9
2023-10-25arm64: rework EL0 MRS emulationMark Rutland1-1/+2
2023-10-25arm64: factor out EL1 SSBS emulation hookMark Rutland1-0/+2
2023-10-25arm64: split EL0/EL1 UNDEF handlersMark Rutland1-1/+2
2023-10-25arm64: allow kprobes on EL0 handlersMark Rutland1-2/+2
2023-10-25arm64: rework BTI exception handlingMark Rutland1-1/+2
2023-10-25arm64: rework FPAC exception handlingMark Rutland1-1/+2
2023-10-25arm64: consistently pass ESR_ELx to die()Mark Rutland1-1/+1
2023-10-25arm64: die(): pass 'err' as longMark Rutland1-1/+1
2023-10-10arm64: Add Cortex-A520 CPU part definitionRob Herring1-0/+2
2023-09-19arm64: sdei: abort running SDEI handlers during crashD Scott Phillips1-0/+6
2023-07-27arm64: set __exception_irq_entry with __irq_entry as a defaultYoungmin Nam1-5/+0
2023-07-27mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-2/+2
2023-07-27mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-2/+2
2023-06-28arm64: Add missing Set/Way CMO encodingsMarc Zyngier1-0/+6
2023-05-30KVM: arm64: Link position-independent string routines into .hyp.textWill Deacon1-0/+3
2023-05-17arm64: Always load shadow stack pointer directly from the task structArd Biesheuvel1-3/+4
2023-05-17arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg1-0/+1
2023-03-17arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois1-3/+3
2023-01-24arm64: efi: Execute runtime services from a dedicated stackArd Biesheuvel1-0/+3
2023-01-18arm64: cmpxchg_double*: hazard against entire exchange variableMark Rutland2-2/+2
2023-01-18arm64: atomics: remove LL/SC trampolinesMark Rutland1-31/+9
2023-01-18arm64: atomics: format whitespace consistentlyMark Rutland2-50/+50
2023-01-18KVM: arm64: Fix S1PTW handling on RO memslotsMarc Zyngier1-2/+20
2023-01-14arm64: make is_ttbrX_addr() noinstr-safeMark Rutland1-2/+2
2023-01-04arm64: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+4
2022-12-02arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.Kuniyuki Iwashima1-1/+1
2022-11-25arm64: Fix bit-shifting UB in the MIDR_CPU_MODEL() macroD Scott Phillips1-1/+1
2022-11-03arm64/kexec: Test page size support with new TGRAN range valuesAnshuman Khandual2-15/+22
2022-11-03arm64/mm: Fix __enable_mmu() for new TGRAN range valuesJames Morse1-6/+14
2022-11-03arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips1-0/+4
2022-10-30arm64: errata: Remove AES hwcap for COMPAT tasksJames Morse1-1/+2
2022-09-15arm64: errata: add detection for AMEVCNTR01 incrementing incorrectlyIonela Voinescu1-1/+2
2022-08-21arm64: Do not forget syscall when starting a new thread.Francis Laniel1-1/+2
2022-05-18arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport1-0/+4
2022-04-27arm64: mm: fix p?d_leaf()Muchun Song1-2/+2
2022-04-27arm64/mm: Remove [PUD|PMD]_TABLE_BIT from [pud|pmd]_bad()Anshuman Khandual1-3/+2
2022-04-13arm64: module: remove (NOLOAD) from linker scriptFangrui Song1-3/+3
2022-04-13arm64: Add part number for Arm Cortex-A78AEChanho Park1-0/+2
2022-03-23arm64: fix clang warning about TRAMP_VALIASArnd Bergmann1-2/+2
2022-03-11arm64: Use the clearbhb instruction in mitigationsJames Morse6-0/+31
2022-03-11KVM: arm64: Allow SMCCC_ARCH_WORKAROUND_3 to be discovered and migratedJames Morse1-0/+5
2022-03-11arm64: Mitigate spectre style branch history side channelsJames Morse6-2/+35
2022-03-11KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse4-2/+16
2022-03-11arm64: proton-pack: Report Spectre-BHB vulnerabilities as part of Spectre-v2James Morse1-0/+2
2022-03-11arm64: Add percpu vectors for EL1James Morse1-0/+27
2022-03-11arm64: entry: Add vectors that have the bhb mitigation sequencesJames Morse2-0/+58
2022-03-11arm64: entry: Allow the trampoline text to occupy multiple pagesJames Morse2-2/+9
2022-03-11arm64: entry: Move the trampoline data page before the text pageJames Morse1-1/+1
2022-03-11arm64: cpufeature: add HWCAP for FEAT_RPRESJoey Gouly2-0/+2