aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+2
2023-02-23Merge tag 'efi-next-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+22
2023-02-21Merge 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-20Merge 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-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-16arm64: perf: reject CHAIN events at creation timeMark Rutland1-0/+8
2023-02-16arm_pmu: fix event CPU filteringMark Rutland1-7/+0
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-08arm64: 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-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-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar8-38/+65
2023-01-27arm64: traps: attempt to dump all instructionsMark Rutland1-4/+2
2023-01-27arm64: avoid executing padding bytes during kexec / hibernationMark Rutland1-0/+6
2023-01-26arm64: Apply dynamic shadow call stack patching in two passesArd Biesheuvel1-3/+8
2023-01-26arm64: head: Switch endianness before populating the ID mapArd Biesheuvel1-1/+22
2023-01-24efi: arm64: enter with MMU and caches enabledArd Biesheuvel1-2/+3
2023-01-24arm64: head: Clean the ID map and the HYP text to the PoC if neededArd Biesheuvel2-4/+28
2023-01-24arm64: head: avoid cache invalidation when entering with the MMU onArd Biesheuvel1-2/+3
2023-01-24arm64: head: record the MMU state at primary entryArd Biesheuvel2-2/+35
2023-01-24arm64: kernel: move identity map out of .text mappingArd Biesheuvel2-14/+16
2023-01-24arm64: head: Move all finalise_el2 calls to after __enable_mmuArd Biesheuvel2-2/+8
2023-01-24arm64: Implement HAVE_DYNAMIC_FTRACE_WITH_CALL_OPSMark Rutland3-5/+187
2023-01-24arm64: ftrace: Update stale commentMark Rutland1-1/+1
2023-01-24arm64: patching: Add aarch64_insn_write_literal_u64()Mark Rutland1-0/+17
2023-01-23Merge tag 'efi-fixes-for-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-1/+20
2023-01-20arm64: cpufeature: Use kstrtobool() instead of strtobool()Christophe JAILLET1-2/+3
2023-01-20arm64: Add compat hwcap SSBSAmit Daniel Kachhap2-1/+3