aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/Kconfig.cputype
AgeCommit message (Expand)AuthorFilesLines
2023-02-15powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500Gravatar Christophe Leroy 1-1/+1
2023-02-08powerpc: Disable CPU unknown by CLANG when CC_IS_CLANGGravatar Christophe Leroy 1-0/+8
2023-01-30powerpc/64: Set default CPU in KconfigGravatar Christophe Leroy 1-5/+7
2022-12-02powerpc/64: Option to build big-endian with ELFv2 ABIGravatar Nicholas Piggin 1-2/+2
2022-11-24powerpc: add compile-time support for lbarx, lharxGravatar Nicholas Piggin 1-0/+5
2022-09-28powerpc/64s: POWER10 CPU Kconfig build optionGravatar Nicholas Piggin 1-0/+6
2022-09-28powerpc/64s: update cpu selection optionsGravatar Nicholas Piggin 1-4/+4
2022-09-26powerpc: Simplify redundant Kconfig testsGravatar Christophe Leroy 1-1/+1
2022-09-26powerpc: Replace PPC_85xx || PPC_BOOKE_64 by PPC_E500Gravatar Christophe Leroy 1-1/+1
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUGravatar Christophe Leroy 1-4/+0
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EGravatar Christophe Leroy 1-12/+4
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Gravatar Christophe Leroy 1-13/+13
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EGravatar Christophe Leroy 1-7/+3
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEGravatar Christophe Leroy 1-8/+3
2022-09-26powerpc/64e: Tie PPC_BOOK3E_64 to PPC_E500MCGravatar Christophe Leroy 1-0/+2
2022-07-27powerpc/64e: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Gravatar Christophe Leroy 1-4/+4
2022-07-27powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Gravatar Christophe Leroy 1-1/+16
2022-07-27powerpc/405: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Gravatar Christophe Leroy 1-1/+6
2022-07-27powerpc/32: Don't always pass -mcpu=powerpc to the compilerGravatar Christophe Leroy 1-3/+18
2022-07-27powerpc/32: Do not allow selection of e5500 or e6500 CPUs on PPC32Gravatar Christophe Leroy 1-2/+2
2022-06-29powerpc/64e: KASAN Full support for BOOK3E/64Gravatar Christophe Leroy 1-1/+0
2022-05-22powerpc: Book3S 64-bit outline-only KASAN supportGravatar Daniel Axtens 1-0/+1
2022-05-19powerpc: Add CONFIG_PPC64_ELF_ABI_V1 and CONFIG_PPC64_ELF_ABI_V2Gravatar Christophe Leroy 1-0/+6
2022-05-05powerpc/mm: Remove CONFIG_PPC_MM_SLICESGravatar Christophe Leroy 1-4/+0
2022-03-08powerpc/64e: Tie PPC_BOOK3E_64 to PPC_FSL_BOOK3EGravatar Michael Ellerman 1-1/+2
2021-12-09powerpc: Remove CONFIG_PPC_HAVE_KUAP and CONFIG_PPC_HAVE_KUEPGravatar Christophe Leroy 1-21/+0
2021-12-09powerpc/kuap: Wire-up KUAP on book3e/64Gravatar Christophe Leroy 1-0/+1
2021-12-09powerpc/kuap: Wire-up KUAP on 85xx in 32 bits mode.Gravatar Christophe Leroy 1-0/+1
2021-12-09powerpc/kuap: Wire-up KUAP on 40xGravatar Christophe Leroy 1-2/+5
2021-12-09powerpc/kuap: Wire-up KUAP on 44xGravatar Christophe Leroy 1-0/+1
2021-12-09powerpc/kuap: Make PPC_KUAP_DEBUG depend on PPC_KUAP onlyGravatar Christophe Leroy 1-1/+1
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xGravatar Christophe Leroy 1-0/+5
2021-12-09powerpc/book3e: Activate KUEP at all timeGravatar Christophe Leroy 1-0/+2
2021-12-09powerpc/44x: Activate KUEP at all timeGravatar Christophe Leroy 1-0/+1
2021-12-09powerpc/8xx: Activate KUEP at all timeGravatar Christophe Leroy 1-0/+1
2021-12-09powerpc/64s: Make hash MMU support configurableGravatar Nicholas Piggin 1-2/+26
2021-08-20powerpc: Re-enable ARCH_ENABLE_SPLIT_PMD_PTLOCKGravatar Lukas Bulwahn 1-1/+1
2021-07-08powerpc/mm: enable HAVE_MOVE_PMD supportGravatar Aneesh Kumar K.V 1-0/+2
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-9/+6
2021-06-30mm: generalize ZONE_[DMA|DMA32]Gravatar Kefeng Wang 1-0/+1
2021-06-17powerpc/32s: Activate KUAP and KUEP by defaultGravatar Christophe Leroy 1-2/+2
2021-06-17powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Gravatar Christophe Leroy 1-0/+1
2021-06-17powerpc: Remove CONFIG_PPC_MMU_NOHASH_32Gravatar Christophe Leroy 1-4/+0
2021-05-17powerpc: Define NR_CPUS all the timeGravatar Christophe Leroy 1-3/+3
2021-05-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-11/+5
2021-05-05mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCKGravatar Anshuman Khandual 1-4/+1
2021-05-05mm: drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATIONGravatar Anshuman Khandual 1-4/+1
2021-05-05mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Gravatar Anshuman Khandual 1-3/+3
2021-04-22powerpc: make ALTIVEC select PPC_FPUGravatar Randy Dunlap 1-0/+1
2021-03-29powerpc/book3s64/kuap: Move Kconfig varriables to BOOK3S_64Gravatar Aneesh Kumar K.V 1-2/+2