aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-05powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy4-19/+4
2022-05-05powerpc/mm: Make slice specific to book3s/64Christophe Leroy5-16/+1
2022-05-05powerpc/mm: Move vma_mmu_pagesize()Christophe Leroy2-11/+9
2022-05-04powerpc/book3e: Fix sparse report in mm/nohash/fsl_book3e.cChristophe Leroy2-3/+6
2022-05-04powerpc/mm: Switch from __FUNCTION__ to __func__Dwaipayan Ray1-2/+1
2022-04-28powerpc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+17
2022-04-18swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig1-4/+1
2022-04-18swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig1-1/+2
2022-04-07Revert "powerpc: Set max_mapnr correctly"Kefeng Wang1-1/+1
2022-03-31powerpc/numa: Handle partially initialized numa nodesSrikar Dronamraju1-1/+1
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds11-126/+65
2022-03-24mm/migration: add trace events for THP migrationsAnshuman Khandual1-1/+0
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2-2/+0
2022-03-08powerpc/64s: Don't use DSISR for SLB faultsMichael Ellerman1-4/+10
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-03-01powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties()Daniel Henrique Barboza1-1/+3
2022-02-24powerpc/64s/hash: Make hash faults work in NMI contextNicholas Piggin1-46/+8
2022-02-12powerpc/mm: Update default hugetlb size earlyAneesh Kumar K.V3-5/+6
2022-02-12powerpc/32s: Enable STRICT_MODULE_RWX for the 603 coreChristophe Leroy1-0/+3
2022-02-12powerpc: Add set_memory_{p/np}() and remove set_memory_attr()Christophe Leroy2-46/+17
2022-02-12powerpc/set_memory: Avoid spinlock recursion in change_page_attr()Christophe Leroy1-19/+13
2022-02-03powerpc/kasan: Fix early region not updated correctlyChen Jingwen1-2/+1
2022-02-02powerpc/ptdump: Fix sparse warning in hashpagetable.cMichael Ellerman1-1/+4
2022-01-24powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy1-0/+9
2022-01-23Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-33/+36
2022-01-16powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy2-33/+36
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-4/+2
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds42-383/+490
2022-01-12Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-3/+1
2021-12-23powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy1-0/+15
2021-12-23powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy1-2/+0
2021-12-23powerpc/mm/book3s64/hash: Switch pre 2.06 tlbiel to .longAlexey Kardashevskiy1-2/+2
2021-12-23powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy1-1/+1
2021-12-23powerpc/mm: Add __init attribute to eligible functionsNick Child11-18/+18
2021-12-21powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversionMichael Ellerman1-1/+1
2021-12-20powerpc/64s/radix: Fix huge vmap false positiveNicholas Piggin2-5/+13
2021-12-16of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring1-3/+1
2021-12-09powerpc/inst: Optimise copy_inst_from_kernel_nofault()Christophe Leroy1-17/+0
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy1-1/+1
2021-12-09powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATsChristophe Leroy1-3/+2
2021-12-09powerpc/kuap: Wire-up KUAP on book3e/64Christophe Leroy1-6/+34
2021-12-09powerpc/kuap: Wire-up KUAP on 40xChristophe Leroy1-0/+2
2021-12-09powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy2-1/+11
2021-12-09powerpc/nohash: Move setup_kuap out of 8xx.cChristophe Leroy3-22/+32
2021-12-09powerpc/kuep: Remove 'nosmep' boot time parameter except for book3s/64Christophe Leroy5-31/+15
2021-12-09powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy4-9/+15
2021-12-09powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy1-2/+0
2021-12-09powerpc/32s: Remove capability to disable KUEP at boottimeChristophe Leroy1-8/+2