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
/
include
/
linux
/
memblock.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
memblock: Remove #ifdef __KERNEL__ from memblock.h
Karolina Drobnik
2022-01-11
1
-2
/
+0
*
memblock: fix memblock_phys_alloc() section mismatch error
Jackie Liu
2021-12-22
1
-2
/
+2
*
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2021-11-10
1
-1
/
+1
|
\
|
*
arm64: Track no early_pgtable_alloc() for kmemleak
Qian Cai
2021-11-08
1
-1
/
+1
*
|
memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
David Hildenbrand
2021-11-06
1
-2
/
+14
*
|
memblock: allow to specify flags with memblock_add_node()
David Hildenbrand
2021-11-06
1
-1
/
+2
*
|
memblock: improve MEMBLOCK_HOTPLUG documentation
David Hildenbrand
2021-11-06
1
-1
/
+5
*
|
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
2021-11-06
1
-1
/
+1
*
|
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
2021-11-06
1
-1
/
+1
*
|
memblock: stop aliasing __memblock_free_late with memblock_free_late
Mike Rapoport
2021-11-06
1
-6
/
+1
*
|
memblock: drop memblock_free_early_nid() and memblock_free_early()
Mike Rapoport
2021-11-06
1
-12
/
+0
|
/
*
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
2021-09-14
1
-0
/
+1
*
memblock: make memblock_find_in_range method private
Mike Rapoport
2021-09-03
1
-2
/
+0
*
memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions
Mike Rapoport
2021-07-23
1
-2
/
+2
*
memblock: update initialization of reserved pages
Mike Rapoport
2021-06-30
1
-1
/
+3
*
mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
Mike Rapoport
2021-06-29
1
-3
/
+3
*
mm: memblock: fix section mismatch warning again
Mike Rapoport
2021-03-25
1
-2
/
+2
*
memblock: fix section mismatch warning
Arnd Bergmann
2021-03-13
1
-2
/
+2
*
Merge tag 'memblock-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-02-22
1
-1
/
+1
|
\
|
*
mm: memblock: remove return value of memblock_free_all()
Daeseok Youn
2021-01-14
1
-1
/
+1
*
|
memblock: fix kernel-doc markups
Mauro Carvalho Chehab
2021-01-21
1
-2
/
+2
|
/
*
mm: memblock: drop __init from memblock functions to make it inline
Faiyaz Mohammed
2020-11-17
1
-9
/
+9
*
memblock: use separate iterators for memory and reserved regions
Mike Rapoport
2020-10-13
1
-3
/
+16
*
memblock: implement for_each_reserved_mem_region() using __next_mem_region()
Mike Rapoport
2020-10-13
1
-8
/
+4
*
memblock: remove unused memblock_mem_size()
Mike Rapoport
2020-10-13
1
-1
/
+0
*
memblock: reduce number of parameters in for_each_mem_range()
Mike Rapoport
2020-10-13
1
-10
/
+31
*
memblock: make memblock_debug and related functionality private
Mike Rapoport
2020-10-13
1
-11
/
+1
*
memblock: make for_each_memblock_type() iterator private
Mike Rapoport
2020-10-13
1
-5
/
+0
*
mm/memblock: expose only miminal interface to add/walk physmem
David Hildenbrand
2020-07-10
1
-4
/
+24
*
include/linux/memblock.h: fix minor typo and unclear comment
chenqiwu
2020-06-03
1
-2
/
+2
*
mm: make deferred init's max threads arch-specific
Daniel Jordan
2020-06-03
1
-0
/
+3
*
mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
Mike Rapoport
2020-06-03
1
-5
/
+3
*
mm: cma: NUMA node interface
Aslan Bakirov
2020-04-10
1
-0
/
+3
*
mm/memblock: define memblock_physmem_add()
Anshuman Khandual
2020-01-31
1
-4
/
+3
*
mm: support memblock alloc on the exact node for sparse_buffer_init()
Yunfeng Ye
2019-12-01
1
-0
/
+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
-1
/
+2
*
mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections
Alexander Duyck
2019-05-14
1
-0
/
+16
*
mm: implement new zone specific memblock iterator
Alexander Duyck
2019-05-14
1
-0
/
+25
*
memblock: remove memblock_{set,clear}_region_flags
Mike Rapoport
2019-03-12
1
-12
/
+0
*
memblock: drop memblock_alloc_*_nopanic() variants
Mike Rapoport
2019-03-12
1
-35
/
+0
*
memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
Mike Rapoport
2019-03-12
1
-4
/
+0
*
memblock: refactor internal allocation functions
Mike Rapoport
2019-03-12
1
-1
/
+0
*
memblock: drop memblock_alloc_base()
Mike Rapoport
2019-03-12
1
-2
/
+0
*
memblock: drop __memblock_alloc_base()
Mike Rapoport
2019-03-12
1
-2
/
+0
*
memblock: memblock_phys_alloc(): don't panic
Mike Rapoport
2019-03-12
1
-1
/
+6
*
memblock: emphasize that memblock_alloc_range() returns a physical address
Mike Rapoport
2019-03-12
1
-3
/
+2
*
memblock: drop memblock_alloc_base_nid()
Mike Rapoport
2019-03-12
1
-3
/
+0
*
arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table
Ard Biesheuvel
2019-02-16
1
-3
/
+0
*
mm/memblock.c: skip kmemleak for kasan_init()
Qian Cai
2018-12-28
1
-0
/
+1
[next]