index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bootmem.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-173
/
+0
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace free_bootmem_late with memblock_free_late
Mike Rapoport
1
-2
/
+0
2018-10-31
memblock: replace free_bootmem{_node} with memblock_free
Mike Rapoport
1
-4
/
+0
2018-10-31
mm: nobootmem: remove bootmem allocation APIs
Mike Rapoport
1
-47
/
+0
2018-10-31
memblock: replace __alloc_bootmem with memblock_alloc_from
Mike Rapoport
1
-0
/
+8
2018-10-31
memblock: add align parameter to memblock_alloc_node()
Mike Rapoport
1
-2
/
+2
2018-10-31
memblock: remove _virt from APIs returning virtual address
Mike Rapoport
1
-19
/
+19
2018-10-31
mm: nobootmem: remove dead code
Mike Rapoport
1
-26
/
+0
2018-10-31
mm: remove bootmem allocator implementation.
Mike Rapoport
1
-16
/
+0
2018-10-31
mm: remove CONFIG_HAVE_MEMBLOCK
Mike Rapoport
1
-112
/
+0
2018-10-31
mm: remove CONFIG_NO_BOOTMEM
Mike Rapoport
1
-34
/
+2
2018-08-02
docs/mm: bootmem: add kernel-doc description of 'struct bootmem_data'
Mike Rapoport
1
-3
/
+14
2018-03-16
mm: remove obsolete alloc_remap()
Arnd Bergmann
1
-9
/
+0
2017-11-16
mm: define memblock_virt_alloc_try_nid_raw
Pavel Tatashin
1
-0
/
+27
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-07
mm: zero hash tables in allocator
Pavel Tatashin
1
-0
/
+1
2016-10-08
mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statements
zijun_hu
1
-4
/
+5
2016-05-20
include/linux: apply __malloc attribute
Rasmus Villemoes
1
-8
/
+8
2015-12-06
x86/mm: Introduce max_possible_pfn
Igor Mammedov
1
-0
/
+4
2015-06-25
mm: only define hashdist variable when needed
Rasmus Villemoes
1
-4
/
+4
2014-11-14
mem-hotplug: reset node managed pages when hot-adding a new pgdat
Tang Chen
1
-0
/
+1
2014-06-05
include/linux/bootmem.h: cleanup the comment for BOOTMEM_ flags
Wang Sheng-Hui
1
-3
/
+3
2014-01-31
memblock, bootmem: restore goal for alloc_low
Yinghai Lu
1
-2
/
+2
2014-01-28
memblock, nobootmem: add memblock_virt_alloc_low()
Yinghai Lu
1
-0
/
+37
2014-01-22
mm/memblock: add memblock memory allocation apis
Santosh Shilimkar
1
-0
/
+152
2014-01-22
mm/bootmem: remove duplicated declaration of __free_pages_bootmem()
Grygorii Strashko
1
-1
/
+0
2013-07-04
mm: kill free_all_bootmem_node()
Jiang Liu
1
-1
/
+0
2013-07-04
mm: accurately calculate zone->managed_pages for highmem zones
Jiang Liu
1
-0
/
+1
2013-04-30
mm, nobootmem: clean-up of free_low_memory_core_early()
Joonsoo Kim
1
-1
/
+0
2013-02-24
memory-hotplug: common APIs to support page tables hot-remove
Wen Congyang
1
-0
/
+1
2013-01-30
mm: Add alloc_bootmem_low_pages_nopanic()
Yinghai Lu
1
-0
/
+5
2012-12-13
mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()
Lin Feng
1
-3
/
+0
2012-12-12
bootmem: fix wrong call parameter for free_bootmem()
Joonsoo Kim
1
-2
/
+2
2012-07-12
mm: sparse: fix usemap allocation above node descriptor section
Yinghai Lu
1
-0
/
+5
2012-05-30
mm: remove sparsemem allocation details from the bootmem allocator
Johannes Weiner
1
-3
/
+0
2012-05-24
mm: add a low limit to alloc_large_system_hash
Tim Bird
1
-1
/
+2
2011-07-14
memblock, x86: Make free_all_memory_core_early() explicitly free lowmem only
Tejun Heo
1
-1
/
+1
2011-05-25
memblock/nobootmem: allow alloc_bootmem() to take 0 as low limit
Yinghai Lu
1
-9
/
+16
2011-05-12
mm: use alloc_bootmem_node_nopanic() on really needed path
Yinghai Lu
1
-0
/
+2
2011-03-24
crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...
Olaf Hering
1
-4
/
+0
2010-12-14
bootmem: Add alloc_bootmem_align()
Suresh Siddha
1
-0
/
+2
2010-02-12
x86: Make 64 bit use early_res instead of bootmem before slab
Yinghai Lu
1
-0
/
+7
2009-11-10
bootmem: Add free_bootmem_late()
FUJITA Tomonori
1
-0
/
+1
2009-09-22
mm: also use alloc_large_system_hash() for the PID hash table
Jan Beulich
1
-3
/
+2
2009-04-01
mm: enable hashdist by default on 64bit NUMA
Anton Blanchard
1
-3
/
+3
2009-02-24
bootmem: reorder interface functions and add a missing one
Tejun Heo
1
-13
/
+17
2009-02-24
bootmem: clean up arch-specific bootmem wrapping
Tejun Heo
1
-6
/
+4
2008-08-13
page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system...
Jan Beulich
1
-0
/
+4
2008-07-25
bootmem: Move node allocation macros back to !HAVE_ARCH_BOOTMEM_NODE
Johannes Weiner
1
-5
/
+4
[next]