Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
2f6d7d26b892f267f8fa9af9eb91e1da928548b9
/
mm
0cc1a0c
mm: pass readahead info down to the i/o scheduler
by Lee Susman
· 12 years ago
ab21102
compaction: fix build error in CMA && !COMPACTION
by Minchan Kim
· 12 years ago
9814940
mm: compaction: partially revert capture of suitable high-order page
by Mel Gorman
· 12 years ago
993e951
mm: cma: skip watermarks check for already isolated blocks in split_free_page()
by Marek Szyprowski
· 12 years ago
7cca82b
mm: compaction: fix echo 1 > compact_memory return error issue
by Jason Liu
· 12 years ago
3f2afc2
mm: compaction: Add scanned and isolated counters for compaction
by Mel Gorman
· 12 years ago
cd9bb9b
mm: compaction: Move migration fail/success stats to migrate.c
by Mel Gorman
· 12 years ago
812f7a3
mm: compaction: validate pfn range passed to isolate_freepages_block
by Mel Gorman
· 12 years ago
2a3232d
mm: compaction: correct the nr_strict va isolated check for CMA
by Mel Gorman
· 12 years ago
d05b452
CMA: migrate mlocked pages
by Minchan Kim
· 12 years ago
9317a2b
mm: compaction: clear PG_migrate_skip based on compaction and reclaim activity
by Mel Gorman
· 12 years ago
8af6845
mm: fix lost kswapd wakeup in kswapd_stop()
by Aaditya Kumar
· 12 years ago
d58f1f2
mm: compaction: Restart compaction from near where it left off
by Mel Gorman
· 12 years ago
13f662c
mm: clean up __count_immobile_pages()
by Minchan Kim
· 12 years ago
259ca6a
mm: do not use page_count() without a page pin
by Minchan Kim
· 12 years ago
dad0d8b
mm: cma: WARN if freed memory is still in use
by Marek Szyprowski
· 12 years ago
6b50664
mm: compaction: cache if a pageblock was scanned and no pages were isolated
by Mel Gorman
· 12 years ago
b35e2d7
mm: compaction: acquire the zone->lock as late as possible
by Mel Gorman
· 12 years ago
79f6ed5
mm: compaction: acquire the zone->lru_lock as late as possible
by Mel Gorman
· 12 years ago
5e663dc
mm: compaction: Update try_to_compact_pages()kerneldoc comment
by Mel Gorman
· 12 years ago
dcdfce4
mm: compaction: move fatal signal check out of compact_checklock_irqsave
by Mel Gorman
· 12 years ago
3cbf351
mm: compaction: abort compaction loop if lock is contended or run too long
by Shaohua Li
· 12 years ago
0a1104a
mm: compaction: capture a suitable high-order page immediately when it is made available
by Mel Gorman
· 12 years ago
05fd3fd
mm: compaction: update comment in try_to_compact_pages
by Mel Gorman
· 12 years ago
27d1af8
mm: compaction: Abort async compaction if locks are contended or taking too long
by Mel Gorman
· 12 years ago
fc83d28
mm/compaction.c: fix deferring compaction mistake
by Minchan Kim
· 12 years ago
a56063e
mm, thp: abort compaction if migration page cannot be charged to memcg
by David Rientjes
· 12 years ago
726cfb4
cma: decrease cc.nr_migratepages after reclaiming pagelist
by Minchan Kim
· 12 years ago
aab50f1
mm: cma: discard clean pages during contiguous allocation instead of migration
by Minchan Kim
· 12 years ago
650e095
mm/vmscan: remove update_isolated_counts()
by Konstantin Khlebnikov
· 12 years ago
3a15fe8
mm/vmscan: push lruvec pointer into isolate_lru_pages()
by Konstantin Khlebnikov
· 12 years ago
65f4b2c
mm/vmscan: push zone pointer into shrink_page_list()
by Konstantin Khlebnikov
· 12 years ago
2e3d11f
mm: memcg: count pte references from every member of the reclaimed hierarchy
by Johannes Weiner
· 12 years ago
9003b35
kernel: cgroup: push rcu read locking from css_is_ancestor() to callsite
by Johannes Weiner
· 12 years ago
038ada9
mm/vmscan: store "priority" in struct scan_control
by Konstantin Khlebnikov
· 12 years ago
8cfb3a6
mm: remove swap token code
by Rik van Riel
· 12 years ago
1e09e00
mm/memcg: use vm_swappiness from target memory cgroup
by Konstantin Khlebnikov
· 12 years ago
1cc0039
mm: avoid swapping out with swappiness==0
by Satoru Moriya
· 12 years ago
c12af16
mm/memcg: scanning_global_lru means mem_cgroup_disabled
by Hugh Dickins
· 12 years ago
35b8473
mm/memcg: kill mem_cgroup_lru_del()
by Konstantin Khlebnikov
· 12 years ago
6d8a50e
mm: remove lru type checks from __isolate_lru_page()
by Konstantin Khlebnikov
· 12 years ago
626ebe7
mm: vmscan: remove reclaim_mode_t
by Mel Gorman
· 12 years ago
f65a6ed
mm: vmscan: do not stall on writeback during memory compaction
by Mel Gorman
· 12 years ago
e338e5e
mm: vmscan: remove lumpy reclaim
by Mel Gorman
· 12 years ago
7f8a920
mm: push lru index into shrink_[in]active_list()
by Konstantin Khlebnikov
· 12 years ago
18d4e2d
mm: page_alloc: fix watermark check in __zone_watermark_ok()
by Tomasz Stanislawski
· 11 years ago
178a68e
mm: cma: fix accounting of CMA pages placed in high memory
by Marek Szyprowski
· 12 years ago
800f2b2
mm: cma: remove watermark hacks
by Marek Szyprowski
· 12 years ago
15e5476
Merge "mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls"
by Linux Build Service Account
· 12 years ago
48e1527
mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
by Marek Szyprowski
· 12 years ago
87544c6
Merge "mm: change initial readahead window size calculation"
by Linux Build Service Account
· 12 years ago
7893b2e
mm: change initial readahead window size calculation
by Lee Susman
· 12 years ago
e2958b8
mm: Retry original migrate type if CMA failed
by Laura Abbott
· 12 years ago
3f1e551
android/lowmemorykiller: Selectively count free CMA pages
by Liam Mark
· 12 years ago
603c272
Revert "android/lowmemorykiller: Only consider gfp_mask free pages"
by Olav Haugan
· 12 years ago
cb4d7a6
ARM: dma-mapping: remove custom consistent dma region
by Marek Szyprowski
· 12 years ago
acf4e61
mm: vmalloc: use const void * for caller argument
by Marek Szyprowski
· 13 years ago
be911be
mm: Don't put CMA pages on per cpu lists
by Laura Abbott
· 12 years ago
771aaa6
cma: redirect page allocation to CMA
by Heesub Shin
· 12 years ago
434f55a
Revert "mm: cma: on movable allocations try MIGRATE_CMA first"
by Laura Abbott
· 12 years ago
bd0aeab
Merge "ion: tracing: add ftrace events for ion allocations"
by Linux Build Service Account
· 12 years ago
1964431
cma: fix watermark checking
by Bartlomiej Zolnierkiewicz
· 12 years ago
cc2d4bd
ion: tracing: add ftrace events for ion allocations
by Liam Mark
· 12 years ago
b5662d6
mm: cma: on movable allocations try MIGRATE_CMA first
by Michal Nazarewicz
· 12 years ago
394b808
mm: show migration types in show_mem
by Rabin Vincent
· 12 years ago
9b92440
mm: Hold a file reference in madvise_remove
by Andy Lutomirski
· 12 years ago
11451f4
Merge "mm: Use correct define for CMA features"
by Linux Build Service Account
· 12 years ago
6975529
mm: Use correct define for CMA features
by Laura Abbott
· 12 years ago
cc4baf7
android/lowmemorykiller: Only consider gfp_mask free pages
by Liam Mark
· 12 years ago
6d6e2c9
mm: make counts of CMA free pages correct
by Larry Bassel
· 12 years ago
539118f
cma : use migrate_prep() instead of migrate_prep_local()
by woojoong.lee
· 12 years ago
fa8ea82
cma: fix race condition on a page
by Heesub Shin
· 12 years ago
6745842
mm: Don't use CMA pages for writes
by Laura Abbott
· 12 years ago
40d5552
Merge "mm: Add is_cma_pageblock definition"
by Linux Build Service Account
· 12 years ago
11e0927
Merge "cma: fix migration mode"
by Linux Build Service Account
· 12 years ago
5bca722
mm: Use aligned zone start for pfn_to_bitidx calculation
by Laura Abbott
· 12 years ago
fac1e45
Merge "Revert "android/lowmemorykiller: Only consider gfp_mask free pages""
by Linux Build Service Account
· 12 years ago
3eda4a9
Merge "mm: split_free_page ignore memory watermarks for CMA"
by Linux Build Service Account
· 12 years ago
d47b12e
Revert "android/lowmemorykiller: Only consider gfp_mask free pages"
by Liam Mark
· 12 years ago
364dcd4
mm: Add is_cma_pageblock definition
by Laura Abbott
· 12 years ago
132fb79
cma: fix migration mode
by Minchan Kim
· 12 years ago
4ca9a21
mm: split_free_page ignore memory watermarks for CMA
by Liam Mark
· 12 years ago
79faa17
kernel: Add hooks for user-accessible timers in the kernel.
by Greg Reid
· 12 years ago
f714041
android/lowmemorykiller: Only consider gfp_mask free pages
by Liam Mark
· 12 years ago
92eab92
msm: 8974: Add driver to enable/disable memblock-remove feature
by Neeti Desai
· 12 years ago
fbfcd6f
mm: cma: don't replace lowmem pages with highmem
by Rabin Vincent
· 12 years ago
f398f30
bdi: use deferable timer for sync_supers task
by Yong Wang
· 13 years ago
f1f6388
mm: trigger page reclaim in alloc_contig_range() to stabilise watermarks
by Marek Szyprowski
· 13 years ago
1ed3651
mm: extract reclaim code from __alloc_pages_direct_reclaim()
by Marek Szyprowski
· 13 years ago
e12aade
mm: Serialize access to min_free_kbytes
by Mel Gorman
· 14 years ago
c80cd92
mm: page_isolation: MIGRATE_CMA isolation functions added
by Michal Nazarewicz
· 13 years ago
d4158d2
mm: mmzone: MIGRATE_CMA migration type added
by Michal Nazarewicz
· 13 years ago
c6114bf
mm: page_alloc: change fallbacks array handling
by Michal Nazarewicz
· 13 years ago
4c1ff37
mm: page_alloc: introduce alloc_contig_range()
by Michal Nazarewicz
· 13 years ago
02ff1de
mm: compaction: export some of the functions
by Michal Nazarewicz
· 13 years ago
61ee2fc
mm: compaction: introduce isolate_freepages_range()
by Michal Nazarewicz
· 13 years ago
2770ccf
mm: compaction: introduce map_pages()
by Michal Nazarewicz
· 13 years ago
a196a6c
mm: compaction: introduce isolate_migratepages_range()
by Michal Nazarewicz
· 13 years ago
adc95fd
mm: page_alloc: remove trailing whitespace
by Michal Nazarewicz
· 13 years ago
5310349
mm: Fix a compiler warning.
by Shashank Mittal
· 12 years ago
Next »