Age | Commit message (Expand) | Author | Files | Lines |
2018-08-23 | mm: soft-offline: close the race against page allocation | Naoya Horiguchi | 1 | -0/+30 |
2018-08-22 | mm/page_alloc: Introduce free_area_init_core_hotplug | Oscar Salvador | 1 | -24/+54 |
2018-08-22 | mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INIT | Oscar Salvador | 1 | -9/+16 |
2018-08-22 | mm: remove __paginginit | Pavel Tatashin | 1 | -9/+10 |
2018-08-22 | mm: access zone->node via zone_to_nid() and zone_set_nid() | Pavel Tatashin | 1 | -6/+4 |
2018-08-22 | mm/page_alloc.c: move ifdefery out of free_area_init_core | Oscar Salvador | 1 | -13/+37 |
2018-08-17 | mm, page_alloc: double zone's batchsize | Aaron Lu | 1 | -5/+4 |
2018-08-17 | mm: drop VM_BUG_ON from __get_free_pages | Michal Hocko | 1 | -8/+4 |
2018-08-17 | mm, page_alloc: actually ignore mempolicies for high priority allocations | Vlastimil Babka | 1 | -3/+4 |
2018-08-17 | mm: skip invalid pages block at a time in zero_resv_unresv() | Pavel Tatashin | 1 | -1/+4 |
2018-08-14 | Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 1 | -5/+6 |
2018-08-14 | Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle' | Rafael J. Wysocki | 1 | -5/+6 |
2018-08-06 | PM / reboot: Eliminate race between reboot and suspend | Pingfan Liu | 1 | -5/+6 |
2018-08-05 | mm: Allow non-direct-map arguments to free_reserved_area() | Dave Hansen | 1 | -2/+14 |
2018-07-16 | mm: don't do zero_resv_unavail if memmap is not allocated | Pavel Tatashin | 1 | -2/+2 |
2018-07-14 | mm: zero unavailable pages before memmap init | Pavel Tatashin | 1 | -2/+2 |
2018-06-15 | mm: use octal not symbolic permissions | Joe Perches | 1 | -1/+1 |
2018-06-07 | mm, page_alloc: do not break __GFP_THISNODE by zonelist reset | Vlastimil Babka | 1 | -1/+0 |
2018-06-07 | mm: combine LRU and main union in struct page | Matthew Wilcox | 1 | -1/+1 |
2018-06-07 | mm: use page->deferred_list | Matthew Wilcox | 1 | -1/+1 |
2018-06-07 | mm: split page_type out from _mapcount | Matthew Wilcox | 1 | -8/+5 |
2018-06-07 | mm/page_alloc.c: remove useless parameter of finalise_ac() | Huaisheng Ye | 1 | -3/+2 |
2018-06-07 | mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.c | Mathieu Malaterre | 1 | -23/+0 |
2018-06-07 | lockdep: fix fs_reclaim annotation | Omar Sandoval | 1 | -5/+15 |
2018-06-07 | mm/page_alloc: remove realsize in free_area_init_core() | Wei Yang | 1 | -4/+4 |
2018-05-25 | mm, memory_hotplug: make has_unmovable_pages more robust | Michal Hocko | 1 | -6/+10 |
2018-05-24 | Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE" | Joonsoo Kim | 1 | -53/+30 |
2018-04-11 | xen, mm: allow deferred page initialization for xen pv domains | Pavel Tatashin | 1 | -4/+0 |
2018-04-11 | mm/cma: remove ALLOC_CMA | Joonsoo Kim | 1 | -25/+3 |
2018-04-11 | mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE | Joonsoo Kim | 1 | -5/+50 |
2018-04-11 | mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request | Joonsoo Kim | 1 | -11/+14 |
2018-04-11 | mm: treat indirectly reclaimable memory as available in MemAvailable | Roman Gushchin | 1 | -0/+7 |
2018-04-05 | mm/page_isolation.c: make start_isolate_page_range() fail if already isolated | Mike Kravetz | 1 | -4/+4 |
2018-04-05 | mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory | David Rientjes | 1 | -6/+8 |
2018-04-05 | mm/free_pcppages_bulk: prefetch buddy while not holding lock | Aaron Lu | 1 | -0/+22 |
2018-04-05 | mm/free_pcppages_bulk: do not hold lock when picking pages to free | Aaron Lu | 1 | -16/+23 |
2018-04-05 | mm/free_pcppages_bulk: update pcp->count inside | Aaron Lu | 1 | -7/+3 |
2018-04-05 | mm, page_alloc: move mirrored_kernelcore to __meminitdata | David Rientjes | 1 | -9/+9 |
2018-04-05 | mm, page_alloc: extend kernelcore and movablecore for percent | David Rientjes | 1 | -8/+35 |
2018-04-05 | mm/memory_hotplug: optimize memory hotplug | Pavel Tatashin | 1 | -18/+10 |
2018-04-05 | mm: initialize pages on demand during boot | Pavel Tatashin | 1 | -39/+144 |
2018-04-05 | mm: disable interrupts while initializing deferred pages | Pavel Tatashin | 1 | -8/+11 |
2018-04-05 | mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGE | Anshuman Khandual | 1 | -1/+1 |
2018-04-02 | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 1 | -4/+1 |
2018-03-22 | Revert "mm: page_alloc: skip over regions of invalid pfns where possible" | Daniel Vacek | 1 | -10/+1 |
2018-03-22 | lockdep: fix fs_reclaim warning | Tetsuo Handa | 1 | -1/+1 |
2018-03-16 | mm: remove obsolete alloc_remap() | Arnd Bergmann | 1 | -4/+1 |
2018-03-14 | Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment" | Ard Biesheuvel | 1 | -8/+5 |
2018-03-09 | mm/page_alloc: fix memmap_init_zone pageblock alignment | Daniel Vacek | 1 | -2/+7 |
2018-02-21 | mm: don't defer struct page initialization for Xen pv guests | Juergen Gross | 1 | -0/+4 |