summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-1/+0
|\
| * of: select OF_RESERVED_MEM automaticallyChristoph Hellwig2019-02-131-1/+0
* | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-071-13/+66
|\ \
| * | powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-0/+1
| * | powerpc: Enable kcovAndrew Donnellan2019-02-231-0/+1
| * | powerpc/kconfig: make _etext and data areas alignment configurable on 8xxChristophe Leroy2019-02-231-3/+15
| * | powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy2019-02-231-0/+2
| * | powerpc/kconfig: make _etext and data areas alignment configurable on Book3s 32Christophe Leroy2019-02-231-2/+30
| * | powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXChristophe Leroy2019-02-231-0/+2
| * | powerpc/kconfig: define CONFIG_DATA_SHIFT and CONFIG_ETEXT_SHIFTChristophe Leroy2019-02-231-0/+9
| * | powerpc/kconfig: define PAGE_SHIFT inside KconfigChristophe Leroy2019-02-231-0/+7
| * | powerpc: Make PPC_64K_PAGES depend on only 44x or PPC_BOOK3S_64Michael Ellerman2019-02-221-1/+1
| * | powerpc: drop unused GENERIC_CSUM Kconfig itemChristophe Leroy2019-02-221-3/+0
| * | Merge branch 'topic/dma' into nextMichael Ellerman2019-02-211-4/+1
| |\ \
| | * | dma-mapping, powerpc: simplify the arch dma_set_mask overrideChristoph Hellwig2019-02-181-0/+1
| | * | powerpc/dma: remove the iommu fallback for coherent allocationsChristoph Hellwig2019-02-181-4/+0
| | |/
| * | powerpc: Drop page_is_ram() and walk_system_ram_range()Christophe Leroy2019-02-041-3/+0
| * | powerpc: Enable kernel XZ compression option on 44xChristian Lamparter2019-02-011-1/+1
| * | powerpc/64s: Make reliable stacktrace dependency clearerNicolai Stange2019-01-311-1/+1
| |/
* | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-061-5/+1
|\ \
| * | powerpc: Adopt nvram module for PPC64Finn Thain2019-01-221-1/+1
| * | powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain2019-01-221-5/+1
| |/
* / 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
|/
* Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-43/+4
|\
| * eisa: consolidate EISA Kconfig entry in drivers/eisaChristoph Hellwig2018-11-231-3/+0
| * rapidio: consolidate RAPIDIO config entry in drivers/rapidioChristoph Hellwig2018-11-231-13/+1
| * pcmcia: allow PCMCIA support independent of the architectureChristoph Hellwig2018-11-231-2/+0
| * PCI: consolidate the PCI_SYSCALL symbolChristoph Hellwig2018-11-231-3/+1
| * PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsChristoph Hellwig2018-11-231-3/+1
| * PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-19/+1
* | Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2018-12-291-2/+2
|\ \
| * | treewide: surround Kconfig file paths with double quotesMasahiro Yamada2018-12-221-2/+2
| |/
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-1/+0
|\ \
| * | arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig2018-12-061-1/+0
| |/
* | powerpc/8xx: Allow pinning IMMR TLB when using early debug consoleChristophe Leroy2018-12-211-1/+1
* | powerpc: use mm zones more sensiblyChristoph Hellwig2018-12-201-6/+2
* | powerpc: implement CONFIG_DEBUG_VIRTUALChristophe Leroy2018-12-191-0/+1
* | powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy2018-12-041-1/+1
* | powerpc/8xx: Temporarily disable 16k pages and hugepagesChristophe Leroy2018-12-041-1/+1
* | powerpc/kconfig: remove PPC_STD_MMU_32 and PPC_STD_MMUChristophe Leroy2018-11-261-1/+1
* | powerpc/kconfig: remove CONFIG_6xxChristophe Leroy2018-11-261-1/+1
|/
* Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-11-031-13/+0
|\
| * powerpc: remove CONFIG_MCA leftoversChristoph Hellwig2018-11-021-4/+0
| * powerpc: remove CONFIG_PCI_QSPANChristoph Hellwig2018-11-021-9/+0
* | mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* | mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0
|/
* powerpc/time: Only set CONFIG_ARCH_HAS_SCALED_CPUTIME on PPC64Christophe Leroy2018-10-201-1/+1
* powerpc: Add support for function error injectionNaveen N. Rao2018-10-201-0/+1
* powerpc: Fix stackprotector detection for non-glibc toolchainsMichael Ellerman2018-10-131-1/+2
* powerpc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2018-10-131-14/+0