aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/mem.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Add System RAM to /proc/iomemAnton Blanchard2011-11-081-0/+30
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\
| * powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-311-1/+1
* | powerpc: Fix oops when echoing bad values to /sys/devices/system/memory/probeAnton Blanchard2011-09-201-1/+2
* | powerpc: Hugetlb for BookEBecky Bruce2011-09-201-0/+5
|/
* powerpc/mm: Fix output of total_ram.Tony Breeds2011-07-191-2/+2
* powerpc: Create next_tlbcam_idx percpu variable for FSL_BOOKEBecky Bruce2011-07-081-0/+9
* powerpc: Add printk companion for ppc_md.progressDave Carroll2011-06-301-1/+1
* powerpc: Move free_initmem to common codeDave Carroll2011-06-301-0/+19
* Merge remote branch 'origin/master' into nextBenjamin Herrenschmidt2011-06-301-0/+19
|\
| * powerpc: Force page alignment for initrd reserved memoryBenjamin Herrenschmidt2011-06-091-0/+19
* | powerpc: mem_init should call memblock_is_reserved with phys_addr_tBecky Bruce2011-06-291-1/+2
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu2010-10-121-7/+7
* memblock: Remove memblock_type.size and add memblock.memory_size insteadBenjamin Herrenschmidt2010-08-051-1/+1
* memblock/powerpc: Use new accessorsBenjamin Herrenschmidt2010-08-041-59/+33
* memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt2010-08-041-13/+13
* lmb: rename to memblockYinghai Lu2010-07-141-39/+39
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* powerpc: Fix swiotlb to respect the boot optionFUJITA Tomonori2010-03-191-0/+6
* MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-2/+2
* powerpc/mm: Bring hugepage PTE accessor functions back into sync with normal ...David Gibson2009-10-301-4/+13
* walk system ram rangeKAMEZAWA Hiroyuki2009-09-231-3/+3
* arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-221-1/+1
* powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency.Benjamin Herrenschmidt2009-05-271-0/+4
* powerpc: Minor cleanups of kernel virt address space definitionsBenjamin Herrenschmidt2009-05-271-0/+13
* powerpc: Allow mem=x cmdline to work with 4G+Becky Bruce2009-05-151-1/+1
* powerpc/mm: Rework I$/D$ coherency (v3)Benjamin Herrenschmidt2009-02-111-33/+0
* mm: show node to memory section relationship with symlinks in sysfsGary Hade2009-01-061-1/+1
* powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt2008-12-211-2/+2
* powerpc/mm: Add SMP support to no-hash TLB handlingBenjamin Herrenschmidt2008-12-211-1/+1
* mm: cleanup to make remove_memory() arch-neutralBadari Pulavarty2008-10-201-17/+0
* powerpc: Avoid integer overflow in page_is_ram()Roland Dreier2008-10-071-3/+2
* powerpc: Fix compiler warning in arch/powerpc/mm/mem.cTony Breeds2008-08-041-1/+1
* powerpc: use generic show_mem()Johannes Weiner2008-07-261-39/+0
* powerpc: Fix problems with 32bit PPC's running with >= 4GB of RAMStefan Roese2008-07-091-4/+4
* powerpc: Fix building of arch/powerpc/mm/mem.o when MEMORY_HOTPLUG=y and SPAR...Tony Breeds2008-07-031-0/+1
* [POWERPC] Make walk_memory_resource available with MEMORY_HOTPLUG=nNathan Lynch2008-06-091-2/+1
* [POWERPC] Provide walk_memory_resource() for powerpcBadari Pulavarty2008-04-291-7/+23
* hotplug-memory: make online_page() commonJeremy Fitzhardinge2008-04-281-9/+0
* [POWERPC] Port fixmap from x86 and use for kmap_atomicKumar Gala2008-04-241-6/+26
* [POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero)Kumar Gala2008-04-241-2/+3
* [POWERPC] Introduce lowmem_end_addr to distinguish from total_lowmemKumar Gala2008-04-171-7/+9
* [POWERPC] Remove redundant display of free swap space in show_mem()Johannes Weiner2008-04-011-1/+0
* [POWERPC] arch_add_memory() cannot be __devinitGeert Uytterhoeven2008-04-011-1/+1
* [LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller2008-02-131-1/+1
* [POWERPC] Add arch-specific walk_memory_remove() for 64-bit powerpcBadari Pulavarty2008-02-081-0/+17
* [POWERPC] Add remove_memory() for 64-bit powerpcBadari Pulavarty2008-02-081-0/+16
* Merge branch 'for-2.6.25' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2008-02-071-1/+6
|\
| * [POWERPC] update_mmu_cache: Don't cache-flush non-readable pagesScott Wood2008-02-061-1/+6