index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mmzone.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-05
mm: page_alloc: use unsigned int for order in more places
Mel Gorman
1
-4
/
+4
2014-06-05
mm: page_alloc: reduce number of times page_to_pfn is called
Mel Gorman
1
-2
/
+7
2014-06-05
mm: page_alloc: use word-based accesses for get/set pageblock bitmaps
Mel Gorman
1
-1
/
+5
2014-06-05
mm, compaction: add per-zone migration pfn cache for async compaction
David Rientjes
1
-2
/
+3
2014-06-05
mem-hotplug: implement get/put_online_mems
Vladimir Davydov
1
-4
/
+4
2014-06-05
mm: page_alloc: do not cache reclaim distances
Mel Gorman
1
-1
/
+0
2014-04-04
mm: keep page cache radix tree nodes in check
Johannes Weiner
1
-0
/
+1
2014-04-04
mm: thrash detection-based file cache sizing
Johannes Weiner
1
-0
/
+5
2014-03-11
mm: fix GFP_THISNODE callers and clarify
Johannes Weiner
1
-2
/
+2
2014-01-22
mm: numa: limit scope of lock for NUMA migrate rate limiting
Mel Gorman
1
-4
/
+1
2014-01-22
mm: get rid of unnecessary pageblock scanning in setup_zone_migrate_reserve
Yasuaki Ishimatsu
1
-0
/
+6
2013-09-12
mm: vmscan: fix do_try_to_free_pages() livelock
Lisa Du
1
-1
/
+0
2013-09-12
mm: page_alloc: fair zone allocator policy
Johannes Weiner
1
-0
/
+1
2013-07-09
mm: remove unused functions is_{normal_idx, normal, dma32, dma}
Zhang Yanfei
1
-28
/
+0
2013-07-04
sparsemem: add BUILD_BUG_ON when sizeof mem_section is non-power-of-2
Cody P Schafer
1
-0
/
+4
2013-07-04
mm: use a dedicated lock to protect totalram_pages and zone->managed_pages
Jiang Liu
1
-4
/
+10
2013-07-04
mmzone: note that node_size_lock should be manipulated via pgdat_resize_lock()
Cody P Schafer
1
-0
/
+3
2013-07-04
mm: fix comment referring to non-existent size_seqlock, change to span_seqlock
Cody P Schafer
1
-1
/
+1
2013-07-04
mm: vmscan: block kswapd if it is encountering pages under writeback
Mel Gorman
1
-0
/
+8
2013-07-04
mm: vmscan: have kswapd writeback pages based on dirty pages encountered, not...
Mel Gorman
1
-0
/
+9
2013-04-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2013-03-27
mmzone: correct "pags" to "pages" in comment.
Cody P Schafer
1
-1
/
+1
2013-03-23
mm: zone_end_pfn is too small
Russ Anderson
1
-1
/
+1
2013-02-24
mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate.
Cody P Schafer
1
-4
/
+10
2013-02-24
mm: add zone_is_empty() and zone_is_initialized()
Cody P Schafer
1
-0
/
+10
2013-02-24
mm: add & use zone_end_pfn() and zone_spans_pfn()
Cody P Schafer
1
-0
/
+10
2013-02-24
mm: move page flags layout to separate header
Peter Zijlstra
1
-21
/
+1
2013-02-24
mm: remove MIGRATE_ISOLATE check in hotpath
Minchan Kim
1
-0
/
+2
2013-01-05
mm: fix zone_watermark_ok_safe() accounting of isolated pages
Bartlomiej Zolnierkiewicz
1
-8
/
+0
2012-12-17
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+13
2012-12-13
mm: introduce new field "managed_pages" to struct zone
Jiang Liu
1
-7
/
+34
2012-12-12
mm: cma: remove watermark hacks
Marek Szyprowski
1
-9
/
+0
2012-12-11
mm: numa: Structures for Migrate On Fault per NUMA migration rate limiting
Andrea Arcangeli
1
-0
/
+13
2012-11-17
memcg: fix hotplugged memory zone oops
Hugh Dickins
1
-1
/
+1
2012-10-09
CMA: migrate mlocked pages
Minchan Kim
1
-0
/
+2
2012-10-09
mm, numa: reclaim from all nodes within reclaim distance
David Rientjes
1
-0
/
+1
2012-10-09
mm: compaction: clear PG_migrate_skip based on compaction and reclaim activity
Mel Gorman
1
-1
/
+2
2012-10-09
mm: compaction: Restart compaction from near where it left off
Mel Gorman
1
-0
/
+4
2012-10-09
mm: compaction: cache if a pageblock was scanned and no pages were isolated
Mel Gorman
1
-0
/
+3
2012-10-09
revert "mm: have order > 0 compaction start off where it left"
Mel Gorman
1
-4
/
+0
2012-10-09
cma: count free CMA pages
Bartlomiej Zolnierkiewicz
1
-0
/
+1
2012-08-01
mm: throttle direct reclaimers if PF_MEMALLOC reserves are low and swap is ba...
Mel Gorman
1
-0
/
+1
2012-08-01
memory-hotplug: fix kswapd looping forever problem
Minchan Kim
1
-0
/
+8
2012-08-01
mm/hotplug: correctly setup fallback zonelists when creating new pgdat
Jiang Liu
1
-1
/
+1
2012-08-01
mm: CONFIG_HAVE_MEMBLOCK_NODE -> CONFIG_HAVE_MEMBLOCK_NODE_MAP
Rabin Vincent
1
-1
/
+1
2012-08-01
mm: have order > 0 compaction start off where it left
Rik van Riel
1
-0
/
+4
2012-08-01
mm: remove unused LRU_ALL_EVICTABLE
Wanpeng Li
1
-1
/
+0
2012-08-01
memcg: rename config variables
Andrew Morton
1
-4
/
+4
2012-07-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-07-12
memory hotplug: fix invalid memory access caused by stale kswapd pointer
Jiang Liu
1
-1
/
+1
[next]