aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_utils_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-30powerpc: Initialise pci_io_base as early as possibleDarren Stevens1-0/+4
2016-06-17powerpc/mm/hash: Don't add memory coherence if cache inhibited is setAneesh Kumar K.V1-5/+9
2016-06-01powerpc/mm/hash: Fix the reference bit update when handling hash faultAneesh Kumar K.V1-2/+20
2016-05-11powerpc/mm/hash64: Fix subpage protection with 4K HPTE configMichael Ellerman1-1/+9
2016-05-11powerpc/mm/hash64: Factor out hash preload psize checkMichael Ellerman1-4/+17
2016-05-11powerpc/mm: pte_frag abstractionAneesh Kumar K.V1-0/+3
2016-05-11powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V1-0/+8
2016-05-11powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V1-0/+7
2016-05-11powerpc/mm/radix: Update PTCR on secondary CPUsAneesh Kumar K.V1-3/+7
2016-05-01powerpc/mm: Abstract early MMU init in preparation for radixAneesh Kumar K.V1-3/+3
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V1-0/+12
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V1-4/+4
2016-05-01powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V1-2/+40
2016-05-01powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V1-9/+9
2016-05-01powerpc/mm: Update _PAGE_KERNEL_ROAneesh Kumar K.V1-6/+11
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V1-6/+10
2016-05-01powerpc/mm/subpage: Clear RWX bit to indicate no accessAneesh Kumar K.V1-3/+8
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V1-4/+5
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-33/+54
2016-03-17powerpc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim1-16/+20
2016-03-02powerpc/mm: Split hash page table sizing heuristic into a helperDavid Gibson1-13/+21
2016-03-01powerpc/mm: Clean up memory hotplug failure pathsDavid Gibson1-5/+10
2016-03-01powerpc/mm: Handle removing maybe-present bolted HPTEsDavid Gibson1-3/+12
2016-03-01powerpc/mm: Clean up error handling for htab_remove_mappingDavid Gibson1-7/+6
2016-02-27powerpc/mm/book3s-64: Clean up some obsolete or misleading commentsPaul Mackerras1-5/+5
2016-01-09powerpc: Fix build break due to paca mm_context_t changesMichael Ellerman1-1/+1
2015-12-27powerpc: Copy only required pieces of the mm_context_t to the pacaMichael Neuling1-2/+2
2015-12-19powerpc: Add function to copy mm_context_t to the pacaMichael Neuling1-2/+3
2015-12-14powerpc/mm: Move WIMG update to helper.Aneesh Kumar K.V1-1/+12
2015-12-14powerpc/mm: Add helper for converting pte bit to hpte bitsAneesh Kumar K.V1-8/+14
2015-12-14powerpc/mm: Convert 4k insert from asm to CAneesh Kumar K.V1-26/+0
2015-12-14powerpc/mm: Convert __hash_page_64K to CAneesh Kumar K.V1-18/+1
2015-12-14powerpc/mm: Remove the dependency on pte bit position in asm codeAneesh Kumar K.V1-0/+29
2015-12-14powerpc/mm: Convert 4k hash insert to CAneesh Kumar K.V1-1/+3
2015-12-14powerpc/mm: Fix infinite loop in hash fault with 4K page sizeAneesh Kumar K.V1-1/+2
2015-10-12powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V1-3/+4
2015-08-18powerpc/mm: Drop CONFIG_PPC_HAS_HASH_64KMichael Ellerman1-6/+6
2015-06-10powerpc/mm: Add trace point for tracking hash pte faultAneesh Kumar K.V1-0/+2
2015-06-02powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOCMichael Ellerman1-1/+1
2015-04-23powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabledAneesh Kumar K.V1-0/+1
2015-04-17powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V1-1/+1
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim1-1/+1
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V1-16/+28
2014-12-02powerpc/mm/thp: Use tlbiel if possibleAneesh Kumar K.V1-5/+23
2014-12-02powerpc/mm/thp: Remove code duplicationAneesh Kumar K.V1-0/+52
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-10-08powerpc/mm: Add new hash_page_mm()Ian Munsie1-7/+17
2014-10-08powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psizeIan Munsie1-0/+2
2014-10-08powerpc/cell: Make spu_flush_all_slbs() genericIan Munsie1-7/+3
2014-09-25powerpc/mm: Unindent htab_dt_scan_page_sizes()Michael Ellerman1-61/+60