index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memblock.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'memblock-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-02-27
1
-14
/
+27
|
\
|
*
memblock: Avoid useless checks in memblock_merge_regions().
Peng Zhang
2023-01-31
1
-12
/
+25
|
*
memblock: Make a boundary tighter in memblock_add_range().
Peng Zhang
2023-01-31
1
-2
/
+2
*
|
Revert "mm: Always release pages to the buddy allocator in memblock_free_late...
Aaron Thompson
2023-02-07
1
-7
/
+1
|
/
*
mm: Always release pages to the buddy allocator in memblock_free_late().
Aaron Thompson
2023-01-08
1
-1
/
+7
*
memblock: Fix doc for memblock_phys_free
Miaoqian Lin
2023-01-04
1
-1
/
+1
*
mm: add pageblock_align() macro
Kefeng Wang
2022-10-03
1
-2
/
+2
*
mm: reuse pageblock_start/end_pfn() macro
Kefeng Wang
2022-10-03
1
-1
/
+1
*
Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-08-09
1
-0
/
+11
|
\
|
*
memblock: avoid some repeat when add new range
Jinyu Tang
2022-06-30
1
-0
/
+11
*
|
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-08-06
1
-12
/
+16
|
\
\
|
*
|
memblock,arm64: expand the static memblock memory table
Zhou Guanghui
2022-07-30
1
-5
/
+9
|
*
|
mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...
Patrick Wang
2022-06-17
1
-7
/
+7
|
|
/
*
|
memblock: Disable mirror feature if kernelcore is not specified
Ma Wupeng
2022-06-15
1
-0
/
+3
*
|
mm: Ratelimited mirrored memory related warning messages
Ma Wupeng
2022-06-15
1
-2
/
+2
|
/
*
Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-03-27
1
-3
/
+2
|
\
|
*
memblock: __next_mem_pfn_range_in_zone: remove unneeded local variable nid
Miaohe Lin
2022-02-21
1
-3
/
+2
*
|
memblock: use kfree() to release kmalloced memblock regions
Miaohe Lin
2022-02-20
1
-2
/
+8
|
/
*
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2021-11-10
1
-3
/
+6
|
\
|
*
arm64: Track no early_pgtable_alloc() for kmemleak
Qian Cai
2021-11-08
1
-3
/
+6
*
|
memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
David Hildenbrand
2021-11-06
1
-0
/
+4
*
|
memblock: allow to specify flags with memblock_add_node()
David Hildenbrand
2021-11-06
1
-4
/
+5
*
|
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
2021-11-06
1
-3
/
+3
*
|
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
2021-11-06
1
-4
/
+4
*
|
memblock: stop aliasing __memblock_free_late with memblock_free_late
Mike Rapoport
2021-11-06
1
-4
/
+4
*
|
memblock: exclude MEMBLOCK_NOMAP regions from kmemleak
Mike Rapoport
2021-10-22
1
-0
/
+3
*
|
Revert "memblock: exclude NOMAP regions from kmemleak"
Mike Rapoport
2021-10-22
1
-6
/
+1
*
|
memblock: check memory total_size
Peng Fan
2021-10-19
1
-1
/
+1
*
|
memblock: exclude NOMAP regions from kmemleak
Mike Rapoport
2021-10-13
1
-1
/
+6
|
/
*
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
2021-09-14
1
-1
/
+15
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
1
-17
/
+5
|
\
|
*
memblock: make memblock_find_in_range method private
Mike Rapoport
2021-09-03
1
-1
/
+1
|
*
memblock: stop poisoning raw allocations
Mike Rapoport
2021-09-03
1
-16
/
+4
*
|
memblock: Check memory add/cap ordering
Geert Uytterhoeven
2021-08-11
1
-0
/
+5
*
|
memblock: Add missing debug code to memblock_add_node()
Geert Uytterhoeven
2021-08-11
1
-0
/
+5
|
/
*
memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions
Mike Rapoport
2021-07-24
1
-1
/
+2
*
Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-07-04
1
-12
/
+14
|
\
|
*
memblock: ensure there is no overflow in memblock_overlaps_region()
Mike Rapoport
2021-06-30
1
-1
/
+2
|
*
memblock: align freed memory map on pageblock boundaries with SPARSEMEM
Mike Rapoport
2021-06-30
1
-3
/
+4
|
*
memblock: free_unused_memmap: use pageblock units instead of MAX_ORDER
Mike Rapoport
2021-06-30
1
-8
/
+8
*
|
memblock: update initialization of reserved pages
Mike Rapoport
2021-07-01
1
-2
/
+26
*
|
mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
Mike Rapoport
2021-06-29
1
-4
/
+4
|
/
*
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-16
1
-1
/
+1
*
|
arm, arm64: move free_unused_memmap() to generic mm
Mike Rapoport
2020-12-15
1
-0
/
+80
|
/
[next]