summaryrefslogtreecommitdiffstats
path: root/arch/arm64/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-0/+1
|\
| * arm64/uaccess: Enable hardened usercopyKees Cook2016-07-261-0/+1
* | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-021-2/+4
|\ \
| | \
| | \
| *-. \ Merge branches 'pci/aspm', 'pci/dpc', 'pci/hotplug', 'pci/misc', 'pci/msi', '...Bjorn Helgaas2016-08-011-2/+2
| |\ \ \ | | | |/ | | |/|
| | | * PCI/MSI: irqchip: Fix PCI_MSI dependenciesArnd Bergmann2016-06-151-2/+2
| | |/
| * | ARM64: PCI: Support ACPI-based PCI host controllerTomasz Nowicki2016-06-101-0/+2
| |/
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-0/+1
|\ \
| * | GCC plugin infrastructureEmese Revfy2016-06-071-0/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-07-271-1/+15
|\ \ \
| * | | arm64: Only select ARM64_MODULE_PLTS if MODULES=yCatalin Marinas2016-07-271-1/+1
| * | | Merge branch 'for-next/kprobes' into for-next/coreCatalin Marinas2016-07-211-0/+3
| |\ \ \
| | * | | arm64: Add kernel return probes support (kretprobes)Sandeepa Prabhu2016-07-191-0/+1
| | * | | arm64: Kprobes with single stepping supportSandeepa Prabhu2016-07-191-0/+1
| | * | | arm64: Add HAVE_REGS_AND_STACK_ACCESS_API featureDavid A. Long2016-07-191-0/+1
| | | |/ | | |/|
| * | | arm64/kexec: Add core kexec supportGeoff Levand2016-06-271-0/+10
| * | | Revert "arm64: Add support ARCH_SUPPORTS_INT128"Catalin Marinas2016-06-221-1/+0
| * | | arm64: allow building with kcov coverage on ARM64Alexander Potapenko2016-06-211-0/+1
| * | | arm64: Add support ARCH_SUPPORTS_INT128Kefeng Wang2016-06-211-0/+1
| |/ /
* | | ACPI: ARM64: support for ACPI_TABLE_UPGRADEJon Masters2016-06-221-0/+1
|/ /
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-06-031-0/+9
|\ \
| * | irqchip/gicv3-its: numa: Enable workaround for Cavium thunderx erratum 23144Ganapatrao Kulkarni2016-06-021-0/+9
| |/
* | arm64: move {PAGE,CONT}_SHIFT into KconfigMark Rutland2016-06-031-0/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-171-1/+1
|\
| * bpf: split HAVE_BPF_JIT into cBPF and eBPF variantDaniel Borkmann2016-05-161-1/+1
* | arm64: kconfig: drop CONFIG_RTC_LIB dependencyEzequiel Garcia2016-04-281-1/+0
* | arm64: make ARCH_SUPPORTS_DEBUG_PAGEALLOC depend on !HIBERNATIONWill Deacon2016-04-281-0/+1
* | arm64: kernel: Add support for hibernate/suspend-to-diskJames Morse2016-04-281-0/+8
* | arm64: Kconfig: remove redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE definitionYang Shi2016-04-201-6/+4
* | arm64, mm, numa: Add NUMA balancing support for arm64.Ganapatrao Kulkarni2016-04-151-0/+1
* | arm64, numa: Add NUMA support for arm64 platforms.Ganapatrao Kulkarni2016-04-151-0/+26
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-03-171-0/+104
|\
| * arm64: kconfig: add submenu for 8.2 architectural featuresWill Deacon2016-02-261-0/+4
| * arm64: Add workaround for Cavium erratum 27456Andrew Pinski2016-02-261-0/+11
| * arm64: efi: invoke EFI_RNG_PROTOCOL to supply KASLR randomnessArd Biesheuvel2016-02-241-0/+5
| * arm64: add support for kernel ASLRArd Biesheuvel2016-02-241-0/+29
| * arm64: add support for building vmlinux as a relocatable PIE binaryArd Biesheuvel2016-02-241-0/+11
| * arm64: add support for module PLTsArd Biesheuvel2016-02-241-0/+9
| * arm64: add support for ioremap() block mappingsArd Biesheuvel2016-02-181-0/+1
| * arm64: kernel: Add support for User Access OverrideJames Morse2016-02-181-0/+21
| * arm64: ubsan: select ARCH_HAS_UBSAN_SANITIZE_ALLYang Shi2016-02-161-0/+1
| * arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOCLaura Abbott2016-02-161-0/+3
| * arm64: kernel: implement ACPI parking protocolLorenzo Pieralisi2016-02-161-0/+9
* | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-2/+0
|\ \
| * | PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas2016-03-081-1/+0
| * | PCI: Include pci/pcie/Kconfig directly from pci/KconfigBogicevic Sasa2016-03-081-1/+0
| |/
* | arm64: VHE: Add support for running Linux in EL2 modeMarc Zyngier2016-02-291-0/+13
|/
* dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-201-1/+0
* arm64: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2016-01-141-0/+29
* Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-0/+1
|\
| * arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams2016-01-091-0/+1
OpenPOWER on IntegriCloud