summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* 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
* scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig2018-05-091-3/+1
* iommu-helper: mark iommu_is_span_boundary as inlineChristoph Hellwig2018-05-091-3/+0
* dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig2018-05-081-1/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-04-091-0/+16
|\
| * arm64: KVM: Allow mapping of vectors outside of the RAM regionMarc Zyngier2018-03-191-0/+16
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-04-041-10/+37
|\ \
| * | Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"Will Deacon2018-03-271-1/+0
| * | arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose2018-03-261-0/+14
| * | arm64/sve: Document firmware support requirements in KconfigDave Martin2018-03-261-0/+17
| * | arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel2018-03-091-7/+4
| * | arm64/kernel: kaslr: reduce module randomization range to 4 GBArd Biesheuvel2018-03-081-4/+3
| * | arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)Catalin Marinas2018-03-061-0/+1
| |/
* / arm64: Set CONFIG_MULTI_IRQ_HANDLERPalmer Dabbelt2018-04-041-0/+4
|/
* Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-061-13/+82
|\
| * Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-02-031-0/+1
| |\
| | * arm64: Implement thread_struct whitelist for hardened usercopyKees Cook2018-01-151-0/+1
| * | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-01-311-1/+2
| |\ \
| | * | arm64: use swiotlb_alloc and swiotlb_freeChristoph Hellwig2018-01-151-0/+1
| | * | arm64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig2018-01-151-1/+1
| * | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-01-301-12/+79
| |\ \ \ | | |/ / | |/| |
| | * | arm64: cpufeature: Detect CPU RAS ExtentionsXie XiuQi2018-01-161-0/+16
| | * | arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon2018-01-081-0/+17
| | * | arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entryWill Deacon2018-01-081-7/+6
| | * | Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas2017-12-221-0/+29
| | |\ \
| | | * | arm64: enable 52-bit physical address supportKristina Martsenko2017-12-221-0/+13
| | | * | arm64: add kconfig symbol to configure physical address sizeKristina Martsenko2017-12-221-0/+16
| | | |/
| | * | arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0Will Deacon2017-12-111-0/+13
| | * | arm64: erratum: Work around Falkor erratum #E1003 in trampoline codeWill Deacon2017-12-111-12/+5
| | * | arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon2017-12-111-1/+0
| | * | arm64: mm: Temporarily disable ARM64_SW_TTBR0_PANWill Deacon2017-12-111-0/+1
| | |/
* | / membarrier/arm64: Provide core serializing commandMathieu Desnoyers2018-02-051-0/+1
|/ /
* / arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni2017-12-121-1/+11
|/
* arm64/mm/kasan: don't use vmemmap_populate() to initialize shadowWill Deacon2017-11-151-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-151-2/+16
|\
| * arm64: Make ARMV8_DEPRECATED depend on SYSCTLDave Martin2017-11-131-0/+1
| * arm64/sve: Kconfig update and conditional compilation supportDave Martin2017-11-031-0/+11
| * arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEONDave Martin2017-11-031-0/+1
| * arm64: Unconditionally support {ARCH_}HAVE_NMI{_SAFE_CMPXCHG}Stephen Boyd2017-10-041-2/+2
| * arm64: Always use REFCOUNT_FULLKees Cook2017-10-021-0/+1
* | Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+1
|\ \
| * | treewide: Fix typos in KconfigMasanari Iida2017-10-121-1/+1
| |/
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-0/+19
|\ \
| * | irqchip/gic-v3-its: Workaround HiSilicon Hip07 redistributor addressingMarc Zyngier2017-10-191-0/+11
| * | irqchip/gic-v3: Add workaround for Synquacer pre-ITSArd Biesheuvel2017-10-191-0/+8
| |/
* / locking/qrwlock, arm64: Move rwlock implementation over to qrwlocksWill Deacon2017-10-251-0/+17
|/