index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page_alloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/page_alloc: fix counting of free pages after take off from buddy
Ding Hui
2021-06-05
1
-0
/
+2
*
mm: fix typos in comments
Lu Jialin
2021-05-07
1
-1
/
+1
*
mm: fix typos in comments
Ingo Molnar
2021-05-07
1
-7
/
+7
*
mm/mempool: minor coding style tweaks
Zhiyuan Dai
2021-05-05
1
-1
/
+1
*
mm/memory_hotplug: remove broken locking of zone PCP structures during hot re...
Mel Gorman
2021-05-05
1
-4
/
+0
*
mm: honor PF_MEMALLOC_PIN for all movable pages
Pavel Tatashin
2021-05-05
1
-11
/
+9
*
mm: apply per-task gfp constraints in fast path
Pavel Tatashin
2021-05-05
1
-7
/
+8
*
mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
Pavel Tatashin
2021-05-05
1
-2
/
+2
*
mm: use proper type for cma_[alloc|release]
Minchan Kim
2021-05-05
1
-3
/
+3
*
mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]
Minchan Kim
2021-05-05
1
-2
/
+2
*
mm: disable LRU pagevec during the migration temporarily
Minchan Kim
2021-05-05
1
-0
/
+2
*
mm: compaction: update the COMPACT[STALL|FAIL] events properly
Charan Teja Reddy
2021-05-05
1
-0
/
+2
*
mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checks
Dave Hansen
2021-05-05
1
-1
/
+1
*
mm,page_alloc: drop unnecessary checks from pfn_range_valid_contig
Oscar Salvador
2021-05-05
1
-6
/
+0
*
mm,compaction: let isolate_migratepages_{range,block} return error codes
Oscar Salvador
2021-05-05
1
-4
/
+3
*
mm,page_alloc: bail out earlier on -ENOMEM in alloc_contig_migrate_range
Oscar Salvador
2021-05-05
1
-1
/
+8
*
mm: page_alloc: ignore init_on_free=1 for debug_pagealloc=1
Sergei Trofimovich
2021-04-30
1
-13
/
+17
*
mm/page_alloc: inline __rmqueue_pcplist
Jesper Dangaard Brouer
2021-04-30
1
-1
/
+2
*
mm/page_alloc: optimize code layout for __alloc_pages_bulk
Jesper Dangaard Brouer
2021-04-30
1
-3
/
+3
*
mm/page_alloc: add an array-based interface to the bulk page allocator
Mel Gorman
2021-04-30
1
-16
/
+44
*
mm/page_alloc: add a bulk page allocator
Mel Gorman
2021-04-30
1
-0
/
+118
*
mm/page_alloc: rename alloced to allocated
Mel Gorman
2021-04-30
1
-4
/
+4
*
mm/page_alloc: duplicate include linux/vmalloc.h
zhouchuangao
2021-04-30
1
-2
/
+0
*
mm, page_alloc: avoid page_to_pfn() in move_freepages()
Kefeng Wang
2021-04-30
1
-15
/
+13
*
mm: page_alloc: dump migrate-failed pages
Minchan Kim
2021-04-30
1
-0
/
+22
*
mm/page_alloc: combine __alloc_pages and __alloc_pages_nodemask
Matthew Wilcox (Oracle)
2021-04-30
1
-3
/
+2
*
mm/page_alloc: rename gfp_mask to gfp
Matthew Wilcox (Oracle)
2021-04-30
1
-9
/
+9
*
mm/page_alloc: rename alloc_mask to alloc_gfp
Matthew Wilcox (Oracle)
2021-04-30
1
-9
/
+10
*
mm: remove lru_add_drain_all in alloc_contig_range
Minchan Kim
2021-04-30
1
-2
/
+0
*
mm/page_alloc: drop pr_info_ratelimited() in alloc_contig_range()
David Hildenbrand
2021-04-30
1
-2
/
+0
*
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
2021-04-30
1
-5
/
+5
*
kasan, mm: integrate page_alloc init with HW_TAGS
Andrey Konovalov
2021-04-30
1
-10
/
+31
*
mm, kasan: don't poison boot memory with tag-based modes
Andrey Konovalov
2021-04-30
1
-11
/
+34
*
mm/vmalloc: hugepage vmalloc mappings
Nicholas Piggin
2021-04-30
1
-1
/
+4
*
mm: memcontrol: directly access page->memcg_data in mm/page_alloc.c
Muchun Song
2021-04-30
1
-2
/
+2
*
init_on_alloc: Optimize static branches
Kees Cook
2021-04-08
1
-2
/
+2
*
mm/memcg: set memcg when splitting page
Zhou Guanghui
2021-03-13
1
-0
/
+1
*
kasan, mm: fix crash with HW_TAGS and DEBUG_PAGEALLOC
Andrey Konovalov
2021-03-13
1
-2
/
+6
*
mm/page_alloc.c: refactor initialization of struct page for holes in memory l...
Mike Rapoport
2021-03-13
1
-83
/
+75
*
mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfo
David Hildenbrand
2021-02-26
1
-0
/
+1
*
mm: simplify free_highmem_page() and free_reserved_page()
David Hildenbrand
2021-02-24
1
-11
/
+0
*
mm: remove unneeded local variable in free_area_init_core
Baoquan He
2021-02-24
1
-2
/
+1
*
mm: simplify parameter of setup_usemap()
Baoquan He
2021-02-24
1
-10
/
+7
*
mm: simplify parater of function memmap_init_zone()
Baoquan He
2021-02-24
1
-13
/
+11
*
mm: rename memmap_init() and memmap_init_zone()
Baoquan He
2021-02-24
1
-4
/
+4
*
mm: memcontrol: convert NR_SHMEM_PMDMAPPED account to pages
Muchun Song
2021-02-24
1
-2
/
+1
*
mm: memcontrol: convert NR_SHMEM_THPS account to pages
Muchun Song
2021-02-24
1
-1
/
+1
*
mm: memcontrol: convert NR_ANON_THPS account to pages
Muchun Song
2021-02-24
1
-1
/
+1
*
mm: page_frag: Introduce page_frag_alloc_align()
Kevin Hao
2021-02-06
1
-3
/
+5
*
Revert "mm: fix initialization of struct page for holes in memory layout"
Linus Torvalds
2021-01-26
1
-50
/
+34
[next]