index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
thp: export maybe_mkwrite
Andrea Arcangeli
2011-01-13
1
-13
/
+0
*
thp: clear compound mapping
Andrea Arcangeli
2011-01-13
1
-7
/
+4
*
thp: put_page: recheck PageHead after releasing the compound_lock
Andrea Arcangeli
2011-01-13
1
-2
/
+6
*
thp: alter compound get_page/put_page
Andrea Arcangeli
2011-01-13
1
-7
/
+83
*
thp: fix bad_page to show the real reason the page is bad
Andrea Arcangeli
2011-01-13
1
-1
/
+1
*
thp: ksm: free swap when swapcache page is replaced
Hugh Dickins
2011-01-13
1
-0
/
+2
*
writeback: avoid unnecessary determine_dirtyable_memory call
Minchan Kim
2011-01-13
1
-1
/
+4
*
mm: set correct numa_zonelist_order string when configured on the kernel comm...
Volodymyr G. Lukiianyk
2011-01-13
1
-3
/
+10
*
mm: kswapd: use the classzone idx that kswapd was using for sleeping_prematur...
Mel Gorman
2011-01-13
1
-13
/
+16
*
mm: kswapd: treat zone->all_unreclaimable in sleeping_prematurely similar to ...
Mel Gorman
2011-01-13
1
-1
/
+9
*
mm: kswapd: reset kswapd_max_order and classzone_idx after reading
Mel Gorman
2011-01-13
1
-0
/
+2
*
mm: kswapd: use the order that kswapd was reclaiming at for sleeping_prematur...
Mel Gorman
2011-01-13
1
-5
/
+11
*
mm: kswapd: keep kswapd awake for high-order allocations until a percentage o...
Mel Gorman
2011-01-13
1
-9
/
+49
*
mm: kswapd: stop high-order balancing when any suitable zone is balanced
Mel Gorman
2011-01-13
2
-12
/
+64
*
mm: remove likely() from grab_cache_page_write_begin()
Steven Rostedt
2011-01-13
1
-1
/
+1
*
vmalloc: remove redundant unlikely()
Tobias Klauser
2011-01-13
1
-1
/
+1
*
mempolicy: remove tasklist_lock from migrate_pages
KOSAKI Motohiro
2011-01-13
1
-3
/
+0
*
mlock: do not hold mmap_sem for extended periods of time
Michel Lespinasse
2011-01-13
4
-25
/
+47
*
mm: move VM_LOCKED check to __mlock_vma_pages_range()
Michel Lespinasse
2011-01-13
1
-13
/
+13
*
mm: add FOLL_MLOCK follow_page flag.
Michel Lespinasse
2011-01-13
2
-60
/
+27
*
mlock: only hold mmap_sem in shared mode when faulting in pages
Michel Lespinasse
2011-01-13
1
-17
/
+64
*
mlock: avoid dirtying pages and triggering writeback
Michel Lespinasse
2011-01-13
2
-2
/
+12
*
do_wp_page: clarify dirty_page handling
Michel Lespinasse
2011-01-13
1
-34
/
+38
*
do_wp_page: remove the 'reuse' flag
Michel Lespinasse
2011-01-13
1
-6
/
+5
*
mm: clear PageError bit in msync & fsync
Rik van Riel
2011-01-13
1
-1
/
+1
*
mm: unify module_alloc code for vmalloc
David Rientjes
2011-01-13
1
-21
/
+29
*
mm: remove gfp mask from pcpu_get_vm_areas
David Rientjes
2011-01-13
2
-13
/
+10
*
mm: remove unused get_vm_area_node
David Rientjes
2011-01-13
1
-7
/
+0
*
mm: vmscan: rename lumpy_mode to reclaim_mode
Mel Gorman
2011-01-13
1
-35
/
+35
*
mm: compaction: perform a faster migration scan when migrating asynchronously
Mel Gorman
2011-01-13
1
-0
/
+15
*
mm: migration: cleanup migrate_pages API by matching types for offlining and ...
Mel Gorman
2011-01-13
4
-8
/
+10
*
mm: migration: allow migration to operate asynchronously and avoid synchronou...
Mel Gorman
2011-01-13
7
-26
/
+49
*
mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim
Mel Gorman
2011-01-13
4
-49
/
+175
*
mm: vmscan: convert lumpy_mode into a bitmask
Mel Gorman
2011-01-13
1
-18
/
+28
*
mm: compaction: add trace events for memory compaction activity
Mel Gorman
2011-01-13
1
-1
/
+13
*
mm: convert sprintf_symbol to %pS
Joe Perches
2011-01-13
2
-14
/
+6
*
mm: find_get_pages_contig fixlet
Nick Piggin
2011-01-13
1
-3
/
+10
*
vmscan: factor out kswapd sleeping logic from kswapd()
KOSAKI Motohiro
2011-01-13
1
-46
/
+46
*
mm/page-writeback.c: fix __set_page_dirty_no_writeback() return value
Bob Liu
2011-01-13
1
-1
/
+1
*
mm: vmstat: use a single setter function and callback for adjusting percpu th...
Mel Gorman
2011-01-13
2
-31
/
+24
*
mm: page allocator: adjust the per-cpu counter threshold when memory is low
Mel Gorman
2011-01-13
4
-40
/
+107
*
Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-01-13
1
-3
/
+4
|
\
|
*
Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...
Jens Axboe
2010-11-27
1
-3
/
+4
|
|
\
|
|
*
block: make blkdev_get/put() handle exclusive access
Tejun Heo
2010-11-13
1
-3
/
+4
*
|
|
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2011-01-13
5
-5
/
+5
|
\
\
\
|
*
|
|
writeback: fix global_dirty_limits comment runtime -> real-time
Minchan Kim
2011-01-04
1
-1
/
+1
|
*
|
|
mm/rmap.c: fix comment
Figo.zhang
2010-12-27
1
-1
/
+1
|
*
|
|
Merge branch 'master' into for-next
Jiri Kosina
2010-12-22
17
-98
/
+185
|
|
\
\
\
|
*
|
|
|
Kill off a bunch of warning: ‘inline’ is not at beginning of declaration
Jesper Juhl
2010-11-28
1
-1
/
+1
|
*
|
|
|
tree-wide: fix comment/printk typos
Uwe Kleine-König
2010-11-01
2
-2
/
+2
[next]