aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-25devres: fix possible use after freeMaxin B John1-1/+1
2011-07-25writeback: account NR_WRITTEN at IO completion timeWu Fengguang1-2/+3
2011-07-25tmpfs: simplify unuse and writepageHugh Dickins1-34/+16
2011-07-25tmpfs: simplify filepage/swappageHugh Dickins1-129/+108
2011-07-25tmpfs: simplify prealloc_pageHugh Dickins1-44/+16
2011-07-25tmpfs: remove_shmem_readpageHugh Dickins1-34/+6
2011-07-25tmpfs: pass gfp to shmem_getpage_gfpHugh Dickins1-23/+44
2011-07-25tmpfs: refine shmem_file_splice_readHugh Dickins1-119/+19
2011-07-25tmpfs: clone shmem_file_splice_read()Hugh Dickins1-1/+217
2011-07-25mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt1-1/+57
2011-07-25mm: remove useless rcu lock-unlock from mapping_tagged()Konstantin Khlebnikov1-5/+1
2011-07-25mm: page allocator: reconsider zones for allocation after direct reclaimMel Gorman1-0/+23
2011-07-25mm: page allocator: initialise ZLC for first zone eligible for zone_reclaimMel Gorman1-13/+22
2011-07-25mm: preallocate page before lock_page() at filemap COWKAMEZAWA Hiroyuki1-22/+34
2011-07-25tmpfs: no need to use i_lockHugh Dickins1-8/+6
2011-07-25mm: pincer in truncate_inode_pages_rangeHugh Dickins1-1/+1
2011-07-25mm: consistent truncate and invalidate loopsHugh Dickins2-63/+49
2011-07-25mm: tidy vmtruncate_range and related functionsHugh Dickins1-14/+17
2011-07-25mm: cleanup descriptions of filler argHugh Dickins1-6/+6
2011-07-25mmap: fix and tidy up overcommit page arithmeticDmitry Fink2-42/+26
2011-07-25mm/memblock.c: avoid abuse of RED_INACTIVEAndrew Morton1-4/+4
2011-07-25oom: remove references to old badness() functionDavid Rientjes1-1/+1
2011-07-25mm/memory.c: remove ZAP_BLOCK_SIZEAndrew Morton1-11/+0
2011-07-25mm: hugetlb: fix coding style issuesChris Forbes1-16/+15
2011-07-25mm/huge_memory.c: minor lock simplification in __khugepaged_exitChris Wright1-4/+2
2011-07-25mm/page_cgroup.c: simplify code by using SECTION_ALIGN_UP() and SECTION_ALIGN_DOWN() macrosDaniel Kiper1-4/+4
2011-07-25mm: remove the leftovers of noswapaccountWANG Cong1-1/+1
2011-07-25pagewalk: fix code comment for THPKOSAKI Motohiro1-1/+2
2011-07-25pagewalk: add locking-rule commentsKOSAKI Motohiro1-0/+3
2011-07-25pagewalk: don't look up vma if walk->hugetlb_entry is unusedKOSAKI Motohiro1-6/+37
2011-07-25pagewalk: fix walk_page_range() don't check find_vma() result properlyKOSAKI Motohiro1-1/+1
2011-07-25mm: swap-token: add a comment for priority agingKOSAKI Motohiro1-0/+11
2011-07-25mm: swap-token: makes global variables to function localKOSAKI Motohiro1-2/+2
2011-07-25mm: swap-token: fix dead linkKOSAKI Motohiro1-1/+1
2011-07-25mm: extend memory hotplug API to allow memory hotplug in virtual machinesDaniel Kiper1-3/+65
2011-07-25mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()Peter Zijlstra1-0/+1
2011-07-25mm: make some struct page's constIan Campbell1-1/+1
2011-07-25hugetlb: add phys addr to struct huge_bootmem_pageBecky Bruce1-1/+9
2011-07-24[S390] reference bit testing for unmapped pagesMartin Schwidefsky1-3/+3
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds6-43/+66
2011-07-22Merge branch 'x86-numa-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+54
2011-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-16/+2
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2-4/+2
2011-07-22Merge branch 'slab-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds3-10/+118
2011-07-22slab: fix DEBUG_SLAB warningTetsuo Handa1-1/+2
2011-07-20fs: seq_file - add event counter to simplify poll() supportKay Sievers1-21/+8
2011-07-20fs: kill i_alloc_semChristoph Hellwig4-7/+2
2011-07-20vmalloc,rcu: Convert call_rcu(rcu_free_vb) to kfree_rcu()Lai Jiangshan1-8/+1
2011-07-20vmalloc,rcu: Convert call_rcu(rcu_free_va) to kfree_rcu()Lai Jiangshan1-8/+1
2011-07-20slab: shrink sizeof(struct kmem_cache)Eric Dumazet1-4/+6