aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_utils_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-05memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt1-1/+2
2010-08-05memblock: Expose MEMBLOCK_ALLOC_ANYWHEREBenjamin Herrenschmidt1-1/+1
2010-08-04memblock/powerpc: Use new accessorsBenjamin Herrenschmidt1-4/+4
2010-08-04memblock: Rename memblock_region to memblock_type and memblock_property to memblock_regionBenjamin Herrenschmidt1-1/+1
2010-07-23powerpc/mm: Add some debug output when hash insertion failsBenjamin Herrenschmidt1-5/+29
2010-07-23powerpc/mm: Move around testing of _PAGE_PRESENT in hash codeBenjamin Herrenschmidt1-8/+11
2010-07-14lmb: rename to memblockYinghai Lu1-13/+13
2009-12-18powerpc/mm: Fix stupid bug in subpge protection handlingDavid Gibson1-2/+2
2009-12-18powerpc/mm: Fix hash_utils_64.c compile errors with DEBUG enabled.Sachin P. Sant1-4/+4
2009-12-08powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROTDavid Gibson1-3/+3
2009-12-02Revert "powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROT"Benjamin Herrenschmidt1-3/+3
2009-11-27powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROTDavid Gibson1-3/+3
2009-11-05Export symbols for KVM moduleAlexander Graf1-0/+2
2009-10-30powerpc/mm: Bring hugepage PTE accessor functions back into sync with normal accessorsDavid Gibson1-1/+1
2009-10-30powerpc/mm: Cleanup initialization of hugepages on powerpcDavid Gibson1-10/+0
2009-10-30powerpc/mm: Allow more flexible layouts for hugepage pagetablesDavid Gibson1-12/+14
2009-04-22powerpc: Fix crash on CPU hotplugMichael Ellerman1-1/+1
2009-03-24powerpc/mm: Introduce early_init_mmu() on 64-bitBenjamin Herrenschmidt1-2/+34
2009-03-24cpumask: Use mm_cpumask() wrapper instead of cpu_vm_maskRusty Russell1-6/+4
2009-02-23powerpc/mm: Reduce hashtable size when using 64kB pagesAnton Blanchard1-2/+3
2008-10-22powerpc: Don't use a 16G page if beyond mem= limitsJon Tollefson1-2/+4
2008-10-14powerpc: Get USE_STRICT_MM_TYPECHECKS working againDavid Gibson1-2/+2
2008-09-15powerpc: Make the 64-bit kernel as a position-independent executablePaul Mackerras1-1/+1
2008-09-10Merge branch 'linux-2.6'Paul Mackerras1-7/+11
2008-09-03powerpc: Only make kernel text pages of linear mapping executablePaul Mackerras1-7/+11
2008-08-20powerpc: Guard htab_dt_scan_hugepage_blocks appropriatelyTony Breeds1-0/+2
2008-08-11powerpc/mm: Fix attribute confusion with htab_bolt_mapping()Benjamin Herrenschmidt1-24/+39
2008-07-24powerpc: support multiple hugepage sizesJon Tollefson1-5/+4
2008-07-24powerpc: scan device tree for gigantic pagesJon Tollefson1-1/+43
2008-07-01powerpc: Only demote individual slices rather than whole processPaul Mackerras1-9/+27
2008-05-16Merge branch 'linux-2.6' into powerpc-nextPaul Mackerras1-2/+26
2008-05-15[POWERPC] vmemmap fixes to use smaller pagesBenjamin Herrenschmidt1-2/+26
2008-05-14[POWERPC] Move declaration of tce variables into mmu-hash64.hMichael Ellerman1-2/+0
2008-05-14[POWERPC] Fix sparse warnings in arch/powerpc/mmMichael Ellerman1-2/+2
2008-04-07[POWERPC] htab_remove_mapping is only used by MEMORY_HOTPLUGStephen Rothwell1-0/+2
2008-04-01[POWERPC] Add error return from htab_remove_mapping()Badari Pulavarty1-5/+9
2008-03-26Merge branch 'linux-2.6'Paul Mackerras1-3/+8
2008-03-24[POWERPC] Don't use 64k pages for ioremap on pSeriesPaul Mackerras1-3/+8
2008-03-13Merge branch 'linux-2.6'Paul Mackerras1-2/+2
2008-03-13[POWERPC] Fix large hash table allocation on Cell bladesMichael Ellerman1-2/+2
2008-02-26[POWERPC] Add code for removing HPTEs for parts of the linear mappingBadari Pulavarty1-0/+23
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller1-1/+2
2008-01-31[POWERPC] Allocate the hash table under 1G on cellMichael Ellerman1-3/+9
2008-01-24[POWERPC] Provide a way to protect 4k subpages when using 64k pagesPaul Mackerras1-14/+69
2008-01-17[POWERPC] Add hugepagesz boot-time parameterJon Tollefson1-9/+2
2007-12-11[POWERPC] Use SLB size from the device treeMichael Neuling1-0/+1
2007-11-08[POWERPC] Include udbg.h when using udbg_printfwill schmidt1-0/+1
2007-10-29[POWERPC] powerpc: Fix demotion of segments to 4K pagesBenjamin Herrenschmidt1-2/+4
2007-10-17[POWERPC] Add 1TB workaround for PA6TOlof Johansson1-0/+1
2007-10-17[POWERPC] Fix 1TB segment detectionOlof Johansson1-1/+1