summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/hash_utils_64.c
AgeCommit message (Expand)Author
2016-07-17powerpc/mm: Print formation regarding the the MMU modeAneesh Kumar K.V
2016-07-15Merge tag 'powerpc-4.7-5' into nextMichael Ellerman
2016-07-05powerpc/mm: Add a parameter to disable 1TB segsOliver O'Halloran
2016-06-30powerpc: Initialise pci_io_base as early as possibleDarren Stevens
2016-06-17powerpc/mm/hash: Don't add memory coherence if cache inhibited is setAneesh Kumar K.V
2016-06-01powerpc/mm/hash: Fix the reference bit update when handling hash faultAneesh Kumar K.V
2016-05-11powerpc/mm/hash64: Fix subpage protection with 4K HPTE configMichael Ellerman
2016-05-11powerpc/mm/hash64: Factor out hash preload psize checkMichael Ellerman
2016-05-11powerpc/mm: pte_frag abstractionAneesh Kumar K.V
2016-05-11powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V
2016-05-11powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V
2016-05-11powerpc/mm/radix: Update PTCR on secondary CPUsAneesh Kumar K.V
2016-05-01powerpc/mm: Abstract early MMU init in preparation for radixAneesh Kumar K.V
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V
2016-05-01powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V
2016-05-01powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V
2016-05-01powerpc/mm: Update _PAGE_KERNEL_ROAneesh Kumar K.V
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V
2016-05-01powerpc/mm/subpage: Clear RWX bit to indicate no accessAneesh Kumar K.V
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-03-17powerpc: query dynamic DEBUG_PAGEALLOC settingJoonsoo Kim
2016-03-02powerpc/mm: Split hash page table sizing heuristic into a helperDavid Gibson
2016-03-01powerpc/mm: Clean up memory hotplug failure pathsDavid Gibson
2016-03-01powerpc/mm: Handle removing maybe-present bolted HPTEsDavid Gibson
2016-03-01powerpc/mm: Clean up error handling for htab_remove_mappingDavid Gibson
2016-02-27powerpc/mm/book3s-64: Clean up some obsolete or misleading commentsPaul Mackerras
2016-01-09powerpc: Fix build break due to paca mm_context_t changesMichael Ellerman
2015-12-27powerpc: Copy only required pieces of the mm_context_t to the pacaMichael Neuling
2015-12-19powerpc: Add function to copy mm_context_t to the pacaMichael Neuling
2015-12-14powerpc/mm: Move WIMG update to helper.Aneesh Kumar K.V
2015-12-14powerpc/mm: Add helper for converting pte bit to hpte bitsAneesh Kumar K.V
2015-12-14powerpc/mm: Convert 4k insert from asm to CAneesh Kumar K.V
2015-12-14powerpc/mm: Convert __hash_page_64K to CAneesh Kumar K.V
2015-12-14powerpc/mm: Remove the dependency on pte bit position in asm codeAneesh Kumar K.V
2015-12-14powerpc/mm: Convert 4k hash insert to CAneesh Kumar K.V
2015-12-14powerpc/mm: Fix infinite loop in hash fault with 4K page sizeAneesh Kumar K.V
2015-10-12powerpc/mm: Differentiate between hugetlb and THP during page walkAneesh Kumar K.V
2015-08-18powerpc/mm: Drop CONFIG_PPC_HAS_HASH_64KMichael Ellerman
2015-06-10powerpc/mm: Add trace point for tracking hash pte faultAneesh Kumar K.V
2015-06-02powerpc/mm: Fix build break with STRICT_MM_TYPECHECKS && DEBUG_PAGEALLOCMichael Ellerman
2015-04-23powerpc/mm: Fix build error with CONFIG_PPC_TRANSACTIONAL_MEM disabledAneesh Kumar K.V
2015-04-17powerpc/mm/thp: Make page table walk safe against thp split/collapseAneesh Kumar K.V
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V
2014-12-02powerpc/mm/thp: Use tlbiel if possibleAneesh Kumar K.V
2014-12-02powerpc/mm/thp: Remove code duplicationAneesh Kumar K.V
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter
2014-10-08powerpc/mm: Add new hash_page_mm()Ian Munsie