- ef8444e mm, oom: reorganize the oom report in dump_header by yuzhoujian · 6 years ago
- e5cb113 mm: make free_reserved_area() return "const char *" by Alexey Dobriyan · 6 years ago
- c999fbd mm/mmzone.c: make "migratetype_names" const char * by Alexey Dobriyan · 6 years ago
- 1c30844 mm: reclaim small amounts of memory when an external fragmentation event occurs by Mel Gorman · 6 years ago
- 0a79cda mm: use alloc_flags to record if kswapd can wake by Mel Gorman · 6 years ago
- a921444 mm: move zone watermark accesses behind an accessor by Mel Gorman · 6 years ago
- 6bb1545 mm, page_alloc: spread allocations across zones before introducing fragmentation by Mel Gorman · 6 years ago
- 742aa7f mm/page_alloc.c: use a single function to free page by Aaron Lu · 6 years ago
- 65895b6 mm/page_alloc.c: free order-0 pages through PCP in page_frag_free() by Aaron Lu · 6 years ago
- 7ead334 mm/page_alloc.c: change the order of MIGRATE_RECLAIMABLE/MIGRATE_MOVABLE in fallbacks by Huang Shijie · 6 years ago
- 476567e mm: remove managed_page_count_lock spinlock by Arun KS · 6 years ago
- ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
- 9705bea mm: convert zone->managed_pages to atomic variable by Arun KS · 6 years ago
- 3d6357d mm: reference totalram_pages and managed_pages once per function by Arun KS · 6 years ago
- fecd4a5 mm: remove reset of pcp->counter in pageset_init() by Wei Yang · 6 years ago
- d381c54 mm: only report isolation failures when offlining memory by Michal Hocko · 6 years ago
- 2932c8b mm, memory_hotplug: be more verbose for memory offline failures by Michal Hocko · 6 years ago
- 2813b9c kasan, mm, arm64: tag non slab memory allocated via pagealloc by Andrey Konovalov · 6 years ago
- 17e2e7d mm, page_alloc: fix has_unmovable_pages for HugePages by Oscar Salvador · 6 years ago
- 2830bf6 mm, memory_hotplug: initialize struct pages for the full memory section by Mikhail Zaslonko · 6 years ago
- 8f41683 mm/page_alloc.c: fix calculation of pgdat->nr_zones by Wei Yang · 6 years ago
- c63ae43 mm, page_alloc: check for max order in hot path by Michal Hocko · 6 years ago
- 9d78999 mm, memory_hotplug: check zone_movable in has_unmovable_pages by Michal Hocko · 6 years ago
- 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
- 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
- 7c2ee34 memblock: rename __free_pages_bootmem to memblock_free_pages by Mike Rapoport · 6 years ago
- c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
- eb31d55 memblock: remove _virt from APIs returning virtual address by Mike Rapoport · 6 years ago
- aca52c3 mm: remove CONFIG_HAVE_MEMBLOCK by Mike Rapoport · 6 years ago
- ec393a0f mm: return zero_resv_unavail optimization by Pavel Tatashin · 6 years ago
- 907ec5f mm: zero remaining unavailable struct pages by Naoya Horiguchi · 6 years ago
- a9a9e77 mm: move mirrored memory specific code outside of memmap_init_zone by Pavel Tatashin · 6 years ago
- d3035be mm: calculate deferred pages after skipping mirrored memory by Pavel Tatashin · 6 years ago
- dfb3ccd mm: make memmap_init a proper function by Pavel Tatashin · 6 years ago
- 4a22212 mm/page_alloc.c: initialize num_movable in move_freepages() by David Rientjes · 6 years ago
- 966cf44 mm: defer ZONE_DEVICE page initialization to the point where we init pgmap by Alexander Duyck · 6 years ago
- d483da5 mm: create non-atomic version of SetPageReserved for init use by Alexander Duyck · 6 years ago
- 2c029a1 mm, page_alloc: drop should_suppress_show_mem by Michal Hocko · 6 years ago
- eb41468 psi: pressure stall information for CPU, memory, and IO by Johannes Weiner · 6 years ago
- b29940c mm: rename and change semantics of nr_indirectly_reclaimable_bytes by Vlastimil Babka · 6 years ago
- 7b0e0c0 mm/page_alloc.c: clean up check_for_memory() by Oscar Salvador · 6 years ago
- 15f570b mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry() by Michal Hocko · 6 years ago
- e054637 mm, sched/numa: Remove remaining traces of NUMA rate-limiting by Srikar Dronamraju · 6 years ago
- efaffc5 mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migration by Mel Gorman · 6 years ago
- 464c7ff mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported. by Aneesh Kumar K.V · 6 years ago
- 13ba17b notifier: Remove notifier header file wherever not used by Mukesh Ojha · 6 years ago
- d4ae991 mm: soft-offline: close the race against page allocation by Naoya Horiguchi · 6 years ago
- 03e85f9 mm/page_alloc: Introduce free_area_init_core_hotplug by Oscar Salvador · 6 years ago
- 0188dc9 mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INIT by Oscar Salvador · 6 years ago
- 7cc2a95 mm: remove __paginginit by Pavel Tatashin · 6 years ago
- c1093b7 mm: access zone->node via zone_to_nid() and zone_set_nid() by Pavel Tatashin · 6 years ago
- ace1db3 mm/page_alloc.c: move ifdefery out of free_area_init_core by Oscar Salvador · 6 years ago
- d8a759b mm, page_alloc: double zone's batchsize by Aaron Lu · 6 years ago
- 9ea9a68 mm: drop VM_BUG_ON from __get_free_pages by Michal Hocko · 6 years ago
- d6a24df mm, page_alloc: actually ignore mempolicies for high priority allocations by Vlastimil Babka · 6 years ago
- 720e14e mm: skip invalid pages block at a time in zero_resv_unresv() by Pavel Tatashin · 6 years ago
- b018fc9 Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
- 17bc343 Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle' by Rafael J. Wysocki · 6 years ago
- 55f2503 PM / reboot: Eliminate race between reboot and suspend by Pingfan Liu · 6 years ago
- 0d83432 mm: Allow non-direct-map arguments to free_reserved_area() by Dave Hansen · 6 years ago
- d1b47a7 mm: don't do zero_resv_unavail if memmap is not allocated by Pavel Tatashin · 6 years ago
- e181ae0c mm: zero unavailable pages before memmap init by Pavel Tatashin · 6 years ago
- 0825a6f mm: use octal not symbolic permissions by Joe Perches · 7 years ago
- 7810e67 mm, page_alloc: do not break __GFP_THISNODE by zonelist reset by Vlastimil Babka · 7 years ago
- 4da1984 mm: combine LRU and main union in struct page by Matthew Wilcox · 7 years ago
- fa3015b mm: use page->deferred_list by Matthew Wilcox · 7 years ago
- 6e292b9 mm: split page_type out from _mapcount by Matthew Wilcox · 7 years ago
- a380b40 mm/page_alloc.c: remove useless parameter of finalise_ac() by Huaisheng Ye · 7 years ago
- fb52bba mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.c by Mathieu Malaterre · 7 years ago
- 9378132 lockdep: fix fs_reclaim annotation by Omar Sandoval · 7 years ago
- e694385 mm/page_alloc: remove realsize in free_area_init_core() by Wei Yang · 7 years ago
- 15c30bc mm, memory_hotplug: make has_unmovable_pages more robust by Michal Hocko · 7 years ago
- d883c6c Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE" by Joonsoo Kim · 7 years ago
- 6f84f8d xen, mm: allow deferred page initialization for xen pv domains by Pavel Tatashin · 7 years ago
- 1d47a3e mm/cma: remove ALLOC_CMA by Joonsoo Kim · 7 years ago
- bad8c6c mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE by Joonsoo Kim · 7 years ago
- d3cda23 mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE request by Joonsoo Kim · 7 years ago
- 034ebf6 mm: treat indirectly reclaimable memory as available in MemAvailable by Roman Gushchin · 7 years ago
- 2c7452a mm/page_isolation.c: make start_isolate_page_range() fail if already isolated by Mike Kravetz · 7 years ago
- 5ecd9d4 mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memory by David Rientjes · 7 years ago
- 9733416 mm/free_pcppages_bulk: prefetch buddy while not holding lock by Aaron Lu · 7 years ago
- 0a5f4e5 mm/free_pcppages_bulk: do not hold lock when picking pages to free by Aaron Lu · 7 years ago
- 77ba906 mm/free_pcppages_bulk: update pcp->count inside by Aaron Lu · 7 years ago
- 7f16f91 mm, page_alloc: move mirrored_kernelcore to __meminitdata by David Rientjes · 7 years ago
- a5c6d65 mm, page_alloc: extend kernelcore and movablecore for percent by David Rientjes · 7 years ago
- d0dc12e mm/memory_hotplug: optimize memory hotplug by Pavel Tatashin · 7 years ago
- c9e97a1 mm: initialize pages on demand during boot by Pavel Tatashin · 7 years ago
- 3a2d7fa mm: disable interrupts while initializing deferred pages by Pavel Tatashin · 7 years ago
- 3102535 mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGE by Anshuman Khandual · 7 years ago
- f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 7 years ago
- f59f1ca Revert "mm: page_alloc: skip over regions of invalid pfns where possible" by Daniel Vacek · 7 years ago
- 2e517d68 lockdep: fix fs_reclaim warning by Tetsuo Handa · 7 years ago
- 79375ea mm: remove obsolete alloc_remap() by Arnd Bergmann · 7 years ago
- 3e04040 Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment" by Ard Biesheuvel · 7 years ago
- 864b75f mm/page_alloc: fix memmap_init_zone pageblock alignment by Daniel Vacek · 7 years ago
- 895f7b8 mm: don't defer struct page initialization for Xen pv guests by Juergen Gross · 7 years ago
- 3ff1b28 Merge tag 'libnvdimm-for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
- ee95f40 Merge branch 'for-4.16/nfit' into libnvdimm-for-next by Ross Zwisler · 7 years ago
- 9bb5a39 mm, memory_hotplug: fix memmap initialization by Michal Hocko · 7 years ago
- 3c2c648 mm/page_alloc.c: fix typos in comments by Shile Zhang · 7 years ago