index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
revert "mm: fix-up zone present pages"
Andrew Morton
2012-11-16
1
-34
/
+0
*
memcg: fix hotplugged memory zone oops
Hugh Dickins
2012-11-16
1
-1
/
+1
*
mm, numa: avoid setting zone_reclaim_mode unless a node is sufficiently distant
David Rientjes
2012-10-25
1
-2
/
+2
*
mm/page_alloc.c:alloc_contig_range(): return early for err path
Bob Liu
2012-10-25
1
-1
/
+1
*
cma: decrease cc.nr_migratepages after reclaiming pagelist
Minchan Kim
2012-10-09
1
-2
/
+4
*
CMA: migrate mlocked pages
Minchan Kim
2012-10-09
1
-1
/
+1
*
memory-hotplug: fix zone stat mismatch
Minchan Kim
2012-10-09
1
-0
/
+7
*
mm, numa: reclaim from all nodes within reclaim distance
David Rientjes
2012-10-09
1
-11
/
+30
*
mm: remove free_page_mlock
Hugh Dickins
2012-10-09
1
-17
/
+0
*
mm: fix-up zone present pages
Jianguo Wu
2012-10-09
1
-0
/
+34
*
mm/page_alloc: refactor out __alloc_contig_migrate_alloc()
Minchan Kim
2012-10-09
1
-13
/
+1
*
mm: compaction: clear PG_migrate_skip based on compaction and reclaim activity
Mel Gorman
2012-10-09
1
-0
/
+1
*
mm: compaction: cache if a pageblock was scanned and no pages were isolated
Mel Gorman
2012-10-09
1
-18
/
+20
*
revert "mm: have order > 0 compaction start off where it left"
Mel Gorman
2012-10-09
1
-5
/
+0
*
mm/memblock: cleanup early_node_map[] related comments
Wanpeng Li
2012-10-09
1
-1
/
+1
*
memory-hotplug: fix pages missed by race rather than failing
Minchan Kim
2012-10-09
1
-1
/
+1
*
mm: remain migratetype in freed page
Minchan Kim
2012-10-09
1
-2
/
+5
*
mm: page_alloc: use get_freepage_migratetype() instead of page_private()
Minchan Kim
2012-10-09
1
-3
/
+3
*
cma: fix watermark checking
Bartlomiej Zolnierkiewicz
2012-10-09
1
-16
/
+15
*
cma: count free CMA pages
Bartlomiej Zolnierkiewicz
2012-10-09
1
-7
/
+19
*
cma: fix counting of isolated pages
Bartlomiej Zolnierkiewicz
2012-10-09
1
-2
/
+7
*
mm: fix tracing in free_pcppages_bulk()
Bartlomiej Zolnierkiewicz
2012-10-09
1
-2
/
+5
*
mm: cma: discard clean pages during contiguous allocation instead of migration
Minchan Kim
2012-10-09
1
-0
/
+2
*
mm: compaction: capture a suitable high-order page immediately when it is mad...
Mel Gorman
2012-10-09
1
-16
/
+47
*
mm: remove __GFP_NO_KSWAPD
Rik van Riel
2012-10-09
1
-4
/
+3
*
mm/page_alloc: fix the page address of higher page's buddy calculation
Li Haifeng
2012-09-17
1
-1
/
+1
*
mm: compaction: Abort async compaction if locks are contended or taking too long
Mel Gorman
2012-08-21
1
-6
/
+11
*
mm: correct page->pfmemalloc to fix deactivate_slab regression
Alex Shi
2012-08-21
1
-10
/
+11
*
mm: remove node_start_pfn checking in new WARN_ON for now
Linus Torvalds
2012-08-02
1
-1
/
+1
*
mm: remove redundant initialization
Minchan Kim
2012-07-31
1
-7
/
+2
*
mm: warn if pg_data_t isn't initialized with zero
Minchan Kim
2012-07-31
1
-0
/
+3
*
mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba...
Mel Gorman
2012-07-31
1
-0
/
+1
*
mm: ignore mempolicies when using ALLOC_NO_WATERMARK
Mel Gorman
2012-07-31
1
-0
/
+7
*
mm: only set page->pfmemalloc when ALLOC_NO_WATERMARKS was used
Mel Gorman
2012-07-31
1
-13
/
+14
*
mm: allow PF_MEMALLOC from softirq context
Mel Gorman
2012-07-31
1
-1
/
+5
*
mm: introduce __GFP_MEMALLOC to allow access to emergency reserves
Mel Gorman
2012-07-31
1
-12
/
+10
*
mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages
Mel Gorman
2012-07-31
1
-5
/
+22
*
memory-hotplug: fix kswapd looping forever problem
Minchan Kim
2012-07-31
1
-0
/
+30
*
mm: fix free page check in zone_watermark_ok()
Minchan Kim
2012-07-31
1
-1
/
+2
*
mm: factor out memory isolate functions
Minchan Kim
2012-07-31
1
-76
/
+4
*
mm/hotplug: mark memory hotplug code in page_alloc.c as __meminit
Jiang Liu
2012-07-31
1
-32
/
+34
*
mm/hotplug: free zone->pageset when a zone becomes empty
Jiang Liu
2012-07-31
1
-0
/
+13
*
mm/hotplug: correctly setup fallback zonelists when creating new pgdat
Jiang Liu
2012-07-31
1
-5
/
+12
*
mm: setup pageblock_order before it's used by sparsemem
Xishi Qiu
2012-07-31
1
-2
/
+2
*
mm: have order > 0 compaction start off where it left
Rik van Riel
2012-07-31
1
-0
/
+5
*
mm: clean up __count_immobile_pages()
Minchan Kim
2012-07-31
1
-16
/
+18
*
mm: do not use page_count() without a page pin
Minchan Kim
2012-07-31
1
-1
/
+8
*
mm: clear pages_scanned only if draining a pcp adds pages to the buddy alloca...
KOSAKI Motohiro
2012-07-31
1
-3
/
+6
*
mm/buddy: cleanup on should_fail_alloc_page
Gavin Shan
2012-07-31
1
-7
/
+7
*
mm: cma: don't replace lowmem pages with highmem
Rabin Vincent
2012-07-06
1
-1
/
+6
[next]