summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-2/+4
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: rename __free_pages_bootmem to memblock_free_pagesMike Rapoport2018-10-311-1/+1
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-4/+4
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-3/+2
* mm: return zero_resv_unavail optimizationPavel Tatashin2018-10-261-20/+26
* mm: zero remaining unavailable struct pagesNaoya Horiguchi2018-10-261-11/+25
* mm: move mirrored memory specific code outside of memmap_init_zonePavel Tatashin2018-10-261-38/+33
* mm: calculate deferred pages after skipping mirrored memoryPavel Tatashin2018-10-261-20/+25
* mm: make memmap_init a proper functionPavel Tatashin2018-10-261-4/+5
* mm/page_alloc.c: initialize num_movable in move_freepages()David Rientjes2018-10-261-4/+3
* mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck2018-10-261-3/+89
* mm: create non-atomic version of SetPageReserved for init useAlexander Duyck2018-10-261-2/+7
* mm, page_alloc: drop should_suppress_show_memMichal Hocko2018-10-261-15/+1
* psi: pressure stall information for CPU, memory, and IOJohannes Weiner2018-10-261-0/+9
* mm: rename and change semantics of nr_indirectly_reclaimable_bytesVlastimil Babka2018-10-261-12/+7
* mm/page_alloc.c: clean up check_for_memory()Oscar Salvador2018-10-261-6/+3
* mm,page_alloc: PF_WQ_WORKER threads must sleep at should_reclaim_retry()Michal Hocko2018-10-261-16/+16
* mm, sched/numa: Remove remaining traces of NUMA rate-limitingSrikar Dronamraju2018-10-091-10/+0
* mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman2018-10-021-2/+0
* mm/hugetlb: filter out hugetlb pages if HUGEPAGE migration is not supported.Aneesh Kumar K.V2018-09-041-0/+4
* notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0
* mm: soft-offline: close the race against page allocationNaoya Horiguchi2018-08-231-0/+30
* mm/page_alloc: Introduce free_area_init_core_hotplugOscar Salvador2018-08-221-24/+54
* mm/page_alloc: inline function to handle CONFIG_DEFERRED_STRUCT_PAGE_INITOscar Salvador2018-08-221-9/+16
* mm: remove __paginginitPavel Tatashin2018-08-221-9/+10
* mm: access zone->node via zone_to_nid() and zone_set_nid()Pavel Tatashin2018-08-221-6/+4
* mm/page_alloc.c: move ifdefery out of free_area_init_coreOscar Salvador2018-08-221-13/+37
* mm, page_alloc: double zone's batchsizeAaron Lu2018-08-171-5/+4
* mm: drop VM_BUG_ON from __get_free_pagesMichal Hocko2018-08-171-8/+4
* mm, page_alloc: actually ignore mempolicies for high priority allocationsVlastimil Babka2018-08-171-3/+4
* mm: skip invalid pages block at a time in zero_resv_unresv()Pavel Tatashin2018-08-171-1/+4
* Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-08-141-5/+6
|\
| *-. Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki2018-08-141-5/+6
| |\ \
| | | * PM / reboot: Eliminate race between reboot and suspendPingfan Liu2018-08-061-5/+6
| | |/
* | | mm: Allow non-direct-map arguments to free_reserved_area()Dave Hansen2018-08-051-2/+14
|/ /
* | mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin2018-07-161-2/+2
* | mm: zero unavailable pages before memmap initPavel Tatashin2018-07-141-2/+2
|/
* mm: use octal not symbolic permissionsJoe Perches2018-06-151-1/+1
* mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka2018-06-071-1/+0
* mm: combine LRU and main union in struct pageMatthew Wilcox2018-06-071-1/+1
* mm: use page->deferred_listMatthew Wilcox2018-06-071-1/+1
* mm: split page_type out from _mapcountMatthew Wilcox2018-06-071-8/+5
* mm/page_alloc.c: remove useless parameter of finalise_ac()Huaisheng Ye2018-06-071-3/+2
* mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre2018-06-071-23/+0
* lockdep: fix fs_reclaim annotationOmar Sandoval2018-06-071-5/+15
* mm/page_alloc: remove realsize in free_area_init_core()Wei Yang2018-06-071-4/+4
* mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko2018-05-251-6/+10
* Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2018-05-241-53/+30
OpenPOWER on IntegriCloud