summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2023-03-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-02-28arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-24arm64: acpi: Fix possible memory leak of ffh_ctxtSudeep Holla
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-02-22arm64: pass ESR_ELx to die() of cfi_handlerSangmoon Kim
2023-02-22arm64/fpsimd: Remove warning for SME without SVEMark Brown
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-02-21Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-20arm64: fix .idmap.text assertion for large kernelsMark Rutland
2023-02-20Merge tag 'kvmarm-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-02-19arm64: efi: Make efi_rt_lock a raw_spinlockPierre Gondois
2023-02-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-02-16arm64: perf: reject CHAIN events at creation timeMark Rutland
2023-02-16arm_pmu: fix event CPU filteringMark Rutland
2023-02-13Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/psci-relay-fixes into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton
2023-02-13Merge branch arm64/for-next/sme2 into kvmarm/nextOliver Upton
2023-02-11arm64: Add ARM64_HAS_NESTED_VIRT cpufeatureJintack Lim
2023-02-10Merge branch 'for-next/signal' into for-next/coreCatalin Marinas
2023-02-10Merge branch 'for-next/sysreg-hwcaps' into for-next/coreCatalin Marinas
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas
2023-02-09efi: arm64: Wire up BTI annotation in memory attributes tableArd Biesheuvel
2023-02-08arm64: Support Clang UBSAN trap codes for better reportingKees Cook
2023-02-07arm64: kprobes: Drop ID map text from kprobes blacklistArd Biesheuvel
2023-02-06arm64/sme: Fix __finalise_el2 SMEver checkMarc Zyngier
2023-02-04efi: Discover BTI support in runtime services regionsArd Biesheuvel
2023-02-02KVM: arm64: Introduce finalise_el2_state macroQuentin Perret
2023-02-01arm64/signal: Only read new data when parsing the ZT contextMark Brown
2023-02-01arm64/signal: Only read new data when parsing the ZA contextMark Brown
2023-02-01arm64/signal: Only read new data when parsing the SVE contextMark Brown
2023-02-01arm64/signal: Avoid rereading context frame sizesMark Brown
2023-02-01arm64/signal: Make interface for restore_fpsimd_context() consistentMark Brown
2023-02-01arm64/signal: Remove redundant size validation from parse_user_sigframe()Mark Brown
2023-02-01arm64/signal: Don't redundantly verify FPSIMD magicMark Brown
2023-02-01Merge branches 'for-next/tpidr2' and 'for-next/sme2' into for-next/signalCatalin Marinas
2023-02-01arm64/cpufeature: Use helper macros to specify hwcapsMark Brown
2023-02-01arm64/cpufeature: Always use symbolic name for feature value in hwcapsMark Brown
2023-02-01Merge branches 'for-next/sysreg', 'for-next/compat-hwcap' and 'for-next/sme2'...Catalin Marinas
2023-01-31arm64: add ARM64_HAS_GIC_PRIO_RELAXED_SYNC cpucapMark Rutland
2023-01-31arm64: make ARM64_HAS_GIC_PRIO_MASKING depend on ARM64_HAS_GIC_CPUIF_SYSREGSMark Rutland
2023-01-31arm64: rename ARM64_HAS_IRQ_PRIO_MASKING to ARM64_HAS_GIC_PRIO_MASKINGMark Rutland
2023-01-31arm64: rename ARM64_HAS_SYSREG_GIC_CPUIF to ARM64_HAS_GIC_CPUIF_SYSREGSMark Rutland
2023-01-31cacheinfo: Remove unused check in init_cache_level()Pierre Gondois
2023-01-31cacheinfo: Make default acpi_get_cache_info() return an errorPierre Gondois
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar