summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc/mm: Use generic_hugetlb_get_unmapped_area()Christophe Leroy2022-05-052-58/+1
| * | powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmappe...Christophe Leroy2022-05-051-121/+6
| * | powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy2022-05-054-19/+4
| * | powerpc/mm: Make slice specific to book3s/64Christophe Leroy2022-05-055-16/+1
| * | powerpc/mm: Move vma_mmu_pagesize()Christophe Leroy2022-05-052-11/+9
| * | powerpc/book3e: Fix sparse report in mm/nohash/fsl_book3e.cChristophe Leroy2022-05-042-3/+6
| * | powerpc/mm: Switch from __FUNCTION__ to __func__Dwaipayan Ray2022-05-041-2/+1
| |/
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-0/+17
|\ \
| * | powerpc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-04-281-0/+17
| |/
* | swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig2022-04-181-4/+1
* | swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-1/+2
|/
* Revert "powerpc: Set max_mapnr correctly"Kefeng Wang2022-04-071-1/+1
* powerpc/numa: Handle partially initialized numa nodesSrikar Dronamraju2022-03-311-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-251-1/+0
|\
| * mm/migration: add trace events for THP migrationsAnshuman Khandual2022-03-241-1/+0
* | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-2511-126/+65
|\ \ | |/ |/|
| * powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-082-2/+0
| * powerpc/64s: Don't use DSISR for SLB faultsMichael Ellerman2022-03-081-4/+10
| * powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties()Daniel Henrique Barboza2022-03-011-1/+3
| * powerpc/64s/hash: Make hash faults work in NMI contextNicholas Piggin2022-02-241-46/+8
| * powerpc/mm: Update default hugetlb size earlyAneesh Kumar K.V2022-02-123-5/+6
| * powerpc/32s: Enable STRICT_MODULE_RWX for the 603 coreChristophe Leroy2022-02-121-0/+3
| * powerpc: Add set_memory_{p/np}() and remove set_memory_attr()Christophe Leroy2022-02-122-46/+17
| * powerpc/set_memory: Avoid spinlock recursion in change_page_attr()Christophe Leroy2022-02-121-19/+13
| * powerpc/kasan: Fix early region not updated correctlyChen Jingwen2022-02-031-2/+1
| * powerpc/ptdump: Fix sparse warning in hashpagetable.cMichael Ellerman2022-02-021-1/+4
* | mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2022-03-031-0/+1
|/
* powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy2022-01-241-0/+9
* Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-232-33/+36
|\
| * powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy2022-01-162-33/+36
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-4/+2
|\ \ | |/ |/|
| * mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-4/+2
* | Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-1442-383/+490
|\ \
| * | powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy2021-12-231-0/+15
| * | powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy2021-12-231-2/+0
| * | powerpc/mm/book3s64/hash: Switch pre 2.06 tlbiel to .longAlexey Kardashevskiy2021-12-231-2/+2
| * | powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy2021-12-231-1/+1
| * | powerpc/mm: Add __init attribute to eligible functionsNick Child2021-12-2311-18/+18
| * | powerpc/64s/radix: Fix huge vmap false positiveNicholas Piggin2021-12-202-5/+13
| * | powerpc/inst: Optimise copy_inst_from_kernel_nofault()Christophe Leroy2021-12-091-17/+0
| * | powerpc/inst: Define ppc_inst_tChristophe Leroy2021-12-091-1/+1
| * | powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATsChristophe Leroy2021-12-091-3/+2
| * | powerpc/kuap: Wire-up KUAP on book3e/64Christophe Leroy2021-12-091-6/+34
| * | powerpc/kuap: Wire-up KUAP on 40xChristophe Leroy2021-12-091-0/+2
| * | powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy2021-12-092-1/+11
| * | powerpc/nohash: Move setup_kuap out of 8xx.cChristophe Leroy2021-12-093-22/+32
| * | powerpc/kuep: Remove 'nosmep' boot time parameter except for book3s/64Christophe Leroy2021-12-095-31/+15
| * | powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy2021-12-094-9/+15
| * | powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy2021-12-091-2/+0
| * | powerpc/32s: Remove capability to disable KUEP at boottimeChristophe Leroy2021-12-091-8/+2