aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-08Merge branch 'master' into nextMichael Ellerman1-15/+4
2021-05-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-14/+3
2021-05-05mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual1-6/+2
2021-05-05mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Anshuman Khandual1-3/+0
2021-05-05mm: generalize HUGETLB_PAGE_SIZE_VARIABLEAnshuman Khandual1-5/+1
2021-05-04powerpc/kconfig: Restore alphabetic order of the selects under CONFIG_PPCChristophe Leroy1-17/+17
2021-05-04powerpc/64s/radix: Enable huge vmalloc mappingsNicholas Piggin1-0/+1
2021-04-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-14/+18
2021-04-30mm/memtest: add ARCH_USE_MEMTESTAnshuman Khandual1-0/+1
2021-04-21powerpc: Enable OPTPROBES on PPC32Christophe Leroy1-1/+1
2021-04-14powerpc/vdso: Add support for time namespacesChristophe Leroy1-1/+2
2021-04-14powerpc/32s: Define a MODULE area below kernel text all the timeChristophe Leroy1-1/+1
2021-04-08powerpc/mm/64s: Allow STRICT_KERNEL_RWX againMichael Ellerman1-1/+1
2021-04-03powerpc: Switch to relative jump labelsChristophe Leroy1-0/+1
2021-04-03powerpc/bpf: Implement extended BPF on PPC32Christophe Leroy1-1/+1
2021-04-03powerpc/bpf: Remove classical BPF support for PPC32Christophe Leroy1-1/+0
2021-03-31powerpc/mm: Revert "powerpc/mm: Remove DEBUG_VM_PGTABLE support on powerpc"Aneesh Kumar K.V1-0/+1
2021-03-29powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configurationChen Huang1-1/+1
2021-03-29powerpc: Convert stacktrace to generic ARCH_STACKWALKChristophe Leroy1-0/+1
2021-03-29powerpc: Activate HAVE_RELIABLE_STACKTRACE for allChristophe Leroy1-1/+1
2021-03-24powerpc: Enable KFENCE for PPC32Christophe Leroy1-6/+7
2021-03-08powerpc: Enable passing IMA log to next kernel on kexecLakshmi Ramasubramanian1-1/+1
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-27/+8
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/linuxLinus Torvalds1-1/+0
2021-02-10softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner1-0/+1
2021-02-09powerpc/64: context tracking remove _TIF_NOHZNicholas Piggin1-1/+0
2021-01-30powerpc/44x: Remove STDBINUTILS kconfig optionChristophe Leroy1-20/+6
2021-01-30powerpc/47x: Disable 256k page sizeChristophe Leroy1-1/+1
2021-01-30powerpc: Always enable queued spinlocks for 64s, disable for othersNicholas Piggin1-6/+2
2021-01-29arch: powerpc: Stop building and using oprofileViresh Kumar1-1/+0
2021-01-06Kconfig: regularize selection of CONFIG_BINFMT_ELFAl Viro1-1/+0
2020-12-22Merge tag 'dma-mapping-5.11' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2020-12-17Merge tag 'powerpc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-7/+19
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+0
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+1
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-4/+1
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2020-12-11powerpc: Increase NR_IRQS range to support more KVM guestsCédric Le Goater1-1/+1
2020-12-09powerpc/8xx: Always pin kernel text TLBChristophe Leroy1-2/+1
2020-12-08powerpc: fix spelling mistake in Kconfig "seleted" -> "selected"Colin Ian King1-1/+1
2020-12-04powerpc: Allow relative pointers in bug table entriesJordan Niethe1-0/+4
2020-12-04powerpc/signal: Don't manage floating point regs when no FPUChristophe Leroy1-0/+1
2020-12-04powerpc/vdso: Switch VDSO to generic C implementation.Christophe Leroy1-0/+2
2020-12-04powerpc: Update NUMA Kconfig description & help textMichael Ellerman1-1/+7
2020-12-04powerpc: Make NUMA default y for powernvMichael Ellerman1-1/+1
2020-12-04powerpc: Make NUMA depend on SMPMichael Ellerman1-1/+1
2020-12-01kbuild: Hoist '--orphan-handling' into KconfigNathan Chancellor1-0/+1
2020-11-27powerpc/dma: Fallback to dma_ops when persistent memory presentAlexey Kardashevskiy1-0/+1