aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+17
2019-11-28powerpc: Ultravisor: Add PPC_UV config optionAnshuman Khandual1-0/+17
2019-11-19powerpc: Add support for GENERIC_EARLY_IOREMAPChristophe Leroy1-0/+1
2019-11-14Merge branch 'topic/kaslr-book3e32' into nextMichael Ellerman1-0/+11
2019-11-13powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan1-0/+11
2019-11-13Merge branch 'topic/secureboot' into nextMichael Ellerman1-0/+22
2019-11-13powerpc: expose secure variables to userspace via sysfsNayna Jain1-0/+11
2019-11-12powerpc/ima: Add support to initialize ima policy rulesNayna Jain1-0/+1
2019-11-12powerpc: Detect the secure boot mode of the systemNayna Jain1-0/+10
2019-11-07powerpc: Support CMDLINE_EXTENDChris Packham1-1/+19
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-17/+26
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+1
2019-09-16Merge branch 'parisc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-0/+1
2019-09-14powerpc/opalcore: export /sys/firmware/opal/core for analysing opal crashesHari Bathini1-0/+9
2019-09-14powerpc/fadump: add support to preserve crash data on FADUMP disabled kernelHari Bathini1-0/+9
2019-09-14powerpc/fadump: add fadump support on powernvHari Bathini1-2/+3
2019-09-06kexec: add KEXEC_ELFSven Schnelle1-0/+1
2019-08-28powerpc: use the generic dma coherent remap allocatorChristoph Hellwig1-12/+0
2019-08-28powerpc: convert to copy_thread_tlsNicholas Piggin1-0/+1
2019-08-27powerpc/64: don't select ARCH_HAS_SCALED_CPUTIME on book3EChristophe Leroy1-1/+1
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada1-0/+1
2019-08-21powerpc: add machine check safe copy_to_userSantosh Sivaraj1-0/+1
2019-08-10dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig1-1/+0
2019-08-05powerpc/32: activate ARCH_HAS_PMEM_API and ARCH_HAS_UACCESS_FLUSHCACHEChristophe Leroy1-2/+2
2019-07-24Merge tag 'powerpc-5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+1
2019-07-19powerpc/dma: Fix invalid DMA mmap behaviorShawn Anastasio1-0/+1
2019-07-16mm: introduce ARCH_HAS_PTE_DEVMAPRobin Murphy1-1/+1
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-20/+28
2019-07-12mm: move the powerpc hugepd code to mm/gup.cChristoph Hellwig1-0/+1
2019-07-12mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig1-1/+1
2019-07-05powerpc/boot: Add lzo support for uImageChristophe Leroy1-0/+1
2019-07-05powerpc/boot: Add lzma support for uImageChristophe Leroy1-0/+1
2019-07-04powerpc/Kconfig: Clean up formattingEnrico Weigelt, metux IT consult1-20/+20
2019-07-03powerpc: Fix compile issue with force DAWRMichael Neuling1-0/+4
2019-07-01powerpc/ftrace: Enable C Version of recordmcountChristophe Leroy1-0/+1
2019-06-19powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAPNicholas Piggin1-0/+1
2019-06-08docs: move protection-keys.rst to the core-api bookMauro Carvalho Chehab1-1/+1
2019-05-14mm: memblock: make keeping memblock memory opt-in rather than opt-outMike Rapoport1-0/+1
2019-05-10Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-5/+5
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+1
2019-05-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+0
2019-05-03kernel/cpu: Allow non-zero CPU to be primary for suspend / kexec freezeNicholas Piggin1-0/+4
2019-05-03powerpc/32: Add KASAN supportChristophe Leroy1-0/+1
2019-05-03powerpc: remove CONFIG_CMDLINE #ifdef messChristophe Leroy1-3/+3
2019-05-03powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy1-1/+1
2019-05-03powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy1-1/+0
2019-04-08powerpc/mmiowb: Hook up mmwiob() implementation to asm-generic codeWill Deacon1-0/+1
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-7/+0
2019-04-03asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATEPeter Zijlstra1-0/+1