aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
Commit message (Expand)AuthorAge
* powerpc/ftrace: Fix confusing help text for DISABLE_MPROFILE_KERNELAnton Blanchard2017-05-14
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-08
|\
| * atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta2016-10-07
* | powerpc: Only disable HAVE_EFFICIENT_UNALIGNED_ACCESS on POWER7 little endianAnton Blanchard2016-10-04
* | powerpc/boot: Use CONFIG_KERNEL_GZIPOliver O'Halloran2016-09-28
* | powerpc/mm: Update FORCE_MAX_ZONEORDER range to allow hugetlb w/4KAneesh Kumar K.V2016-09-20
* | powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITSMichael Ellerman2016-09-13
|/
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-08
|\
| * powerpc/uaccess: Enable hardened usercopyKees Cook2016-07-26
* | Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-31
|\ \
| * \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-07-29
| |\ \
| | * | powerpc/8xx: add CONFIG_PIN_TLB_IMMRChristophe Leroy2016-07-09
| | * | powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy2016-07-09
| * | | powerpc: Add module autoloading based on CPU featuresAlastair D'Silva2016-07-21
| * | | powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao2016-07-19
| * | | powerpc: Merge the RELOCATABLE config entries for ppc32 and ppc64Kevin Hao2016-07-19
| * | | powerpc/32/booke: Fix the build error when CRASH_DUMP is enabledKevin Hao2016-07-19
| |/ /
| * | powerpc/ebpf/jit: Implement JIT compiler for extended BPFNaveen N. Rao2016-06-24
* | | Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-07-26
|\ \ \ | |_|/ |/| |
| * | powerpc: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-06-08
| |/
* / powerpc/bpf/jit: Disable classic BPF JIT on ppc64leNaveen N. Rao2016-06-22
|/
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-20
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-20
|\
| * powerpc/fsl: Remove FSL_SOC dependency from FSL_LBCScott Wood2016-05-16
| * powerpc: Add HAVE_PERF_USER_STACK_DUMP supportChandan Kumar2016-05-11
| * powerpc/perf: Add support for sampling interrupt register stateAnju T2016-04-21
| * Merge branch 'topic/livepatch' into nextMichael Ellerman2016-04-18
| |\
| * | powerpc/Kconfig: Update config option based on page size.Rashmica Gupta2016-04-11
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-17
|\ \ \
| * \ \ Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/g...Jiri Kosina2016-04-15
| |\ \ \ | | | |/ | | |/|
| | * | powerpc/livepatch: Add live patching support on ppc64leMichael Ellerman2016-04-14
* | | | bpf: split HAVE_BPF_JIT into cBPF and eBPF variantDaniel Borkmann2016-05-16
| |_|/ |/| |
* | | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-19
|\ \ \
| * \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-03-14
| |\ \ \
| | * | | powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao2016-03-05
| * | | | Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman2016-03-10
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | powerpc/ftrace: Add Kconfig & Make glue for mprofile-kernelTorsten Duwe2016-03-06
| * | | powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V2016-03-03
| * | | Merge tag 'powerpc-4.5-4' into nextMichael Ellerman2016-02-25
| |\ \ \ | | |/ / | |/| |
* | | | powerpc/mm: enable page parallel initialisationLi Zhang2016-03-17
| |_|/ |/| |
* | | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-16
|\ \ \
| * | | PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas2016-03-08
| * | | PCI: Include pci/pcie/Kconfig directly from pci/KconfigBogicevic Sasa2016-03-08
| |/ /
* | | Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-02-20
|\ \ \ | |/ / |/| / | |/
| * powerpc/book3s_32: Fix build error with checkpoint restartAneesh Kumar K.V2016-01-30
* | dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig2016-01-20
* | powerpc: enable UBSAN supportDaniel Axtens2016-01-20
|/
* Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon2016-01-16
* Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-15
|\
| * QE: Move QE from arch/powerpc to drivers/socZhao Qiang2015-12-22