aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-15powerpc/mm: Implement STRICT_KERNEL_RWX on PPC32Christophe Leroy1-1/+1
2017-08-15powerpc/8xx: Do not allow Pinned TLBs with STRICT_KERNEL_RWX or DEBUG_PAGEALLOCChristophe Leroy1-1/+2
2017-08-15powerpc/8xx: Make pinning of ITLBs optionalChristophe Leroy1-0/+10
2017-08-14powerpc/8xx: Fix two CONFIG_8xx left behindChristophe Leroy1-1/+1
2017-08-10powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy1-2/+2
2017-08-10powerpc/kconfig: Simplify PCI_QSPAN selectionChristophe Leroy1-2/+2
2017-08-10powerpc: Fix powerpc-specific watchdog build configurationNicholas Piggin1-0/+11
2017-07-12include/linux/string.h: add the option of fortified string.h functionsDaniel Micay1-0/+1
2017-07-12powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin1-3/+4
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin1-0/+1
2017-07-07Merge tag 'kbuild-thinar-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-8/+0
2017-07-07Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-9/+16
2017-07-04powerpc/Kconfig: Enable STRICT_KERNEL_RWX for some configsBalbir Singh1-0/+2
2017-07-03Merge branch 'fixes' into nextMichael Ellerman1-16/+0
2017-07-02powerpc/mm: Enable ZONE_DEVICE on powerpcOliver O'Halloran1-0/+1
2017-06-30kbuild: thin archives make default for all archsNicholas Piggin1-8/+0
2017-06-22Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar1-5/+0
2017-06-22powerpc: Convert VDSO update function to use new update_vsyscall interfacePaul Mackerras1-1/+1
2017-06-13x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov1-1/+1
2017-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-5/+0
2017-06-09security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni1-5/+0
2017-06-08powerpc/book3s64: Move PPC_DT_CPU_FTRs and enable it by defaultMichael Ellerman1-11/+0
2017-06-02powerpc: Remove __ilog2()s and use generic onesChristophe Leroy1-8/+0
2017-06-01powerpc/64s: Add dt_cpu_ftrs boot time setup optionNicholas Piggin1-5/+0
2017-05-30powerpc/64: Handle linker stubs in low .text codeNicholas Piggin1-0/+11
2017-05-30powerpc: Add HAVE_IRQ_TIME_ACCOUNTINGAnton Blanchard1-0/+1
2017-05-12Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+16
2017-05-10Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2017-05-09powerpc/64s: Support new device tree binding for discovering CPU featuresNicholas Piggin1-0/+16
2017-05-08powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini1-4/+6
2017-05-05Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+63
2017-05-01powerpc/64: Allow CONFIG_RELOCATABLE if COMPILE_TESTNicholas Piggin1-2/+2
2017-04-28powerpc: Add NMI IPI infrastructureNicholas Piggin1-0/+5
2017-04-26HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro1-1/+0
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro1-1/+0
2017-04-25Merge branch 'topic/kprobes' into nextMichael Ellerman1-0/+1
2017-04-24powerpc/kprobes: Add support for KPROBES_ON_FTRACENaveen N. Rao1-0/+1
2017-04-21powerpc/mm: Add support for runtime configuration of ASLR limitsMichael Ellerman1-0/+44
2017-04-18rcu: Make arch select smp_mb__after_unlock_lock() strengthPaul E. McKenney1-0/+1
2017-04-11powerpc: Make sparsemem the default on 64-bit Book3SMichael Ellerman1-1/+1
2017-04-06powerpc: get rid of zeroing, switch to RAW_COPY_USERAl Viro1-0/+1
2017-03-20powerpc: Move THREAD_SHIFT config to KconfigHamish Martin1-0/+10
2017-03-06powerpc: Sort the selects under CONFIG_PPCMichael Ellerman1-66/+72
2017-03-01Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2017-02-22Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+6
2017-02-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman1-1/+1
2017-02-10powerpc/ftrace: Fix confusing help text for DISABLE_MPROFILE_KERNELAnton Blanchard1-2/+2
2017-02-10powerpc/kprobes: Implement OptprobesAnju T1-0/+1
2017-02-03Merge tag 'powerpc-4.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+0
2017-02-03modversions: treat symbol CRCs as 32 bit quantitiesArd Biesheuvel1-0/+1