Age | Commit message (Expand) | Author | Files | Lines |
2019-04-26 | mm/page_alloc.c: fix never set ALLOC_NOFRAGMENT flag |  Andrey Ryabinin | 1 | -3/+3 |
2019-04-26 | mm/page_alloc.c: avoid potential NULL pointer dereference |  Andrey Ryabinin | 1 | -0/+3 |
2019-04-26 | mm, page_alloc: always use a captured page regardless of compaction result |  Mel Gorman | 1 | -5/+0 |
2019-04-26 | mm: do not boost watermarks to avoid fragmentation for the DISCONTIG memory model |  Mel Gorman | 1 | -0/+13 |
2019-04-19 | mm/hotplug: treat CMA pages as unmovable |  Qian Cai | 1 | -12/+18 |
2019-03-29 | mm/hotplug: fix offline undo_isolate_page_range() |  Qian Cai | 1 | -1/+1 |
2019-03-12 | memblock: drop memblock_alloc_*_nopanic() variants |  Mike Rapoport | 1 | -5/+5 |
2019-03-05 | mm: unexport free_reserved_area |  Christoph Hellwig | 1 | -1/+0 |
2019-03-05 | docs/core-api/mm: fix return value descriptions in mm/ |  Mike Rapoport | 1 | -6/+18 |
2019-03-05 | numa: make "nr_online_nodes" unsigned int |  Alexey Dobriyan | 1 | -2/+2 |
2019-03-05 | numa: make "nr_node_ids" unsigned int |  Alexey Dobriyan | 1 | -1/+1 |
2019-03-05 | mm/page_alloc.c: check return value of memblock_alloc_node_nopanic() |  Mike Rapoport | 1 | -1/+8 |
2019-03-05 | mm: fix some typos in mm directory |  Wei Yang | 1 | -2/+2 |
2019-03-05 | mm: no need to check return value of debugfs_create functions |  Greg Kroah-Hartman | 1 | -16/+6 |
2019-03-05 | mm, compaction: capture a page under direct compaction |  Mel Gorman | 1 | -4/+69 |
2019-03-05 | mm, compaction: ignore the fragmentation avoidance boost for isolation and compaction |  Mel Gorman | 1 | -1/+1 |
2019-03-05 | mm: remove extra drain pages on pcp list |  Wei Yang | 1 | -1/+0 |
2019-03-05 | memcg: localize memcg_kmem_enabled() check |  Shakeel Butt | 1 | -2/+2 |
2019-03-05 | mm: replace all open encodings for NUMA_NO_NODE |  Anshuman Khandual | 1 | -2/+2 |
2019-03-05 | mm/page_alloc.c: memory hotplug: free pages as higher order |  Arun KS | 1 | -4/+4 |
2019-03-05 | page_poison: play nicely with KASAN |  Qian Cai | 1 | -1/+1 |
2019-02-21 | mm, page_alloc: fix a division by zero error when boosting watermarks v2 |  Mel Gorman | 1 | -0/+12 |
2019-02-17 | mm: Use fixed constant in page_frag_alloc instead of size + 1 |  Alexander Duyck | 1 | -4/+4 |
2019-02-14 | mm: page_alloc: fix ref bias in page_frag_alloc() for 1-byte allocs |  Jann Horn | 1 | -4/+4 |
2019-01-28 | Revert "mm, memory_hotplug: initialize struct pages for the full memory section" |  Michal Hocko | 1 | -12/+0 |
2019-01-08 | mm, page_alloc: do not wake kswapd with zone lock held |  Mel Gorman | 1 | -1/+7 |
2018-12-28 | mm/page_alloc.c: allow error injection |  Benjamin Poirier | 1 | -2/+8 |
2018-12-28 | mm, page_alloc: enable pcpu_drain with zone capability |  Wei Yang | 1 | -6/+16 |
2018-12-28 | mm/page_alloc.c: don't call kasan_free_pages() at deferred mem init |  Waiman Long | 1 | -8/+29 |
2018-12-28 | mm/pageblock: throw compile error if pageblock_bits cannot hold MIGRATE_TYPES |  Pingfan Liu | 1 | -0/+1 |
2018-12-28 | mm/page_alloc.c: drop uneeded __meminit and __meminitdata |  Oscar Salvador | 1 | -14/+14 |
2018-12-28 | mm: check nr_initialised with PAGES_PER_SECTION directly in defer_init() |  Wei Yang | 1 | -7/+6 |
2018-12-28 | mm, oom: reorganize the oom report in dump_header |  yuzhoujian | 1 | -2/+2 |
2018-12-28 | mm: make free_reserved_area() return "const char *" |  Alexey Dobriyan | 1 | -1/+1 |
2018-12-28 | mm/mmzone.c: make "migratetype_names" const char * |  Alexey Dobriyan | 1 | -1/+1 |
2018-12-28 | mm: reclaim small amounts of memory when an external fragmentation event occurs |  Mel Gorman | 1 | -2/+41 |
2018-12-28 | mm: use alloc_flags to record if kswapd can wake |  Mel Gorman | 1 | -15/+18 |
2018-12-28 | mm: move zone watermark accesses behind an accessor |  Mel Gorman | 1 | -6/+6 |
2018-12-28 | mm, page_alloc: spread allocations across zones before introducing fragmentation |  Mel Gorman | 1 | -12/+96 |
2018-12-28 | mm/page_alloc.c: use a single function to free page |  Aaron Lu | 1 | -23/+14 |
2018-12-28 | mm/page_alloc.c: free order-0 pages through PCP in page_frag_free() |  Aaron Lu | 1 | -2/+8 |
2018-12-28 | mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in fallbacks |  Huang Shijie | 1 | -1/+1 |
2018-12-28 | mm: remove managed_page_count_lock spinlock |  Arun KS | 1 | -5/+0 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic |  Arun KS | 1 | -9/+11 |
2018-12-28 | mm: convert zone->managed_pages to atomic variable |  Arun KS | 1 | -22/+22 |
2018-12-28 | mm: reference totalram_pages and managed_pages once per function |  Arun KS | 1 | -2/+3 |
2018-12-28 | mm: remove reset of pcp->counter in pageset_init() |  Wei Yang | 1 | -1/+0 |
2018-12-28 | mm: only report isolation failures when offlining memory |  Michal Hocko | 1 | -6/+5 |
2018-12-28 | mm, memory_hotplug: be more verbose for memory offline failures |  Michal Hocko | 1 | -0/+1 |
2018-12-28 | kasan, mm, arm64: tag non slab memory allocated via pagealloc |  Andrey Konovalov | 1 | -0/+1 |