summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* powerpc: ima: get the kexec buffer passed by the previous kernelThiago Jung Bauermann2016-12-201-0/+1
* Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-161-1/+40
|\
| * powerpc/64: Define ILLEGAL_POINTER_VALUE for 64-bitMichael Ellerman2016-12-021-0/+7
| * powerpc/kexec: Enable kexec_file_load() syscallThiago Jung Bauermann2016-11-301-0/+13
| * powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead.Thiago Jung Bauermann2016-11-301-1/+1
| * powerpc: Initial stack protector (-fstack-protector) supportChristophe Leroy2016-11-231-0/+1
| * powerpc: Add option to use thin archivesNicholas Piggin2016-11-181-0/+8
| * powerpc/64: Add an option to force run-at-load to test relocationNicholas Piggin2016-11-141-0/+9
| * powerpc: Build-time sort the exception tableNicholas Piggin2016-11-141-0/+1
* | sched/cputime, powerpc, s390: Make scaled cputime arch specificStanislaw Gruszka2016-11-151-0/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-10-071-1/+0
|\
| * atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta2016-10-071-1/+0
* | powerpc: Only disable HAVE_EFFICIENT_UNALIGNED_ACCESS on POWER7 little endianAnton Blanchard2016-10-041-1/+1
* | powerpc/boot: Use CONFIG_KERNEL_GZIPOliver O'Halloran2016-09-281-0/+1
* | powerpc/mm: Update FORCE_MAX_ZONEORDER range to allow hugetlb w/4KAneesh Kumar K.V2016-09-201-1/+1
* | powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITSMichael Ellerman2016-09-131-5/+0
|/
* Merge tag 'usercopy-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2016-08-081-0/+1
|\
| * powerpc/uaccess: Enable hardened usercopyKees Cook2016-07-261-0/+1
* | Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-07-301-39/+32
|\ \
| * \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-07-301-0/+6
| |\ \
| | * | powerpc/8xx: add CONFIG_PIN_TLB_IMMRChristophe Leroy2016-07-091-0/+5
| | * | powerpc32: provide VIRT_CPU_ACCOUNTINGChristophe Leroy2016-07-091-0/+1
| * | | powerpc: Add module autoloading based on CPU featuresAlastair D'Silva2016-07-211-0/+1
| * | | powerpc/32: Remove RELOCATABLE_PPC32Kevin Hao2016-07-191-4/+0
| * | | powerpc: Merge the RELOCATABLE config entries for ppc32 and ppc64Kevin Hao2016-07-191-38/+27
| * | | powerpc/32/booke: Fix the build error when CRASH_DUMP is enabledKevin Hao2016-07-191-1/+1
| |/ /
| * | powerpc/ebpf/jit: Implement JIT compiler for extended BPFNaveen N. Rao2016-06-241-1/+2
* | | Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-07-261-1/+0
|\ \ \ | |_|/ |/| |
| * | powerpc: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-06-081-1/+0
| |/
* / powerpc/bpf/jit: Disable classic BPF JIT on ppc64leNaveen N. Rao2016-06-231-1/+1
|/
* printk/nmi: generic solution for safe printk in NMIPetr Mladek2016-05-201-0/+1
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-3/+4
|\
| * powerpc/fsl: Remove FSL_SOC dependency from FSL_LBCScott Wood2016-05-161-1/+0
| * powerpc: Add HAVE_PERF_USER_STACK_DUMP supportChandan Kumar2016-05-111-0/+1
| * powerpc/perf: Add support for sampling interrupt register stateAnju T2016-04-211-0/+1
| * Merge branch 'topic/livepatch' into nextMichael Ellerman2016-04-181-0/+3
| |\
| * | powerpc/Kconfig: Update config option based on page size.Rashmica Gupta2016-04-111-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-0/+3
|\ \ \
| * \ \ Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/g...Jiri Kosina2016-04-151-0/+22
| |\ \ \ | | | |/ | | |/|
| | * | powerpc/livepatch: Add live patching support on ppc64leMichael Ellerman2016-04-141-0/+3
* | | | bpf: split HAVE_BPF_JIT into cBPF and eBPF variantDaniel Borkmann2016-05-161-1/+1
| |_|/ |/| |
* | | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-2/+21
|\ \ \
| * \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-03-141-1/+1
| |\ \ \
| | * | | powerpc/mpc85xx: Add hotplug support on E5500 and E500MC coreschenhui zhao2016-03-041-1/+1
| * | | | Merge branch 'topic/mprofile-kernel' into nextMichael Ellerman2016-03-111-0/+19
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | powerpc/ftrace: Add Kconfig & Make glue for mprofile-kernelTorsten Duwe2016-03-071-0/+19
| * | | powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V2016-03-031-1/+1
| * | | Merge tag 'powerpc-4.5-4' into nextMichael Ellerman2016-02-251-2/+2
| |\ \ \ | | |/ / | |/| |
* | | | powerpc/mm: enable page parallel initialisationLi Zhang2016-03-171-0/+1
| |_|/ |/| |
* | | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-03-161-4/+0
|\ \ \