| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: maintain randomization of page free lists | Dan Williams | 2019-05-14 | 1 | -2/+9 |
* | mm: move buddy list manipulations into helpers | Dan Williams | 2019-05-14 | 1 | -43/+22 |
* | mm: shuffle initial free memory to improve memory-side-cache utilization | Dan Williams | 2019-05-14 | 1 | -1/+5 |
* | mm: update references to page _refcount | Baruch Siach | 2019-05-14 | 1 | -1/+1 |
* | mm: memblock: make keeping memblock memory opt-in rather than opt-out | Mike Rapoport | 2019-05-14 | 1 | -2/+1 |
* | mm/page_alloc.c: remove unnecessary parameter in rmqueue_pcplist | Yafang Shao | 2019-05-14 | 1 | -6/+5 |
* | mm, memory_hotplug: cleanup memory offline path | Michal Hocko | 2019-05-14 | 1 | -2/+9 |
* | mm: initialize MAX_ORDER_NR_PAGES at a time instead of doing larger sections | Alexander Duyck | 2019-05-14 | 1 | -41/+121 |
* | mm: implement new zone specific memblock iterator | Alexander Duyck | 2019-05-14 | 1 | -19/+12 |
* | mm: drop meminit_pfn_in_nid as it is redundant | Alexander Duyck | 2019-05-14 | 1 | -37/+14 |
* | mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE | Linxu Fang | 2019-05-14 | 1 | -2/+4 |
* | hugetlb: allow to free gigantic pages regardless of the configuration | Alexandre Ghiti | 2019-05-14 | 1 | -2/+2 |
* | mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC | Alexandre Ghiti | 2019-05-14 | 1 | -2/+1 |
* | mm, page_alloc: disallow __GFP_COMP in alloc_pages_exact() | Vlastimil Babka | 2019-05-14 | 1 | -3/+11 |
* | mm/hibernation: Make hibernation handle unmapped pages | Rick Edgecombe | 2019-04-30 | 1 | -2/+5 |
* | mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flag | Andrey Ryabinin | 2019-04-26 | 1 | -3/+3 |
* | mm/page_alloc.c: avoid potential NULL pointer dereference | Andrey Ryabinin | 2019-04-26 | 1 | -0/+3 |
* | mm, page_alloc: always use a captured page regardless of compaction result | Mel Gorman | 2019-04-26 | 1 | -5/+0 |
* | mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory m... | Mel Gorman | 2019-04-26 | 1 | -0/+13 |
* | mm/hotplug: treat CMA pages as unmovable | Qian Cai | 2019-04-19 | 1 | -12/+18 |
* | mm/hotplug: fix offline undo_isolate_page_range() | Qian Cai | 2019-03-29 | 1 | -1/+1 |
* | memblock: drop memblock_alloc_*_nopanic() variants | Mike Rapoport | 2019-03-12 | 1 | -5/+5 |
* | mm: unexport free_reserved_area | Christoph Hellwig | 2019-03-05 | 1 | -1/+0 |
* | docs/core-api/mm: fix return value descriptions in mm/ | Mike Rapoport | 2019-03-05 | 1 | -6/+18 |
* | numa: make "nr_online_nodes" unsigned int | Alexey Dobriyan | 2019-03-05 | 1 | -2/+2 |
* | numa: make "nr_node_ids" unsigned int | Alexey Dobriyan | 2019-03-05 | 1 | -1/+1 |
* | mm/page_alloc.c: check return value of memblock_alloc_node_nopanic() | Mike Rapoport | 2019-03-05 | 1 | -1/+8 |
* | mm: fix some typos in mm directory | Wei Yang | 2019-03-05 | 1 | -2/+2 |
* | mm: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 2019-03-05 | 1 | -16/+6 |
* | mm, compaction: capture a page under direct compaction | Mel Gorman | 2019-03-05 | 1 | -4/+69 |
* | mm, compaction: ignore the fragmentation avoidance boost for isolation and co... | Mel Gorman | 2019-03-05 | 1 | -1/+1 |
* | mm: remove extra drain pages on pcp list | Wei Yang | 2019-03-05 | 1 | -1/+0 |
* | memcg: localize memcg_kmem_enabled() check | Shakeel Butt | 2019-03-05 | 1 | -2/+2 |
* | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 2019-03-05 | 1 | -2/+2 |
* | mm/page_alloc.c: memory hotplug: free pages as higher order | Arun KS | 2019-03-05 | 1 | -4/+4 |
* | page_poison: play nicely with KASAN | Qian Cai | 2019-03-05 | 1 | -1/+1 |
* | mm, page_alloc: fix a division by zero error when boosting watermarks v2 | Mel Gorman | 2019-02-21 | 1 | -0/+12 |
* | mm: Use fixed constant in page_frag_alloc instead of size + 1 | Alexander Duyck | 2019-02-17 | 1 | -4/+4 |
* | mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs | Jann Horn | 2019-02-14 | 1 | -4/+4 |
* | Revert "mm, memory_hotplug: initialize struct pages for the full memory section" | Michal Hocko | 2019-01-28 | 1 | -12/+0 |
* | mm, page_alloc: do not wake kswapd with zone lock held | Mel Gorman | 2019-01-08 | 1 | -1/+7 |
* | mm/page_alloc.c: allow error injection | Benjamin Poirier | 2018-12-28 | 1 | -2/+8 |
* | mm, page_alloc: enable pcpu_drain with zone capability | Wei Yang | 2018-12-28 | 1 | -6/+16 |
* | mm/page_alloc.c: don't call kasan_free_pages() at deferred mem init | Waiman Long | 2018-12-28 | 1 | -8/+29 |
* | mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPES | Pingfan Liu | 2018-12-28 | 1 | -0/+1 |
* | mm/page_alloc.c: drop uneeded __meminit and __meminitdata | Oscar Salvador | 2018-12-28 | 1 | -14/+14 |
* | mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init() | Wei Yang | 2018-12-28 | 1 | -7/+6 |
* | mm, oom: reorganize the oom report in dump_header | yuzhoujian | 2018-12-28 | 1 | -2/+2 |
* | mm: make free_reserved_area() return "const char *" | Alexey Dobriyan | 2018-12-28 | 1 | -1/+1 |
* | mm/mmzone.c: make "migratetype_names" const char * | Alexey Dobriyan | 2018-12-28 | 1 | -1/+1 |