aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-29powerpc32: Use kmem_cache memory for PGDIRLEROY Christophe1-2/+14
2015-01-29powerpc32: adds handling of _PAGE_ROLEROY Christophe1-1/+1
2015-01-29powerpc: Remove duplicate tlbcam_index declarationsEmil Medve1-1/+0
2014-12-13mm/debug-pagealloc: make debug-pagealloc boottime configurableJoonsoo Kim1-1/+1
2014-11-10powerpc: Remove bootmem allocatorAnton Blanchard1-2/+1
2014-07-28powerpc: Remove CONFIG_POWER3Michael Ellerman1-1/+1
2014-01-09powerpc: add barrier after writing kernel PTEScott Wood1-0/+1
2013-11-15powerpc: handle pgtable_page_ctor() failKirill A. Shutemov1-1/+4
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-0/+1
2012-03-07powerpc: Use vsprintf extention %pf with builtin_return_addressJoe Perches1-1/+1
2011-05-19powerpc: Remove ioremap_flagsAnton Blanchard1-2/+2
2011-05-19powerpc: Add ioremap_wcAnton Blanchard1-0/+8
2010-12-09powerpc: Remove unnecessary casts of void ptrJesper Juhl1-1/+1
2010-12-09powerpc: Record vma->phys_addr in ioremap()Michael Ellerman1-0/+1
2010-07-14lmb: rename to memblockYinghai Lu1-3/+3
2010-06-15powerpc: Remove dead CONFIG_HIGHPTEChristoph Egger1-4/+0
2010-05-06powerpc: Fix CONFIG_DEBUG_PAGEALLOC on 603/e300Benjamin Herrenschmidt1-4/+0
2010-04-07powerpc: Fix ioremap_flags() with book3e pte definitionBenjamin Herrenschmidt1-0/+8
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-18powerpc/mm: Fix a WARN_ON() with CONFIG_DEBUG_PAGEALLOC and CONFIG_DEBUG_VMBenjamin Herrenschmidt1-1/+1
2009-12-12powerpc: allow ioremap within reserved memory regionsAlbert Herranz1-1/+3
2009-12-12wii: use both mem1 and mem2 as ramAlbert Herranz1-4/+28
2009-08-27powerpc/mm: Cleanup handling of execute permissionBenjamin Herrenschmidt1-1/+1
2009-05-27powerpc: Minor cleanups of kernel virt address space definitionsBenjamin Herrenschmidt1-2/+0
2009-03-24powerpc/mm: Tweak PTE bit combination definitionsBenjamin Herrenschmidt1-2/+2
2009-03-11powerpc: Wire up /proc/vmallocinfo to our ioremap()Benjamin Herrenschmidt1-3/+11
2009-02-09powerpc/fsl-booke: Fix mapping functions to use phys_addr_tKumar Gala1-2/+2
2009-01-08powerpc/mm: Make clear_fixmap() actually workAnton Vorontsov1-1/+2
2008-12-29powerpc/44x: Support 16K/64K base page sizes on 44xIlya Yanok1-9/+14
2008-12-23powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32MDale Farnsworth1-2/+2
2008-12-23powerpc/32: Allow __ioremap on RAM addresses for kdump kernelAnton Vorontsov1-0/+2
2008-12-16powerpc/mm: Remove flush_HPTE()Benjamin Herrenschmidt1-1/+5
2008-12-03powerpc: Use RCU based pte freeing mechanism for all powerpcKumar Gala1-21/+0
2008-12-03powerpc: hash_page_sync should only be used on SMP & STD_MMU_32Kumar Gala1-3/+3
2008-09-24POWERPC: Allow 32-bit hashed pgtable code to support 36-bit physicalBecky Bruce1-2/+2
2008-07-24powerpc ioremap_protBenjamin Herrenschmidt1-6/+16
2008-06-30powerpc: Change BAT code to use phys_addr_tBecky Bruce1-3/+3
2008-05-23[POWERPC] Fix __set_fixmap() for STRICT_MM_TYPECHECKSDavid Gibson1-1/+1
2008-04-24[POWERPC] Port fixmap from x86 and use for kmap_atomicKumar Gala1-0/+23
2008-04-17[POWERPC] Remove and replace uses of PPC_MEMSTART with memstart_addrKumar Gala1-2/+3
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky1-6/+8
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt1-3/+3
2007-06-14[POWERPC] Remove a couple of unused definitions from pgtable_32.cDavid Gibson1-4/+0
2007-06-14[POWERPC] Remove the dregs of APUS support from arch/powerpcDavid Gibson1-1/+0
2007-06-14[POWERPC] Abolish iopa(), mm_ptov(), io_block_mapping() from arch/powerpcDavid Gibson1-118/+0
2007-05-23[POWERPC] Fix modpost warningKumar Gala1-1/+1
2007-05-08[POWERPC] Remove use of 4level-fixup.h for ppc32David Gibson1-12/+16
2007-04-24[POWERPC] Abolish PHYS_FMT macro from arch/powerpcDavid Gibson1-2/+2
2007-04-13[POWERPC] DEBUG_PAGEALLOC for 32-bitBenjamin Herrenschmidt1-0/+52
2007-04-13[POWERPC] Fix 32-bit mm operations when not using BATsBenjamin Herrenschmidt1-4/+7