summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/hash_utils_64.c
AgeCommit message (Expand)Author
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
2014-10-08powerpc/mm: Export mmu_kernel_ssize and mmu_linear_psizeIan Munsie
2014-10-08powerpc/cell: Make spu_flush_all_slbs() genericIan Munsie
2014-09-25powerpc/mm: Unindent htab_dt_scan_page_sizes()Michael Ellerman
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard
2014-09-25powerpc: Move more symbol exports next to function definitionsAnton Blanchard
2014-08-05powerpc: implement vmemmap_remove_mapping() for BOOK3SLi Zhong
2014-07-28powerpc: Remove MMU_FTR_SLBMichael Ellerman
2014-07-28powerpc: Remove STAB codeMichael Ellerman
2014-06-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-06-06powerpc/mm: Check paca psize is up to date for huge mappingsMichael Ellerman
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2014-05-05Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt
2014-05-01powerpc: Use 64k io pages when we never see an HEAAlexander Graf
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring
2014-04-29KVM guest: Make pv trampoline code executableAlexander Graf
2014-04-23powerpc: Fix branch patching code for ABIv2Anton Blanchard
2014-04-23powerpc: Use ppc_function_entry instead of open coding itAnton Blanchard
2014-02-11powerpc: Fix kdump hang issue on p8 with relocation on exception enabled.Mahesh Salgaonkar
2013-12-09powerpc/mm: Free up _PAGE_COHERENCE for numa fault use laterAneesh Kumar K.V
2013-10-11powerpc: Book 3S MMU little endian supportAnton Blanchard
2013-08-14powerpc: Fix a number of sparse warningsAnton Blanchard
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker
2013-06-21powerpc: Make linux pagetable walk safe with THP enabledAneesh Kumar K.V
2013-06-21powerpc/THP: Add code to handle HPTE faults for hugepagesAneesh Kumar K.V
2013-06-21powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V
2013-06-21powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V
2013-05-14powerpc: Exception hooks for context tracking subsystemLi Zhong
2013-05-06powerpc/tm: Fix null pointer deference in flush_hash_pageMichael Neuling
2013-04-30powerpc: Print page size info during bootAneesh Kumar K.V
2013-04-30powerpc: print both base and actual page size on hash failureAneesh Kumar K.V
2013-04-30powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V
2013-04-18powerpc: Try to insert the hptes repeatedly in kernel_map_linear_page()Li Zhong
2013-04-18powerpc: Split the code trying to insert hpte repeatedly as an helper functionLi Zhong
2013-03-17powerpc: Update kernel VSID rangeAneesh Kumar K.V
2013-03-13powerpc: Fix STAB initializationBenjamin Herrenschmidt
2013-02-15powerpc: Hook in new transactional memory codeMichael Neuling
2012-09-17powerpc/mm: Increase the slice range to 64TBAneesh Kumar K.V
2012-09-17powerpc/mm: Convert virtual address to vpnAneesh Kumar K.V