index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
bootmem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-10
mm: bootmem: try harder to free pages in bulk
Johannes Weiner
1
-12
/
+10
2012-01-10
mm: bootmem: drop superfluous range check when freeing pages in bulk
Johannes Weiner
1
-1
/
+1
2012-01-10
bootmem: micro optimize freeing pages in bulk
Uwe Kleine-König
1
-2
/
+2
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-03-23
crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...
Olaf Hering
1
-8
/
+0
2011-02-24
bootmem: Move contig_page_data definition to bootmem.c/nobootmem.c
Yinghai Lu
1
-0
/
+7
2011-02-24
bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.c
Yinghai Lu
1
-170
/
+3
2010-08-27
x86, memblock: Replace e820_/_early string with memblock_
Yinghai Lu
1
-2
/
+2
2010-08-27
x86: Use memblock to replace early_res
Yinghai Lu
1
-0
/
+3
2010-08-27
bootmem, x86: Add weak version of reserve_bootmem_generic
Yinghai Lu
1
-0
/
+6
2010-07-20
x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit num...
Yinghai Lu
1
-4
/
+20
2010-04-07
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-2
/
+15
2010-04-01
bootmem, x86: Fix 32bit numa system without RAM on node 0
Yinghai Lu
1
-1
/
+7
2010-04-01
nobootmem, x86: Fix 32bit numa system without RAM on node 0
Yinghai Lu
1
-1
/
+8
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-24
x86: Remove excessive early_res debug output
Jiri Kosina
1
-13
/
+0
2010-02-12
x86: Make 64 bit use early_res instead of bootmem before slab
Yinghai Lu
1
-3
/
+192
2009-12-15
mm/bootmem.c: properly __init-annotate helper functions
Jan Beulich
1
-4
/
+4
2009-11-10
bootmem: Add free_bootmem_late()
FUJITA Tomonori
1
-0
/
+24
2009-08-27
kmemleak: Do not report alloc_bootmem blocks as leaks
Catalin Marinas
1
-1
/
+5
2009-07-08
kmemleak: Add callbacks to the bootmem allocator
Catalin Marinas
1
-0
/
+6
2009-06-19
bootmem.c: avoid c90 declaration warning
Joe Perches
1
-5
/
+9
2009-06-11
bootmem: fix slab fallback on numa
Pekka Enberg
1
-0
/
+9
2009-06-11
bootmem: use slab if bootmem is no longer available
Pekka Enberg
1
-0
/
+3
2009-03-01
bootmem, x86: further fixes for arch-specific bootmem wrapping
Tejun Heo
1
-15
/
+30
2009-02-24
bootmem: clean up arch-specific bootmem wrapping
Tejun Heo
1
-3
/
+11
2009-01-06
bootmem: print request details before BUG_ON(them)
Johannes Weiner
1
-4
/
+4
2008-10-16
misc: replace __FUNCTION__ with __func__
Harvey Harrison
1
-1
/
+1
2008-08-20
bootmem: fix aligning of node-relative indexes and offsets
Johannes Weiner
1
-6
/
+29
2008-08-15
bootmem allocator: alloc_bootmem_core(): page-align the end offset
Mikulas Patocka
1
-1
/
+1
2008-07-24
bootmem: replace node_boot_start in struct bootmem_data
Johannes Weiner
1
-19
/
+21
2008-07-24
bootmem: revisit alloc_bootmem_section
Johannes Weiner
1
-21
/
+6
2008-07-24
bootmem: Make __alloc_bootmem_low_node fall back to other nodes
Johannes Weiner
1
-9
/
+16
2008-07-24
bootmem: respect goal more likely
Johannes Weiner
1
-38
/
+54
2008-07-24
bootmem: factor out the marking of a PFN range
Johannes Weiner
1
-119
/
+69
2008-07-24
bootmem: free/reserve helpers
Johannes Weiner
1
-22
/
+43
2008-07-24
bootmem: clean up alloc_bootmem_core
Johannes Weiner
1
-136
/
+76
2008-07-24
bootmem: clean up free_all_bootmem_core
Johannes Weiner
1
-45
/
+38
2008-07-24
bootmem: revisit bootmem descriptor list handling
Johannes Weiner
1
-13
/
+10
2008-07-24
bootmem: revisit bitmap size calculations
Johannes Weiner
1
-18
/
+9
2008-07-24
bootmem: add debugging framework
Johannes Weiner
1
-7
/
+44
2008-07-24
bootmem: add documentation to API functions
Johannes Weiner
1
-1
/
+149
2008-07-24
bootmem: clean up bootmem.c file header
Johannes Weiner
1
-9
/
+5
2008-07-24
bootmem: reorder code to match new bootmem structure
Johannes Weiner
1
-179
/
+177
2008-07-24
mm: introduce non panic alloc_bootmem
Andi Kleen
1
-0
/
+12
2008-07-24
mm: unexport __alloc_bootmem_core()
Johannes Weiner
1
-12
/
+12
2008-07-24
mm: normalize internal argument passing of bootmem data
Johannes Weiner
1
-8
/
+6
2008-07-24
mm: fix free_all_bootmem_core alignment check
Johannes Weiner
1
-11
/
+10
2008-07-24
mm: move bootmem descriptors definition to a single place
Johannes Weiner
1
-0
/
+2
2008-07-24
mm: make defensive checks around PFN values registered for memory usage
Mel Gorman
1
-0
/
+1
[next]