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
/
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]