summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-26fail_page_alloc: simplify debugfs initializationAkinobu Mita
2011-07-26failslab: simplify debugfs initializationAkinobu Mita
2011-07-26fault-injection: use debugfs_remove_recursiveAkinobu Mita
2011-07-26cpusets: randomize node rotor used in cpuset_mem_spread_node()Michal Hocko
2011-07-26memcg: get rid of percpu_charge_mutex lockMichal Hocko
2011-07-26memcg: add mem_cgroup_same_or_subtree() helperMichal Hocko
2011-07-26memcg: unify sync and async per-cpu charge cache drainingMichal Hocko
2011-07-26memcg: do not try to drain per-cpu caches without pagesMichal Hocko
2011-07-26memcg: add memory.vmscan_statKAMEZAWA Hiroyuki
2011-07-26memcg: fix behavior of mem_cgroup_resize_limit()Daisuke Nishimura
2011-07-26memcg: fix vmscan count in small memcgsKAMEZAWA Hiroyuki
2011-07-26memcg: change memcg_oom_mutex to spinlockMichal Hocko
2011-07-26memcg: make oom_lock 0 and 1 based rather than counterMichal Hocko
2011-07-26memcg: consolidate memory cgroup lru stat functionsKAMEZAWA Hiroyuki
2011-07-26memcg: export memory cgroup's swappiness with mem_cgroup_swappiness()KAMEZAWA Hiroyuki
2011-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...Linus Torvalds
2011-07-25Merge 'akpm' patch seriesLinus Torvalds
2011-07-25devres: fix possible use after freeMaxin B John
2011-07-25writeback: account NR_WRITTEN at IO completion timeWu Fengguang
2011-07-25tmpfs: simplify unuse and writepageHugh Dickins
2011-07-25tmpfs: simplify filepage/swappageHugh Dickins
2011-07-25tmpfs: simplify prealloc_pageHugh Dickins
2011-07-25tmpfs: remove_shmem_readpageHugh Dickins
2011-07-25tmpfs: pass gfp to shmem_getpage_gfpHugh Dickins
2011-07-25tmpfs: refine shmem_file_splice_readHugh Dickins
2011-07-25tmpfs: clone shmem_file_splice_read()Hugh Dickins
2011-07-25mm/futex: fix futex writes on archs with SW tracking of dirty & youngBenjamin Herrenschmidt
2011-07-25mm: remove useless rcu lock-unlock from mapping_tagged()Konstantin Khlebnikov
2011-07-25mm: page allocator: reconsider zones for allocation after direct reclaimMel Gorman
2011-07-25mm: page allocator: initialise ZLC for first zone eligible for zone_reclaimMel Gorman
2011-07-25mm: preallocate page before lock_page() at filemap COWKAMEZAWA Hiroyuki
2011-07-25tmpfs: no need to use i_lockHugh Dickins
2011-07-25mm: pincer in truncate_inode_pages_rangeHugh Dickins
2011-07-25mm: consistent truncate and invalidate loopsHugh Dickins
2011-07-25mm: tidy vmtruncate_range and related functionsHugh Dickins
2011-07-25mm: cleanup descriptions of filler argHugh Dickins
2011-07-25mmap: fix and tidy up overcommit page arithmeticDmitry Fink
2011-07-25mm/memblock.c: avoid abuse of RED_INACTIVEAndrew Morton
2011-07-25oom: remove references to old badness() functionDavid Rientjes
2011-07-25mm/memory.c: remove ZAP_BLOCK_SIZEAndrew Morton
2011-07-25mm: hugetlb: fix coding style issuesChris Forbes
2011-07-25mm/huge_memory.c: minor lock simplification in __khugepaged_exitChris Wright
2011-07-25mm/page_cgroup.c: simplify code by using SECTION_ALIGN_UP() and SECTION_ALIGN...Daniel Kiper
2011-07-25mm: remove the leftovers of noswapaccountWANG Cong
2011-07-25pagewalk: fix code comment for THPKOSAKI Motohiro
2011-07-25pagewalk: add locking-rule commentsKOSAKI Motohiro
2011-07-25pagewalk: don't look up vma if walk->hugetlb_entry is unusedKOSAKI Motohiro
2011-07-25pagewalk: fix walk_page_range() don't check find_vma() result properlyKOSAKI Motohiro
2011-07-25mm: swap-token: add a comment for priority agingKOSAKI Motohiro