summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-2027-786/+1992
|\
| * powerpc/mm: Improve readability of update_mmu_cache()Gavin Shan2016-05-111-7/+14
| * powerpc/mm: define TOP_ZONE as a constantOliver O'Halloran2016-05-111-12/+5
| * powerpc/mm/hash64: Fix subpage protection with 4K HPTE configMichael Ellerman2016-05-111-1/+9
| * powerpc/mm/hash64: Factor out hash preload psize checkMichael Ellerman2016-05-111-4/+17
| * powerpc/mm/slice: Remove slice_mm_new_context()Aneesh Kumar K.V2016-05-111-2/+1
| * powerpc/mm/subpage: Initialise user psize correctlyAneesh Kumar K.V2016-05-111-1/+10
| * powerpc/mm/radix: Add radix THP callbacksAneesh Kumar K.V2016-05-112-1/+118
| * powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V2016-05-113-125/+132
| * powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V2016-05-112-359/+358
| * powerpc/mm: Add radix support for hugetlbAneesh Kumar K.V2016-05-114-1/+104
| * powerpc/mm: Fix vma_mmu_pagesize() for radixAneesh Kumar K.V2016-05-111-4/+4
| * powerpc/mm: pte_frag abstractionAneesh Kumar K.V2016-05-113-0/+12
| * powerpc/radix: Update MMU cacheAneesh Kumar K.V2016-05-111-0/+2
| * powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V2016-05-114-3/+29
| * powerpc/mm: Update pte filter for radixAneesh Kumar K.V2016-05-111-0/+3
| * powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V2016-05-113-1/+17
| * powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V2016-05-111-1/+1
| * powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V2016-05-111-17/+4
| * powerpc/mm/radix: Update PTCR on secondary CPUsAneesh Kumar K.V2016-05-111-3/+7
| * powerpc/mm/radix: Pick the address layout for radix configAneesh Kumar K.V2016-05-111-0/+109
| * powerpc/mm/radix: Limit paca allocation in radixAneesh Kumar K.V2016-05-111-1/+19
| * powerpc/mm/radix: Add checks in slice code to catch radix usageAneesh Kumar K.V2016-05-111-0/+16
| * powerpc/mm/radix: Add tlbflush routinesAneesh Kumar K.V2016-05-012-1/+243
| * powerpc/mm: Hash abstraction for tlbflush routinesAneesh Kumar K.V2016-05-011-1/+1
| * powerpc/mm: Rename mmu_context_hash64.c to mmu_context_book3s64.cAneesh Kumar K.V2016-05-012-4/+3
| * powerpc/mm/radix: Add mmu context handling callback for radixAneesh Kumar K.V2016-05-011-8/+35
| * powerpc/mm: Abstraction for switch_mmu_context()Aneesh Kumar K.V2016-05-011-1/+2
| * powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()Aneesh Kumar K.V2016-05-011-0/+20
| * powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V2016-05-013-16/+6
| * powerpc/mm/radix: Add radix callbacks for early init routinesAneesh Kumar K.V2016-05-012-0/+357
| * powerpc/mm: Abstract early MMU init in preparation for radixAneesh Kumar K.V2016-05-011-3/+3
| * powerpc/mm: Make page table size a variableAneesh Kumar K.V2016-05-017-16/+41
| * powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V2016-05-017-63/+65
| * powerpc/mm: Move hash and no hash code to separate filesAneesh Kumar K.V2016-05-015-153/+222
| * powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V2016-05-013-3/+57
| * powerpc/mm: Use generic version of pmdp_clear_flush_young()Aneesh Kumar K.V2016-05-011-10/+3
| * powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V2016-05-014-18/+14
| * powerpc/mm: Use a helper for finding pte bits mapping I/O areaAneesh Kumar K.V2016-05-011-2/+2
| * powerpc/mm: Update _PAGE_KERNEL_ROAneesh Kumar K.V2016-05-011-6/+11
| * powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V2016-05-011-1/+1
| * powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V2016-05-018-17/+42
| * powerpc/mm: Convert pte_user() to static inlineMichael Ellerman2016-05-011-1/+1
| * powerpc/mm/subpage: Clear RWX bit to indicate no accessAneesh Kumar K.V2016-05-011-3/+8
| * powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V2016-05-018-16/+16
| * powerpc/mm: Use big endian Linux page tables for book3s 64Aneesh Kumar K.V2016-05-013-7/+10
| * powerpc/mm: Add pte_xchg() helperMichael Ellerman2016-05-013-8/+7
| * powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()Aneesh Kumar K.V2016-05-011-5/+1
| * powerpc: sparse: Include headers for __weak symbolsDaniel Axtens2016-04-121-0/+1
| * powerpc/mm: Remove long disabled SLB codeMichael Ellerman2016-04-112-51/+0