aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-14lmb: rename to memblockYinghai Lu1-39/+39
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
2010-03-19powerpc: Fix swiotlb to respect the boot optionFUJITA Tomonori1-0/+6
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-2/+2
2009-10-30powerpc/mm: Bring hugepage PTE accessor functions back into sync with normal accessorsDavid Gibson1-4/+13
2009-09-23walk system ram rangeKAMEZAWA Hiroyuki1-3/+3
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-05-27powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency.Benjamin Herrenschmidt1-0/+4
2009-05-27powerpc: Minor cleanups of kernel virt address space definitionsBenjamin Herrenschmidt1-0/+13
2009-05-15powerpc: Allow mem=x cmdline to work with 4G+Becky Bruce1-1/+1
2009-02-11powerpc/mm: Rework I$/D$ coherency (v3)Benjamin Herrenschmidt1-33/+0
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade1-1/+1
2008-12-21powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt1-2/+2
2008-12-21powerpc/mm: Add SMP support to no-hash TLB handlingBenjamin Herrenschmidt1-1/+1
2008-10-20mm: cleanup to make remove_memory() arch-neutralBadari Pulavarty1-17/+0
2008-10-07powerpc: Avoid integer overflow in page_is_ram()Roland Dreier1-3/+2
2008-08-04powerpc: Fix compiler warning in arch/powerpc/mm/mem.cTony Breeds1-1/+1
2008-07-26powerpc: use generic show_mem()Johannes Weiner1-39/+0
2008-07-09powerpc: Fix problems with 32bit PPC's running with >= 4GB of RAMStefan Roese1-4/+4
2008-07-03powerpc: Fix building of arch/powerpc/mm/mem.o when MEMORY_HOTPLUG=y and SPARSEMEM=nTony Breeds1-0/+1
2008-06-09[POWERPC] Make walk_memory_resource available with MEMORY_HOTPLUG=nNathan Lynch1-2/+1
2008-04-29[POWERPC] Provide walk_memory_resource() for powerpcBadari Pulavarty1-7/+23
2008-04-28hotplug-memory: make online_page() commonJeremy Fitzhardinge1-9/+0
2008-04-24[POWERPC] Port fixmap from x86 and use for kmap_atomicKumar Gala1-6/+26
2008-04-24[POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero)Kumar Gala1-2/+3
2008-04-17[POWERPC] Introduce lowmem_end_addr to distinguish from total_lowmemKumar Gala1-7/+9
2008-04-01[POWERPC] Remove redundant display of free swap space in show_mem()Johannes Weiner1-1/+0
2008-04-01[POWERPC] arch_add_memory() cannot be __devinitGeert Uytterhoeven1-1/+1
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller1-1/+1
2008-02-08[POWERPC] Add arch-specific walk_memory_remove() for 64-bit powerpcBadari Pulavarty1-0/+17
2008-02-08[POWERPC] Add remove_memory() for 64-bit powerpcBadari Pulavarty1-0/+16
2008-02-07Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+6
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle1-3/+5
2008-02-06[POWERPC] update_mmu_cache: Don't cache-flush non-readable pagesScott Wood1-1/+6
2008-01-23[POWERPC] Fix handling of memreserve if the range lands in highmemKumar Gala1-2/+19
2007-11-20[POWERPC] Fix 8xx build breakage due to _tlbie changesBenjamin Herrenschmidt1-1/+1
2007-10-16fix memory hot remove not configured case.KAMEZAWA Hiroyuki1-45/+0
2007-08-17[POWERPC] Clean out a bunch of duplicate includesJesper Juhl1-1/+0
2007-07-10[POWERPC] Remove extra return statementManish Ahuja1-2/+0
2007-06-14[POWERPC] Remove the dregs of APUS support from arch/powerpcDavid Gibson1-1/+0
2007-05-22[POWERPC] Fix warning in 32-bit builds with CONFIG_HIGHMEMBenjamin Herrenschmidt1-4/+5
2007-05-09[POWERPC] Mark pages that don't exist as nosaveJohannes Berg1-0/+25
2007-05-02[POWERPC] Remove unneeded page_is_ram exportJohannes Berg1-1/+0
2007-04-13[POWERPC] Fix 32-bit mm operations when not using BATsBenjamin Herrenschmidt1-3/+0
2007-02-13[POWERPC] Fix vDSO page count calculationBenjamin Herrenschmidt1-3/+0
2007-02-08[POWERPC] Remove bogus comment about page_is_ramJohannes Berg1-4/+0
2007-02-07[POWERPC] 8xx: platform specific mmu updatesVitaly Bordug1-10/+10
2006-10-11[PATCH] mm: use symbolic names instead of indices for zone initialisationMel Gorman1-3/+4
2006-09-27[PATCH] Have Power use add_active_range() and free_area_init_nodes()Mel Gorman1-32/+19
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0