aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-04mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.Aneesh Kumar K.V1-0/+4
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha1-1/+0
2018-08-23mm: soft-offline: close the race against page allocationNaoya Horiguchi1-0/+30
2018-08-22mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador1-24/+54
2018-08-22mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INITOscar Salvador1-9/+16
2018-08-22mm: remove __paginginitPavel Tatashin1-9/+10
2018-08-22mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin1-6/+4
2018-08-22mm/page_alloc.c: move ifdefery out of free_area_init_coreOscar Salvador1-13/+37
2018-08-17mm, page_alloc: double zone's batchsizeAaron Lu1-5/+4
2018-08-17mm: drop VM_BUG_ON from __get_free_pagesMichal Hocko1-8/+4
2018-08-17mm, page_alloc: actually ignore mempolicies for high priority allocationsVlastimil Babka1-3/+4
2018-08-17mm: skip invalid pages block at a time in zero_resv_unresv()Pavel Tatashin1-1/+4
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-5/+6
2018-08-14Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki1-5/+6
2018-08-06PM / reboot: Eliminate race between reboot and suspendPingfan Liu1-5/+6
2018-08-05mm: Allow non-direct-map arguments to free_reserved_area()Dave Hansen1-2/+14
2018-07-16mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin1-2/+2
2018-07-14mm: zero unavailable pages before memmap initPavel Tatashin1-2/+2
2018-06-15mm: use octal not symbolic permissionsJoe Perches1-1/+1
2018-06-07mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-1/+0
2018-06-07mm: combine LRU and main union in struct pageMatthew Wilcox1-1/+1
2018-06-07mm: use page->deferred_listMatthew Wilcox1-1/+1
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox1-8/+5
2018-06-07mm/page_alloc.c: remove useless parameter of finalise_ac()Huaisheng Ye1-3/+2
2018-06-07mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre1-23/+0
2018-06-07lockdep: fix fs_reclaim annotationOmar Sandoval1-5/+15
2018-06-07mm/page_alloc: remove realsize in free_area_init_core()Wei Yang1-4/+4
2018-05-25mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko1-6/+10
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim1-53/+30
2018-04-11xen, mm: allow deferred page initialization for xen pv domainsPavel Tatashin1-4/+0
2018-04-11mm/cma: remove ALLOC_CMAJoonsoo Kim1-25/+3
2018-04-11mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLEJoonsoo Kim1-5/+50
2018-04-11mm/page_alloc: don't reserve ZONE_HIGHMEM for ZONE_MOVABLE requestJoonsoo Kim1-11/+14
2018-04-11mm: treat indirectly reclaimable memory as available in MemAvailableRoman Gushchin1-0/+7
2018-04-05mm/page_isolation.c: make start_isolate_page_range() fail if already isolatedMike Kravetz1-4/+4
2018-04-05mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memoryDavid Rientjes1-6/+8
2018-04-05mm/free_pcppages_bulk: prefetch buddy while not holding lockAaron Lu1-0/+22
2018-04-05mm/free_pcppages_bulk: do not hold lock when picking pages to freeAaron Lu1-16/+23
2018-04-05mm/free_pcppages_bulk: update pcp->count insideAaron Lu1-7/+3
2018-04-05mm, page_alloc: move mirrored_kernelcore to __meminitdataDavid Rientjes1-9/+9
2018-04-05mm, page_alloc: extend kernelcore and movablecore for percentDavid Rientjes1-8/+35
2018-04-05mm/memory_hotplug: optimize memory hotplugPavel Tatashin1-18/+10
2018-04-05mm: initialize pages on demand during bootPavel Tatashin1-39/+144
2018-04-05mm: disable interrupts while initializing deferred pagesPavel Tatashin1-8/+11
2018-04-05mm/migrate: rename migration reason MR_CMA to MR_CONTIG_RANGEAnshuman Khandual1-1/+1
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-4/+1
2018-03-22Revert "mm: page_alloc: skip over regions of invalid pfns where possible"Daniel Vacek1-10/+1
2018-03-22lockdep: fix fs_reclaim warningTetsuo Handa1-1/+1
2018-03-16mm: remove obsolete alloc_remap()Arnd Bergmann1-4/+1
2018-03-14Revert "mm/page_alloc: fix memmap_init_zone pageblock alignment"Ard Biesheuvel1-8/+5