aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-25usercopy: Check valid lifetime via stack depthKees Cook1-0/+1
2022-02-16asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORSChristophe Leroy1-0/+1
2022-02-12powerpc/32s: Enable STRICT_MODULE_RWX for the 603 coreChristophe Leroy1-1/+1
2022-02-07powerpc/ftrace: Implement CONFIG_DYNAMIC_FTRACE_WITH_ARGSChristophe Leroy1-0/+1
2022-02-07powerpc/ftrace: Add support for livepatch to PPC32Christophe Leroy1-1/+5
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-13/+4
2022-01-20mm: percpu: generalize percpu related configKefeng Wang1-13/+4
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin1-1/+1
2021-12-09powerpc/64s: Make hash MMU support configurableNicholas Piggin1-1/+2
2021-12-02powerpc: make memremap_compat_align 64s-onlyNicholas Piggin1-1/+1
2021-11-29powerpc/ftrace: Activate HAVE_DYNAMIC_FTRACE_WITH_REGS on PPC32Christophe Leroy1-2/+2
2021-11-29powerpc: select CPUMASK_OFFSTACK if NR_CPUS >= 8192Nicholas Piggin1-0/+1
2021-10-27powerpc/64s: Default to 64K pages for 64 bit book3sJoel Stanley1-0/+1
2021-10-27Revert "powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC"Michael Ellerman1-1/+4
2021-10-22powerpc: Activate CONFIG_STRICT_KERNEL_RWX by defaultChristophe Leroy1-0/+1
2021-10-22powerpc/32: Add support for out-of-line static callsChristophe Leroy1-0/+1
2021-10-22powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERICChristophe Leroy1-4/+1
2021-10-22powerpc/fsl_booke: Enable STRICT_KERNEL_RWXChristophe Leroy1-2/+9
2021-10-22powerpc/booke: Disable STRICT_KERNEL_RWX, DEBUG_PAGEALLOC and KFENCEChristophe Leroy1-3/+3
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-4/+1
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+2
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-2/+0
2021-08-25powerpc/ptdump: Convert powerpc to GENERIC_PTDUMPChristophe Leroy1-0/+2
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-4/+1
2021-07-30arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn1-1/+0
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann1-2/+0
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+5
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang1-4/+0
2021-06-30powerpc/8xx: add support for huge pages on VMAP and VMALLOCChristophe Leroy1-1/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-1/+1
2021-06-21powerpc: Add Microwatt platformPaul Mackerras1-1/+1
2021-06-21powerpc: Set ARCH_HAS_STRICT_MODULE_RWXRussell Currey1-0/+2
2021-06-21powerpc/mm: Implement set_memory() routinesRussell Currey1-0/+1
2021-05-23powerpc: Kconfig: disable CONFIG_COMPAT for clang < 12Nick Desaulniers1-0/+1
2021-05-08Merge branch 'master' into nextMichael Ellerman1-15/+4
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-14/+3
2021-05-05mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual1-6/+2
2021-05-05mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Anshuman Khandual1-3/+0
2021-05-05mm: generalize HUGETLB_PAGE_SIZE_VARIABLEAnshuman Khandual1-5/+1
2021-05-04powerpc/kconfig: Restore alphabetic order of the selects under CONFIG_PPCChristophe Leroy1-17/+17
2021-05-04powerpc/64s/radix: Enable huge vmalloc mappingsNicholas Piggin1-0/+1
2021-04-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-14/+18
2021-04-30mm/memtest: add ARCH_USE_MEMTESTAnshuman Khandual1-0/+1
2021-04-21powerpc: Enable OPTPROBES on PPC32Christophe Leroy1-1/+1
2021-04-14powerpc/vdso: Add support for time namespacesChristophe Leroy1-1/+2
2021-04-14powerpc/32s: Define a MODULE area below kernel text all the timeChristophe Leroy1-1/+1
2021-04-08powerpc/mm/64s: Allow STRICT_KERNEL_RWX againMichael Ellerman1-1/+1
2021-04-03powerpc: Switch to relative jump labelsChristophe Leroy1-0/+1
2021-04-03powerpc/bpf: Implement extended BPF on PPC32Christophe Leroy1-1/+1