index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mmu_context.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-01-14
writeback: avoid unnecessary determine_dirtyable_memory call
Minchan Kim
1
-1
/
+4
2011-01-14
mm: set correct numa_zonelist_order string when configured on the kernel comm...
Volodymyr G. Lukiianyk
1
-3
/
+10
2011-01-14
mm: kswapd: use the classzone idx that kswapd was using for sleeping_prematur...
Mel Gorman
1
-13
/
+16
2011-01-14
mm: kswapd: treat zone->all_unreclaimable in sleeping_prematurely similar to ...
Mel Gorman
1
-1
/
+9
2011-01-14
mm: kswapd: reset kswapd_max_order and classzone_idx after reading
Mel Gorman
1
-0
/
+2
2011-01-14
mm: kswapd: use the order that kswapd was reclaiming at for sleeping_prematur...
Mel Gorman
1
-5
/
+11
2011-01-14
mm: kswapd: keep kswapd awake for high-order allocations until a percentage o...
Mel Gorman
1
-9
/
+49
2011-01-14
mm: kswapd: stop high-order balancing when any suitable zone is balanced
Mel Gorman
3
-13
/
+66
2011-01-14
mm: remove likely() from grab_cache_page_write_begin()
Steven Rostedt
1
-1
/
+1
2011-01-14
mm: remove unlikely() from page_mapping()
Steven Rostedt
1
-1
/
+1
2011-01-14
mm: remove likely() from mapping_unevictable()
Steven Rostedt
1
-1
/
+1
2011-01-14
vmalloc: remove redundant unlikely()
Tobias Klauser
1
-1
/
+1
2011-01-14
mempolicy: remove tasklist_lock from migrate_pages
KOSAKI Motohiro
1
-3
/
+0
2011-01-14
mlock: do not hold mmap_sem for extended periods of time
Michel Lespinasse
4
-25
/
+47
2011-01-14
mm: move VM_LOCKED check to __mlock_vma_pages_range()
Michel Lespinasse
1
-13
/
+13
2011-01-14
mm: add FOLL_MLOCK follow_page flag.
Michel Lespinasse
3
-60
/
+28
2011-01-14
mlock: only hold mmap_sem in shared mode when faulting in pages
Michel Lespinasse
1
-17
/
+64
2011-01-14
mlock: avoid dirtying pages and triggering writeback
Michel Lespinasse
2
-2
/
+12
2011-01-14
do_wp_page: clarify dirty_page handling
Michel Lespinasse
1
-34
/
+38
2011-01-14
do_wp_page: remove the 'reuse' flag
Michel Lespinasse
1
-6
/
+5
2011-01-14
mm: clear PageError bit in msync & fsync
Rik van Riel
2
-2
/
+2
2011-01-14
oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj down
Mandeep Singh Baines
4
-1
/
+10
2011-01-14
mm: unify module_alloc code for vmalloc
David Rientjes
6
-68
/
+46
2011-01-14
mm: remove gfp mask from pcpu_get_vm_areas
David Rientjes
3
-14
/
+11
2011-01-14
mm: remove unused get_vm_area_node
David Rientjes
2
-10
/
+0
2011-01-14
mm: vmscan: rename lumpy_mode to reclaim_mode
Mel Gorman
2
-38
/
+38
2011-01-14
mm: compaction: perform a faster migration scan when migrating asynchronously
Mel Gorman
1
-0
/
+15
2011-01-14
mm: migration: cleanup migrate_pages API by matching types for offlining and ...
Mel Gorman
5
-12
/
+14
2011-01-14
mm: migration: allow migration to operate asynchronously and avoid synchronou...
Mel Gorman
9
-34
/
+63
2011-01-14
mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim
Mel Gorman
6
-49
/
+196
2011-01-14
mm: vmscan: convert lumpy_mode into a bitmask
Mel Gorman
2
-21
/
+31
2011-01-14
mm: compaction: add trace events for memory compaction activity
Mel Gorman
2
-1
/
+87
2011-01-14
mm: smaps: export mlock information
Nikanth Karthikesan
2
-2
/
+8
2011-01-14
mm: convert sprintf_symbol to %pS
Joe Perches
2
-14
/
+6
2011-01-14
fs/mpage.c: consolidate code
Hai Shan
1
-32
/
+17
2011-01-14
mm: find_get_pages_contig fixlet
Nick Piggin
1
-3
/
+10
2011-01-14
vmscan: factor out kswapd sleeping logic from kswapd()
KOSAKI Motohiro
1
-46
/
+46
2011-01-14
mm/page-writeback.c: fix __set_page_dirty_no_writeback() return value
Bob Liu
1
-1
/
+1
2011-01-14
sync_inode_metadata: fix comment
Andrew Morton
1
-2
/
+2
2011-01-14
writeback: avoid livelocking WB_SYNC_ALL writeback
Jan Kara
1
-4
/
+23
2011-01-14
writeback: stop background/kupdate works from livelocking other works
Jan Kara
1
-0
/
+10
2011-01-14
writeback: trace wakeup event for background writeback
Wu Fengguang
2
-0
/
+2
2011-01-14
writeback: integrated background writeback work
Jan Kara
1
-15
/
+46
2011-01-14
mm: vmstat: use a single setter function and callback for adjusting percpu th...
Mel Gorman
3
-35
/
+30
2011-01-14
mm: page allocator: adjust the per-cpu counter threshold when memory is low
Mel Gorman
6
-47
/
+115
2011-01-14
sched: remove long deprecated CLONE_STOPPED flag
Dave Jones
2
-28
/
+3
2011-01-14
atmel_serial: fix RTS high after initialization in RS485 mode
Claudio Scordino
1
-0
/
+5
2011-01-14
irq: use per_cpu kstat_irqs
Eric Dumazet
3
-21
/
+40
2011-01-14
MAINTAINERS: update entries affecting VIA Technologies
Bruce Chang
1
-2
/
+1
2011-01-14
Revert "gpiolib: annotate gpio-intialization with __must_check"
Linus Torvalds
3
-9
/
+9
[next]