summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-13/+4
|\
| * mm: percpu: generalize percpu related configKefeng Wang2022-01-201-13/+4
* | powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-1/+1
* | powerpc/64s: Make hash MMU support configurableNicholas Piggin2021-12-091-1/+2
* | powerpc: make memremap_compat_align 64s-onlyNicholas Piggin2021-12-021-1/+1
* | powerpc/ftrace: Activate HAVE_DYNAMIC_FTRACE_WITH_REGS on PPC32Christophe Leroy2021-11-291-2/+2
* | powerpc: select CPUMASK_OFFSTACK if NR_CPUS >= 8192Nicholas Piggin2021-11-291-0/+1
|/
* powerpc/64s: Default to 64K pages for 64 bit book3sJoel Stanley2021-10-271-0/+1
* Revert "powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC"Michael Ellerman2021-10-271-1/+4
* powerpc: Activate CONFIG_STRICT_KERNEL_RWX by defaultChristophe Leroy2021-10-221-0/+1
* powerpc/32: Add support for out-of-line static callsChristophe Leroy2021-10-221-0/+1
* powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERICChristophe Leroy2021-10-221-4/+1
* powerpc/fsl_booke: Enable STRICT_KERNEL_RWXChristophe Leroy2021-10-221-2/+9
* powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and KFENCEChristophe Leroy2021-10-221-3/+3
* Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-09-051-4/+1
|\
| * tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada2021-08-161-4/+1
* | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-031-0/+2
|\ \
| * | powerpc/ptdump: Convert powerpc to GENERIC_PTDUMPChristophe Leroy2021-08-251-0/+2
| |/
* | Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-09-011-2/+0
|\ \
| * | asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann2021-07-301-2/+0
| |/
* / arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn2021-07-301-1/+0
|/
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-021-1/+5
|\
| * powerpc: Add Microwatt platformPaul Mackerras2021-06-211-1/+1
| * powerpc: Set ARCH_HAS_STRICT_MODULE_RWXRussell Currey2021-06-211-0/+2
| * powerpc/mm: Implement set_memory() routinesRussell Currey2021-06-211-0/+1
| * powerpc: Kconfig: disable CONFIG_COMPAT for clang < 12Nick Desaulniers2021-05-231-0/+1
* | mm: generalize ZONE_[DMA|DMA32]Kefeng Wang2021-06-301-4/+0
* | powerpc/8xx: add support for huge pages on VMAP and VMALLOCChristophe Leroy2021-06-301-1/+1
* | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-1/+1
|/
* Merge branch 'master' into nextMichael Ellerman2021-05-081-15/+4
|\
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-051-14/+3
| |\
| | * mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual2021-05-051-6/+2
| | * mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Anshuman Khandual2021-05-051-3/+0
| | * mm: generalize HUGETLB_PAGE_SIZE_VARIABLEAnshuman Khandual2021-05-051-5/+1
* | | powerpc/kconfig: Restore alphabetic order of the selects under CONFIG_PPCChristophe Leroy2021-05-041-17/+17
* | | powerpc/64s/radix: Enable huge vmalloc mappingsNicholas Piggin2021-05-041-0/+1
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-301-0/+1
|\|
| * mm/memtest: add ARCH_USE_MEMTESTAnshuman Khandual2021-04-301-0/+1
* | Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-04-301-14/+18
|\ \ | |/ |/|
| * powerpc: Enable OPTPROBES on PPC32Christophe Leroy2021-04-211-1/+1
| * powerpc/vdso: Add support for time namespacesChristophe Leroy2021-04-141-1/+2
| * powerpc/32s: Define a MODULE area below kernel text all the timeChristophe Leroy2021-04-141-1/+1
| * powerpc/mm/64s: Allow STRICT_KERNEL_RWX againMichael Ellerman2021-04-081-1/+1
| * powerpc: Switch to relative jump labelsChristophe Leroy2021-04-031-0/+1
| * powerpc/bpf: Implement extended BPF on PPC32Christophe Leroy2021-04-031-1/+1
| * powerpc/bpf: Remove classical BPF support for PPC32Christophe Leroy2021-04-031-1/+0
| * powerpc/mm: Revert "powerpc/mm: Remove DEBUG_VM_PGTABLE support on powerpc"Aneesh Kumar K.V2021-03-311-0/+1
| * powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configurationChen Huang2021-03-291-1/+1
| * powerpc: Convert stacktrace to generic ARCH_STACKWALKChristophe Leroy2021-03-291-0/+1
| * powerpc: Activate HAVE_RELIABLE_STACKTRACE for allChristophe Leroy2021-03-291-1/+1