index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
gfp.h
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-18
mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
Dan Williams
1
-13
/
+20
2016-03-18
mm: thp: set THP defrag by default to madvise and add a stall-free defrag option
Mel Gorman
1
-1
/
+1
2016-03-18
mm: remove unnecessary description about a non-exist gfp flag
Satoru Takeuchi
1
-2
/
+0
2016-03-16
mm/compaction: speed up pageblock_pfn_to_page() when zone is contiguous
Joonsoo Kim
1
-6
/
+0
2016-03-16
mm, tracing: unify mm flags handling in tracepoints and printk
Vlastimil Babka
1
-1
/
+1
2016-03-16
tools, perf: make gfp_compact_table up to date
Vlastimil Babka
1
-1
/
+1
2016-03-16
mm, tracing: make show_gfp_flags() up to date
Vlastimil Babka
1
-1
/
+5
2016-02-06
mm, hugetlb: don't require CMA for runtime gigantic pages
Vlastimil Babka
1
-3
/
+3
2016-01-15
mm: fix noisy sparse warning in LIBCFS_ALLOC_PRE()
Joshua Clayton
1
-1
/
+1
2016-01-15
mm/zonelist: enumerate zonelists array index
Yaowei Bai
1
-4
/
+5
2016-01-15
memcg: only account kmem allocations marked as __GFP_ACCOUNT
Vladimir Davydov
1
-0
/
+9
2016-01-15
Revert "gfp: add __GFP_NOACCOUNT"
Vladimir Davydov
1
-2
/
+0
2015-11-21
mm: fix up sparse warning in gfpflags_allow_blocking
Jeff Layton
1
-1
/
+1
2015-11-07
mm: page_alloc: hide some GFP internals and document the bits and flag combin...
Mel Gorman
1
-80
/
+171
2015-11-07
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
1
-8
/
+8
2015-11-07
mm: page_alloc: remove GFP_IOFS
Mel Gorman
1
-1
/
+0
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
1
-13
/
+33
2015-11-07
mm, page_alloc: use masks and shifts when converting GFP flags to migrate types
Mel Gorman
1
-5
/
+7
2015-09-09
mm: use numa_mem_id() in alloc_pages_node()
Vlastimil Babka
1
-2
/
+3
2015-09-09
mm: unify checks in alloc_pages_node() and __alloc_pages_node()
Vlastimil Babka
1
-5
/
+5
2015-09-09
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
Vlastimil Babka
1
-8
/
+15
2015-09-09
mm: improve __GFP_NORETRY comment based on implementation
David Rientjes
1
-1
/
+4
2015-07-01
mm: meminit: finish initialisation of struct pages before basic setup
Mel Gorman
1
-0
/
+8
2015-05-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2015-05-15
gfp: add __GFP_NOACCOUNT
Vladimir Davydov
1
-0
/
+2
2015-05-12
mm/net: Rename and move page fragment handling from net/ to mm/
Alexander Duyck
1
-0
/
+5
2015-04-15
mm: clarify __GFP_NOFAIL deprecation status
Michal Hocko
1
-2
/
+4
2015-04-15
mm: remove GFP_THISNODE
David Rientjes
1
-10
/
+0
2015-02-12
mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vma
Vlastimil Babka
1
-6
/
+6
2015-02-12
mm/thp: allocate transparent hugepages on local node
Aneesh Kumar K.V
1
-0
/
+4
2014-12-13
mm, gfp: escalatedly define GFP_HIGHUSER and GFP_HIGHUSER_MOVABLE
Jianyu Zhan
1
-5
/
+2
2014-12-11
mm: introduce single zone pcplists drain
Vlastimil Babka
1
-2
/
+2
2014-10-10
mm: rename allocflags_to_migratetype for clarity
David Rientjes
1
-1
/
+1
2014-08-07
mm/page_alloc.c: add __meminit to alloc_pages_exact_nid()
Fabian Frederick
1
-1
/
+1
2014-06-05
include/linux/gfp.h: exclude duplicate header
Andy Shevchenko
1
-1
/
+0
2014-06-05
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
Mel Gorman
1
-2
/
+2
2014-06-05
mm: get rid of __GFP_KMEMCG
Vladimir Davydov
1
-4
/
+6
2014-03-11
mm: fix GFP_THISNODE callers and clarify
Johannes Weiner
1
-0
/
+4
2014-01-24
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
Sasha Levin
1
-0
/
+1
2013-07-09
include/linux/gfp.h: fix the comment for GFP_ZONE_TABLE
Zhang Yanfei
1
-1
/
+1
2012-12-19
mm: allocate kernel pages to the right memcg
Glauber Costa
1
-0
/
+3
2012-12-19
mm: add a __GFP_KMEMCG flag
Glauber Costa
1
-0
/
+2
2012-12-13
mm: add a reminder comment for __GFP_BITS_SHIFT
Andrew Morton
1
-0
/
+1
2012-12-12
mm: use IS_ENABLED(CONFIG_NUMA) instead of NUMA_BUILD
Kirill A. Shutemov
1
-1
/
+1
2012-12-10
Revert "revert "Revert "mm: remove __GFP_NO_KSWAPD""" and associated damage
Linus Torvalds
1
-5
/
+8
2012-11-30
revert "Revert "mm: remove __GFP_NO_KSWAPD""
Andrew Morton
1
-8
/
+5
2012-11-27
Revert "mm: remove __GFP_NO_KSWAPD"
Mel Gorman
1
-1
/
+4
2012-10-09
make GFP_NOTRACK definition unconditional
Glauber Costa
1
-4
/
+0
2012-10-09
mm: remove __GFP_NO_KSWAPD
Rik van Riel
1
-4
/
+1
2012-08-01
netvm: allow skb allocation to use PFMEMALLOC reserves
Mel Gorman
1
-0
/
+3
[next]