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
*
mm: page_alloc: revert inadvertent !__GFP_FS retry behavior change
Johannes Weiner
2015-02-28
1
-1
/
+8
*
mm: page_alloc: add kasan hooks on alloc and free paths
Andrey Ryabinin
2015-02-13
1
-0
/
+3
*
mm/page_alloc: fix comment
Yaowei Bai
2015-02-12
1
-1
/
+1
*
mm/page_alloc.c: pull out init code from build_all_zonelists
Rasmus Villemoes
2015-02-12
1
-3
/
+14
*
mm: more aggressive page stealing for UNMOVABLE allocations
Vlastimil Babka
2015-02-11
1
-4
/
+14
*
mm: always steal split buddies in fallback allocations
Vlastimil Babka
2015-02-11
1
-33
/
+29
*
mm: when stealing freepages, also take pages created by splitting buddy page
Vlastimil Babka
2015-02-11
1
-7
/
+5
*
oom, PM: make OOM detection in the freezer path raceless
Michal Hocko
2015-02-11
1
-15
/
+2
*
mm: use correct format specifiers when printing address ranges
Juergen Gross
2015-02-11
1
-9
/
+11
*
mm: more checks on free_pages_prepare() for tail pages
Kirill A. Shutemov
2015-02-11
1
-4
/
+23
*
mm/page_alloc.c: drop dead destroy_compound_page()
Kirill A. Shutemov
2015-02-11
1
-34
/
+1
*
mm: reduce try_to_compact_pages parameters
Vlastimil Babka
2015-02-11
1
-25
/
+2
*
mm, page_alloc: reduce number of alloc_pages* functions' parameters
Vlastimil Babka
2015-02-11
1
-121
/
+108
*
mm: set page->pfmemalloc in prep_new_page()
Vlastimil Babka
2015-02-11
1
-21
/
+16
*
kmemcheck: move hook into __alloc_pages_nodemask() for the page allocator
Xishi Qiu
2015-02-11
1
-4
/
+3
*
mm/page_alloc.c:__alloc_pages_nodemask(): don't alter arg gfp_mask
Andrew Morton
2015-02-11
1
-6
/
+9
*
mm/page_alloc.c: place zone_id check before VM_BUG_ON_PAGE check
Weijie Yang
2015-02-10
1
-4
/
+4
*
mm: page_alloc: embed OOM killing naturally into allocation slowpath
Johannes Weiner
2015-01-26
1
-47
/
+35
*
mm: cma: split cma-reserved in dmesg log
Pintu Kumar
2014-12-18
1
-2
/
+4
*
mm: remove the highmem zones' memmap in the highmem zone
Zhong Hongbo
2014-12-13
1
-10
/
+12
*
mm: vmscan: invoke slab shrinkers from shrink_zone()
Johannes Weiner
2014-12-13
1
-3
/
+3
*
mm/page_owner: keep track of page owners
Joonsoo Kim
2014-12-13
1
-1
/
+10
*
mm/debug-pagealloc: make debug-pagealloc boottime configurable
Joonsoo Kim
2014-12-13
1
-0
/
+20
*
mm/debug-pagealloc: prepare boottime configurable on/off
Joonsoo Kim
2014-12-13
1
-3
/
+35
*
mm/page_ext: resurrect struct page extending code for debugging
Joonsoo Kim
2014-12-13
1
-0
/
+2
*
mm/debug-pagealloc: cleanup page guard code
Joonsoo Kim
2014-12-13
1
-19
/
+19
*
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-12-11
1
-3
/
+3
|
\
|
*
cpuset: simplify cpuset_node_allowed API
Vladimir Davydov
2014-10-27
1
-3
/
+3
*
|
mm: move page->mem_cgroup bad page handling into generic code
Johannes Weiner
2014-12-10
1
-4
/
+8
*
|
mm: embed the memcg pointer directly into struct page
Johannes Weiner
2014-12-10
1
-2
/
+0
*
|
mm: fix a spelling mistake
Wei Yuan
2014-12-10
1
-1
/
+1
*
|
mm, compaction: more focused lru and pcplists draining
Vlastimil Babka
2014-12-10
1
-4
/
+0
*
|
mm, compaction: simplify deferred compaction
Vlastimil Babka
2014-12-10
1
-11
/
+1
*
|
mm, compaction: pass classzone_idx and alloc_flags to watermark checking
Vlastimil Babka
2014-12-10
1
-0
/
+1
*
|
mm: verify compound order when freeing a page
Yu Zhao
2014-12-10
1
-0
/
+3
*
|
mm, cma: drain single zone pcplists
Vlastimil Babka
2014-12-10
1
-1
/
+1
*
|
mm: introduce single zone pcplists drain
Vlastimil Babka
2014-12-10
1
-25
/
+56
*
|
mm/page_alloc.c: convert boot printks without log level to pr_info
Anton Blanchard
2014-12-10
1
-11
/
+11
*
|
mm/debug-pagealloc: correct freepage accounting and order resetting
Joonsoo Kim
2014-11-13
1
-3
/
+5
*
|
mm: alloc_contig_range: demote pages busy message from warn to info
Michal Nazarewicz
2014-11-13
1
-3
/
+2
*
|
mm/page_alloc: restrict max order of merging on isolated pageblock
Joonsoo Kim
2014-11-13
1
-27
/
+14
*
|
mm/page_alloc: move freepage counting logic to __free_one_page()
Joonsoo Kim
2014-11-13
1
-11
/
+3
*
|
mm/page_alloc: add freepage on isolate pageblock to correct buddy list
Joonsoo Kim
2014-11-13
1
-5
/
+8
*
|
mm/page_alloc: fix incorrect isolation behavior by rechecking migratetype
Joonsoo Kim
2014-11-13
1
-2
/
+9
|
/
*
OOM, PM: OOM killed task shouldn't escape PM suspend
Michal Hocko
2014-10-21
1
-0
/
+8
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-10-14
1
-0
/
+2
|
\
|
*
x86/mm/numa: Drop dead code and rename setup_node_data() to setup_alloc_data()
Luiz Capitulino
2014-09-16
1
-0
/
+2
*
|
mm: move debug code out of page_alloc.c
Sasha Levin
2014-10-09
1
-160
/
+0
*
|
mm: page_alloc: default node-ordering on 64-bit NUMA, zone-ordering on 32-bit
Mel Gorman
2014-10-09
1
-58
/
+20
*
|
mm: page_alloc: Make paranoid check in move_freepages a VM_BUG_ON
Mel Gorman
2014-10-09
1
-1
/
+1
[next]