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
/
memblock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-23
mm/nobootmem: free_all_bootmem again
Philipp Hachtmann
1
-15
/
+2
2014-01-23
mm: free memblock.memory in free_all_bootmem
Philipp Hachtmann
1
-0
/
+16
2014-01-21
mm/memblock: use WARN_ONCE when MAX_NUMNODES passed as input parameter
Grygorii Strashko
1
-13
/
+8
2014-01-21
mm/memblock: add memblock memory allocation apis
Santosh Shilimkar
1
-2
/
+207
2014-01-21
mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODES
Grygorii Strashko
1
-9
/
+19
2014-01-21
mm/memblock: reorder parameters of memblock_find_in_range_node
Grygorii Strashko
1
-8
/
+8
2014-01-21
mm/memblock: drop WARN and use SMP_CACHE_BYTES as a default alignment
Grygorii Strashko
1
-2
/
+2
2014-01-21
mm/memblock: debug: don't free reserved array if !ARCH_DISCARD_MEMBLOCK
Grygorii Strashko
1
-0
/
+13
2014-01-21
memblock, mem_hotplug: make memblock skip hotpluggable regions if needed
Tang Chen
1
-0
/
+12
2014-01-21
memblock: make memblock_set_node() support different memblock_type
Tang Chen
1
-3
/
+3
2014-01-21
memblock, mem_hotplug: introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable r...
Tang Chen
1
-0
/
+53
2014-01-21
memblock, numa: introduce flags field into memblock
Tang Chen
1
-15
/
+38
2014-01-21
mm/memblock: debug: correct displaying of upper memory boundary
Grygorii Strashko
1
-2
/
+2
2013-11-13
mm/memblock.c: introduce bottom-up allocation mode
Tang Chen
1
-3
/
+80
2013-11-13
mm/memblock.c: factor out of top-down allocation
Tang Chen
1
-13
/
+34
2013-09-11
memblock, numa: binary search node id
Yinghai Lu
1
-0
/
+18
2013-07-09
mm/memblock.c: fix wrong comment in __next_free_mem_range()
Tang Chen
1
-1
/
+1
2013-04-29
memblock: fix missing comment of memblock_insert_region()
Tang Chen
1
-4
/
+5
2013-04-29
memblock: add assertion for zero allocation alignment
Vineet Gupta
1
-0
/
+3
2013-03-02
x86, ACPI, mm: Revert movablemem_map support
Yinghai Lu
1
-50
/
+0
2013-02-23
mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map i...
Tang Chen
1
-0
/
+34
2013-02-23
page_alloc: bootmem limit with movablecore_map
Tang Chen
1
-1
/
+17
2013-01-29
memblock: Add memblock_mem_size()
Yinghai Lu
1
-0
/
+17
2013-01-11
mm: memblock: fix wrong memmove size in memblock_merge_regions()
Lin Feng
1
-1
/
+2
2012-10-24
x86, mm: Trim memory in memblock to be page aligned
Yinghai Lu
1
-0
/
+24
2012-10-09
mm: avoid section mismatch warning for memblock_type_name
Raghavendra D Prabhu
1
-1
/
+2
2012-10-09
mm/memblock: use existing interface to set nid
Wanpeng Li
1
-1
/
+1
2012-09-05
mm/memblock: Use NULL instead of 0 for pointers
Sachin Kamat
1
-1
/
+1
2012-07-31
mm/memblock.c:memblock_double_array(): cosmetic cleanups
Andrew Morton
1
-17
/
+18
2012-07-11
memblock: free allocated memblock_reserved_regions later
Yinghai Lu
1
-28
/
+23
2012-06-20
mm/memblock: fix overlapping allocation when doubling reserved array
Greg Pearson
1
-4
/
+32
2012-06-20
mm: fix kernel-doc warnings
Wanpeng Li
1
-6
/
+6
2012-06-08
memblock: Document memblock_is_region_{memory,reserved}()
Stephen Boyd
1
-0
/
+20
2012-05-29
mm/memblock: fix memory leak on extending regions
Gavin Shan
1
-13
/
+24
2012-05-29
mm/memblock: cleanup on duplicate VA/PA conversion
Gavin Shan
1
-2
/
+3
2012-04-20
memblock: memblock should be able to handle zero length operations
Tejun Heo
1
-1
/
+6
2012-03-01
memblock: Fix size aligning of memblock_alloc_base_nid()
Tejun Heo
1
-3
/
+3
2012-01-16
memblock: Fix alloc failure due to dumb underflow protection in memblock_find...
Tejun Heo
1
-2
/
+5
2011-12-08
memblock: Reimplement memblock allocation using reverse free area iterator
Tejun Heo
1
-146
/
+127
2011-12-08
memblock: Kill early_node_map[]
Tejun Heo
1
-1
/
+1
2011-12-08
memblock: Implement memblock_add_node()
Tejun Heo
1
-7
/
+13
2011-12-08
memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users
Tejun Heo
1
-3
/
+2
2011-12-08
memblock: Track total size of regions automatically
Tejun Heo
1
-14
/
+13
2011-12-08
memblock: Reimplement memblock_enforce_memory_limit() using __memblock_remove()
Tejun Heo
1
-29
/
+13
2011-12-08
memblock: Make memblock functions handle overflowing range @size
Tejun Heo
1
-3
/
+12
2011-12-08
memblock: Reimplement __memblock_remove() using memblock_isolate_range()
Tejun Heo
1
-47
/
+9
2011-12-08
memblock: Separate out memblock_isolate_range() from memblock_set_node()
Tejun Heo
1
-39
/
+78
2011-12-08
memblock: Kill memblock_init()
Tejun Heo
1
-34
/
+14
2011-12-08
memblock: Kill sentinel entries at the end of static region arrays
Tejun Heo
1
-12
/
+2
2011-12-08
memblock: Add __memblock_dump_all()
Tejun Heo
1
-4
/
+1
[next]