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
2022-08-09
Merge tag 'memblock-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+11
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-12
/
+16
2022-07-29
memblock,arm64: expand the static memblock memory table
Zhou Guanghui
1
-5
/
+9
2022-06-30
memblock: avoid some repeat when add new range
Jinyu Tang
1
-0
/
+11
2022-06-16
mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...
Patrick Wang
1
-7
/
+7
2022-06-15
memblock: Disable mirror feature if kernelcore is not specified
Ma Wupeng
1
-0
/
+3
2022-06-15
mm: Ratelimited mirrored memory related warning messages
Ma Wupeng
1
-2
/
+2
2022-03-27
Merge tag 'memblock-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+2
2022-02-21
memblock: __next_mem_pfn_range_in_zone: remove unneeded local variable nid
Miaohe Lin
1
-3
/
+2
2022-02-20
memblock: use kfree() to release kmalloced memblock regions
Miaohe Lin
1
-2
/
+8
2021-11-10
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-3
/
+6
2021-11-08
arm64: Track no early_pgtable_alloc() for kmemleak
Qian Cai
1
-3
/
+6
2021-11-06
memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
David Hildenbrand
1
-0
/
+4
2021-11-06
memblock: allow to specify flags with memblock_add_node()
David Hildenbrand
1
-4
/
+5
2021-11-06
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
1
-3
/
+3
2021-11-06
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
1
-4
/
+4
2021-11-06
memblock: stop aliasing __memblock_free_late with memblock_free_late
Mike Rapoport
1
-4
/
+4
2021-10-21
memblock: exclude MEMBLOCK_NOMAP regions from kmemleak
Mike Rapoport
1
-0
/
+3
2021-10-21
Revert "memblock: exclude NOMAP regions from kmemleak"
Mike Rapoport
1
-6
/
+1
2021-10-18
memblock: check memory total_size
Peng Fan
1
-1
/
+1
2021-10-13
memblock: exclude NOMAP regions from kmemleak
Mike Rapoport
1
-1
/
+6
2021-09-14
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
1
-1
/
+15
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-17
/
+5
2021-09-03
memblock: make memblock_find_in_range method private
Mike Rapoport
1
-1
/
+1
2021-09-03
memblock: stop poisoning raw allocations
Mike Rapoport
1
-16
/
+4
2021-08-11
memblock: Check memory add/cap ordering
Geert Uytterhoeven
1
-0
/
+5
2021-08-11
memblock: Add missing debug code to memblock_add_node()
Geert Uytterhoeven
1
-0
/
+5
2021-07-23
memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions
Mike Rapoport
1
-1
/
+2
2021-07-04
Merge tag 'memblock-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-12
/
+14
2021-06-30
memblock: update initialization of reserved pages
Mike Rapoport
1
-2
/
+26
2021-06-30
memblock: ensure there is no overflow in memblock_overlaps_region()
Mike Rapoport
1
-1
/
+2
2021-06-30
memblock: align freed memory map on pageblock boundaries with SPARSEMEM
Mike Rapoport
1
-3
/
+4
2021-06-30
memblock: free_unused_memmap: use pageblock units instead of MAX_ORDER
Mike Rapoport
1
-8
/
+8
2021-06-29
mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
Mike Rapoport
1
-4
/
+4
2021-02-22
Merge tag 'memblock-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-5
/
+1
2021-02-05
memblock: do not start bottom-up allocations with kernel_end
Roman Gushchin
1
-43
/
+6
2021-01-21
mm/memblock: Fix typo in comment of memblock_phys_alloc_try_nid()
Levi Yun
1
-1
/
+1
2021-01-14
mm: memblock: remove return value of memblock_free_all()
Daeseok Youn
1
-5
/
+1
2020-12-16
Merge tag 'memblock-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+3
2020-12-15
mm: fix some spelling mistakes in comments
Haitao Shi
1
-1
/
+1
2020-12-15
arm, arm64: move free_unused_memmap() to generic mm
Mike Rapoport
1
-0
/
+80
2020-11-16
mm: memblock: add more debug logs
Faiyaz Mohammed
1
-0
/
+3
2020-10-15
memblock: get rid of a :c:type leftover
Mauro Carvalho Chehab
1
-2
/
+2
2020-10-15
docs: get rid of :c:type explicit declarations for structs
Mauro Carvalho Chehab
1
-2
/
+2
2020-10-13
memblock: use separate iterators for memory and reserved regions
Mike Rapoport
1
-2
/
+2
2020-10-13
memblock: implement for_each_reserved_mem_region() using __next_mem_region()
Mike Rapoport
1
-36
/
+20
2020-10-13
memblock: remove unused memblock_mem_size()
Mike Rapoport
1
-15
/
+0
2020-10-13
arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
Mike Rapoport
1
-4
/
+2
2020-10-13
memblock: make memblock_debug and related functionality private
Mike Rapoport
1
-2
/
+14
2020-10-13
memblock: make for_each_memblock_type() iterator private
Mike Rapoport
1
-0
/
+5
[next]