summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2023-11-01Merge tag 'sysctl-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2023-11-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds
2023-10-26Merge branch 'for-next/cpus_have_const_cap' into for-next/coreCatalin Marinas
2023-10-26Merge branch 'for-next/feat_lse128' into for-next/coreCatalin Marinas
2023-10-26Merge branch 'for-next/feat_lrcpc3' into for-next/coreCatalin Marinas
2023-10-26Merge branch 'for-next/feat_sve_b16b16' into for-next/coreCatalin Marinas
2023-10-26Merge branches 'for-next/sve-remove-pseudo-regs', 'for-next/backtrace-ipi', '...Catalin Marinas
2023-10-24arm64: module: Fix PLT counting when CONFIG_RANDOMIZE_BASE=nMaria Yu
2023-10-24arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helperJames Morse
2023-10-23arm64: cpufeature: Change DBM to display enabled coresJeremy Linton
2023-10-23arm64: cpufeature: Display the set of cores with a featureJeremy Linton
2023-10-16arm64/mm: Hoist synchronization out of set_ptes() loopRyan Roberts
2023-10-16arm64: Remove cpus_have_const_cap()Mark Rutland
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_NVIDIA_CARMEL_CNPMark Rutland
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1742098Mark Rutland
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1542419Mark Rutland
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_843419Mark Rutland
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_UNMAP_KERNEL_AT_EL0Mark Rutland
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_{SVE,SME,SME2,FA64}Mark Rutland
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_SSBSMark Rutland
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_PANMark Rutland
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_DITMark Rutland
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_CNPMark Rutland
2023-10-16arm64: Avoid cpus_have_const_cap() for ARM64_HAS_BTIMark Rutland
2023-10-16arm64: Use a positive cpucap for FP/SIMDMark Rutland
2023-10-16arm64: Rename SVE/SME cpu_enable functionsMark Rutland
2023-10-16arm64: Use build-time assertions for cpucap orderingMark Rutland
2023-10-16arm64: Explicitly save/restore CPACR when probing SVE and SMEMark Rutland
2023-10-16arm64: Split kpti_install_ng_mappings()Mark Rutland
2023-10-16arm64: Fixup user features at boot timeMark Rutland
2023-10-16arm64: Rework setup_cpu_features()Mark Rutland
2023-10-13arm64: add FEAT_LSE128 HWCAPJoey Gouly
2023-10-13arm64: add FEAT_LRCPC3 HWCAPJoey Gouly
2023-10-10arm: Remove now superfluous sentinel elem from ctl_table arraysJoel Granados
2023-10-06arm64: smp: Don't directly call arch_smp_send_reschedule() for wakeupDouglas Anderson
2023-10-06arm64: smp: avoid NMI IPIs with broken MediaTek FWMark Rutland
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker
2023-10-04rcu: Assume rcu_report_dead() is always called locallyFrederic Weisbecker
2023-09-29arm64: errata: Add Cortex-A520 speculative unprivileged load workaroundRob Herring
2023-09-29arm64/sve: Report FEAT_SVE_B16B16 to userspaceMark Brown
2023-09-25arm64: smp: Mark IPI globals as __ro_after_initDouglas Anderson
2023-09-25arm64: kgdb: Implement kgdb_roundup_cpus() to enable pseudo-NMI roundupDouglas Anderson
2023-09-25arm64: smp: IPI_CPU_STOP and IPI_CPU_CRASH_STOP should try for NMIDouglas Anderson
2023-09-25arm64: smp: Add arch support for backtrace using pseudo-NMIDouglas Anderson
2023-09-25arm64: smp: Remove dedicated wakeup IPIMark Rutland
2023-09-25arm64: idle: Tag the arm64 idle functions as __cpuidleDouglas Anderson
2023-09-25arm64/sve: Remove SMCR pseudo register from cpufeature codeMark Brown
2023-09-25arm64/sve: Remove ZCR pseudo register from cpufeature codeMark Brown
2023-09-18arm64: cpufeature: Fix CLRBHB and BC detectionKristina Martsenko