aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm64/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2026-04-20Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+12
2026-04-20Merge branch 'for-next/c1-pro-erratum-4193714' into for-next/coreCatalin Marinas1-0/+12
2026-04-17Merge tag 'dma-mapping-7.1-2026-04-16' of git://git.kernel.org/pub/scm/linux/kernel/git/mszyprowski/linuxLinus Torvalds1-0/+1
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+0
2026-04-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-29/+25
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linuxLinus Torvalds1-8/+0
2026-04-10arm64: errata: Work around early CME DVMSync acknowledgementCatalin Marinas1-0/+12
2026-04-10Merge branches 'for-next/misc', 'for-next/tlbflush', 'for-next/ttbr-macros-cleanup', 'for-next/kselftest', 'for-next/feat_lsui', 'for-next/mpam', 'for-next/hotplug-batched-tlbi', 'for-next/bbml2-fixes', 'for-next/sysreg', 'for-next/generic-entry' and 'for-next/acpi', remote-tracking branches 'arm...Catalin Marinas1-29/+25
2026-04-10arm64: Kconfig: fix duplicate word in CMDLINE help textMichael Ugrin1-1/+1
2026-04-07rust: simplify `RUSTC_VERSION` Kconfig conditionsMiguel Ojeda1-8/+0
2026-04-05mm: remove CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVEDavid Hildenbrand (Arm)1-1/+0
2026-04-01arm64: Use static call trampolines when kCFI is enabledArd Biesheuvel1-0/+1
2026-03-27arm64: mpam: Select ARCH_HAS_CPU_RESCTRLJames Morse1-1/+1
2026-03-27arm64: mpam: Drop the CONFIG_EXPERT restrictionBen Horgan1-1/+1
2026-03-27arm64: mpam: Context switch the MPAM registersJames Morse1-0/+2
2026-03-27arm64: Kconfig: Add support for LSUIYeoreum Yun1-0/+20
2026-03-13dma-mapping: Separate DMA sync issuing and completion waitingBarry Song1-0/+1
2026-03-10arm64: remove ARCH_INLINE_*Jisheng Zhang1-26/+0
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+1
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2026-01-29Merge branch 'for-next/errata' into for-next/coreWill Deacon1-0/+19
2026-01-23arm64: errata: Workaround for SI L1 downstream coherency issueLucas Wei1-0/+19
2026-01-22arm64: Unconditionally enable PAN supportMarc Zyngier1-17/+0
2026-01-22arm64: Unconditionally enable LSE supportMarc Zyngier1-16/+0
2026-01-20mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky1-0/+1
2026-01-12arm64/paravirt: Use common code for paravirt_steal_clock()Juergen Gross1-0/+1
2025-12-05Merge tag 'soc-drivers-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+2
2025-11-28Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/efi-preempt', 'for-next/assembler-macro', 'for-next/typos', 'for-next/sme-ptrace-disable', 'for-next/local-tlbi-page-reused', 'for-next/mpam', 'for-next/acpi' and 'for-next/documentation', remote-tracking branch 'arm64/for-next/perf'...Catalin Marinas1-1/+25
2025-11-27Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into soc/drivers-lateArnd Bergmann1-0/+2
2025-11-21arm64: Select GENERIC_CPU_CACHE_MAINTENANCEJonathan Cameron1-0/+2
2025-11-20arm64: remove duplicate ARCH_HAS_MEM_ENCRYPTCai Xinchen1-1/+0
2025-11-19arm_mpam: Add probe/remove for mpam msc driver and kbuild boiler plateJames Morse1-0/+1
2025-11-19ACPI / MPAM: Parse the MPAM tableJames Morse1-0/+1
2025-11-19arm64: kconfig: Add Kconfig entry for MPAMJames Morse1-0/+23
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+0
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxLinus Torvalds1-4/+2
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+0
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-23/+3
2025-09-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-18/+5
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook1-2/+2
2025-09-24Merge branch 'for-next/uprobes' into for-next/coreWill Deacon1-1/+0
2025-09-24Merge branch 'for-next/mm' into for-next/coreWill Deacon1-14/+0
2025-09-24Merge branch 'for-next/misc' into for-next/coreWill Deacon1-3/+3
2025-09-24Merge branch 'for-next/entry' into for-next/coreWill Deacon1-0/+1
2025-09-24arm64: Kconfig: Make CPU_BIG_ENDIAN depend on BROKENWill Deacon1-1/+1
2025-09-22arm64: errata: Apply workarounds for Neoverse-V3AEMark Rutland1-0/+1
2025-09-21arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"David Hildenbrand1-1/+0
2025-09-19arm64: Kconfig: Spell out "ARMv9.4" in menuconfig textWill Deacon1-2/+2
2025-09-16arm64: Kconfig: Remove GCS restrictions on UPROBESJeremy Linton1-1/+0
2025-09-16arm64/Kconfig: Remove CONFIG_RODATA_FULL_DEFAULT_ENABLEDHuang Shijie1-14/+0