aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+16
2018-04-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-10/+37
2018-04-04arm64: Set CONFIG_MULTI_IRQ_HANDLERPalmer Dabbelt1-0/+4
2018-03-27Revert "arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)"Will Deacon1-1/+0
2018-03-26arm64: Add work around for Arm Cortex-A55 Erratum 1024718Suzuki K Poulose1-0/+14
2018-03-26arm64/sve: Document firmware support requirements in KconfigDave Martin1-0/+17
2018-03-19arm64: KVM: Allow mapping of vectors outside of the RAM regionMarc Zyngier1-0/+16
2018-03-09arm64/kernel: don't ban ADRP to work around Cortex-A53 erratum #843419Ard Biesheuvel1-7/+4
2018-03-08arm64/kernel: kaslr: reduce module randomization range to 4 GBArd Biesheuvel1-4/+3
2018-03-06arm64: Revert L1_CACHE_SHIFT back to 6 (64-byte cache line size)Catalin Marinas1-0/+1
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar1-13/+82
2018-02-05membarrier/arm64: Provide core serializing commandMathieu Desnoyers1-0/+1
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+1
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+2
2018-01-30Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-12/+79
2018-01-16arm64: cpufeature: Detect CPU RAS ExtentionsXie XiuQi1-0/+16
2018-01-15arm64: Implement thread_struct whitelist for hardened usercopyKees Cook1-0/+1
2018-01-15arm64: use swiotlb_alloc and swiotlb_freeChristoph Hellwig1-0/+1
2018-01-15arm64: replace ZONE_DMA with ZONE_DMA32Christoph Hellwig1-1/+1
2018-01-08arm64: Add skeleton to harden the branch predictor against aliasing attacksWill Deacon1-0/+17
2018-01-08arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entryWill Deacon1-7/+6
2017-12-22Merge branch 'for-next/52-bit-pa' into for-next/coreCatalin Marinas1-0/+29
2017-12-22arm64: enable 52-bit physical address supportKristina Martsenko1-0/+13
2017-12-22arm64: add kconfig symbol to configure physical address sizeKristina Martsenko1-0/+16
2017-12-12arm64: Add software workaround for Falkor erratum 1041Shanker Donthineni1-1/+11
2017-12-11arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0Will Deacon1-0/+13
2017-12-11arm64: erratum: Work around Falkor erratum #E1003 in trampoline codeWill Deacon1-12/+5
2017-12-11arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PANWill Deacon1-1/+0
2017-12-11arm64: mm: Temporarily disable ARM64_SW_TTBR0_PANWill Deacon1-0/+1
2017-11-15arm64/mm/kasan: don't use vmemmap_populate() to initialize shadowWill Deacon1-1/+1
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-2/+16
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2017-11-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+19
2017-11-13arm64: Make ARMV8_DEPRECATED depend on SYSCTLDave Martin1-0/+1
2017-11-03arm64/sve: Kconfig update and conditional compilation supportDave Martin1-0/+11
2017-11-03arm64: efi: Add missing Kconfig dependency on KERNEL_MODE_NEONDave Martin1-0/+1
2017-10-25locking/qrwlock, arm64: Move rwlock implementation over to qrwlocksWill Deacon1-0/+17
2017-10-19irqchip/gic-v3-its: Workaround HiSilicon Hip07 redistributor addressingMarc Zyngier1-0/+11
2017-10-19irqchip/gic-v3: Add workaround for Synquacer pre-ITSArd Biesheuvel1-0/+8
2017-10-12treewide: Fix typos in KconfigMasanari Iida1-1/+1
2017-10-04arm64: Unconditionally support {ARCH_}HAVE_NMI{_SAFE_CMPXCHG}Stephen Boyd1-2/+2
2017-10-02arm64: Always use REFCOUNT_FULLKees Cook1-0/+1
2017-08-15Merge branch 'arm64/vmap-stack' of git://git.kernel.org/pub/scm/linux/kernel/git/mark/linux into for-next/coreCatalin Marinas1-0/+1
2017-08-15arm64: add basic VMAP_STACK supportMark Rutland1-0/+1
2017-08-09arm64: uaccess: Implement *_flushcache variantsRobin Murphy1-0/+1
2017-08-09arm64: Implement pmem API supportRobin Murphy1-0/+11
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay1-0/+1
2017-07-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+11
2017-07-06mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V1-1/+1