aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-06-20arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng2-13/+27
2023-06-16arm64/fpsimd: Exit streaming mode when flushing tasksMark Brown1-0/+1
2023-06-16Merge branch kvm-arm64/ampere1-hafdbs-mitigation into kvmarm/nextOliver Upton1-0/+7
2023-06-16arm64: errata: Mitigate Ampere1 erratum AC03_CPU_38 at stage-2Oliver Upton1-0/+7
2023-06-15Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton1-0/+11
2023-06-15Merge branch kvm-arm64/configurable-id-regs into kvmarm/nextOliver Upton1-1/+1
2023-06-15Merge branch for-next/module-alloc into kvmarm/nextOliver Upton5-116/+139
2023-06-15KVM: arm64: Use arm64_ftr_bits to sanitise ID register writesJing Zhang1-1/+1
2023-06-15KVM: arm64: Fix hVHE init on CPUs where HCR_EL2.E2H is not RES1Marc Zyngier1-0/+2
2023-06-12arm64: Allow arm64_sw.hvhe on command lineMarc Zyngier1-0/+11
2023-06-12arm64: Don't enable VHE for the kernel if OVERRIDE_HVHE is setMarc Zyngier1-1/+9
2023-06-12arm64: Add KVM_HVHE capability and has_hvhe() predicateMarc Zyngier1-0/+19
2023-06-12arm64: Turn kaslr_feature_override into a generic SW feature overrideMarc Zyngier3-13/+11
2023-06-12arm64: Update Documentation/arm referencesJonathan Corbet1-1/+1
2023-06-09arm64: enable perf events based hard lockup detectorDouglas Anderson1-0/+12
2023-06-09arm64: add hw_nmi_get_sample_period for preparation of lockup detectorLecopzer Chen2-0/+25
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Lorenzo Stoakes1-8/+9
2023-06-09kasan: use internal prototypes matching gcc-13 builtinsArnd Bergmann1-1/+1
2023-06-07arm64: syscall: unmask DAIF for tracing statusGuo Hui1-2/+0
2023-06-07arm64: cpufeature: fold cpus_set_cap() into update_cpu_capabilities()Mark Rutland1-1/+2
2023-06-07arm64: cpufeature: use cpucap namingMark Rutland1-19/+19
2023-06-07arm64: alternatives: use cpucap namingMark Rutland1-9/+8
2023-06-07arm64: standardise cpucap bitmap namesMark Rutland2-9/+9
2023-06-06arm64: module: rework module VA range selectionMark Rutland1-45/+94
2023-06-06arm64: module: mandate MODULE_PLTSMark Rutland3-20/+16
2023-06-06arm64: module: move module randomization to module.cMark Rutland2-58/+50
2023-06-06arm64: kaslr: split kaslr/module initializationMark Rutland2-14/+27
2023-06-06arm64: module: remove old !KASAN_VMALLOC logicMark Rutland2-30/+3
2023-06-06arm64: lockdep: enable checks for held locks when returning to userspaceEric Chan1-2/+4
2023-06-06arm64: transfer permission indirection settings to EL2Joey Gouly1-0/+18
2023-06-06arm64: add PTE_UXN/PTE_WRITE to SWAPPER_*_FLAGSJoey Gouly1-4/+4
2023-06-06arm64: cpufeature: add Permission Indirection Extension cpucapJoey Gouly1-0/+7
2023-06-06arm64: cpufeature: add TCR2 cpucapJoey Gouly1-0/+6
2023-06-06arm64: cpufeature: add system register ID_AA64MMFR3Joey Gouly2-0/+12
2023-06-05arm64: mops: allow disabling MOPS from the kernel command lineKristina Martsenko1-0/+2
2023-06-05arm64: mops: detect and enable FEAT_MOPSKristina Martsenko2-0/+16
2023-06-05arm64: mops: handle single stepping after MOPS exceptionKristina Martsenko1-0/+6
2023-06-05arm64: mops: handle MOPS exceptionsKristina Martsenko2-0/+63
2023-06-05arm64: cpufeature: detect FEAT_HCXKristina Martsenko1-0/+8
2023-05-26arm64/cpufeature: Use helper for ECV CNTPOFF cpufeatureMark Brown1-5/+1
2023-05-25arm64: signal: include asm/exception.hArnd Bergmann1-0/+1
2023-05-25arm64: module-plts: inline linux/moduleloader.hArnd Bergmann1-0/+1
2023-05-25arm64: hide unused is_valid_bugaddr()Arnd Bergmann1-1/+2
2023-05-25arm64: cpuidle: fix #ifdef for acpi functionsArnd Bergmann1-1/+1
2023-05-25arm64: move cpu_suspend_set_dbg_restorer() prototype to headerArnd Bergmann1-8/+0
2023-05-25arm64: entry: Simplify tramp_alias macro and tramp_exit routineArd Biesheuvel1-27/+20
2023-05-25arm64: entry: Preserve/restore X29 even for compat tasksArd Biesheuvel1-10/+0
2023-05-21KVM: arm64: Relax trapping of CTR_EL0 when FEAT_EVT is availableMarc Zyngier1-0/+11
2023-05-16arm64: mte: Do not set PG_mte_tagged if tags were not initializedPeter Collingbourne1-5/+2
2023-05-16arm64: vdso: Pass (void *) to virt_to_page()Linus Walleij1-1/+1