summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)AuthorFilesLines
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
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 HWCAP for self-synchronising virtual counterMarc Zyngier2-0/+2
2022-03-11arm64: Add Cortex-A510 CPU part definitionAnshuman Khandual1-0/+2
2022-03-11arm64: Add Cortex-X2 CPU part definitionAnshuman Khandual1-0/+2
2022-03-11arm64: Add Neoverse-N2, Cortex-A710 CPU part definitionSuzuki K Poulose1-0/+4
2022-03-11arm64: cputype: Add CPU implementor & types for the Apple M1 coresHector Martin1-0/+6
2021-12-08KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1Catalin Marinas1-2/+2
2021-11-18arm64: pgtable: make __pte_to_phys/__phys_to_pte_val inline functionsArnd Bergmann1-3/+9
2021-11-18KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland1-0/+1
2021-09-18arm64: head: avoid over-mapping in map_memoryMark Rutland1-2/+2
2021-09-18arm64: mm: Fix TLBI vs ASID rolloverWill Deacon2-9/+31
2021-08-12arm64: fix compat syscall return truncationMark Rutland2-10/+21
2021-08-12arm64: vdso: Avoid ISB after reading from cntvct_el0Will Deacon3-26/+20
2021-07-19arm64: tlb: fix the TTL value of tlb_get_levelZhenyu Ye1-0/+4
2021-07-14arm64/mm: Fix ttbr0 values stored in struct thread_info for software-panAnshuman Khandual1-2/+2
2021-07-14arm64: consistently use reserved_pg_dirMark Rutland5-13/+8
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+1
2021-06-03KVM: arm64: Prevent mixed-width VM creationMarc Zyngier1-0/+5
2021-05-19arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland1-0/+3
2021-05-14arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas1-2/+1
2021-05-14KVM: arm64: Initialize VCPU mdcr_el2 before loading itAlexandru Elisei1-0/+1
2021-04-21arm64: alternatives: Move length validation in alternative_{insn, endif}Nathan Chancellor1-4/+4
2021-04-21arm64: fix inline asm in load_unaligned_zeropad()Peter Collingbourne1-5/+5
2021-04-16KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose1-0/+1