summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-31arm64: make is_ttbrX_addr() noinstr-safeMark Rutland1-2/+2
2022-12-31arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei5-27/+27
2022-12-02arm64/syscall: Include asm/ptrace.h in syscall_wrapper header.Kuniyuki Iwashima1-1/+1
2022-11-26arm64: Fix bit-shifting UB in the MIDR_CPU_MODEL() macroD Scott Phillips1-1/+1
2022-11-03arm64: Add AMPERE1 to the Spectre-BHB affected listD Scott Phillips1-0/+4
2022-10-29arm64: mte: move register initialization to CPeter Collingbourne1-0/+5
2022-10-29arm64/mm: Consolidate TCR_EL1 fieldsAnshuman Khandual2-4/+2
2022-08-25KVM: arm64: Treat PMCR_EL1.LC as RES1 on asymmetric systemsOliver Upton1-0/+4
2022-08-17arm64: Do not forget syscall when starting a new thread.Francis Laniel1-1/+2
2022-08-11arm64: set UXN on swapper page tablesPeter Collingbourne1-2/+2
2022-07-12irqchip/gic-v3: Refactor ISB + EOIR at ack timeMark Rutland1-6/+0
2022-06-09arm64: stackleak: fix current_top_of_stack()Mark Rutland1-6/+4
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: drop HAVE_ARCH_PFN_VALIDAnshuman Khandual1-1/+0
2022-04-13arm64: Add part number for Arm Cortex-A78AEChanho Park1-0/+2
2022-04-08arm64: module: remove (NOLOAD) from linker scriptFangrui Song1-3/+3
2022-04-08arm64: prevent instrumentation of bp hardening callbacksMark Rutland1-1/+2
2022-03-23arm64: fix clang warning about TRAMP_VALIASArnd Bergmann1-2/+2
2022-03-16arm64: kasan: fix include error in MTE functionsPaul Semel1-0/+1
2022-03-16arm64: Ensure execute-only permissions are not allowed without EPANCatalin Marinas2-14/+2
2022-03-11arm64: Do not include __READ_ONCE() block in assembly filesNathan Chancellor1-2/+2
2022-03-11arm64: Use the clearbhb instruction in mitigationsJames Morse5-0/+39
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/+46
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-11KVM: arm64: Allow indirect vectors to be used without SPECTRE_V3AJames Morse1-0/+5
2022-03-11arm64: cpufeature: add HWCAP for FEAT_RPRESJoey Gouly2-0/+2
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 Cortex-X2 CPU part definitionAnshuman Khandual1-0/+2
2022-03-11arm64: Add HWCAP for self-synchronising virtual counterMarc Zyngier2-0/+2
2022-03-11arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose1-0/+4
2022-02-23arm64: Correct wrong label in macro __init_el2_gicv3Joakim Tjernlund1-1/+1
2022-02-11arm64: Add Cortex-A510 CPU part definitionAnshuman Khandual1-0/+2
2022-01-29arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King2-13/+1
2022-01-27arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1Reiji Watanabe1-3/+5
2022-01-05efi: Move efifb_setup_from_dmi() prototype from arch headersJavier Martinez Canillas1-1/+0
2021-12-08KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1Catalin Marinas1-2/+2
2021-12-01arm64: uaccess: avoid blocking within critical sectionsMark Rutland1-7/+41
2021-12-01arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgdPingfan Liu1-1/+1