summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2022-12-08Merge branch 'topic/objtool' into nextMichael Ellerman1-0/+2
2022-12-07powerpc/rtas: mandate RTAS syscall filteringNathan Lynch1-13/+0
2022-12-02powerpc/64: Sanitise user registers on interrupt in pseries, POWERNVRohan McLure1-1/+1
2022-12-02powerpc/64: Add INTERRUPT_SANITIZE_REGISTERS KconfigRohan McLure1-0/+9
2022-12-02Merge branch 'topic/qspinlock' into nextMichael Ellerman1-2/+1
2022-12-02powerpc/64: Option to build big-endian with ELFv2 ABINicholas Piggin1-0/+21
2022-12-02powerpc/qspinlock: powerpc qspinlock implementationNicholas Piggin1-2/+1
2022-11-30Merge branch 'fixes' into nextMichael Ellerman1-1/+2
2022-11-24powerpc: add compile-time support for lbarx, lharxNicholas Piggin1-0/+3
2022-11-18objtool/powerpc: Add --mcount specific implementationSathvika Vasireddy1-0/+1
2022-11-18objtool/powerpc: Enable objtool to be built on ppcSathvika Vasireddy1-0/+1
2022-11-01powerpc/32: Select ARCH_SPLIT_ARG64Michael Ellerman1-0/+1
2022-10-31powerpc/64e: Fix amdgpu build on Book3E w/o AltiVecMichael Ellerman1-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-09-28powerpc/64s: Enable KFENCE on book3s64Nicholas Miehlbradt1-1/+1
2022-09-28powerpc: Provide syscall wrapperRohan McLure1-0/+1
2022-09-26powerpc: Simplify redundant Kconfig testsChristophe Leroy1-1/+1
2022-09-26powerpc: Replace PPC_85xx || PPC_BOOKE_64 by PPC_E500Christophe Leroy1-1/+1
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy1-1/+1
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy1-1/+1
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy1-14/+14
2022-09-26powerpc/Kconfig: Fix non existing CONFIG_PPC_FSL_BOOKEChristophe Leroy1-1/+1
2022-09-26powerpc: Always select HAVE_EFFICIENT_UNALIGNED_ACCESSMichael Ellerman1-1/+1
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-1/+1
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+16
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+0
2022-07-29Merge tag 'powerpc-5.19-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+4
2022-07-28powerpc: add support for syscall stack randomizationXiu Jianfeng1-0/+1
2022-07-27powerpc/pci: Add config option for using all 256 PCI busesPali Rohár1-0/+11
2022-07-27powerpc/purgatory: Omit use of bin2cMasahiro Yamada1-1/+0
2022-07-26drm/amdgpu: Re-enable DCN for 64-bit powerpcMichael Ellerman1-0/+4
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra1-0/+1
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld1-3/+0
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+0
2022-07-17powerpc/mm: move protection_map[] inside the platformAnshuman Khandual1-1/+1
2022-07-09Merge branch 'fixes' into nextMichael Ellerman1-0/+4
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker1-1/+1
2022-06-29powerpc/memhotplug: Add add_pages override for PPCAneesh Kumar K.V1-0/+4
2022-06-29powerpc: Kconfig: Replace tabs with whitespacesJuerg Haefliger1-3/+3
2022-06-29powerpc/64e: KASAN Full support for BOOK3E/64Christophe Leroy1-0/+2
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann1-1/+0
2022-06-09Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+0
2022-06-02powerpc/kasan: Force thread size increase with KASANMichael Ellerman1-1/+0
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+0
2022-05-29powerpc: Don't select HAVE_IRQ_EXIT_ON_IRQ_STACKMichael Ellerman1-1/+0
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+22
2022-05-26Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1