summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-03-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-10/+7
2023-02-28arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel2-2/+2
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-89/+27
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+7
2023-02-24arm64: acpi: Fix possible memory leak of ffh_ctxtSudeep Holla1-4/+4
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+2
2023-02-24Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+22
2023-02-22arm64: pass ESR_ELx to die() of cfi_handlerSangmoon Kim1-1/+1
2023-02-22arm64/fpsimd: Remove warning for SME without SVEMark Brown1-3/+0
2023-02-22Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds23-276/+900
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+21
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-8/+16
2023-02-20arm64: fix .idmap.text assertion for large kernelsMark Rutland1-5/+7
2023-02-20Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini10-126/+289
2023-02-19arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois1-1/+1
2023-02-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-7/+8
2023-02-17arm64: perf: reject CHAIN events at creation timeMark Rutland1-0/+8
2023-02-17arm_pmu: fix event CPU filteringMark Rutland1-7/+0
2023-02-14Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton1-0/+25
2023-02-14Merge branch kvm-arm64/psci-relay-fixes into kvmarm/nextOliver Upton1-84/+2
2023-02-14Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton1-5/+0
2023-02-14Merge branch arm64/for-next/sme2 into kvmarm/nextOliver Upton9-44/+269
2023-02-11arm64: Add ARM64_HAS_NESTED_VIRT cpufeatureJintack Lim1-0/+25
2023-02-10Merge branch 'for-next/signal' into for-next/coreCatalin Marinas1-60/+61
2023-02-10Merge branch 'for-next/sysreg-hwcaps' into for-next/coreCatalin Marinas1-108/+101
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas23-139/+767
2023-02-09efi: arm64: Wire up BTI annotation in memory attributes tableArd Biesheuvel2-2/+19
2023-02-09arm64: Support Clang UBSAN trap codes for better reportingKees Cook1-0/+21
2023-02-07arm64: kprobes: Drop ID map text from kprobes blacklistArd Biesheuvel1-4/+0
2023-02-06arm64/sme: Fix __finalise_el2 SMEver checkMarc Zyngier1-0/+1
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel1-1/+2
2023-02-03KVM: arm64: Introduce finalise_el2_state macroQuentin Perret1-77/+2
2023-02-01arm64/signal: Only read new data when parsing the ZT contextMark Brown1-3/+3
2023-02-01arm64/signal: Only read new data when parsing the ZA contextMark Brown1-6/+7
2023-02-01arm64/signal: Only read new data when parsing the SVE contextMark Brown1-8/+10
2023-02-01arm64/signal: Avoid rereading context frame sizesMark Brown1-25/+27
2023-02-01arm64/signal: Make interface for restore_fpsimd_context() consistentMark Brown1-14/+14
2023-02-01arm64/signal: Remove redundant size validation from parse_user_sigframe()Mark Brown1-11/+8
2023-02-01arm64/signal: Don't redundantly verify FPSIMD magicMark Brown1-4/+3
2023-02-01Merge branches 'for-next/tpidr2' and 'for-next/sme2' into for-next/signalCatalin Marinas9-44/+268
2023-02-01arm64/cpufeature: Use helper macros to specify hwcapsMark Brown1-108/+101
2023-02-01arm64/cpufeature: Always use symbolic name for feature value in hwcapsMark Brown1-53/+53
2023-02-01Merge branches 'for-next/sysreg', 'for-next/compat-hwcap' and 'for-next/sme2'...Catalin Marinas9-52/+292
2023-01-31arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucapMark Rutland3-11/+52
2023-01-31arm64: make ARM64_HAS_GIC_PRIO_MASKING depend on ARM64_HAS_GIC_CPUIF_SYSREGSMark Rutland1-6/+9
2023-01-31arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKINGMark Rutland2-3/+3
2023-01-31arm64: rename ARM64_HAS_SYSREG_GIC_CPUIF to ARM64_HAS_GIC_CPUIF_SYSREGSMark Rutland1-1/+1
2023-01-31cacheinfo: Remove unused check in init_cache_level()Pierre Gondois1-3/+0
2023-01-31cacheinfo: Make default acpi_get_cache_info() return an errorPierre Gondois1-1/+1
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar8-38/+65