summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/mem.c
AgeCommit message (Expand)Author
2014-01-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen
2014-01-15Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt
2014-01-15powerpc: Make add_system_ram_resources() __initGeert Uytterhoeven
2014-01-09powerpc/e6500: TLB miss handler with hardware tablewalk supportScott Wood
2013-10-03powerpc: Fix memory hotplug with sparse vmemmapNathan Fontenot
2013-08-27powerpc/mm: Mark Memory Resources as busyNathan Fontenot
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-07-03mm/PPC: prepare for killing free_all_bootmem_node()Jiang Liu
2013-07-03mm/ppc: prepare for removing num_physpages and simplify mem_init()Jiang Liu
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu
2013-06-21powerpc: Make linux pagetable walk safe with THP enabledAneesh Kumar K.V
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2013-04-29mm/PPC: use free_highmem_page() to free highmem pages into buddy systemJiang Liu
2013-04-29mm/ppc: use common help functions to free reserved pagesJiang Liu
2013-04-18powerpc: place EXPORT_SYMBOL macro right after declarationValentina Manea
2013-02-23Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang
2013-01-29powerpc/mm: Eliminate unneeded for_each_memblockCody P Schafer
2012-09-12powerpc/swiotlb: Enable at early stage and disable if not necessaryJia Hongtao
2012-09-07powerpc: Change memory_limit from phys_addr_t to unsigned long longSuzuki Poulose
2012-08-16KVM: PPC: Add cache flush on page mapAlexander Graf
2012-03-20powerpc: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds
2011-12-08powerpc: Use HAVE_MEMBLOCK_NODE_MAPTejun Heo
2011-12-08powerpc: Punch a hole in /dev/mem for librtassukadev@linux.vnet.ibm.com
2011-12-07powerpc/book3e: Change hugetlb preload to take vma argumentBecky Bruce
2011-11-28powerpc: Implement CONFIG_STRICT_DEVMEMsukadev@linux.vnet.ibm.com
2011-11-08powerpc: Add System RAM to /proc/iomemAnton Blanchard
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker
2011-09-20powerpc: Fix oops when echoing bad values to /sys/devices/system/memory/probeAnton Blanchard
2011-09-20powerpc: Hugetlb for BookEBecky Bruce
2011-07-19powerpc/mm: Fix output of total_ram.Tony Breeds
2011-07-08powerpc: Create next_tlbcam_idx percpu variable for FSL_BOOKEBecky Bruce
2011-06-30powerpc: Add printk companion for ppc_md.progressDave Carroll
2011-06-30powerpc: Move free_initmem to common codeDave Carroll
2011-06-30Merge remote branch 'origin/master' into nextBenjamin Herrenschmidt
2011-06-29powerpc: mem_init should call memblock_is_reserved with phys_addr_tBecky Bruce
2011-06-09powerpc: Force page alignment for initrd reserved memoryBenjamin Herrenschmidt
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-12memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu
2010-08-05memblock: Remove memblock_type.size and add memblock.memory_size insteadBenjamin Herrenschmidt
2010-08-04memblock/powerpc: Use new accessorsBenjamin Herrenschmidt
2010-08-04memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt
2010-07-14lmb: rename to memblockYinghai Lu
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-19powerpc: Fix swiotlb to respect the boot optionFUJITA Tomonori