aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-05powerpc/mm: Convert to default topdown mmap layoutChristophe Leroy1-1/+1
2022-05-05powerpc/mm: Make slice specific to book3s/64Christophe Leroy1-1/+0
2021-08-25powerpc/ptdump: Convert powerpc to GENERIC_PTDUMPChristophe Leroy1-1/+1
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-1/+1
2021-06-21powerpc/mm: Implement set_memory() routinesRussell Currey1-1/+1
2021-04-14powerpc/mem: Move cache flushing functions into mm/cacheflush.cChristophe Leroy1-1/+2
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2020-12-08powerpc/mm: Fix KUAP warning by providing copy_from_kernel_nofault_allowed()Christophe Leroy1-1/+1
2020-11-06powerpc/mm/highmem: Switch to generic kmap atomicThomas Gleixner1-1/+0
2019-08-27powerpc/mm: Move ioremap functions out of pgtable_32/64.cChristophe Leroy1-1/+1
2019-08-27powerpc/mm: move common 32/64 bits ioremap functions into ioremap.cChristophe Leroy1-1/+1
2019-05-06powerpc/mm: fix redundant inclusion of pgtable-frag.o in MakefileChristophe Leroy1-1/+0
2019-05-06powerpc/mm: Fix makefile for KASANChristophe Leroy1-6/+0
2019-05-03powerpc/32: Add KASAN supportChristophe Leroy1-0/+1
2019-05-03powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy1-0/+6
2019-05-03powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy1-1/+1
2019-05-03powerpc/mm: make hugetlbpage.c depend on CONFIG_HUGETLB_PAGEChristophe Leroy1-1/+1
2019-05-03powerpc/mm: Move nohash specifics in subdirectory mm/nohashChristophe Leroy1-16/+1
2019-05-03powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64Christophe Leroy1-2/+1
2019-05-03powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy1-22/+3
2019-03-12powerpc/mm: Disable kcov for SLB routinesMahesh Salgaonkar1-0/+3
2019-02-23powerpc: Enable kcovAndrew Donnellan1-0/+5
2019-02-22powerpc: Move page table dump files in a dedicated subdirectoryChristophe Leroy1-9/+1
2018-12-04powerpc/mm: dump block address translation on book3s/32Christophe Leroy1-1/+1
2018-12-04powerpc/mm: dump segment registers on book3s/32Christophe Leroy1-1/+1
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy1-0/+1
2018-12-04powerpc/mm: Move pte_fragment_alloc() to a common locationChristophe Leroy1-1/+3
2018-11-26powerpc: change CONFIG_PPC_STD_MMU to CONFIG_PPC_BOOK3SChristophe Leroy1-1/+1
2018-11-26powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy1-1/+1
2018-10-19powerpc: Add -Werror at arch/powerpc levelMichael Ellerman1-2/+0
2018-10-14powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin1-1/+3
2018-10-14powerpc/mm: Split dump_pagelinuxtables flag_array tableChristophe Leroy1-0/+7
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman1-1/+1
2018-09-19powerpc/64s/hash: convert SLB miss handlers to CNicholas Piggin1-1/+1
2018-08-08powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao1-2/+2
2018-01-20powerpc: initial pkey plumbingRam Pai1-0/+1
2018-01-16powerpc/mm: Separate ibm, dynamic-memory data from DT formatNathan Fontenot1-1/+1
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+3
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-23powerpc/mm: Make switch_mm_irqs_off() out of lineBenjamin Herrenschmidt1-1/+1
2017-08-03powerpc: Remove old unused icswx based coprocessor supportBenjamin Herrenschmidt1-2/+0
2016-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman1-1/+2
2016-12-09powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy1-1/+2
2016-12-01powerpc/mm: Fix page table dump build on non-Book3SMichael Ellerman1-2/+2
2016-11-17powerpc/mm: Dump hash tableRashmica Gupta1-1/+2
2016-11-17powerpc/mm: Dump linux pagetablesRashmica Gupta1-0/+1
2016-09-13powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITSMichael Ellerman1-4/+3
2016-05-11powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V1-1/+1