aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-11powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V3-144/+51
2016-05-11powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V2-12/+12
2016-05-11powerpc/mm: Simplify the code dropping 4-level table #ifdefAneesh Kumar K.V1-39/+18
2016-05-11powerpc/mm: Revert changes made to nohash pgalloc-64.hAneesh Kumar K.V2-35/+10
2016-05-11powerpc/mm: Copy pgalloc (part 2)Aneesh Kumar K.V7-25/+59
2016-05-11powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3sAneesh Kumar K.V2-0/+375
2016-05-11powerpc/mm/radix: Add MMU_FTR_RADIXAneesh Kumar K.V2-2/+12
2016-05-11powerpc/mm: Add mask of possible MMU featuresMichael Ellerman1-1/+13
2016-05-02powerpc: Fix bad inline asm constraint in create_zero_mask()Anton Blanchard1-1/+1
2016-05-01powerpc/mm/radix: Add tlbflush routinesAneesh Kumar K.V5-4/+64
2016-05-01powerpc/mm: Hash abstraction for tlbflush routinesAneesh Kumar K.V3-14/+72
2016-05-01powerpc/mm/radix: Add mmu context handling callback for radixAneesh Kumar K.V1-0/+4
2016-05-01powerpc/mm: Abstraction for switch_mmu_context()Aneesh Kumar K.V1-12/+13
2016-05-01powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()Aneesh Kumar K.V2-0/+18
2016-05-01powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V3-0/+35
2016-05-01powerpc/mm/radix: Add radix callbacks for early init routinesAneesh Kumar K.V3-1/+19
2016-05-01powerpc/mm: Abstract early MMU init in preparation for radixAneesh Kumar K.V2-7/+27
2016-05-01powerpc/mm/radix: Add radix callback for pmd accessorsAneesh Kumar K.V3-5/+36
2016-05-01powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.hAneesh Kumar K.V4-83/+108
2016-05-01powerpc/mm: Add radix callbacks to pte accessorsAneesh Kumar K.V2-21/+84
2016-05-01powerpc/mm/radix: Add dummy radix_enabled()Aneesh Kumar K.V2-0/+5
2016-05-01powerpc/mm/radix: Add radix pte #definesAneesh Kumar K.V4-0/+150
2016-05-01powerpc/mm: Move pte related functions togetherAneesh Kumar K.V1-71/+71
2016-05-01powerpc/mm: Move page table index and and vaddr to pgtable.hAneesh Kumar K.V2-16/+12
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V6-81/+90
2016-05-01powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.hAneesh Kumar K.V2-205/+209
2016-05-01powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.hAneesh Kumar K.V2-138/+141
2016-05-01powerpc/mm: Handle _PTE_NONE_MASKAneesh Kumar K.V1-4/+2
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V6-44/+56
2016-05-01powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V1-2/+11
2016-05-01powerpc/mm/radix: Add partition table format & callbackAneesh Kumar K.V3-2/+31
2016-05-01powerpc/mm: Move radix/hash common data structures to book3s64 headersAneesh Kumar K.V4-65/+85
2016-05-01powerpc/mm: Use generic version of ptep_clear_flush_young()Aneesh Kumar K.V1-16/+7
2016-05-01powerpc/mm: Use generic version of pmdp_clear_flush_young()Aneesh Kumar K.V1-3/+0
2016-05-01powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V2-56/+41
2016-05-01powerpc/mm: Update _PAGE_KERNEL_ROAneesh Kumar K.V1-2/+2
2016-05-01powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V4-27/+22
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V2-18/+34
2016-05-01powerpc/mm: Use pte_user() instead of open codingAneesh Kumar K.V1-0/+5
2016-05-01powerpc/mm: Convert pte_user() to static inlineMichael Ellerman1-7/+10
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V3-16/+28
2016-05-01powerpc/mm: Use pte_raw() in pte_same()/pmd_same()Michael Ellerman2-2/+6
2016-05-01powerpc/mm: Use big endian Linux page tables for book3s 64Aneesh Kumar K.V3-10/+110
2016-05-01powerpc/mm: Add pte_xchg() helperMichael Ellerman2-4/+13
2016-05-01powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()Aneesh Kumar K.V2-5/+0
2016-05-01powerpc/mm: Always use STRICT_MM_TYPECHECKSMichael Ellerman1-46/+0
2016-04-27powerpc: wire up preadv2 and pwritev2 syscallsRui Salvaterra3-1/+5
2016-04-27powerpc: Add support for userspace P9 copy pasteChris Smart1-0/+2
2016-04-21powerpc/perf: Assign an id to each powerpc registerAnju T1-0/+50
2016-04-18Merge branch 'topic/livepatch' into nextMichael Ellerman2-1/+65