summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-06-301-8/+9
|\
| * powerpc/ftrace: Disable ftrace on ppc32 if using clangNaveen N Rao2023-06-191-1/+1
| * powerpc/64: Use -mprofile-kernel for big endian ELFv2 kernelsNicholas Piggin2023-06-141-2/+3
| * powerpc/64: Make ELFv2 the default for big-endian buildsNicholas Piggin2023-06-141-2/+4
| * powerpc/64: Force ELFv2 when building with LLVM linkerNicholas Piggin2023-06-141-4/+2
| * powerpc/{32,book3e}: kcsan: Extend KCSAN SupportRohan McLure2023-06-091-1/+1
* | Merge branch 'expand-stack'Linus Torvalds2023-06-281-0/+1
|\ \
| * | powerpc/mm: Convert to using lock_mm_and_find_vma()Michael Ellerman2023-06-241-0/+1
| |/
* / watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCHPetr Mladek2023-06-191-3/+2
|/
* powerpc/mm: Reinstate ARCH_FORCE_MAX_ORDER rangesMichael Ellerman2023-05-211-0/+6
* Merge tag 'dma-mapping-6.4-2023-04-28' of git://git.infradead.org/users/hch/d...Linus Torvalds2023-04-291-1/+1
|\
| * of: address: always use dma_default_coherent for default coherencyJiaxun Yang2023-04-071-1/+1
* | Merge tag 'powerpc-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-04-281-6/+14
|\ \
| * | powerpc/64s: Disable pcrel code model on ClangNicholas Piggin2023-04-261-1/+6
| * | powerpc/configs/64s: Select ARCH_WANT_DEFAULT_BPF_JITMichael Ellerman2023-04-211-0/+1
| * | powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin2023-04-201-0/+3
| * | powerpc/64: Add support to build with prefixed instructionsNicholas Piggin2023-04-201-0/+3
| * | powerpc/64: Always build with 128-bit long doubleMichael Ellerman2023-04-111-4/+0
| * | powerpc: Implement arch_within_stack_framesNicholas Miehlbradt2023-04-041-0/+1
| * | powerpc: Allow CONFIG_PPC64_BIG_ENDIAN_ELF_ABI_V2 with ld.lld 15+Nathan Chancellor2023-03-151-2/+1
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-22/+16
|\ \
| * | powerpc: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)2023-04-181-6/+0
| * | powerpc: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)2023-04-181-7/+9
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-15/+12
| * | powerpc/64s: enable MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin2023-03-281-0/+1
| |/
* / Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle2023-04-051-0/+1
|/
* powerpc: Avoid dead code/data elimination when using recordmcountMichael Ellerman2023-02-281-1/+1
* powerpc/pseries: Turn PSERIES_PLPKS into a hidden optionAndrew Donnellan2023-02-121-0/+1
* Merge branch 'fixes' into nextMichael Ellerman2023-02-121-1/+0
|\
| * powerpc: Don't select ARCH_WANTS_NO_INSTRMichael Ellerman2023-02-021-1/+0
* | powerpc/kcsan: Add KCSAN SupportRohan McLure2023-02-121-0/+1
* | powerpc/32: select HAVE_VIRT_CPU_ACCOUNTING_GENNicholas Piggin2023-02-101-0/+1
* | powerpc/32: implement HAVE_CONTEXT_TRACKING_USER supportNicholas Piggin2023-02-101-1/+1
* | powerpc/pci: Add option for using pci_to_OF_bus_mapPali Rohár2023-02-071-1/+12
* | powerpc/pci: Enable PPC_PCI_BUS_NUM_DOMAIN_DEPENDENT by defaultPali Rohár2023-01-301-0/+1
|/
* Merge branch 'topic/objtool' into nextMichael Ellerman2022-12-081-0/+2
|\
| * objtool/powerpc: Add --mcount specific implementationSathvika Vasireddy2022-11-181-0/+1
| * objtool/powerpc: Enable objtool to be built on ppcSathvika Vasireddy2022-11-181-0/+1
* | powerpc/rtas: mandate RTAS syscall filteringNathan Lynch2022-12-071-13/+0
* | powerpc/64: Sanitise user registers on interrupt in pseries, POWERNVRohan McLure2022-12-021-1/+1
* | powerpc/64: Add INTERRUPT_SANITIZE_REGISTERS KconfigRohan McLure2022-12-021-0/+9
* | Merge branch 'topic/qspinlock' into nextMichael Ellerman2022-12-021-2/+1
|\ \
| * | powerpc/qspinlock: powerpc qspinlock implementationNicholas Piggin2022-12-021-2/+1
| |/
* | powerpc/64: Option to build big-endian with ELFv2 ABINicholas Piggin2022-12-021-0/+21
* | Merge branch 'fixes' into nextMichael Ellerman2022-11-301-1/+2
|\ \
| * | powerpc/32: Select ARCH_SPLIT_ARG64Michael Ellerman2022-11-011-0/+1
| * | powerpc/64e: Fix amdgpu build on Book3E w/o AltiVecMichael Ellerman2022-10-311-1/+1
| |/
* / powerpc: add compile-time support for lbarx, lharxNicholas Piggin2022-11-241-0/+3
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+1
|\
| * arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan2022-09-111-1/+1