summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configurationChen Huang2021-05-141-1/+1
* powerpc/47x: Disable 256k page sizeChristophe Leroy2021-03-041-1/+1
* powerpc/rtas: Restrict RTAS requests from userspaceAndrew Donnellan2020-11-051-0/+13
* powerpc: select ARCH_WANT_IRQS_OFF_ACTIVATE_MMNicholas Piggin2020-11-051-0/+1
* powerpc/kasan: Fix stack overflow by increasing THREAD_SHIFTChristophe Leroy2020-06-241-0/+1
* powerpc/32: Disable KASAN with pages bigger than 16kChristophe Leroy2020-06-221-1/+1
* powerpc/64s: Disable STRICT_KERNEL_RWXMichael Ellerman2020-05-271-1/+1
* powerpc: Remove STRICT_KERNEL_RWX incompatibility with RELOCATABLERussell Currey2020-05-271-1/+1
* mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra2020-02-111-1/+0
* of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman2020-02-111-0/+1
* powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V2020-02-111-1/+1
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-17/+26
|\
| * powerpc/opalcore: export /sys/firmware/opal/core for analysing opal crashesHari Bathini2019-09-141-0/+9
| * powerpc/fadump: add support to preserve crash data on FADUMP disabled kernelHari Bathini2019-09-141-0/+9
| * powerpc/fadump: add fadump support on powernvHari Bathini2019-09-141-2/+3
| * powerpc: use the generic dma coherent remap allocatorChristoph Hellwig2019-08-281-12/+0
| * powerpc: convert to copy_thread_tlsNicholas Piggin2019-08-281-0/+1
| * powerpc/64: don't select ARCH_HAS_SCALED_CPUTIME on book3EChristophe Leroy2019-08-271-1/+1
| * powerpc: add machine check safe copy_to_userSantosh Sivaraj2019-08-211-0/+1
| * powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHEChristophe Leroy2019-08-051-2/+2
* | Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-09-201-0/+1
|\ \
| * | kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada2019-08-221-0/+1
| |/
* | Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-161-0/+1
|\ \
| * | kexec: add KEXEC_ELFSven Schnelle2019-09-061-0/+1
| |/
* / dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig2019-08-101-1/+0
|/
* Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-241-0/+1
|\
| * powerpc/dma: Fix invalid DMA mmap behaviorShawn Anastasio2019-07-191-0/+1
* | mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy2019-07-161-1/+1
|/
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-20/+28
|\
| * powerpc/boot: Add lzo support for uImageChristophe Leroy2019-07-051-0/+1
| * powerpc/boot: Add lzma support for uImageChristophe Leroy2019-07-051-0/+1
| * powerpc/Kconfig: Clean up formattingEnrico Weigelt, metux IT consult2019-07-041-20/+20
| * powerpc: Fix compile issue with force DAWRMichael Neuling2019-07-031-0/+4
| * powerpc/ftrace: Enable C Version of recordmcountChristophe Leroy2019-07-011-0/+1
| * powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAPNicholas Piggin2019-06-191-0/+1
* | mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig2019-07-121-0/+1
* | mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig2019-07-121-1/+1
* | docs: move protection-keys.rst to the core-api bookMauro Carvalho Chehab2019-06-081-1/+1
|/
* mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport2019-05-141-0/+1
* Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-101-5/+5
|\
| * powerpc/32: Add KASAN supportChristophe Leroy2019-05-031-0/+1
| * powerpc: remove CONFIG_CMDLINE #ifdef messChristophe Leroy2019-05-031-3/+3
| * powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy2019-05-031-1/+1
| * powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy2019-05-031-1/+0
* | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-0/+1
|\ \
| * | powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon2019-04-081-0/+1
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-061-0/+4
|\ \
| * | kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freezeNicholas Piggin2019-05-031-0/+4
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-05-061-7/+0
|\ \
| * | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-7/+0
| |/