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
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
2008-06-21
Add return value to reserve_bootmem_node()
Bernhard Walle
1
-2
/
+4
2008-04-28
memory hotplug: make alloc_bootmem_section()
Yasunori Goto
1
-0
/
+31
2008-04-28
memory hotplug: register section/node id to free
Yasunori Goto
1
-0
/
+1
2008-04-26
mm: allow reserve_bootmem() cross nodes
Yinghai Lu
1
-23
/
+69
2008-04-26
mm: offset align in alloc_bootmem()
Yinghai Lu
1
-26
/
+34
2008-04-26
mm: fix alloc_bootmem_core to use fast searching for all nodes
Yinghai Lu
1
-6
/
+12
2008-03-24
mm: fix boundary checking in free_bootmem_core
Yinghai Lu
1
-6
/
+19
2008-02-07
Introduce flags for reserve_bootmem()
Bernhard Walle
1
-6
/
+21
2006-12-07
[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbols
Adrian Bunk
1
-2
/
+0
2006-12-07
[PATCH] enable booting a NUMA system where some nodes have no memory
Christian Krafft
1
-0
/
+4
2006-09-26
[PATCH] bootmem: use MAX_DMA_ADDRESS instead of LOW32LIMIT
Heiko Carstens
1
-3
/
+8
2006-09-26
[PATCH] bootmem: miscellaneous coding style fixes
Franck Bui-Huu
1
-37
/
+44
2006-09-26
[PATCH] bootmem: use pfn/page conversion macros
Franck Bui-Huu
1
-37
/
+45
2006-09-26
[PATCH] bootmem: remove useless headers inclusions
Franck Bui-Huu
1
-7
/
+3
2006-09-26
[PATCH] bootmem: limit to 80 columns width
Franck Bui-Huu
1
-10
/
+18
2006-09-26
[PATCH] bootmem: mark link_bootmem() as part of the __init section
Franck Bui-Huu
1
-1
/
+1
2006-07-10
[PATCH] mm/bootmem.c: EXPORT_UNUSED_SYMBOL
Adrian Bunk
1
-3
/
+1
2006-04-09
[PATCH] x86_64: Handle empty PXMs that only contain hotplug memory
Andi Kleen
1
-1
/
+8
2006-03-27
[PATCH] for_each_online_pgdat: for_each_bootmem
KAMEZAWA Hiroyuki
1
-10
/
+29
2006-03-25
[PATCH] x86_64: Try to allocate node memmap near the end of node
Andi Kleen
1
-1
/
+1
2006-01-06
[PATCH] FRV: Clean up bootmem allocator's page freeing algorithm
David Howells
1
-16
/
+4
2006-01-06
[PATCH] Cleanup bootmem allocator and fix alloc_bootmem_low
Ravikiran G Thirumalai
1
-7
/
+31
2005-12-12
[PATCH] fix in __alloc_bootmem_core() when there is no free page in first nod...
Haren Myneni
1
-0
/
+2
2005-10-29
[PATCH] core remove PageReserved
Nick Piggin
1
-0
/
+1
2005-10-19
[PATCH] swiotlb: make sure initial DMA allocations really are in DMA memory
Yasunori Goto
1
-10
/
+21
2005-09-30
Revert "x86-64: Reverse order of bootmem lists"
Linus Torvalds
1
-11
/
+3
2005-09-12
[PATCH] x86-64: Reverse order of bootmem lists
Andi Kleen
1
-3
/
+11
2005-06-25
[PATCH] Use ALIGN to remove duplicate code
Nick Wilson
1
-3
/
+3
[next]