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