summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2011-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds3-100/+327
2011-03-20Merge branch 'slub/lockless' into for-linusPekka Enberg1-13/+221
2011-03-20Merge branch 'slab/next' into for-linusPekka Enberg3-87/+106
2011-03-20slub: Dont define useless label in the !CONFIG_CMPXCHG_LOCAL caseChristoph Lameter1-1/+3
2011-03-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-5/+5
2011-03-17Merge branch 'kvm-updates/2.6.39' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-40/+60
2011-03-17mm: PageBuddy and mapcount robustnessAndrea Arcangeli1-2/+2
2011-03-17mm: remove is_hwpoison_addressHuang Ying1-32/+0
2011-03-17mm: make __get_user_pages return -EHWPOISON for HWPOISON page optionallyHuang Ying1-3/+10
2011-03-17mm: export __get_user_pagesHuang Ying2-5/+50
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-4/+5
2011-03-15Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-209/+485
2011-03-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+3
2011-03-16Merge branch 'next' into for-linusJames Morris1-4/+5
2011-03-15Merge commit 'v2.6.38' into x86/mmIngo Molnar10-76/+116
2011-03-14Revert "oom: oom_kill_process: fix the child_points logic"Linus Torvalds1-8/+3
2011-03-14oom: oom_kill_process: fix the child_points logicOleg Nesterov1-3/+8
2011-03-14thp+memcg-numa: fix BUG at include/linux/mm.h:370!Hugh Dickins1-1/+5
2011-03-14exportfs: Return the minimum required handle sizeAneesh Kumar K.V1-1/+3
2011-03-13thp: fix page_referenced to modify mapcount/vm_flags only if page is foundAndrea Arcangeli1-19/+35
2011-03-11Merge branch 'slab/urgent' into slab/nextPekka Enberg1-4/+4
2011-03-11Merge branch 'slab/rcu' into slab/nextPekka Enberg19-190/+356
2011-03-11slab,rcu: don't assume the size of struct rcu_headLai Jiangshan1-18/+21
2011-03-11slub,rcu: don't assume the size of struct rcu_headLai Jiangshan1-5/+25
2011-03-11slub: automatically reserve bytes at the end of slabLai Jiangshan1-17/+30
2011-03-11Lockless (and preemptless) fastpaths for slubChristoph Lameter1-2/+203
2011-03-11slub: Get rid of slab_free_hook_irq()Christoph Lameter1-12/+17
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris1-4/+5
2011-03-04mm: use correct numa policy node for transparent hugepagesAndi Kleen2-8/+19
2011-03-04mm: preserve original node for transparent huge page copiesAndi Kleen1-2/+2
2011-03-04mm: change alloc_pages_vma to pass down the policy node for local policyAndi Kleen2-7/+6
2011-03-01Remove one to many n's in a wordJustin P. Mattock2-2/+2
2011-02-27slub: fix ksize() build errorMariusz Kozlowski1-24/+24
2011-02-26mm: Move early_node_map[] reverse scan helpers under HAVE_MEMBLOCKYinghai Lu1-32/+32
2011-02-25memcg: more mem_cgroup_uncharge() batchingHugh Dickins1-0/+2
2011-02-25thp: fix interleaving for transparent hugepagesAndi Kleen1-1/+1
2011-02-25mm: fix dubious code in __count_immobile_pages()Namhyung Kim1-3/+2
2011-02-25mm: vmscan: stop reclaim/compaction earlier due to insufficient progress if !...Mel Gorman1-10/+22
2011-02-25mm: grab rcu read lock in move_pages()Greg Thelen1-3/+3
2011-02-24mm: fix refcounting in swaponMiklos Szeredi1-1/+1
2011-02-24bootmem: Move __alloc_memory_core_early() to nobootmem.cYinghai Lu2-28/+25
2011-02-24bootmem: Move contig_page_data definition to bootmem.c/nobootmem.cYinghai Lu3-9/+12
2011-02-24bootmem: Separate out CONFIG_NO_BOOTMEM code into nobootmem.cYinghai Lu3-171/+415
2011-02-23mm: fix possible cause of a page_mapped BUGHugh Dickins1-3/+1
2011-02-23mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi1-0/+2
2011-02-23slub: fix kmemcheck calls to match ksize() hintsEric Dumazet1-23/+26
2011-02-17mm: Fix out-of-date comments which refers non-existent functionsRyota Ozaki1-3/+3
2011-02-15thp: prevent hugepages during args/env copying into the user stackAndrea Arcangeli1-19/+16
2011-02-14Revert "slab: Fix missing DEBUG_SLAB last user"Pekka Enberg1-4/+4
2011-02-14Merge branch 'linus' into x86/bootmemIngo Molnar48-1112/+4789