Age | Commit message (Expand) | Author | Files | Lines |
2015-11-07 | include/linux/mmzone.h: reflow comment | Andrew Morton | 1 | -6/+7 |
2015-11-07 | mm, page_alloc: reserve pageblocks for high-order atomic allocations on demand | Mel Gorman | 1 | -2/+4 |
2015-11-07 | mm, page_alloc: remove MIGRATE_RESERVE | Mel Gorman | 1 | -8/+2 |
2015-11-07 | mm, page_alloc: delete the zonelist_cache | Mel Gorman | 1 | -74/+0 |
2015-11-07 | mm, page_alloc: use masks and shifts when converting GFP flags to migrate types | Mel Gorman | 1 | -1/+1 |
2015-11-07 | mm, page_alloc: remove unnecessary parameter from zone_watermark_ok_safe | Mel Gorman | 1 | -1/+1 |
2015-11-06 | mm/page_alloc: remove unused parameter in init_currently_empty_zone() | Yaowei Bai | 1 | -2/+1 |
2015-09-09 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+23 |
2015-09-05 | mm: remove struct node_active_region | minkyung88.kim | 1 | -8/+0 |
2015-08-28 | mm: ZONE_DEVICE for "device memory" | Dan Williams | 1 | -0/+23 |
2015-07-01 | mm: meminit: initialise a subset of struct pages if CONFIG_DEFERRED_STRUCT_PA... | Mel Gorman | 1 | -0/+8 |
2015-07-01 | mm: meminit: inline some helper functions | Mel Gorman | 1 | -9/+0 |
2015-07-01 | mm: meminit: make __early_pfn_to_nid SMP-safe and introduce meminit_pfn_in_nid | Mel Gorman | 1 | -1/+15 |
2015-04-16 | mm: refactor zone_movable_is_highmem() | Zhang Zhen | 1 | -4/+4 |
2015-04-08 | mm: move zone lock to a different cache line than order-0 free page lists | Mel Gorman | 1 | -4/+3 |
2015-02-12 | mm: microoptimize zonelist operations | Vlastimil Babka | 1 | -6/+7 |
2015-02-12 | mm: fix typo of MIGRATE_RESERVE in comment | Baoquan He | 1 | -1/+1 |
2014-12-13 | mm/page_ext: resurrect struct page extending code for debugging | Joonsoo Kim | 1 | -0/+12 |
2014-12-11 | mm: embed the memcg pointer directly into struct page | Johannes Weiner | 1 | -12/+0 |
2014-11-14 | mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype | Joonsoo Kim | 1 | -0/+9 |
2014-10-10 | mm: clean up zone flags | Johannes Weiner | 1 | -48/+3 |
2014-08-07 | mm: page_alloc: reduce cost of the fair zone allocation policy | Mel Gorman | 1 | -0/+6 |
2014-08-07 | mm: move zone->pages_scanned into a vmstat counter | Mel Gorman | 1 | -1/+1 |
2014-08-07 | mm: rearrange zone fields into read-only, page alloc, statistics and page rec... | Mel Gorman | 1 | -103/+108 |
2014-08-07 | mem-hotplug: improve zone_movable_is_highmem logic | Wang Nan | 1 | -0/+2 |
2014-06-05 | mm: page_alloc: use unsigned int for order in more places | Mel Gorman | 1 | -4/+4 |
2014-06-05 | mm: page_alloc: reduce number of times page_to_pfn is called | Mel Gorman | 1 | -2/+7 |
2014-06-05 | mm: page_alloc: use word-based accesses for get/set pageblock bitmaps | Mel Gorman | 1 | -1/+5 |
2014-06-05 | mm, compaction: add per-zone migration pfn cache for async compaction | David Rientjes | 1 | -2/+3 |
2014-06-05 | mem-hotplug: implement get/put_online_mems | Vladimir Davydov | 1 | -4/+4 |
2014-06-05 | mm: page_alloc: do not cache reclaim distances | Mel Gorman | 1 | -1/+0 |
2014-04-04 | mm: keep page cache radix tree nodes in check | Johannes Weiner | 1 | -0/+1 |
2014-04-04 | mm: thrash detection-based file cache sizing | Johannes Weiner | 1 | -0/+5 |
2014-03-11 | mm: fix GFP_THISNODE callers and clarify | Johannes Weiner | 1 | -2/+2 |
2014-01-22 | mm: numa: limit scope of lock for NUMA migrate rate limiting | Mel Gorman | 1 | -4/+1 |
2014-01-22 | mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserve | Yasuaki Ishimatsu | 1 | -0/+6 |
2013-09-12 | mm: vmscan: fix do_try_to_free_pages() livelock | Lisa Du | 1 | -1/+0 |
2013-09-12 | mm: page_alloc: fair zone allocator policy | Johannes Weiner | 1 | -0/+1 |
2013-07-09 | mm: remove unused functions is_{normal_idx, normal, dma32, dma} | Zhang Yanfei | 1 | -28/+0 |
2013-07-04 | sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2 | Cody P Schafer | 1 | -0/+4 |
2013-07-04 | mm: use a dedicated lock to protect totalram_pages and zone->managed_pages | Jiang Liu | 1 | -4/+10 |
2013-07-04 | mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock() | Cody P Schafer | 1 | -0/+3 |
2013-07-04 | mm: fix comment referring to non-existent size_seqlock, change to span_seqlock | Cody P Schafer | 1 | -1/+1 |
2013-07-04 | mm: vmscan: block kswapd if it is encountering pages under writeback | Mel Gorman | 1 | -0/+8 |
2013-07-04 | mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not... | Mel Gorman | 1 | -0/+9 |
2013-04-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2013-03-27 | mmzone: correct "pags" to "pages" in comment. | Cody P Schafer | 1 | -1/+1 |
2013-03-23 | mm: zone_end_pfn is too small | Russ Anderson | 1 | -1/+1 |
2013-02-24 | mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate. | Cody P Schafer | 1 | -4/+10 |
2013-02-24 | mm: add zone_is_empty() and zone_is_initialized() | Cody P Schafer | 1 | -0/+10 |