Age | Commit message (Expand) | Author | Files | Lines |
2019-05-02 | powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64 | Christophe Leroy | 1 | -449/+0 |
2019-05-02 | powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h> | Christophe Leroy | 1 | -1/+1 |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 1 | -0/+3 |
2019-03-08 | powerpc: prefer memblock APIs returning virtual address | Mike Rapoport | 1 | -4/+1 |
2019-03-06 | arch/powerpc/mm: Nest MMU workaround for mprotect RW upgrade | Aneesh Kumar K.V | 1 | -0/+25 |
2019-01-31 | powerpc/radix: Fix kernel crash with mremap() | Aneesh Kumar K.V | 1 | -0/+22 |
2018-12-04 | powerpc/mm: Avoid useless lock with single page fragments | Christophe Leroy | 1 | -0/+3 |
2018-12-04 | powerpc/mm: Move pte_fragment_alloc() to a common location | Christophe Leroy | 1 | -85/+0 |
2018-10-20 | powerpc/mm: Fix WARN_ON with THP NUMA migration | Aneesh Kumar K.V | 1 | -1/+2 |
2018-10-03 | powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_huge | Aneesh Kumar K.V | 1 | -1/+1 |
2018-10-03 | powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bit | Aneesh Kumar K.V | 1 | -2/+6 |
2018-08-13 | powerpc/mm/book3s/radix: Add mapping statistics | Aneesh Kumar K.V | 1 | -0/+22 |
2018-08-07 | powerpc/64s: Fix page table fragment refcount race vs speculative references | Nicholas Piggin | 1 | -6/+11 |
2018-06-20 | powerpc/mm/hash/4k: Free hugetlb page table caches correctly. | Aneesh Kumar K.V | 1 | -0/+12 |
2018-06-03 | powerpc/64s/radix: prefetch user address in update_mmu_cache | Nicholas Piggin | 1 | -1/+2 |
2018-06-03 | powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang | Aneesh Kumar K.V | 1 | -1/+0 |
2018-06-03 | powerpc/mm: Change function prototype | Aneesh Kumar K.V | 1 | -2/+6 |
2018-05-15 | powerpc/mm: Use page fragments for allocation page table at PMD level | Aneesh Kumar K.V | 1 | -2/+1 |
2018-05-15 | powerpc/mm: Implement helpers for pagetable fragment support at PMD level | Aneesh Kumar K.V | 1 | -0/+84 |
2018-05-15 | powerpc/book3s64/mm: Simplify the rcu callback for page table free | Aneesh Kumar K.V | 1 | -19/+26 |
2018-05-15 | powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragment | Aneesh Kumar K.V | 1 | -3/+8 |
2018-05-15 | powerpc/mm/nohash: Remove pte fragment dependency from nohash | Aneesh Kumar K.V | 1 | -0/+114 |
2018-05-15 | powerpc/mm: Use pmd_lockptr instead of opencoding it | Aneesh Kumar K.V | 1 | -2/+2 |
2018-05-15 | powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64 | Aneesh Kumar K.V | 1 | -0/+54 |
2018-03-31 | Merge branch 'topic/paca' into next | Michael Ellerman | 1 | -3/+3 |
2018-03-30 | powerpc/mm: Pass node id into create_section_mapping | Nicholas Piggin | 1 | -3/+3 |
2018-03-27 | powerpc/mm: Fix section mismatch warning in stop_machine_change_mapping() | Mauricio Faria de Oliveira | 1 | -2/+2 |
2018-02-01 | powerpc/mm: update pmdp_invalidate to return old pmd value | Aneesh Kumar K.V | 1 | -2/+5 |
2017-08-17 | powerpc/mm/cxl: Add the fault handling cpu to mm cpumask | Aneesh Kumar K.V | 1 | -9/+1 |
2017-08-17 | powerpc/mm: Don't send IPI to all cpus on THP updates | Aneesh Kumar K.V | 1 | -1/+31 |
2017-07-02 | powerpc/mm: Add devmap support for ppc64 | Oliver O'Halloran | 1 | -2/+2 |
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 1 | -0/+2 |
2017-01-31 | powerpc/mm: add radix__remove_section_mapping() | Reza Arbab | 1 | -1/+1 |
2017-01-31 | powerpc/mm: add radix__create_section_mapping() | Reza Arbab | 1 | -1/+1 |
2017-01-17 | powerpc/mm: Fix memory hotplug BUG() on radix | Reza Arbab | 1 | -0/+18 |
2016-11-28 | powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flush | Aneesh Kumar K.V | 1 | -1/+2 |
2016-09-23 | powerpc/64/kexec: Fix MMU cleanup on radix | Benjamin Herrenschmidt | 1 | -0/+9 |
2016-09-13 | powerpc/mm/radix: Use different pte update sequence for different POWER9 revs | Aneesh Kumar K.V | 1 | -1/+1 |
2016-08-04 | powerpc/mm: Move register_process_table() out of ppc_md | Michael Ellerman | 1 | -0/+3 |
2016-08-01 | powerpc/mm/radix: Add tlb flush of THP ptes | Aneesh Kumar K.V | 1 | -2/+2 |
2016-06-01 | powerpc/mm/radix: Add missing tlb flush | Aneesh Kumar K.V | 1 | -4/+1 |
2016-05-11 | powerpc/mm/radix: Add radix THP callbacks | Aneesh Kumar K.V | 1 | -1/+1 |
2016-05-11 | powerpc/mm/thp: Abstraction for THP functions | Aneesh Kumar K.V | 1 | -0/+118 |