summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_utils_64.c
Commit message (Expand)AuthorAgeFilesLines
* 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: pte_frag abstractionAneesh Kumar K.V2016-05-111-0/+3
* powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V2016-05-111-0/+8
* powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V2016-05-111-0/+7
* powerpc/mm/radix: Update PTCR on secondary CPUsAneesh Kumar K.V2016-05-111-3/+7
* 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-011-0/+12
* powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V2016-05-011-4/+4
* powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V2016-05-011-2/+40
* powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V2016-05-011-9/+9
* powerpc/mm: Update _PAGE_KERNEL_ROAneesh Kumar K.V2016-05-011-6/+11
* powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V2016-05-011-6/+10
* 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-011-4/+5
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-33/+54
|\
| * powerpc/mm: Split hash page table sizing heuristic into a helperDavid Gibson2016-03-021-13/+21
| * powerpc/mm: Clean up memory hotplug failure pathsDavid Gibson2016-03-011-5/+10
| * powerpc/mm: Handle removing maybe-present bolted HPTEsDavid Gibson2016-03-011-3/+12
| * powerpc/mm: Clean up error handling for htab_remove_mappingDavid Gibson2016-03-011-7/+6
| * powerpc/mm/book3s-64: Clean up some obsolete or misleading commentsPaul Mackerras2016-02-271-5/+5
* | powerpc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim2016-03-171-16/+20
|/
* powerpc: Fix build break due to paca mm_context_t changesMichael Ellerman2016-01-091-1/+1
* powerpc: Copy only required pieces of the mm_context_t to the pacaMichael Neuling2015-12-271-2/+2
* powerpc: Add function to copy mm_context_t to the pacaMichael Neuling2015-12-191-2/+3
* powerpc/mm: Move WIMG update to helper.Aneesh Kumar K.V2015-12-141-1/+12
* powerpc/mm: Add helper for converting pte bit to hpte bitsAneesh Kumar K.V2015-12-141-8/+14
* powerpc/mm: Convert 4k insert from asm to CAneesh Kumar K.V2015-12-141-26/+0
* powerpc/mm: Convert __hash_page_64K to CAneesh Kumar K.V2015-12-141-18/+1
* powerpc/mm: Remove the dependency on pte bit position in asm codeAneesh Kumar K.V2015-12-141-0/+29
* powerpc/mm: Convert 4k hash insert to CAneesh Kumar K.V2015-12-141-1/+3
* powerpc/mm: Fix infinite loop in hash fault with 4K page sizeAneesh Kumar K.V2015-12-141-1/+2
* powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V2015-10-121-3/+4
* powerpc/mm: Drop CONFIG_PPC_HAS_HASH_64KMichael Ellerman2015-08-181-6/+6
* powerpc/mm: Add trace point for tracking hash pte faultAneesh Kumar K.V2015-06-101-0/+2
* powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOCMichael Ellerman2015-06-021-1/+1
* powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabledAneesh Kumar K.V2015-04-231-0/+1
* powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V2015-04-171-1/+1
* mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim2014-12-131-1/+1
* powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V2014-12-051-16/+28
* powerpc/mm/thp: Use tlbiel if possibleAneesh Kumar K.V2014-12-021-5/+23
* powerpc/mm/thp: Remove code duplicationAneesh Kumar K.V2014-12-021-0/+52
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-1/+1
* powerpc/mm: Add new hash_page_mm()Ian Munsie2014-10-081-7/+17
* powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psizeIan Munsie2014-10-081-0/+2
* powerpc/cell: Make spu_flush_all_slbs() genericIan Munsie2014-10-081-7/+3
* powerpc/mm: Unindent htab_dt_scan_page_sizes()Michael Ellerman2014-09-251-61/+60
* powerpc: Make a bunch of things staticAnton Blanchard2014-09-251-1/+1
* powerpc: Move more symbol exports next to function definitionsAnton Blanchard2014-09-251-0/+1
* powerpc: implement vmemmap_remove_mapping() for BOOK3SLi Zhong2014-08-051-1/+1
OpenPOWER on IntegriCloud