index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
mmzone.c
Age
Commit message (
Expand
)
Author
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-02-22
mm/mmzone.c: swap likely to unlikely as code logic is different for next_zone...
Steven Rostedt
2016-05-19
mm, page_alloc: inline the fast path of the zonelist iterator
Mel Gorman
2016-01-14
mm/mmzone.c: memmap_valid_within() can be boolean
Yaowei Bai
2015-02-11
mm: microoptimize zonelist operations
Vlastimil Babka
2013-10-09
mm: numa: Change page last {nid,pid} into {cpu,pid}
Peter Zijlstra
2013-10-09
sched/numa: Set preferred NUMA node based on number of private faults
Mel Gorman
2013-02-23
mm: rename page struct field helpers
Mel Gorman
2013-02-23
mm: uninline page_xchg_last_nid()
Mel Gorman
2012-11-16
memcg: fix hotplugged memory zone oops
Hugh Dickins
2012-07-31
memcg: rename config variables
Andrew Morton
2012-05-29
mm: add link from struct lruvec to struct zone
Konstantin Khlebnikov
2011-10-31
mm: delete various needless include <linux/module.h>
Paul Gortmaker
2011-01-13
mm: page allocator: adjust the per-cpu counter threshold when memory is low
Mel Gorman
2010-09-09
mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory ...
Christoph Lameter
2009-05-18
[ARM] Double check memmap is actually valid with a memmap has unexpected hole...
Mel Gorman
2008-09-13
mm: mark the correct zone as full when scanning zonelists
Mel Gorman
2008-04-28
mm: filter based on a nodemask as well as a gfp_mask
Mel Gorman
2006-12-07
[PATCH] remove EXPORT_UNUSED_SYMBOL'ed symbols
Adrian Bunk
2006-07-10
[PATCH] mm/mmzone.c: EXPORT_UNUSED_SYMBOL
Adrian Bunk
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-03-27
[PATCH] uninline zone helpers
KAMEZAWA Hiroyuki