aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-26atomic: use <linux/atomic.h>Arun Sharma4-4/+4
2011-07-26fail_page_alloc: simplify debugfs initializationAkinobu Mita1-31/+16
2011-07-26failslab: simplify debugfs initializationAkinobu Mita1-21/+10
2011-07-26fault-injection: use debugfs_remove_recursiveAkinobu Mita2-2/+2
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko1-0/+16
2011-07-26memcg: get rid of percpu_charge_mutex lockMichal Hocko1-10/+2
2011-07-26memcg: add mem_cgroup_same_or_subtree() helperMichal Hocko1-25/+26
2011-07-26memcg: unify sync and async per-cpu charge cache drainingMichal Hocko1-14/+34
2011-07-26memcg: do not try to drain per-cpu caches without pagesMichal Hocko1-6/+7
2011-07-26memcg: add memory.vmscan_statKAMEZAWA Hiroyuki2-11/+200
2011-07-26memcg: fix behavior of mem_cgroup_resize_limit()Daisuke Nishimura1-1/+1
2011-07-26memcg: fix vmscan count in small memcgsKAMEZAWA Hiroyuki1-6/+12
2011-07-26memcg: change memcg_oom_mutex to spinlockMichal Hocko1-11/+11
2011-07-26memcg: make oom_lock 0 and 1 based rather than counterMichal Hocko1-16/+70
2011-07-26memcg: consolidate memory cgroup lru stat functionsKAMEZAWA Hiroyuki2-128/+51
2011-07-26memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki2-21/+17
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writebackLinus Torvalds4-72/+300
2011-07-25Merge 'akpm' patch seriesLinus Torvalds19-482/+695
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