index
:
kernel_htc_msm8960.git
kitkat
lp5.0
lp5.1
mm6.0
n7.1
o8.0
q10.0
r11.1
r11.1_los
s12.0
kernel_htc_msm8960
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
page_alloc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/page_alloc.c: calculate 'available' memory in a separate function
Igor Redko
2020-06-09
1
-0
/
+43
*
mm: export NR_SHMEM via sysinfo(2) / si_meminfo() interfaces
Rafael Aquini
2020-06-09
1
-1
/
+2
*
add extra free kbytes tunable
Rik van Riel
2017-09-19
1
-7
/
+24
*
Merge tag v3.4.110 into cm-13.0
David Hays
2016-02-22
1
-0
/
+8
|
\
|
*
OOM, PM: OOM killed task shouldn't escape PM suspend
Michal Hocko
2015-02-02
1
-0
/
+8
*
|
Merge tag 'v3.4.105' into cm-12.0
Paul
2015-01-11
1
-8
/
+8
|
\
|
|
*
mm, thp: do not allow thp faults to avoid cpuset restrictions
David Rientjes
2014-08-07
1
-8
/
+8
*
|
Merge tag 'v3.4.82' into cm-11.0
Ethan Chen
2014-03-07
1
-18
/
+15
|
\
|
|
*
mm: setup pageblock_order before it's used by sparsemem
Xishi Qiu
2014-02-20
1
-2
/
+2
|
*
mm/page_alloc.c: remove pageblock_default_order()
Andrew Morton
2014-02-20
1
-18
/
+15
*
|
mm: change freepage state correctly in __isolate_free_page
Laura Abbott
2014-01-17
1
-2
/
+3
*
|
mm: pass readahead info down to the i/o scheduler
Lee Susman
2014-01-17
1
-0
/
+1
*
|
mm: compaction: partially revert capture of suitable high-order page
Mel Gorman
2014-01-17
1
-26
/
+7
*
|
mm: cma: skip watermarks check for already isolated blocks in split_free_page()
Marek Szyprowski
2014-01-17
1
-8
/
+8
*
|
CMA: migrate mlocked pages
Minchan Kim
2014-01-17
1
-1
/
+1
*
|
mm: compaction: clear PG_migrate_skip based on compaction and reclaim activity
Mel Gorman
2014-01-17
1
-0
/
+1
*
|
mm: clean up __count_immobile_pages()
Minchan Kim
2014-01-17
1
-16
/
+18
*
|
mm: do not use page_count() without a page pin
Minchan Kim
2014-01-17
1
-1
/
+8
*
|
mm: cma: WARN if freed memory is still in use
Marek Szyprowski
2014-01-17
1
-2
/
+9
*
|
mm: compaction: cache if a pageblock was scanned and no pages were isolated
Mel Gorman
2014-01-17
1
-20
/
+22
*
|
mm: compaction: capture a suitable high-order page immediately when it is mad...
Mel Gorman
2014-01-17
1
-16
/
+47
*
|
mm: compaction: Abort async compaction if locks are contended or taking too long
Mel Gorman
2014-01-17
1
-6
/
+11
*
|
cma: decrease cc.nr_migratepages after reclaiming pagelist
Minchan Kim
2014-01-17
1
-2
/
+4
*
|
mm: cma: discard clean pages during contiguous allocation instead of migration
Minchan Kim
2014-01-17
1
-0
/
+2
*
|
Merge tag 'v3.4.72' into tmp
Ethan Chen
2013-12-08
1
-7
/
+21
|
\
|
|
*
mm, show_mem: suppress page counts in non-blockable contexts
David Rientjes
2013-10-13
1
-0
/
+7
|
*
mm/memory-hotplug: fix lowmem count overflow when offline pages
Wanpeng Li
2013-08-04
1
-0
/
+4
|
*
mm: fix pageblock bitmap allocation
Linus Torvalds
2013-02-28
1
-6
/
+9
|
*
mm: use aligned zone start for pfn_to_bitidx calculation
Laura Abbott
2013-01-17
1
-1
/
+1
|
*
mm/page_alloc: fix the page address of higher page's buddy calculation
Li Haifeng
2012-10-02
1
-1
/
+1
*
|
mm: vmscan: fix do_try_to_free_pages() livelock
Lisa Du
2013-12-02
1
-3
/
+2
*
|
mm/page_alloc.c: fix watermark check in __zone_watermark_ok()
Tomasz Stanislawski
2013-09-27
1
-2
/
+4
*
|
mm: cma: fix accounting of CMA pages placed in high memory
Marek Szyprowski
2013-05-02
1
-0
/
+4
*
|
mm: cma: remove watermark hacks
Marek Szyprowski
2013-05-02
1
-57
/
+0
*
|
mm: Retry original migrate type if CMA failed
Laura Abbott
2013-04-08
1
-1
/
+1
*
|
cma: redirect page allocation to CMA
Heesub Shin
2013-02-20
1
-4
/
+46
*
|
Revert "mm: cma: on movable allocations try MIGRATE_CMA first"
Laura Abbott
2013-02-20
1
-25
/
+30
*
|
mm: Don't put CMA pages on per cpu lists
Laura Abbott
2013-02-20
1
-1
/
+2
*
|
cma: fix watermark checking
Bartlomiej Zolnierkiewicz
2013-02-03
1
-16
/
+15
*
|
mm: show migration types in show_mem
Rabin Vincent
2013-01-18
1
-2
/
+40
*
|
mm: cma: on movable allocations try MIGRATE_CMA first
Michal Nazarewicz
2013-01-18
1
-30
/
+25
*
|
android/lowmemorykiller: Selectively count free CMA pages
Liam Mark
2013-01-04
1
-0
/
+5
*
|
mm: make counts of CMA free pages correct
Larry Bassel
2012-12-27
1
-10
/
+35
*
|
mm: Use aligned zone start for pfn_to_bitidx calculation
Laura Abbott
2012-12-11
1
-1
/
+1
*
|
cma: fix migration mode
Minchan Kim
2012-12-11
1
-1
/
+1
*
|
cma : use migrate_prep() instead of migrate_prep_local()
woojoong.lee
2012-12-11
1
-1
/
+1
*
|
mm: Add is_cma_pageblock definition
Laura Abbott
2012-12-11
1
-0
/
+5
*
|
mm: split_free_page ignore memory watermarks for CMA
Liam Mark
2012-12-11
1
-2
/
+5
*
|
mm: cma: don't replace lowmem pages with highmem
Rabin Vincent
2012-07-23
1
-1
/
+6
*
|
mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks
Marek Szyprowski
2012-06-29
1
-0
/
+60
[next]