summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Copy pgalloc (part 2)Aneesh Kumar K.V2016-05-117-25/+59
* powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3sAneesh Kumar K.V2016-05-112-0/+375
* 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: Isolate hash table function from pseries guest codeAneesh Kumar K.V2016-05-112-4/+13
* powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related codeAneesh Kumar K.V2016-05-116-16/+52
* powerpc/mm/radix: Add MMU_FTR_RADIXAneesh Kumar K.V2016-05-112-2/+12
* powerpc/mm: Add mask of possible MMU featuresMichael Ellerman2016-05-111-1/+13
* powerpc/mm/radix: Add tlbflush routinesAneesh Kumar K.V2016-05-018-5/+310
* powerpc/mm: Hash abstraction for tlbflush routinesAneesh Kumar K.V2016-05-014-15/+73
* 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-012-8/+39
* powerpc/mm: Abstraction for switch_mmu_context()Aneesh Kumar K.V2016-05-013-14/+16
* powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()Aneesh Kumar K.V2016-05-013-0/+38
* powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V2016-05-016-16/+41
* powerpc/mm/radix: Add radix callbacks for early init routinesAneesh Kumar K.V2016-05-016-2/+380
* powerpc/mm: Abstract early MMU init in preparation for radixAneesh Kumar K.V2016-05-013-10/+30
* powerpc/mm/radix: Add radix callback for pmd accessorsAneesh Kumar K.V2016-05-013-5/+36
* powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.hAneesh Kumar K.V2016-05-014-83/+108
* powerpc/mm: Add radix callbacks to pte accessorsAneesh Kumar K.V2016-05-012-21/+84
* powerpc/mm/radix: Add dummy radix_enabled()Aneesh Kumar K.V2016-05-013-0/+14
* powerpc/mm/radix: Add radix pte #definesAneesh Kumar K.V2016-05-014-0/+150
* powerpc/mm: Move pte related functions togetherAneesh Kumar K.V2016-05-011-71/+71
* powerpc/mm: Move page table index and and vaddr to pgtable.hAneesh Kumar K.V2016-05-012-16/+12
* powerpc/mm: Make page table size a variableAneesh Kumar K.V2016-05-0114-97/+135
* powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.hAneesh Kumar K.V2016-05-012-205/+209
* powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.hAneesh Kumar K.V2016-05-012-138/+141
* powerpc/mm: Handle _PTE_NONE_MASKAneesh Kumar K.V2016-05-011-4/+2
* powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V2016-05-0113-107/+121
* 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-018-8/+81
* powerpc/mm/radix: Add partition table format & callbackAneesh Kumar K.V2016-05-013-2/+31
* powerpc/mm: Move radix/hash common data structures to book3s64 headersAneesh Kumar K.V2016-05-014-65/+85
* powerpc/mm: Use generic version of ptep_clear_flush_young()Aneesh Kumar K.V2016-05-011-16/+7
* powerpc/mm: Use generic version of pmdp_clear_flush_young()Aneesh Kumar K.V2016-05-012-13/+3
* powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V2016-05-019-90/+66
* powerpc/mm: Use a helper for finding pte bits mapping I/O areaAneesh Kumar K.V2016-05-015-7/+7
* powerpc/mm: Update _PAGE_KERNEL_ROAneesh Kumar K.V2016-05-013-9/+14
* powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V2016-05-015-28/+23
* powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V2016-05-0111-36/+77
* powerpc/mm: Use pte_user() instead of open codingAneesh Kumar K.V2016-05-012-1/+6
* powerpc/mm: Convert pte_user() to static inlineMichael Ellerman2016-05-012-8/+11
* 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-0113-35/+47
* powerpc/mm: Use pte_raw() in pte_same()/pmd_same()Michael Ellerman2016-05-012-2/+6
* powerpc/mm: Use big endian Linux page tables for book3s 64Aneesh Kumar K.V2016-05-016-17/+120
* powerpc/mm: Add pte_xchg() helperMichael Ellerman2016-05-015-12/+20
* powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()Aneesh Kumar K.V2016-05-013-10/+1