summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/hash_utils_64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Book 3S MMU little endian supportAnton Blanchard2013-10-111-20/+18Star
* powerpc: Fix a number of sparse warningsAnton Blanchard2013-08-141-1/+1
* powerpc: Delete __cpuinit usage from all usersPaul Gortmaker2013-07-011-1/+1
* powerpc: Make linux pagetable walk safe with THP enabledAneesh Kumar K.V2013-06-211-12/+15
* powerpc/THP: Add code to handle HPTE faults for hugepagesAneesh Kumar K.V2013-06-211-4/+17
* powerpc: Replace find_linux_pte with find_linux_pte_or_hugepteAneesh Kumar K.V2013-06-211-1/+7
* powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V2013-06-211-2/+7
* powerpc: Exception hooks for context tracking subsystemLi Zhong2013-05-141-9/+27
* powerpc/tm: Fix null pointer deference in flush_hash_pageMichael Neuling2013-05-061-0/+1
* powerpc: Print page size info during bootAneesh Kumar K.V2013-04-301-5/+5
* powerpc: print both base and actual page size on hash failureAneesh Kumar K.V2013-04-301-5/+7
* powerpc: Decode the pte-lp-encoding bits correctly.Aneesh Kumar K.V2013-04-301-44/+81
* powerpc: Try to insert the hptes repeatedly in kernel_map_linear_page()Li Zhong2013-04-181-6/+7
* powerpc: Split the code trying to insert hpte repeatedly as an helper functionLi Zhong2013-04-181-0/+35
* powerpc: Update kernel VSID rangeAneesh Kumar K.V2013-03-171-5/+15
* powerpc: Fix STAB initializationBenjamin Herrenschmidt2013-03-131-0/+2
* powerpc: Hook in new transactional memory codeMichael Neuling2013-02-151-0/+16
* powerpc/mm: Increase the slice range to 64TBAneesh Kumar K.V2012-09-171-6/+9
* powerpc/mm: Convert virtual address to vpnAneesh Kumar K.V2012-09-171-15/+15
* powerpc/mm: Replace abs_to_virt() with __va()Michael Ellerman2012-09-051-2/+1Star
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-1/+0Star
* powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell2012-03-211-6/+3Star
* fadump: Register for firmware assisted dump.Mahesh Salgaonkar2012-02-231-0/+11
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * powerpc: add export.h to files making use of EXPORT_SYMBOLPaul Gortmaker2011-11-011-0/+1
* | powerpc: Fix oops when echoing bad values to /sys/devices/system/memory/probeAnton Blanchard2011-09-201-3/+3
* | powerpc: Hugetlb for BookEBecky Bruce2011-09-201-3/+0Star
|/
* powerpc: Free up some CPU feature bits by moving out MMU-related featuresMatt Evans2011-04-271-9/+9
* powerpc: Replace open coded instruction patching with patch_instruction/patch...Anton Blanchard2011-04-201-17/+27
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* powerpc/mm: Avoid avoidable void* pointerMichael Neuling2010-11-291-1/+1
* powerpc: Fix call to subpage_protection()Michael Neuling2010-11-181-1/+1
* memblock: Remove rmo_size, burry it in arch/powerpc where it belongsBenjamin Herrenschmidt2010-08-051-1/+21
* memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt2010-08-051-1/+2
* memblock: Expose MEMBLOCK_ALLOC_ANYWHEREBenjamin Herrenschmidt2010-08-051-1/+1
* memblock/powerpc: Use new accessorsBenjamin Herrenschmidt2010-08-041-4/+4
* memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt2010-08-041-1/+1
* powerpc/mm: Add some debug output when hash insertion failsBenjamin Herrenschmidt2010-07-231-5/+29
* powerpc/mm: Move around testing of _PAGE_PRESENT in hash codeBenjamin Herrenschmidt2010-07-231-8/+11
* lmb: rename to memblockYinghai Lu2010-07-141-13/+13
* powerpc/mm: Fix stupid bug in subpge protection handlingDavid Gibson2009-12-181-2/+2
* powerpc/mm: Fix hash_utils_64.c compile errors with DEBUG enabled.Sachin P. Sant2009-12-181-4/+4
* powerpc/mm: Fix pgtable cache cleanup with CONFIG_PPC_SUBPAGE_PROTDavid Gibson2009-12-081-3/+3
* Revert "powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAG...Benjamin Herrenschmidt2009-12-011-3/+3
* powerpc/mm: Fix bug in pagetable cache cleanup with CONFIG_PPC_SUBPAGE_PROTDavid Gibson2009-11-271-3/+3
* Export symbols for KVM moduleAlexander Graf2009-11-051-0/+2
* powerpc/mm: Bring hugepage PTE accessor functions back into sync with normal ...David Gibson2009-10-301-1/+1
* powerpc/mm: Cleanup initialization of hugepages on powerpcDavid Gibson2009-10-301-10/+0Star
* powerpc/mm: Allow more flexible layouts for hugepage pagetablesDavid Gibson2009-10-301-12/+14
* powerpc: Fix crash on CPU hotplugMichael Ellerman2009-04-221-1/+1