summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/coreWill Deacon2018-12-101-0/+12
|\
| * arm64: Add configuration/documentation for Cortex-A76 erratum 1165522Marc Zyngier2018-12-101-0/+12
* | arm64: Kconfig: Re-jig CONFIG options for 52-bit VAWill Deacon2018-12-101-18/+29
* | arm64: mm: Allow forcing all userspace addresses to 52-bitSteve Capper2018-12-101-0/+13
* | arm64: mm: introduce 52-bit userspace supportSteve Capper2018-12-101-0/+4
* | arm64: capabilities: Merge entries for ARM64_WORKAROUND_CLEAN_CACHESuzuki K Poulose2018-12-061-0/+7
* | arm64: mm: apply r/o permissions of VM areas to its linear alias as wellArd Biesheuvel2018-11-201-0/+14
|/
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0
* Merge tag 'dma-mapping-4.20-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-261-0/+4
|\
| * arm64: use the generic swiotlb_dma_opsChristoph Hellwig2018-10-191-0/+4
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-231-0/+1
|\ \
| * | arm64/kernel: jump_label: Switch to relative referencesArd Biesheuvel2018-09-271-0/+1
| |/
* | arm64: arch_timer: avoid unused function warningArnd Bergmann2018-10-031-0/+1
* | arm64: arch_timer: Add workaround for ARM erratum 1188873Marc Zyngier2018-10-011-0/+12
* | arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODELJames Morse2018-09-211-4/+1
* | arm64: mm: Support Common Not Private translationsVladimir Murzin2018-09-181-0/+14
* | arm64: tlb: Avoid synchronous TLBIs when freeing page tablesWill Deacon2018-09-111-0/+1
* | arm64/lib: add accelerated crc32 routinesArd Biesheuvel2018-09-101-0/+1
|/
* arm64: mm: always enable CONFIG_HOLES_IN_ZONEJames Morse2018-08-311-1/+0
* arch: enable relative relocations for arm64, power and x86Ard Biesheuvel2018-08-221-0/+1
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-26/+0
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-1/+0
| * Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-021-2/+0
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-23/+0
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-141-0/+18
|\ \
| * | arm64: Add support for STACKLEAK gcc pluginLaura Abbott2018-07-261-0/+1
| * | arm64: fix ACPI dependenciesArnd Bergmann2018-07-241-0/+1
| * | arm64: implement syscall wrappersMark Rutland2018-07-121-0/+1
| * | arm64: rseq: Implement backend rseq calls and select HAVE_RSEQWill Deacon2018-07-111-0/+1
| * | arm64: make flatmem depend on !NUMAArnd Bergmann2018-07-101-1/+1
| * | arm64: add ARM64-specific support for flatmemNikunj Kela2018-07-091-0/+3
| * | arm64: kconfig: Ensure spinlock fastpaths are inlined if !PREEMPTWill Deacon2018-07-051-0/+10
| * | arm64: locking: Replace ticket lock implementation with qspinlockWill Deacon2018-07-051-0/+1
| |/
* / arm64: Use the new GENERIC_IRQ_MULTI_HANDLERPalmer Dabbelt2018-08-031-3/+1
|/
* Kbuild: rename HAVE_CC_STACKPROTECTOR config variableMasahiro Yamada2018-06-151-1/+1
* Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-06-131-0/+1
|\
| * arm64: move GCC version check for ARCH_SUPPORTS_INT128 to KconfigMasahiro Yamada2018-06-081-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-121-0/+7
|\ \
| * | KVM: arm64: Save host SVE context as appropriateDave Martin2018-05-251-0/+7
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-081-1/+14
|\ \ \
| * | | arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier2018-05-311-0/+9
| * | | arm64: Kconfig: Enable LSE atomics by defaultWill Deacon2018-05-231-1/+3
| * | | ACPI: Enable PPTT support on ARM64Jeremy Linton2018-05-171-0/+1
| * | | arm64: Select ARCH_HAS_FAST_MULTIPLIERRobin Murphy2018-05-161-0/+1
| |/ /
* | / mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-071-0/+1
| |/ |/|
* | swiotlb: move the SWIOTLB config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1
* | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-3/+0
* | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig2018-05-091-3/+0
* | dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1