index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2011-01-13
mempolicy: remove tasklist_lock from migrate_pages
KOSAKI Motohiro
2011-01-13
mlock: do not hold mmap_sem for extended periods of time
Michel Lespinasse
2011-01-13
mm: move VM_LOCKED check to __mlock_vma_pages_range()
Michel Lespinasse
2011-01-13
mm: add FOLL_MLOCK follow_page flag.
Michel Lespinasse
2011-01-13
mlock: only hold mmap_sem in shared mode when faulting in pages
Michel Lespinasse
2011-01-13
mlock: avoid dirtying pages and triggering writeback
Michel Lespinasse
2011-01-13
do_wp_page: clarify dirty_page handling
Michel Lespinasse
2011-01-13
do_wp_page: remove the 'reuse' flag
Michel Lespinasse
2011-01-13
mm: clear PageError bit in msync & fsync
Rik van Riel
2011-01-13
mm: unify module_alloc code for vmalloc
David Rientjes
2011-01-13
mm: remove gfp mask from pcpu_get_vm_areas
David Rientjes
2011-01-13
mm: remove unused get_vm_area_node
David Rientjes
2011-01-13
mm: vmscan: rename lumpy_mode to reclaim_mode
Mel Gorman
2011-01-13
mm: compaction: perform a faster migration scan when migrating asynchronously
Mel Gorman
2011-01-13
mm: migration: cleanup migrate_pages API by matching types for offlining and ...
Mel Gorman
2011-01-13
mm: migration: allow migration to operate asynchronously and avoid synchronou...
Mel Gorman
2011-01-13
mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim
Mel Gorman
2011-01-13
mm: vmscan: convert lumpy_mode into a bitmask
Mel Gorman
2011-01-13
mm: compaction: add trace events for memory compaction activity
Mel Gorman
2011-01-13
mm: convert sprintf_symbol to %pS
Joe Perches
2011-01-13
mm: find_get_pages_contig fixlet
Nick Piggin
2011-01-13
vmscan: factor out kswapd sleeping logic from kswapd()
KOSAKI Motohiro
2011-01-13
mm/page-writeback.c: fix __set_page_dirty_no_writeback() return value
Bob Liu
2011-01-13
mm: vmstat: use a single setter function and callback for adjusting percpu th...
Mel Gorman
2011-01-13
mm: page allocator: adjust the per-cpu counter threshold when memory is low
Mel Gorman
2011-01-13
Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-01-13
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
2011-01-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2011-01-09
Merge branch 'slab/next' into for-linus
Pekka Enberg
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
Linus Torvalds
2011-01-07
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2011-01-07
fs: icache RCU free inodes
Nick Piggin
2011-01-07
fs: dcache remove dcache_lock
Nick Piggin
2011-01-07
kernel: kmem_ptr_validate considered harmful
Nick Piggin
2011-01-04
writeback: fix global_dirty_limits comment runtime -> real-time
Minchan Kim
2010-12-30
memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner check
KAMEZAWA Hiroyuki
2010-12-27
Merge branch 'nommu-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2010-12-27
mm/rmap.c: fix comment
Figo.zhang
2010-12-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...
Linus Torvalds
2010-12-24
nommu: Provide stubbed alloc/free_vm_area() implementation.
Paul Mundt
2010-12-24
nommu: Fix up vmalloc_node() symbol export regression.
Paul Mundt
2010-12-22
mm/migrate.c: fix compilation error
Michal Nazarewicz
2010-12-22
writeback: do uninterruptible sleep in balance_dirty_pages()
Wu Fengguang
2010-12-22
mm/compaction.c: avoid double mem_cgroup_del_lru()
Minchan Kim
2010-12-22
Merge branch 'master' into for-next
Jiri Kosina
2010-12-22
percpu: print out alloc information with KERN_DEBUG instead of KERN_INFO
Tejun Heo
2010-12-18
vmstat: User per cpu atomics to avoid interrupt disable / enable
Christoph Lameter
2010-12-17
vmstat: Use this_cpu_inc_return for vm statistics
Christoph Lameter
2010-12-17
Merge branch 'this_cpu_ops' into for-2.6.38
Tejun Heo
2010-12-17
core: Replace __get_cpu_var with __this_cpu_read if not used for an address.
Christoph Lameter
[next]