summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds2024-09-191-1/+1
|\
| * dma-mapping: clearly mark DMA ops as an architecture featureChristoph Hellwig2024-09-041-1/+1
* | Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-09-191-6/+26
|\ \
| * | powerpc: Replace kretprobe code with rethook on powerpcAbhishek Dubey2024-09-051-0/+1
| * | powerpc/32s: Reduce default size of module/execmem areaChristophe Leroy2024-08-301-3/+4
| * | powerpc/8xx: Reduce default size of module/execmem areaChristophe Leroy2024-08-301-0/+18
| * | powerpc/8xx: Allow setting DATA alignment even with STRICT_KERNEL_RWXChristophe Leroy2024-08-301-5/+5
| |/
* | Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-181-0/+1
|\ \
| * | powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO64Christophe Leroy2024-09-131-1/+1
| * | powerpc/vdso: Wire up getrandom() vDSO implementation on VDSO32Christophe Leroy2024-09-131-0/+1
| |/
* / powerpc/mm: add ARCH_PKEY_BITS to KconfigJoey Gouly2024-09-041-0/+4
|/
* Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-07-231-1/+2
|\
| * treewide: change conditional prompt for choices to 'depends on'Masahiro Yamada2024-07-151-1/+2
* | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-1/+0
|\ \
| * | powerpc/mm: allow hugepages without hugepdChristophe Leroy2024-07-131-1/+0
| |/
* | powerpc: Replace CONFIG_4xx with CONFIG_44xMichael Ellerman2024-06-281-4/+1
* | powerpc: Remove 40x from Kconfig and defconfigMichael Ellerman2024-06-281-6/+6
|/
* powerpc: Limit ARCH_HAS_KERNEL_FPU_SUPPORT to PPC64Samuel Holland2024-05-301-1/+1
* powerpc: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-191-0/+1
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-1/+1
|\
| * mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand2024-04-261-1/+1
* | Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-05-171-0/+4
|\ \
| * | powerpc/crash: add crash CPU hotplug supportSourabh Jain2024-04-231-0/+4
| |/
* | powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateMike Rapoport (IBM)2024-05-141-1/+1
* | Replace macro "ARCH_HAVE_EXTRA_ELF_NOTES" with kconfigVignesh Balasubramanian2024-04-151-0/+1
|/
* powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyHari Bathini2024-03-171-8/+1
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-151-1/+0
|\
| * powerpc: Kconfig: remove tautology in CONFIG_COMPATNathan Chancellor2024-02-231-1/+0
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-151-1/+6
|\ \
| * | ppc, crash: enforce KEXEC and KEXEC_FILE to select CRASH_DUMPBaoquan He2024-02-241-0/+6
| * | crash: remove dependency of FA_DUMP on CRASH_DUMPBaoquan He2024-02-241-2/+0
| * | crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He2024-02-241-1/+1
| * | kexec: split crashkernel reservation code out from crash_core.cBaoquan He2024-02-241-0/+1
| |/
* | Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-121-1/+1
|\ \
| * | ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook2024-02-061-1/+1
| |/
* / arch: simplify architecture specific page size configurationArnd Bergmann2024-03-061-25/+6
|/
* Merge tag 'powerpc-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-01-211-0/+1
|\
| * powerpc/64s: Increase default stack size to 32KBMichael Ellerman2024-01-181-0/+1
* | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-091-1/+1
|\ \
| * | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-091-1/+1
* | | Merge tag 'powerpc-6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-01-091-0/+1
|\ \ \ | |/ / |/| |
| * | powerpc/Kconfig: Select FUNCTION_ALIGNMENT_4BSathvika Vasireddy2023-12-131-0/+1
| |/
* / kexec: fix KEXEC_FILE dependenciesArnd Bergmann2023-12-201-2/+2
|/
* powerpc/trace: Add support for HAVE_FUNCTION_ARG_ACCESS_APINaveen N Rao2023-10-201-0/+1
* powerpc/mm: Allow ARCH_FORCE_MAX_ORDER up to 12Michael Ellerman2023-10-151-1/+1
* powerpc: Fix build issue with LD_DEAD_CODE_DATA_ELIMINATION and FTRACE_MCOUNT...Naveen N Rao2023-09-181-1/+1
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-311-9/+14
|\
| * powerpc/ftrace: Add support for -fpatchable-function-entryNaveen N Rao2023-08-211-3/+11
| * powerpc/idle: Add support for nohltVaibhav Jain2023-08-181-0/+1
| * powerpc: Remove CONFIG_PCI_8260Christophe Leroy2023-08-161-6/+0