summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-11-30arm64: Avoid enabling KPTI unnecessarilyArd Biesheuvel1-0/+4
2023-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-12/+39
2023-11-08Revert "arm64: smp: avoid NMI IPIs with broken MediaTek FW"Douglas Anderson1-4/+1
2023-11-08arm64: Move MediaTek GIC quirk handling from irqchip to coreDouglas Anderson1-8/+38
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-20/+0
2023-11-04Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-4/+2
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-11-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-47/+1
2023-11-02Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds3-8/+3
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds16-306/+331
2023-10-31Merge tag 'kvmarm-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini1-47/+1
2023-10-31Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds1-2/+2
2023-10-28kbuild: unify vdso_install rulesMasahiro Yamada2-20/+0
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas12-127/+172
2023-10-26Merge branch 'for-next/feat_lse128' into for-next/coreCatalin Marinas2-0/+2
2023-10-26Merge branch 'for-next/feat_lrcpc3' into for-next/coreCatalin Marinas2-0/+2
2023-10-26Merge branch 'for-next/feat_sve_b16b16' into for-next/coreCatalin Marinas2-0/+4
2023-10-26Merge branches 'for-next/sve-remove-pseudo-regs', 'for-next/backtrace-ipi', '...Catalin Marinas7-188/+160
2023-10-24arm64: module: Fix PLT counting when CONFIG_RANDOMIZE_BASE=nMaria Yu1-6/+0
2023-10-24arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helperJames Morse1-1/+1
2023-10-23arm64: cpufeature: Change DBM to display enabled coresJeremy Linton1-25/+8
2023-10-23arm64: cpufeature: Display the set of cores with a featureJeremy Linton1-9/+13
2023-10-19mm/gup: adapt get_user_page_vma_remote() to never return NULLLorenzo Stoakes1-2/+2
2023-10-17efi: move screen_info into efi init codeArnd Bergmann2-4/+2
2023-10-16arm64/mm: Hoist synchronization out of set_ptes() loopRyan Roberts1-2/+2
2023-10-16arm64: Remove cpus_have_const_cap()Mark Rutland1-1/+0
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_NVIDIA_CARMEL_CNPMark Rutland1-1/+1
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1742098Mark Rutland1-3/+3
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1542419Mark Rutland2-2/+2
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_843419Mark Rutland1-4/+3
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_UNMAP_KERNEL_AT_EL0Mark Rutland1-1/+1
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_{SVE,SME,SME2,FA64}Mark Rutland1-2/+2
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_SSBSMark Rutland1-1/+1
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_PANMark Rutland1-1/+2
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_DITMark Rutland1-1/+10
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_CNPMark Rutland2-2/+2
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_BTIMark Rutland2-3/+2
2023-10-16arm64: Use a positive cpucap for FP/SIMDMark Rutland2-22/+40
2023-10-16arm64: Rename SVE/SME cpu_enable functionsMark Rutland2-12/+8
2023-10-16arm64: Use build-time assertions for cpucap orderingMark Rutland1-8/+6
2023-10-16arm64: Explicitly save/restore CPACR when probing SVE and SMEMark Rutland2-7/+24
2023-10-16arm64: Split kpti_install_ng_mappings()Mark Rutland1-21/+33
2023-10-16arm64: Fixup user features at boot timeMark Rutland2-17/+13
2023-10-16arm64: Rework setup_cpu_features()Mark Rutland2-23/+23
2023-10-13arm64: add FEAT_LSE128 HWCAPJoey Gouly2-0/+2
2023-10-13arm64: add FEAT_LRCPC3 HWCAPJoey Gouly2-0/+2
2023-10-11arm: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados3-8/+3
2023-10-09KVM: arm64: Add handler for MOPS exceptionsKristina Martsenko1-47/+1
2023-10-06arm64: smp: Don't directly call arch_smp_send_reschedule() for wakeupDouglas Anderson1-1/+1
2023-10-06arm64: smp: avoid NMI IPIs with broken MediaTek FWMark Rutland1-1/+4