summaryrefslogtreecommitdiff
path: root/include/linux/bootmem.h
AgeCommit message (Expand)AuthorFilesLines
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-173/+0
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport1-2/+0
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport1-4/+0
2018-10-31mm: nobootmem: remove bootmem allocation APIsMike Rapoport1-47/+0
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport1-0/+8
2018-10-31memblock: add align parameter to memblock_alloc_node()Mike Rapoport1-2/+2
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-19/+19
2018-10-31mm: nobootmem: remove dead codeMike Rapoport1-26/+0
2018-10-31mm: remove bootmem allocator implementation.Mike Rapoport1-16/+0
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-112/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-34/+2
2018-08-02docs/mm: bootmem: add kernel-doc description of 'struct bootmem_data'Mike Rapoport1-3/+14
2018-03-16mm: remove obsolete alloc_remap()Arnd Bergmann1-9/+0
2017-11-16mm: define memblock_virt_alloc_try_nid_rawPavel Tatashin1-0/+27
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-07mm: zero hash tables in allocatorPavel Tatashin1-0/+1
2016-10-08mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statementszijun_hu1-4/+5
2016-05-20include/linux: apply __malloc attributeRasmus Villemoes1-8/+8
2015-12-06x86/mm: Introduce max_possible_pfnIgor Mammedov1-0/+4
2015-06-25mm: only define hashdist variable when neededRasmus Villemoes1-4/+4
2014-11-14mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen1-0/+1
2014-06-05include/linux/bootmem.h: cleanup the comment for BOOTMEM_ flagsWang Sheng-Hui1-3/+3
2014-01-31memblock, bootmem: restore goal for alloc_lowYinghai Lu1-2/+2
2014-01-28memblock, nobootmem: add memblock_virt_alloc_low()Yinghai Lu1-0/+37
2014-01-22mm/memblock: add memblock memory allocation apisSantosh Shilimkar1-0/+152
2014-01-22mm/bootmem: remove duplicated declaration of __free_pages_bootmem()Grygorii Strashko1-1/+0
2013-07-04mm: kill free_all_bootmem_node()Jiang Liu1-1/+0
2013-07-04mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu1-0/+1
2013-04-30mm, nobootmem: clean-up of free_low_memory_core_early()Joonsoo Kim1-1/+0
2013-02-24memory-hotplug: common APIs to support page tables hot-removeWen Congyang1-0/+1
2013-01-30mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu1-0/+5
2012-12-13mm/bootmem.c: remove unused wrapper function reserve_bootmem_generic()Lin Feng1-3/+0
2012-12-12bootmem: fix wrong call parameter for free_bootmem()Joonsoo Kim1-2/+2
2012-07-12mm: sparse: fix usemap allocation above node descriptor sectionYinghai Lu1-0/+5
2012-05-30mm: remove sparsemem allocation details from the bootmem allocatorJohannes Weiner1-3/+0
2012-05-24mm: add a low limit to alloc_large_system_hashTim Bird1-1/+2
2011-07-14memblock, x86: Make free_all_memory_core_early() explicitly free lowmem onlyTejun Heo1-1/+1
2011-05-25memblock/nobootmem: allow alloc_bootmem() to take 0 as low limitYinghai Lu1-9/+16
2011-05-12mm: use alloc_bootmem_node_nopanic() on really needed pathYinghai Lu1-0/+2
2011-03-24crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering1-4/+0
2010-12-14bootmem: Add alloc_bootmem_align()Suresh Siddha1-0/+2
2010-02-12x86: Make 64 bit use early_res instead of bootmem before slabYinghai Lu1-0/+7
2009-11-10bootmem: Add free_bootmem_late()FUJITA Tomonori1-0/+1
2009-09-22mm: also use alloc_large_system_hash() for the PID hash tableJan Beulich1-3/+2
2009-04-01mm: enable hashdist by default on 64bit NUMAAnton Blanchard1-3/+3
2009-02-24bootmem: reorder interface functions and add a missing oneTejun Heo1-13/+17
2009-02-24bootmem: clean up arch-specific bootmem wrappingTejun Heo1-6/+4
2008-08-13page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system...Jan Beulich1-0/+4
2008-07-25bootmem: Move node allocation macros back to !HAVE_ARCH_BOOTMEM_NODEJohannes Weiner1-5/+4