index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
mm
/
pgtable-book3s64.c
Age
Commit message (
Expand
)
Author
2018-12-04
powerpc/mm: Avoid useless lock with single page fragments
Christophe Leroy
2018-12-04
powerpc/mm: Move pte_fragment_alloc() to a common location
Christophe Leroy
2018-10-20
powerpc/mm: Fix WARN_ON with THP NUMA migration
Aneesh Kumar K.V
2018-10-03
powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_huge
Aneesh Kumar K.V
2018-10-03
powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bit
Aneesh Kumar K.V
2018-08-13
powerpc/mm/book3s/radix: Add mapping statistics
Aneesh Kumar K.V
2018-08-08
powerpc/64s: Fix page table fragment refcount race vs speculative references
Nicholas Piggin
2018-06-20
powerpc/mm/hash/4k: Free hugetlb page table caches correctly.
Aneesh Kumar K.V
2018-06-03
powerpc/64s/radix: prefetch user address in update_mmu_cache
Nicholas Piggin
2018-06-03
powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang
Aneesh Kumar K.V
2018-06-03
powerpc/mm: Change function prototype
Aneesh Kumar K.V
2018-05-15
powerpc/mm: Use page fragments for allocation page table at PMD level
Aneesh Kumar K.V
2018-05-15
powerpc/mm: Implement helpers for pagetable fragment support at PMD level
Aneesh Kumar K.V
2018-05-15
powerpc/book3s64/mm: Simplify the rcu callback for page table free
Aneesh Kumar K.V
2018-05-15
powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragment
Aneesh Kumar K.V
2018-05-15
powerpc/mm/nohash: Remove pte fragment dependency from nohash
Aneesh Kumar K.V
2018-05-15
powerpc/mm: Use pmd_lockptr instead of opencoding it
Aneesh Kumar K.V
2018-05-15
powerpc/mm/book3s64: Move book3s64 code to pgtable-book3s64
Aneesh Kumar K.V
2018-03-31
Merge branch 'topic/paca' into next
Michael Ellerman
2018-03-31
powerpc/mm: Pass node id into create_section_mapping
Nicholas Piggin
2018-03-27
powerpc/mm: Fix section mismatch warning in stop_machine_change_mapping()
Mauricio Faria de Oliveira
2018-01-31
powerpc/mm: update pmdp_invalidate to return old pmd value
Aneesh Kumar K.V
2017-08-17
powerpc/mm/cxl: Add the fault handling cpu to mm cpumask
Aneesh Kumar K.V
2017-08-17
powerpc/mm: Don't send IPI to all cpus on THP updates
Aneesh Kumar K.V
2017-07-02
powerpc/mm: Add devmap support for ppc64
Oliver O'Halloran
2017-03-02
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
2017-01-31
powerpc/mm: add radix__remove_section_mapping()
Reza Arbab
2017-01-31
powerpc/mm: add radix__create_section_mapping()
Reza Arbab
2017-01-17
powerpc/mm: Fix memory hotplug BUG() on radix
Reza Arbab
2016-11-28
powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flush
Aneesh Kumar K.V
2016-09-23
powerpc/64/kexec: Fix MMU cleanup on radix
Benjamin Herrenschmidt
2016-09-13
powerpc/mm/radix: Use different pte update sequence for different POWER9 revs
Aneesh Kumar K.V
2016-08-04
powerpc/mm: Move register_process_table() out of ppc_md
Michael Ellerman
2016-08-01
powerpc/mm/radix: Add tlb flush of THP ptes
Aneesh Kumar K.V
2016-06-01
powerpc/mm/radix: Add missing tlb flush
Aneesh Kumar K.V
2016-05-11
powerpc/mm/radix: Add radix THP callbacks
Aneesh Kumar K.V
2016-05-11
powerpc/mm/thp: Abstraction for THP functions
Aneesh Kumar K.V