summaryrefslogtreecommitdiffstats
path: root/mm/page_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* mm/page_alloc: do bulk array bounds check after checking populated elementsMel Gorman2021-06-241-0/+4
* mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing arrayRasmus Villemoes2021-06-241-1/+1
* mm/page_alloc: fix counting of free pages after take off from buddyDing Hui2021-06-051-0/+2
* mm: fix typos in commentsLu Jialin2021-05-071-1/+1
* mm: fix typos in commentsIngo Molnar2021-05-071-7/+7
* mm/mempool: minor coding style tweaksZhiyuan Dai2021-05-051-1/+1
* mm/memory_hotplug: remove broken locking of zone PCP structures during hot re...Mel Gorman2021-05-051-4/+0
* mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin2021-05-051-11/+9
* mm: apply per-task gfp constraints in fast pathPavel Tatashin2021-05-051-7/+8
* mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin2021-05-051-2/+2
* mm: use proper type for cma_[alloc|release]Minchan Kim2021-05-051-3/+3
* mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim2021-05-051-2/+2
* mm: disable LRU pagevec during the migration temporarilyMinchan Kim2021-05-051-0/+2
* mm: compaction: update the COMPACT[STALL|FAIL] events properlyCharan Teja Reddy2021-05-051-0/+2
* mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checksDave Hansen2021-05-051-1/+1
* mm,page_alloc: drop unnecessary checks from pfn_range_valid_contigOscar Salvador2021-05-051-6/+0
* mm,compaction: let isolate_migratepages_{range,block} return error codesOscar Salvador2021-05-051-4/+3
* mm,page_alloc: bail out earlier on -ENOMEM in alloc_contig_migrate_rangeOscar Salvador2021-05-051-1/+8
* mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1Sergei Trofimovich2021-04-301-13/+17
* mm/page_alloc: inline __rmqueue_pcplistJesper Dangaard Brouer2021-04-301-1/+2
* mm/page_alloc: optimize code layout for __alloc_pages_bulkJesper Dangaard Brouer2021-04-301-3/+3
* mm/page_alloc: add an array-based interface to the bulk page allocatorMel Gorman2021-04-301-16/+44
* mm/page_alloc: add a bulk page allocatorMel Gorman2021-04-301-0/+118
* mm/page_alloc: rename alloced to allocatedMel Gorman2021-04-301-4/+4
* mm/page_alloc: duplicate include linux/vmalloc.hzhouchuangao2021-04-301-2/+0
* mm, page_alloc: avoid page_to_pfn() in move_freepages()Kefeng Wang2021-04-301-15/+13
* mm: page_alloc: dump migrate-failed pagesMinchan Kim2021-04-301-0/+22
* mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemaskMatthew Wilcox (Oracle)2021-04-301-3/+2
* mm/page_alloc: rename gfp_mask to gfpMatthew Wilcox (Oracle)2021-04-301-9/+9
* mm/page_alloc: rename alloc_mask to alloc_gfpMatthew Wilcox (Oracle)2021-04-301-9/+10
* mm: remove lru_add_drain_all in alloc_contig_rangeMinchan Kim2021-04-301-2/+0
* mm/page_alloc: drop pr_info_ratelimited() in alloc_contig_range()David Hildenbrand2021-04-301-2/+0
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-5/+5
* kasan, mm: integrate page_alloc init with HW_TAGSAndrey Konovalov2021-04-301-10/+31
* mm, kasan: don't poison boot memory with tag-based modesAndrey Konovalov2021-04-301-11/+34
* mm/vmalloc: hugepage vmalloc mappingsNicholas Piggin2021-04-301-1/+4
* mm: memcontrol: directly access page->memcg_data in mm/page_alloc.cMuchun Song2021-04-301-2/+2
* init_on_alloc: Optimize static branchesKees Cook2021-04-081-2/+2
* mm/memcg: set memcg when splitting pageZhou Guanghui2021-03-131-0/+1
* kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOCAndrey Konovalov2021-03-131-2/+6
* mm/page_alloc.c: refactor initialization of struct page for holes in memory l...Mike Rapoport2021-03-131-83/+75
* mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand2021-02-261-0/+1
* mm: simplify free_highmem_page() and free_reserved_page()David Hildenbrand2021-02-241-11/+0
* mm: remove unneeded local variable in free_area_init_coreBaoquan He2021-02-241-2/+1
* mm: simplify parameter of setup_usemap()Baoquan He2021-02-241-10/+7
* mm: simplify parater of function memmap_init_zone()Baoquan He2021-02-241-13/+11
* mm: rename memmap_init() and memmap_init_zone()Baoquan He2021-02-241-4/+4
* mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pagesMuchun Song2021-02-241-2/+1
* mm: memcontrol: convert NR_SHMEM_THPS account to pagesMuchun Song2021-02-241-1/+1
* mm: memcontrol: convert NR_ANON_THPS account to pagesMuchun Song2021-02-241-1/+1