aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_utils_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell1-6/+3
2012-02-23fadump: Register for firmware assisted dump.Mahesh Salgaonkar1-0/+11
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker1-0/+1
2011-09-20powerpc: Fix oops when echoing bad values to /sys/devices/system/memory/probeAnton Blanchard1-3/+3
2011-09-20powerpc: Hugetlb for BookEBecky Bruce1-3/+0
2011-04-27powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans1-9/+9
2011-04-20powerpc: Replace open coded instruction patching with patch_instruction/patch_branchAnton Blanchard1-17/+27
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-11-29powerpc/mm: Avoid avoidable void* pointerMichael Neuling1-1/+1
2010-11-18powerpc: Fix call to subpage_protection()Michael Neuling1-1/+1
2010-08-05memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt1-1/+21
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