summaryrefslogtreecommitdiff
path: root/arch/arm64/Kconfig
AgeCommit message (Expand)AuthorFilesLines
3 daysMerge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+43
5 daysMerge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+3
7 dayscrash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky1-0/+3
8 daysMerge branch 'for-next/mops' into for-next/coreCatalin Marinas1-0/+3
8 daysMerge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas1-0/+40
2024-11-07arm64: Kconfig: Make SME depend on BROKEN for nowMark Rutland1-0/+1
2024-11-05arm64: Enable ARCH_HAS_NONLEAF_PMD_YOUNGYicong Yang1-0/+1
2024-11-05arm64: Add support for FEAT_HAFTYicong Yang1-0/+15
2024-10-23arm64: Enable memory encrypt for RealmsSuzuki K Poulose1-0/+3
2024-10-17arm64: lib: Use MOPS for memcpy() routinesKristina Martsenko1-0/+3
2024-10-04arm64: Add Kconfig for Guarded Control Stack (GCS)Mark Brown1-0/+21
2024-10-01arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGSMark Rutland1-3/+2
2024-10-01arm64: errata: Expand speculative SSBS workaround once moreMark Rutland1-0/+2
2024-09-25Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds1-1/+13
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+3
2024-09-20Merge tag 'sched-rt-2024-09-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds1-0/+1
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2024-09-17arm64: Allow to enable PREEMPT_RT.Sebastian Andrzej Siewior1-0/+1
2024-09-17mm/arm64: support large pfn mappingsPeter Xu1-0/+1
2024-09-13arm64: vDSO: Wire up getrandom() vDSO implementationAdhemerval Zanella1-0/+1
2024-09-13rust: support for shadow call stack sanitizerAlice Ryhl1-1/+13
2024-09-12Merge branch 'for-next/poe' into for-next/coreWill Deacon1-0/+23
2024-09-12Merge branch 'for-next/pkvm-guest' into for-next/coreWill Deacon1-0/+1
2024-09-04arm64: add Permission Overlay Extension KconfigJoey Gouly1-0/+23
2024-09-04x86: remove PG_uncachedMatthew Wilcox (Oracle)1-1/+2
2024-09-04dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig1-0/+1
2024-08-30arm64: mm: Add top-level dispatcher for internal mem_encrypt APIWill Deacon1-0/+1
2024-08-30arm64: errata: Enable the AC03_CPU_38 workaround for ampere1aD Scott Phillips1-1/+1
2024-08-01arm64: errata: Expand speculative SSBS workaround (again)Mark Rutland1-6/+16
2024-07-27Merge tag 'riscv-for-linus-6.11-mw2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2024-07-26Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+4
2024-07-26arm64: allow installing compressed image by defaultLinus Torvalds1-0/+11
2024-07-24Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+2
2024-07-23arm64/Kconfig: Remove redundant 'if HAVE_FUNCTION_GRAPH_TRACER'Anshuman Khandual1-1/+1
2024-07-23arm64: remove redundant 'if HAVE_ARCH_KASAN' in KconfigMasahiro Yamada1-3/+3
2024-07-22Merge patch series "Add ACPI NUMA support for RISC-V"Palmer Dabbelt1-1/+0
2024-07-22ACPI: NUMA: change the ACPI_NUMA to a hidden optionHaibo Xu1-1/+0
2024-07-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-26/+13
2024-07-15treewide: change conditional prompt for choices to 'depends on'Masahiro Yamada1-1/+2
2024-07-11Merge branch 'for-next/vcpu-hotplug' into for-next/coreCatalin Marinas1-0/+1
2024-07-11Merge branches 'for-next/cpufeature', 'for-next/misc', 'for-next/kselftest', ...Catalin Marinas1-26/+12
2024-07-01arm64: Kconfig: Fix dependencies to enable ACPI_HOTPLUG_CPUGavin Shan1-1/+1
2024-06-28arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled.Jonathan Cameron1-0/+1
2024-06-21arm64: Kconfig: fix typo in __builtin_return_adddressMike Rapoport (IBM)1-1/+1
2024-06-19arm64: start using 'asm goto' for get_user() when availableLinus Torvalds1-0/+1
2024-06-12arm64: errata: Expand speculative SSBS workaroundMark Rutland1-1/+8
2024-06-12arm64: errata: Unify speculative SSBS errata logicMark Rutland1-25/+4
2024-05-23Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+42
2024-05-20arm64: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland1-0/+1