aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2025-12-05Merge tag 'soc-drivers-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2025-11-28Merge branches 'for-next/misc', 'for-next/kselftest', 'for-next/efi-preempt',...Catalin Marinas1-1/+25
2025-11-27Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd 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/...Linus Torvalds1-1/+0
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds1-4/+2
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+0
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-23/+3
2025-09-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus 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
2025-09-11arm64: entry: Switch to generic IRQ entryJinjie Ruan1-0/+1
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_TIME_NSThomas Weißschuh1-1/+0
2025-09-04vdso: Drop Kconfig GENERIC_VDSO_DATA_STOREThomas Weißschuh1-1/+0
2025-09-04vdso: Drop kconfig GENERIC_COMPAT_VDSOThomas Weißschuh1-1/+0
2025-09-03sched: Unify the SCHED_{SMT,CLUSTER,MC} KconfigPeter Zijlstra1-23/+3
2025-08-28arm64: Remove tautological LLVM Kconfig conditionsNathan Chancellor1-4/+1
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+0
2025-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2025-07-30Merge tag 'trace-unused-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+0
2025-07-29Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+4
2025-07-29Merge tag 'kvmarm-6.17' of https://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini1-0/+1
2025-07-28Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-2/+0
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-07-24Merge branches 'for-next/livepatch', 'for-next/user-contig-bbml2', 'for-next/...Catalin Marinas1-0/+4
2025-07-23tracing: arm: arm64: Hide trace events ipi_raise, ipi_entry and ipi_exitSteven Rostedt1-0/+1
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt1-1/+0
2025-07-22arm64: Kconfig: Keep selects somewhat alphabetically orderedCatalin Marinas1-2/+2
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-1/+1
2025-07-09mm: remove devmap related functions and page table bitsAlistair Popple1-1/+0
2025-07-08arm64: Kconfig: Enable GICv5Lorenzo Pieralisi1-0/+1
2025-07-08arm64: Mandate VMAP_STACKBreno Leitao1-0/+1
2025-07-04arm64: Unconditionally select CONFIG_JUMP_LABELMarc Zyngier1-0/+1
2025-07-01arm64: Implement HAVE_LIVEPATCHSong Liu1-0/+3
2025-06-30lib/crc: arm64: Migrate optimized CRC code into lib/crc/Eric Biggers1-2/+0
2025-06-20arm64: stacktrace: Implement arch_stack_walk_reliable()Song Liu1-1/+1