aboutsummaryrefslogtreecommitdiffstats
path: root/lib/lmb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-03lmb: Add lmb_free()Michael Ellerman1-2/+11
2009-12-12powerpc: allow ioremap within reserved memory regionsAlbert Herranz1-1/+6
2009-08-27lmb: Remove __init from lmb_end_of_DRAM()Benjamin Herrenschmidt1-1/+1
2009-02-11lmb: Rework lmb_dump_all() outputMichael Ellerman1-21/+21
2008-08-15lmb: Fix reserved region handling in lmb_enforce_memory_limit().David S. Miller1-0/+2
2008-05-18lmb: Fix compile warningKumar Gala1-1/+2
2008-05-12lmb: Make lmb debugging more useful.David S. Miller1-11/+22
2008-05-12lmb: Fix inconsistent alignment of size argument.David S. Miller1-4/+8
2008-04-29[POWERPC] Provide walk_memory_resource() for powerpcBadari Pulavarty1-0/+33
2008-04-29[POWERPC] Update lmb data structures for hotplug memory add/removeBadari Pulavarty1-9/+57
2008-04-23[LMB]: Fix lmb allocation regression.David S. Miller1-1/+1
2008-04-15[LMB] Restructure allocation loops to avoid unsigned underflowPaul Mackerras1-26/+30
2008-04-15[LMB] Fix some whitespace and other formatting issues, use pr_debugPaul Mackerras1-42/+30
2008-04-15[LMB] Add lmb_alloc_nid()David S. Miller1-10/+76
2008-02-19[LMB]: Fix lmb_add_region if region should be added at the headKumar Gala1-0/+5
2008-02-13[LMB]: Make lmb support large physical addressingBecky Bruce1-47/+46
2008-02-13[LMB]: Fix initial lmb add region with a non-zero baseKumar Gala1-0/+6
2008-02-13[LMB]: Fix bug in __lmb_alloc_base().David S. Miller1-1/+7
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller1-0/+354