| Commit message (Expand) | Author | Age | Files | Lines |
* | bootmem: make ___alloc_bootmem_node_nopanic() really nopanic | Yinghai Lu | 2012-07-17 | 1 | -0/+4 |
* | mm: sparse: fix usemap allocation above node descriptor section | Yinghai Lu | 2012-07-11 | 1 | -1/+1 |
* | mm/bootmem.c: cleanup on addition to bootmem data list | Gavin Shan | 2012-05-29 | 1 | -8/+8 |
* | mm: remove sparsemem allocation details from the bootmem allocator | Johannes Weiner | 2012-05-29 | 1 | -22/+0 |
* | mm: bootmem: pass pgdat instead of pgdat->bdata down the stack | Johannes Weiner | 2012-05-29 | 1 | -10/+10 |
* | mm: bootmem: unify allocation policy of (non-)panicking node allocations | Johannes Weiner | 2012-05-29 | 1 | -20/+24 |
* | mm: bootmem: allocate in order node+goal, goal, node, anywhere | Johannes Weiner | 2012-05-29 | 1 | -1/+13 |
* | mm: bootmem: split out goal-to-node mapping from goal dropping | Johannes Weiner | 2012-05-29 | 1 | -2/+15 |
* | mm: bootmem: rename alloc_bootmem_core to alloc_bootmem_bdata | Johannes Weiner | 2012-05-29 | 1 | -7/+7 |
* | mm: bootmem: remove redundant offset check when finally freeing bootmem | Johannes Weiner | 2012-05-29 | 1 | -1/+1 |
* | mm: bootmem: fix checking the bitmap when finally freeing bootmem | Gavin Shan | 2012-05-29 | 1 | -0/+1 |
* | bootmem/sparsemem: remove limit constraint in alloc_bootmem_section | Nishanth Aravamudan | 2012-03-21 | 1 | -3/+2 |
* | mm: bootmem: try harder to free pages in bulk | Johannes Weiner | 2012-01-10 | 1 | -12/+10 |
* | mm: bootmem: drop superfluous range check when freeing pages in bulk | Johannes Weiner | 2012-01-10 | 1 | -1/+1 |
* | bootmem: micro optimize freeing pages in bulk | Uwe Kleine-König | 2012-01-10 | 1 | -2/+2 |
* | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s... | Olaf Hering | 2011-03-23 | 1 | -8/+0 |
* | bootmem: Move contig_page_data definition to bootmem.c/nobootmem.c | Yinghai Lu | 2011-02-24 | 1 | -0/+7 |
* | bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.c | Yinghai Lu | 2011-02-24 | 1 | -170/+3 |
* | x86, memblock: Replace e820_/_early string with memblock_ | Yinghai Lu | 2010-08-27 | 1 | -2/+2 |
* | x86: Use memblock to replace early_res | Yinghai Lu | 2010-08-27 | 1 | -0/+3 |
* | bootmem, x86: Add weak version of reserve_bootmem_generic | Yinghai Lu | 2010-08-27 | 1 | -0/+6 |
* | x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num... | Yinghai Lu | 2010-07-20 | 1 | -4/+20 |
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-04-07 | 1 | -2/+15 |
|\ |
|
| * | bootmem, x86: Fix 32bit numa system without RAM on node 0 | Yinghai Lu | 2010-04-01 | 1 | -1/+7 |
| * | nobootmem, x86: Fix 32bit numa system without RAM on node 0 | Yinghai Lu | 2010-04-01 | 1 | -1/+8 |
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
|/ |
|
* | x86: Remove excessive early_res debug output | Jiri Kosina | 2010-03-24 | 1 | -13/+0 |
* | x86: Make 64 bit use early_res instead of bootmem before slab | Yinghai Lu | 2010-02-12 | 1 | -3/+192 |
* | mm/bootmem.c: properly __init-annotate helper functions | Jan Beulich | 2009-12-15 | 1 | -4/+4 |
* | bootmem: Add free_bootmem_late() | FUJITA Tomonori | 2009-11-10 | 1 | -0/+24 |
* | kmemleak: Do not report alloc_bootmem blocks as leaks | Catalin Marinas | 2009-08-27 | 1 | -1/+5 |
* | kmemleak: Add callbacks to the bootmem allocator | Catalin Marinas | 2009-07-08 | 1 | -0/+6 |
* | bootmem.c: avoid c90 declaration warning | Joe Perches | 2009-06-19 | 1 | -5/+9 |
* | bootmem: fix slab fallback on numa | Pekka Enberg | 2009-06-11 | 1 | -0/+9 |
* | bootmem: use slab if bootmem is no longer available | Pekka Enberg | 2009-06-11 | 1 | -0/+3 |
* | bootmem, x86: further fixes for arch-specific bootmem wrapping | Tejun Heo | 2009-03-01 | 1 | -15/+30 |
* | bootmem: clean up arch-specific bootmem wrapping | Tejun Heo | 2009-02-24 | 1 | -3/+11 |
* | bootmem: print request details before BUG_ON(them) | Johannes Weiner | 2009-01-06 | 1 | -4/+4 |
* | misc: replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-10-16 | 1 | -1/+1 |
* | bootmem: fix aligning of node-relative indexes and offsets | Johannes Weiner | 2008-08-20 | 1 | -6/+29 |
* | bootmem allocator: alloc_bootmem_core(): page-align the end offset | Mikulas Patocka | 2008-08-15 | 1 | -1/+1 |
* | bootmem: replace node_boot_start in struct bootmem_data | Johannes Weiner | 2008-07-24 | 1 | -19/+21 |
* | bootmem: revisit alloc_bootmem_section | Johannes Weiner | 2008-07-24 | 1 | -21/+6 |
* | bootmem: Make __alloc_bootmem_low_node fall back to other nodes | Johannes Weiner | 2008-07-24 | 1 | -9/+16 |
* | bootmem: respect goal more likely | Johannes Weiner | 2008-07-24 | 1 | -38/+54 |
* | bootmem: factor out the marking of a PFN range | Johannes Weiner | 2008-07-24 | 1 | -119/+69 |
* | bootmem: free/reserve helpers | Johannes Weiner | 2008-07-24 | 1 | -22/+43 |
* | bootmem: clean up alloc_bootmem_core | Johannes Weiner | 2008-07-24 | 1 | -136/+76 |
* | bootmem: clean up free_all_bootmem_core | Johannes Weiner | 2008-07-24 | 1 | -45/+38 |