aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar1-3/+18
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers1-0/+1
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+17
2018-01-31mm: relax deferred struct page requirementsPavel Tatashin1-1/+0
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2018-01-21Merge branch 'fixes' into nextMichael Ellerman1-0/+1
2018-01-21powerpc: restore alphabetic order in KconfigChristophe Leroy1-2/+2
2018-01-20powerpc: initial pkey plumbingRam Pai1-0/+15
2018-01-17powerpc/64s: Wire up cpu_show_meltdown()Michael Ellerman1-0/+1
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-0/+1
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+5
2017-11-13powerpc/lib: Implement UACCESS_FLUSHCACHE APIOliver O'Halloran1-0/+1
2017-11-13powerpc/lib: Implement PMEM APIOliver O'Halloran1-0/+1
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-07Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-10/+28
2017-09-01powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras1-4/+0
2017-08-18kernel/watchdog: fix Kconfig constraints for perf hardlockup watchdogNicholas Piggin1-1/+1
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