summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-051-1/+2
|\
| * hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-051-1/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-303-23/+1
|\|
| * mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
| * mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin2021-04-301-1/+1
| * powerpc: inline huge vmap supported functionsNicholas Piggin2021-04-301-21/+0
| * mm: HUGE_VMAP arch support cleanupNicholas Piggin2021-04-301-4/+4
* | powerpc/64s: Fix mm_cpumask memory ordering commentNicholas Piggin2021-04-231-11/+13
* | powerpc: Move copy_inst_from_kernel_nofault()Christophe Leroy2021-04-211-0/+21
* | powerpc/traps: Enhance readability for trap typesXiongwei Song2021-04-172-10/+10
* | powerpc/mm/radix: Make radix__change_memory_range() staticMichael Ellerman2021-04-141-2/+2
* | powerpc: clean up do_page_faultNicholas Piggin2021-04-142-28/+15
* | powerpc/64e/interrupt: handle bad_page_fault in CNicholas Piggin2021-04-141-4/+1
* | powerpc/mem: Use kmap_local_page() in flushing functionsChristophe Leroy2021-04-141-9/+10
* | powerpc/mem: Inline flush_dcache_page()Christophe Leroy2021-04-141-15/+0
* | powerpc/mem: Help GCC realise __flush_dcache_icache() flushes single pagesChristophe Leroy2021-04-141-1/+1
* | powerpc/mem: flush_dcache_icache_phys() is for HIGHMEM pages onlyChristophe Leroy2021-04-141-8/+9
* | powerpc/mem: Optimise flush_dcache_icache_hugepage()Christophe Leroy2021-04-141-6/+6
* | powerpc/mem: Call flush_coherent_icache() at higher levelChristophe Leroy2021-04-141-8/+3
* | powerpc/mem: Remove address argument to flush_coherent_icache()Christophe Leroy2021-04-141-8/+5
* | powerpc/mem: Declare __flush_dcache_icache() staticChristophe Leroy2021-04-141-30/+30
* | powerpc/mem: Move cache flushing functions into mm/cacheflush.cChristophe Leroy2021-04-143-282/+257
* | powerpc/32s: Define a MODULE area below kernel text all the timeChristophe Leroy2021-04-141-7/+0
* | powerpc/mm: Add cond_resched() while removing hpte mappingsVaibhav Jain2021-04-141-1/+12
* | powerpc/mm/64s/hash: Add real-mode change_memory_range() for hash LPARMichael Ellerman2021-04-081-1/+104
* | powerpc/mm/64s/hash: Factor out change_memory_range()Michael Ellerman2021-04-081-8/+15
* | powerpc/64s: Use htab_convert_pte_flags() in hash__mark_rodata_ro()Michael Ellerman2021-04-081-2/+4
* | powerpc/64s: Fix pte update for kernel memory on radixJordan Niethe2021-04-081-2/+2
* | powerpc: Spelling/typo fixesBhaskar Chowdhury2021-04-081-1/+1
* | powerpc/64s: Fix hash fault to use TRAP accessorNicholas Piggin2021-03-291-2/+2
* | powerpc/mm: Remove unneeded #ifdef CONFIG_PPC_MEM_KEYSChristophe Leroy2021-03-291-6/+1
* | powerpc/64s: Fold update_current_thread_[i]amr() into their only callersMichael Ellerman2021-03-291-15/+5
* | powerpc/mm/book3s64: Fix a typo in mmu_context.cBhaskar Chowdhury2021-03-291-1/+1
* | powerpc/32s: Move KUEP locking/unlocking in CChristophe Leroy2021-03-292-0/+41
* | powerpc/32: Call bad_page_fault() from do_page_fault()Christophe Leroy2021-03-291-1/+1
* | powerpc/32: Always enable data translation in exception prologChristophe Leroy2021-03-291-14/+0
* | powerpc: Enable KFENCE for PPC32Christophe Leroy2021-03-245-4/+17
* | powerpc/mm: Move the linear_mapping_mutex to the ifdef where it is usedSebastian Andrzej Siewior2021-03-241-1/+1
|/
* Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-2214-246/+395
|\
| * powerpc/mm: Remove dcache flush from memory remove.Aneesh Kumar K.V2021-02-111-22/+0
| * powerpc/mm: Add PG_dcache_clean to indicate dcache clean stateAneesh Kumar K.V2021-02-113-11/+11
| * powerpc/mm: Enable compound page check for both THP and HugeTLBAneesh Kumar K.V2021-02-112-24/+22
| * powerpc/mm/64s: Fix no previous prototype warningMichael Ellerman2021-02-113-2/+6
| * powerpc: remove interrupt handler functions from the noinstr sectionNicholas Piggin2021-02-111-1/+0
| * powerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()Christophe Leroy2021-02-092-2/+2
| * powerpc/64s/radix: serialize_against_pte_lookup IPIs trim mm_cpumaskNicholas Piggin2021-02-092-10/+23
| * powerpc/64s/radix: occasionally attempt to trim mm_cpumaskNicholas Piggin2021-02-091-4/+56
| * powerpc/64s/radix: Allow mm_cpumask trimming from external sourcesNicholas Piggin2021-02-091-10/+6
| * powerpc/64s/radix: Check for no TLB flush requiredNicholas Piggin2021-02-091-13/+25
| * powerpc/64s/radix: refactor TLB flush type selectionNicholas Piggin2021-02-091-82/+94