Age | Commit message (Expand) | Author | Files | Lines |
2018-10-31 | mm: remove nobootmem | Mike Rapoport | 1 | -128/+0 |
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 | -2/+2 |
2018-10-31 | memblock: replace free_bootmem_late with memblock_free_late | Mike Rapoport | 1 | -24/+0 |
2018-10-31 | memblock: replace free_bootmem{_node} with memblock_free | Mike Rapoport | 1 | -30/+0 |
2018-10-31 | mm: nobootmem: remove bootmem allocation APIs | Mike Rapoport | 1 | -224/+0 |
2018-10-31 | mm: nobootmem: remove dead code | Mike Rapoport | 1 | -35/+0 |
2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 1 | -4/+0 |
2018-08-02 | mm/memblock: add a name for memblock flags enumeration | Mike Rapoport | 1 | -1/+1 |
2018-08-02 | docs/mm: nobootmem: fixup kernel-doc comments | Mike Rapoport | 1 | -5/+13 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-18 | mm: discard memblock data later | Pavel Tatashin | 1 | -16/+0 |
2017-07-06 | mm/nobootmem.c: return 0 when start_pfn equals end_pfn | Wei Yang | 1 | -1/+1 |
2016-10-11 | mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping | Catalin Marinas | 1 | -1/+1 |
2016-10-07 | mm: nobootmem: move the comment of free_all_bootmem | Wanlong Gao | 1 | -5/+5 |
2016-10-07 | mm/nobootmem.c: remove duplicate macro ARCH_LOW_ADDRESS_LIMIT statements | zijun_hu | 1 | -5/+5 |
2016-03-17 | mm: convert printk(KERN_<LEVEL> to pr_<level> | Joe Perches | 1 | -2/+2 |
2015-12-06 | x86/mm: Introduce max_possible_pfn | Igor Mammedov | 1 | -0/+1 |
2015-06-30 | mm: page_alloc: pass PFN to __free_pages_bootmem | Mel Gorman | 1 | -2/+2 |
2015-06-30 | mm: meminit: only set page reserved in the memblock region | Nathan Zimmer | 1 | -0/+3 |
2015-06-24 | mm/memblock: allocate boot time data structures from mirrored memory | Tony Luck | 1 | -1/+9 |
2015-06-24 | mm/memblock: add extra "flags" to memblock to allow selection of memory based... | Tony Luck | 1 | -2/+4 |
2014-11-13 | mem-hotplug: reset node managed pages when hot-adding a new pgdat | Tang Chen | 1 | -3/+5 |
2014-09-10 | mem-hotplug: let memblock skip the hotpluggable memory regions in __next_mem_... | Xishi Qiu | 1 | -0/+2 |
2014-06-06 | mm/memblock.c: call kmemleak directly from memblock_(alloc|free) | Catalin Marinas | 1 | -2/+0 |
2014-04-03 | mm/nobootmem.c: mark function as static | Rashika Kheria | 1 | -1/+1 |
2014-01-23 | mm/nobootmem: free_all_bootmem again | Philipp Hachtmann | 1 | -11/+14 |
2014-01-23 | mm: free memblock.memory in free_all_bootmem | Philipp Hachtmann | 1 | -1/+9 |
2014-01-23 | mm/nobootmem.c: add return value check in __alloc_memory_core_early() | Philipp Hachtmann | 1 | -1/+3 |
2014-01-21 | mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODES | Grygorii Strashko | 1 | -4/+4 |
2014-01-21 | mm/memblock: reorder parameters of memblock_find_in_range_node | Grygorii Strashko | 1 | -1/+1 |
2013-11-13 | mm/nobootmem.c: have __free_pages_memory() free in larger chunks. | Robin Holt | 1 | -17/+8 |
2013-07-03 | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 1 | -1/+6 |
2013-07-03 | mm: accurately calculate zone->managed_pages for highmem zones | Jiang Liu | 1 | -14/+16 |
2013-04-29 | mm, nobootmem: do memset() after memblock_reserve() | Joonsoo Kim | 1 | -1/+1 |
2013-04-29 | mm, nobootmem: clean-up of free_low_memory_core_early() | Joonsoo Kim | 1 | -2/+2 |
2013-01-29 | mm: Add alloc_bootmem_low_pages_nopanic() | Yinghai Lu | 1 | -0/+8 |
2013-01-29 | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2 | H. Peter Anvin | 1 | -0/+21 |
2012-12-12 | mm: introduce new field "managed_pages" to struct zone | Jiang Liu | 1 | -0/+22 |
2012-11-17 | mm: Kill NO_BOOTMEM version free_all_bootmem_node() | Yinghai Lu | 1 | -14/+0 |
2012-11-16 | revert "mm: fix-up zone present pages" | Andrew Morton | 1 | -3/+0 |
2012-10-09 | mm: fix-up zone present pages | Jianguo Wu | 1 | -0/+3 |
2012-10-09 | mm/memblock: cleanup early_node_map[] related comments | Wanpeng Li | 1 | -2/+0 |
2012-07-11 | memblock: free allocated memblock_reserved_regions later | Yinghai Lu | 1 | -15/+23 |
2012-07-11 | mm: sparse: fix usemap allocation above node descriptor section | Yinghai Lu | 1 | -1/+1 |
2012-05-29 | mm: remove sparsemem allocation details from the bootmem allocator | Johannes Weiner | 1 | -22/+0 |
2012-05-29 | mm: nobootmem: unify allocation policy of (non-)panicking node allocations | Johannes Weiner | 1 | -52/+54 |
2012-05-29 | mm: nobootmem: panic on node-specific allocation failure | Johannes Weiner | 1 | -4/+16 |
2012-05-10 | mm: nobootmem: fix sign extend problem in __free_pages_memory() | Russ Anderson | 1 | -2/+1 |
2012-04-25 | mm: nobootmem: Correct alloc_bootmem semantics. | David Miller | 1 | -2/+8 |