index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memblock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'memblock-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-22
1
-5
/
+1
|
\
|
*
mm: memblock: remove return value of memblock_free_all()
Daeseok Youn
2021-01-14
1
-5
/
+1
*
|
memblock: do not start bottom-up allocations with kernel_end
Roman Gushchin
2021-02-05
1
-43
/
+6
*
|
mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid()
Levi Yun
2021-01-21
1
-1
/
+1
|
/
*
Merge tag 'memblock-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-12-16
1
-0
/
+3
|
\
|
*
mm: memblock: add more debug logs
Faiyaz Mohammed
2020-11-16
1
-0
/
+3
*
|
mm: fix some spelling mistakes in comments
Haitao Shi
2020-12-15
1
-1
/
+1
*
|
arm, arm64: move free_unused_memmap() to generic mm
Mike Rapoport
2020-12-15
1
-0
/
+80
|
/
*
memblock: get rid of a :c:type leftover
Mauro Carvalho Chehab
2020-10-15
1
-2
/
+2
*
docs: get rid of :c:type explicit declarations for structs
Mauro Carvalho Chehab
2020-10-15
1
-2
/
+2
*
memblock: use separate iterators for memory and reserved regions
Mike Rapoport
2020-10-13
1
-2
/
+2
*
memblock: implement for_each_reserved_mem_region() using __next_mem_region()
Mike Rapoport
2020-10-13
1
-36
/
+20
*
memblock: remove unused memblock_mem_size()
Mike Rapoport
2020-10-13
1
-15
/
+0
*
arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
Mike Rapoport
2020-10-13
1
-4
/
+2
*
memblock: make memblock_debug and related functionality private
Mike Rapoport
2020-10-13
1
-2
/
+14
*
memblock: make for_each_memblock_type() iterator private
Mike Rapoport
2020-10-13
1
-0
/
+5
*
mm/memblock: expose only miminal interface to add/walk physmem
David Hildenbrand
2020-07-10
1
-28
/
+29
*
mm/memblock: fix a typo in comment "implict"->"implicit"
Ethon Paul
2020-06-04
1
-1
/
+1
*
mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
Mike Rapoport
2020-06-03
1
-6
/
+5
*
mm: memblock: replace dereferences of memblock_region.nid with API calls
Mike Rapoport
2020-06-03
1
-3
/
+5
*
mm: cma: NUMA node interface
Aslan Bakirov
2020-04-10
1
-1
/
+1
*
mm/memblock.c: remove redundant assignment to variable max_addr
Colin Ian King
2020-04-02
1
-1
/
+1
*
memblock: Use __func__ in remaining memblock_dbg() call sites
Anshuman Khandual
2020-01-31
1
-4
/
+4
*
mm/memblock: define memblock_physmem_add()
Anshuman Khandual
2020-01-31
1
-1
/
+13
*
mm: support memblock alloc on the exact node for sparse_buffer_init()
Yunfeng Ye
2019-12-01
1
-11
/
+54
*
mm/memblock: correct doc for function
Cao jin
2019-12-01
1
-1
/
+1
*
mm/memblock.c: cleanup doc
Cao jin
2019-12-01
1
-24
/
+20
*
mm: memblock: do not enforce current limit for memblock_phys* family
Mike Rapoport
2019-10-19
1
-3
/
+3
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
mm: memblock: make keeping memblock memory opt-in rather than opt-out
Mike Rapoport
2019-05-14
1
-3
/
+3
*
mm: implement new zone specific memblock iterator
Alexander Duyck
2019-05-14
1
-0
/
+64
*
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2019-05-07
1
-6
/
+6
|
\
|
*
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-04-09
1
-7
/
+7
*
|
mm: memblock: update comments and kernel-doc
Mike Rapoport
2019-03-12
1
-17
/
+43
*
|
memblock: split checks whether a region should be skipped to a helper function
Mike Rapoport
2019-03-12
1
-28
/
+25
*
|
memblock: remove memblock_{set,clear}_region_flags
Mike Rapoport
2019-03-12
1
-3
/
+6
*
|
memblock: drop memblock_alloc_*_nopanic() variants
Mike Rapoport
2019-03-12
1
-35
/
+0
*
|
memblock: memblock_alloc_try_nid: don't panic
Mike Rapoport
2019-03-12
1
-10
/
+5
*
|
memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
Mike Rapoport
2019-03-12
1
-2
/
+2
*
|
memblock: refactor internal allocation functions
Mike Rapoport
2019-03-12
1
-94
/
+77
*
|
memblock: drop memblock_alloc_base()
Mike Rapoport
2019-03-12
1
-14
/
+0
*
|
memblock: drop __memblock_alloc_base()
Mike Rapoport
2019-03-12
1
-7
/
+2
*
|
memblock: memblock_phys_alloc(): don't panic
Mike Rapoport
2019-03-12
1
-5
/
+0
*
|
memblock: memblock_phys_alloc_try_nid(): don't panic
Mike Rapoport
2019-03-12
1
-1
/
+3
*
|
memblock: emphasize that memblock_alloc_range() returns a physical address
Mike Rapoport
2019-03-12
1
-4
/
+5
*
|
memblock: drop memblock_alloc_base_nid()
Mike Rapoport
2019-03-12
1
-11
/
+4
|
/
*
mm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-03-05
1
-2
/
+1
*
arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table
Ard Biesheuvel
2019-02-16
1
-2
/
+9
*
mm/memblock.c: skip kmemleak for kasan_init()
Qian Cai
2018-12-28
1
-8
/
+11
*
memblock: replace usage of __memblock_free_early() with memblock_free()
Mike Rapoport
2018-12-28
1
-14
/
+8
[next]