summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge 'akpm' patch seriesLinus Torvalds2011-07-2519-482/+695
|\
| * devres: fix possible use after freeMaxin B John2011-07-251-1/+1
| * writeback: account NR_WRITTEN at IO completion timeWu Fengguang2011-07-251-2/+3
| * tmpfs: simplify unuse and writepageHugh Dickins2011-07-251-34/+16
| * tmpfs: simplify filepage/swappageHugh Dickins2011-07-251-129/+108
| * tmpfs: simplify prealloc_pageHugh Dickins2011-07-251-44/+16
| * tmpfs: remove_shmem_readpageHugh Dickins2011-07-251-34/+6
| * tmpfs: pass gfp to shmem_getpage_gfpHugh Dickins2011-07-251-23/+44
| * tmpfs: refine shmem_file_splice_readHugh Dickins2011-07-251-119/+19
| * tmpfs: clone shmem_file_splice_read()Hugh Dickins2011-07-251-1/+217
| * mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt2011-07-251-1/+57
| * mm: remove useless rcu lock-unlock from mapping_tagged()Konstantin Khlebnikov2011-07-251-5/+1
| * mm: page allocator: reconsider zones for allocation after direct reclaimMel Gorman2011-07-251-0/+23
| * mm: page allocator: initialise ZLC for first zone eligible for zone_reclaimMel Gorman2011-07-251-13/+22
| * mm: preallocate page before lock_page() at filemap COWKAMEZAWA Hiroyuki2011-07-251-22/+34
| * tmpfs: no need to use i_lockHugh Dickins2011-07-251-8/+6
| * mm: pincer in truncate_inode_pages_rangeHugh Dickins2011-07-251-1/+1
| * mm: consistent truncate and invalidate loopsHugh Dickins2011-07-252-63/+49
| * mm: tidy vmtruncate_range and related functionsHugh Dickins2011-07-251-14/+17
| * mm: cleanup descriptions of filler argHugh Dickins2011-07-251-6/+6
| * mmap: fix and tidy up overcommit page arithmeticDmitry Fink2011-07-252-42/+26
| * mm/memblock.c: avoid abuse of RED_INACTIVEAndrew Morton2011-07-251-4/+4
| * oom: remove references to old badness() functionDavid Rientjes2011-07-251-1/+1
| * mm/memory.c: remove ZAP_BLOCK_SIZEAndrew Morton2011-07-251-11/+0
| * mm: hugetlb: fix coding style issuesChris Forbes2011-07-251-16/+15
| * mm/huge_memory.c: minor lock simplification in __khugepaged_exitChris Wright2011-07-251-4/+2
| * mm/page_cgroup.c: simplify code by using SECTION_ALIGN_UP() and SECTION_ALIGN...Daniel Kiper2011-07-251-4/+4
| * mm: remove the leftovers of noswapaccountWANG Cong2011-07-251-1/+1
| * pagewalk: fix code comment for THPKOSAKI Motohiro2011-07-251-1/+2
| * pagewalk: add locking-rule commentsKOSAKI Motohiro2011-07-251-0/+3
| * pagewalk: don't look up vma if walk->hugetlb_entry is unusedKOSAKI Motohiro2011-07-251-6/+37
| * pagewalk: fix walk_page_range() don't check find_vma() result properlyKOSAKI Motohiro2011-07-251-1/+1
| * mm: swap-token: add a comment for priority agingKOSAKI Motohiro2011-07-251-0/+11
| * mm: swap-token: makes global variables to function localKOSAKI Motohiro2011-07-251-2/+2
| * mm: swap-token: fix dead linkKOSAKI Motohiro2011-07-251-1/+1
| * mm: extend memory hotplug API to allow memory hotplug in virtual machinesDaniel Kiper2011-07-251-3/+65
| * mm/backing-dev.c: reset bdi min_ratio in bdi_unregister()Peter Zijlstra2011-07-251-0/+1
| * mm: make some struct page's constIan Campbell2011-07-251-1/+1
| * hugetlb: add phys addr to struct huge_bootmem_pageBecky Bruce2011-07-251-1/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-252-2/+2
|\ \
| * | treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-211-1/+1
| * | Merge branch 'master' into for-nextJiri Kosina2011-07-1120-293/+634
| |\ \
| * | | mm Kconfig typo: cleancacne -> cleancacheMichael Witten2011-06-101-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-251-6/+0
|\ \ \ \
| * | | | fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-6/+0
* | | | | Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-07-251-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | backing-dev: use synchronize_rcu_expedited instead of synchronize_rcuMikulas Patocka2011-07-231-1/+1
* | | | | [S390] reference bit testing for unmapped pagesMartin Schwidefsky2011-07-241-3/+3
| |/ / / |/| | |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-226-43/+66
|\ \ \ \
| * | | | fs: seq_file - add event counter to simplify poll() supportKay Sievers2011-07-201-21/+8