summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-221-1/+4
| * | powerpc: Add generic PAGE_SIZE config symbolsMichael Ellerman2022-05-221-0/+16
| * | powerpc: Finalise cleanup around ABI useChristophe Leroy2022-05-191-1/+1
| * | powerpc/mm: Convert to default topdown mmap layoutChristophe Leroy2022-05-051-1/+1
| |/
* | Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-261-0/+1
|\ \
| * | powerpc: Select ARCH_WANTS_MODULES_DATA_IN_VMALLOC on book3s/32 and 8xxChristophe Leroy2022-04-051-0/+1
| |/
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-0/+1
|\ \
| * | powerpc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-04-281-0/+1
| |/
* / kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCSMasahiro Yamada2022-05-241-1/+0
|/
* Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-251-2/+8
|\
| * Merge branch 'topic/func-desc-lkdtm' into nextMichael Ellerman2022-03-071-0/+1
| |\
| | * asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy2022-02-161-0/+1
| * | powerpc/32s: Enable STRICT_MODULE_RWX for the 603 coreChristophe Leroy2022-02-121-1/+1
| * | powerpc/ftrace: Implement CONFIG_DYNAMIC_FTRACE_WITH_ARGSChristophe Leroy2022-02-071-0/+1
| * | powerpc/ftrace: Add support for livepatch to PPC32Christophe Leroy2022-02-071-1/+5
| |/
* / usercopy: Check valid lifetime via stack depthKees Cook2022-02-251-0/+1
|/
* 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