index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
memblock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-09
mm/memblock.c: fix wrong comment in __next_free_mem_range()
Tang Chen
1
-1
/
+1
2013-04-30
memblock: fix missing comment of memblock_insert_region()
Tang Chen
1
-4
/
+5
2013-04-30
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-24
mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map i...
Tang Chen
1
-0
/
+34
2013-02-24
page_alloc: bootmem limit with movablecore_map
Tang Chen
1
-1
/
+17
2013-01-30
memblock: Add memblock_mem_size()
Yinghai Lu
1
-0
/
+17
2013-01-12
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-08-01
mm/memblock.c:memblock_double_array(): cosmetic cleanups
Andrew Morton
1
-17
/
+18
2012-07-12
memblock: free allocated memblock_reserved_regions later
Yinghai Lu
1
-28
/
+23
2012-06-21
mm/memblock: fix overlapping allocation when doubling reserved array
Greg Pearson
1
-4
/
+32
2012-06-21
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-30
mm/memblock: fix memory leak on extending regions
Gavin Shan
1
-13
/
+24
2012-05-30
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
2011-12-08
memblock: Use memblock_reserve() in memblock internal functions
Tejun Heo
1
-6
/
+3
2011-12-08
memblock: Make memblock_{add|remove|free|reserve}() return int and update pro...
Tejun Heo
1
-9
/
+9
2011-11-28
Merge branch 'master' into x86/memblock
Tejun Heo
1
-5
/
+12
2011-11-01
mm/memblock.c: quiet sparse noise
H Hartley Sweeten
1
-1
/
+2
2011-11-01
mm/memblock.c: small function definition fixes
Jonghwan Choi
1
-1
/
+1
2011-11-01
memblock: add memblock_start_of_DRAM()
Sam Ravnborg
1
-0
/
+6
2011-07-26
mm/memblock.c: avoid abuse of RED_INACTIVE
Andrew Morton
1
-4
/
+4
2011-07-14
memblock: Cast phys_addr_t to unsigned long long for printf use
H. Peter Anvin
1
-2
/
+6
2011-07-14
memblock, x86: Replace memblock_x86_reserve/free_range() with generic ones
Tejun Heo
1
-0
/
+5
2011-07-14
memblock, x86: Make ARCH_DISCARD_MEMBLOCK a config option
Tejun Heo
1
-1
/
+1
2011-07-14
memblock: Implement for_each_free_mem_range()
Tejun Heo
1
-0
/
+76
2011-07-14
memblock: Add optional region->nid
Tejun Heo
1
-18
/
+124
2011-07-14
memblock: Reimplement memblock_add_region()
Tejun Heo
1
-85
/
+110
2011-07-14
memblock: Remove memblock_memory_can_coalesce()
Tejun Heo
1
-29
/
+0
2011-07-14
memblock: Separate out memblock_find_in_range_node()
Tejun Heo
1
-25
/
+32
2011-07-14
memblock: Make memblock_alloc_[try_]nid() top-down
Tejun Heo
1
-18
/
+11
[next]