summaryrefslogtreecommitdiffstats
path: root/include/linux/bootmem.h
Commit message (Expand)AuthorAgeFilesLines
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-173/+0
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport2018-10-311-2/+0
* memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-4/+0
* mm: nobootmem: remove bootmem allocation APIsMike Rapoport2018-10-311-47/+0
* memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport2018-10-311-0/+8
* memblock: add align parameter to memblock_alloc_node()Mike Rapoport2018-10-311-2/+2
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-19/+19
* mm: nobootmem: remove dead codeMike Rapoport2018-10-311-26/+0
* mm: remove bootmem allocator implementation.Mike Rapoport2018-10-311-16/+0
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-112/+0
* mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-34/+2
* docs/mm: bootmem: add kernel-doc description of 'struct bootmem_data'Mike Rapoport2018-08-021-3/+14
* mm: remove obsolete alloc_remap()Arnd Bergmann2018-03-161-9/+0
* mm: define memblock_virt_alloc_try_nid_rawPavel Tatashin2017-11-151-0/+27
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm: zero hash tables in allocatorPavel Tatashin2017-07-061-0/+1
* mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statementszijun_hu2016-10-071-4/+5
* include/linux: apply __malloc attributeRasmus Villemoes2016-05-191-8/+8
* x86/mm: Introduce max_possible_pfnIgor Mammedov2015-12-061-0/+4
* mm: only define hashdist variable when neededRasmus Villemoes2015-06-241-4/+4
* mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen2014-11-131-0/+1
* include/linux/bootmem.h: cleanup the comment for BOOTMEM_ flagsWang Sheng-Hui2014-06-041-3/+3
* memblock, bootmem: restore goal for alloc_lowYinghai Lu2014-01-301-2/+2
* memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu2014-01-271-0/+37
* mm/memblock: add memblock memory allocation apisSantosh Shilimkar2014-01-211-0/+152
* mm/bootmem: remove duplicated declaration of __free_pages_bootmem()Grygorii Strashko2014-01-211-1/+0
* mm: kill free_all_bootmem_node()Jiang Liu2013-07-031-1/+0
* mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu2013-07-031-0/+1
* mm, nobootmem: clean-up of free_low_memory_core_early()Joonsoo Kim2013-04-291-1/+0
* memory-hotplug: common APIs to support page tables hot-removeWen Congyang2013-02-231-0/+1
* mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu2013-01-291-0/+5
* mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()Lin Feng2012-12-121-3/+0
* bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim2012-12-111-2/+2
* mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu2012-07-111-0/+5
* mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner2012-05-291-3/+0
* mm: add a low limit to alloc_large_system_hashTim Bird2012-05-241-1/+2
* memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo2011-07-141-1/+1
* memblock/nobootmem: allow alloc_bootmem() to take 0 as low limitYinghai Lu2011-05-251-9/+16
* mm: use alloc_bootmem_node_nopanic() on really needed pathYinghai Lu2011-05-111-0/+2
* crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-231-4/+0
* bootmem: Add alloc_bootmem_align()Suresh Siddha2010-12-131-0/+2
* x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu2010-02-121-0/+7
* bootmem: Add free_bootmem_late()FUJITA Tomonori2009-11-101-0/+1
* mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich2009-09-221-3/+2
* mm: enable hashdist by default on 64bit NUMAAnton Blanchard2009-04-011-3/+3
* bootmem: reorder interface functions and add a missing oneTejun Heo2009-02-241-13/+17
* bootmem: clean up arch-specific bootmem wrappingTejun Heo2009-02-241-6/+4
* page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system...Jan Beulich2008-08-121-0/+4
* bootmem: Move node allocation macros back to !HAVE_ARCH_BOOTMEM_NODEJohannes Weiner2008-07-251-5/+4