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.12.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
2019-10-29
mm: memblock: do not enforce current limit for memblock_phys* family
Mike Rapoport
1
-3
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-14
mm: memblock: make keeping memblock memory opt-in rather than opt-out
Mike Rapoport
1
-3
/
+3
2019-05-14
mm: implement new zone specific memblock iterator
Alexander Duyck
1
-0
/
+64
2019-05-07
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-6
/
+6
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
1
-7
/
+7
2019-03-12
mm: memblock: update comments and kernel-doc
Mike Rapoport
1
-17
/
+43
2019-03-12
memblock: split checks whether a region should be skipped to a helper function
Mike Rapoport
1
-28
/
+25
2019-03-12
memblock: remove memblock_{set,clear}_region_flags
Mike Rapoport
1
-3
/
+6
2019-03-12
memblock: drop memblock_alloc_*_nopanic() variants
Mike Rapoport
1
-35
/
+0
2019-03-12
memblock: memblock_alloc_try_nid: don't panic
Mike Rapoport
1
-10
/
+5
2019-03-12
memblock: make memblock_find_in_range_node() and choose_memblock_flags() static
Mike Rapoport
1
-2
/
+2
2019-03-12
memblock: refactor internal allocation functions
Mike Rapoport
1
-94
/
+77
2019-03-12
memblock: drop memblock_alloc_base()
Mike Rapoport
1
-14
/
+0
2019-03-12
memblock: drop __memblock_alloc_base()
Mike Rapoport
1
-7
/
+2
2019-03-12
memblock: memblock_phys_alloc(): don't panic
Mike Rapoport
1
-5
/
+0
2019-03-12
memblock: memblock_phys_alloc_try_nid(): don't panic
Mike Rapoport
1
-1
/
+3
2019-03-12
memblock: emphasize that memblock_alloc_range() returns a physical address
Mike Rapoport
1
-4
/
+5
2019-03-12
memblock: drop memblock_alloc_base_nid()
Mike Rapoport
1
-11
/
+4
2019-03-06
mm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-2
/
+1
2019-02-16
arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve table
Ard Biesheuvel
1
-2
/
+9
2018-12-28
mm/memblock.c: skip kmemleak for kasan_init()
Qian Cai
1
-8
/
+11
2018-12-28
memblock: replace usage of __memblock_free_early() with memblock_free()
Mike Rapoport
1
-14
/
+8
2018-12-28
mm/page_alloc.c: deduplicate __memblock_free_early() and memblock_free()
Wentao Wang
1
-6
/
+1
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-2
/
+2
2018-12-28
mm: convert zone->managed_pages to atomic variable
Arun KS
1
-1
/
+1
2018-12-15
memblock: annotate memblock_is_reserved() with __init_memblock
Yueyi Li
1
-1
/
+1
2018-11-18
mm/memblock.c: fix a typo in __next_mem_pfn_range() comments
Chen Chang
1
-1
/
+1
2018-10-31
mm/memblock.c: warn if zero alignment was requested
Mike Rapoport
1
-0
/
+11
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
1
-8
/
+0
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+0
2018-10-31
memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variants
Mike Rapoport
1
-4
/
+4
2018-10-31
mm: remove nobootmem
Mike Rapoport
1
-0
/
+104
2018-10-31
memblock: rename __free_pages_bootmem to memblock_free_pages
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-13
/
+13
2018-10-31
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
Mike Rapoport
1
-4
/
+4
2018-10-31
mm: remove CONFIG_NO_BOOTMEM
Mike Rapoport
1
-2
/
+0
2018-10-27
mm: provide kernel parameter to allow disabling page init poisoning
Alexander Duyck
1
-3
/
+2
2018-08-18
mm/memblock.c: replace u64 with phys_addr_t where appropriate
Mike Rapoport
1
-23
/
+23
2018-08-15
Merge tag 'docs-4.19' of git://git.lwn.net/linux
Linus Torvalds
1
-55
/
+148
2018-08-02
docs/mm: memblock: add overview documentation
Mike Rapoport
1
-0
/
+55
2018-08-02
docs/mm: memblock: add kernel-doc comments for memblock_add[_node]
Mike Rapoport
1
-2
/
+25
2018-08-02
docs/mm: memblock: update kernel-doc comments
Mike Rapoport
1
-37
/
+47
2018-08-02
mm/memblock: add a name for memblock flags enumeration
Mike Rapoport
1
-16
/
+21
2018-07-21
mm/memblock: add missing include <linux/bootmem.h>
Mathieu Malaterre
1
-0
/
+3
2018-07-14
mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVE
Michal Hocko
1
-1
/
+2
2018-06-19
revert "mm/memblock: add missing include <linux/bootmem.h>"
Andrew Morton
1
-1
/
+0
2018-06-15
mm: use octal not symbolic permissions
Joe Perches
1
-3
/
+6
2018-06-15
mm/memblock: add missing include <linux/bootmem.h>
Mathieu Malaterre
1
-0
/
+1
[next]