summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/Kconfig.cputype
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-08-311-0/+7
|\
| * powerpc/64s: Move CPU -mtune options into KconfigMichael Ellerman2023-08-251-0/+7
* | powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V2023-08-181-0/+1
|/
* powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin2023-04-201-0/+18
* powerpc/64: Add support to build with prefixed instructionsNicholas Piggin2023-04-201-0/+20
* powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500Christophe Leroy2023-02-151-1/+1
* powerpc: Disable CPU unknown by CLANG when CC_IS_CLANGChristophe Leroy2023-02-081-0/+8
* powerpc/64: Set default CPU in KconfigChristophe Leroy2023-01-301-5/+7
* powerpc/64: Option to build big-endian with ELFv2 ABINicholas Piggin2022-12-021-2/+2
* powerpc: add compile-time support for lbarx, lharxNicholas Piggin2022-11-241-0/+5
* powerpc/64s: POWER10 CPU Kconfig build optionNicholas Piggin2022-09-281-0/+6
* powerpc/64s: update cpu selection optionsNicholas Piggin2022-09-281-4/+4
* powerpc: Simplify redundant Kconfig testsChristophe Leroy2022-09-261-1/+1
* powerpc: Replace PPC_85xx || PPC_BOOKE_64 by PPC_E500Christophe Leroy2022-09-261-1/+1
* powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy2022-09-261-4/+0
* powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-261-12/+4
* powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy2022-09-261-13/+13
* powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-261-7/+3
* powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2022-09-261-8/+3
* powerpc/64e: Tie PPC_BOOK3E_64 to PPC_E500MCChristophe Leroy2022-09-261-0/+2
* powerpc/64e: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy2022-07-271-4/+4
* powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy2022-07-271-1/+16
* powerpc/405: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy2022-07-271-1/+6
* powerpc/32: Don't always pass -mcpu=powerpc to the compilerChristophe Leroy2022-07-271-3/+18
* powerpc/32: Do not allow selection of e5500 or e6500 CPUs on PPC32Christophe Leroy2022-07-271-2/+2
* powerpc/64e: KASAN Full support for BOOK3E/64Christophe Leroy2022-06-291-1/+0
* powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-221-0/+1
* powerpc: Add CONFIG_PPC64_ELF_ABI_V1 and CONFIG_PPC64_ELF_ABI_V2Christophe Leroy2022-05-191-0/+6
* powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy2022-05-051-4/+0
* powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3EMichael Ellerman2022-03-081-1/+2
* powerpc: Remove CONFIG_PPC_HAVE_KUAP and CONFIG_PPC_HAVE_KUEPChristophe Leroy2021-12-091-21/+0
* powerpc/kuap: Wire-up KUAP on book3e/64Christophe Leroy2021-12-091-0/+1
* powerpc/kuap: Wire-up KUAP on 85xx in 32 bits mode.Christophe Leroy2021-12-091-0/+1
* powerpc/kuap: Wire-up KUAP on 40xChristophe Leroy2021-12-091-2/+5
* powerpc/kuap: Wire-up KUAP on 44xChristophe Leroy2021-12-091-0/+1
* powerpc/kuap: Make PPC_KUAP_DEBUG depend on PPC_KUAP onlyChristophe Leroy2021-12-091-1/+1
* powerpc/config: Add CONFIG_BOOKE_OR_40xChristophe Leroy2021-12-091-0/+5
* powerpc/book3e: Activate KUEP at all timeChristophe Leroy2021-12-091-0/+2
* powerpc/44x: Activate KUEP at all timeChristophe Leroy2021-12-091-0/+1
* powerpc/8xx: Activate KUEP at all timeChristophe Leroy2021-12-091-0/+1
* powerpc/64s: Make hash MMU support configurableNicholas Piggin2021-12-091-2/+26
* powerpc: Re-enable ARCH_ENABLE_SPLIT_PMD_PTLOCKLukas Bulwahn2021-08-201-1/+1
* powerpc/mm: enable HAVE_MOVE_PMD supportAneesh Kumar K.V2021-07-081-0/+2
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-021-9/+6
|\
| * powerpc/32s: Activate KUAP and KUEP by defaultChristophe Leroy2021-06-171-2/+2
| * powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy2021-06-171-0/+1
| * powerpc: Remove CONFIG_PPC_MMU_NOHASH_32Christophe Leroy2021-06-171-4/+0
| * powerpc: Define NR_CPUS all the timeChristophe Leroy2021-05-171-3/+3
* | mm: generalize ZONE_[DMA|DMA32]Kefeng Wang2021-06-301-0/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-051-11/+5
|\