summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-11-231-3/+23
|\
| * samples/ftrace: Add support for ftrace direct samples on powerpcNaveen N Rao2024-10-311-0/+2
| * powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLSNaveen N Rao2024-10-311-0/+1
| * powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPSNaveen N Rao2024-10-311-0/+1
| * powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubsNaveen N Rao2024-10-311-0/+12
| * powerpc64/ftrace: Move ftrace sequence out of lineNaveen N Rao2024-10-311-0/+4
| * powerpc/ftrace: Add a postlink script to validate function tracerNaveen N Rao2024-10-311-1/+1
| * powerpc: Fix stack protector Kconfig test for clangNathan Chancellor2024-10-231-2/+2
* | Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-11-201-0/+8
|\ \
| * | powerpc: Add kconfig option for the systemcfg pageThomas Weißschuh2024-11-021-0/+8
| |/
* / crash, powerpc: default to CRASH_DUMP=n on PPC_BOOK3S_32Dave Vasilevsky2024-11-151-0/+4
|/
* 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
|\ \