aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+21
2011-09-19Merge branch 'slab/urgent' of git://github.com/penberg/linuxLinus Torvalds1-1/+1
2011-09-14mm: account skipped entries to avoid looping in find_get_pagesShaohua Li1-2/+4
2011-09-14mm: sync vmalloc address space page tables in alloc_vm_area()David Vrabel1-0/+8
2011-09-14memcg: Revert "memcg: add memory.vmscan_stat"Johannes Weiner2-200/+11
2011-09-14mm: vmscan: fix force-scanning small targets without swapJohannes Weiner1-15/+12
2011-09-14numa: fix NUMA compile error when sysfs and procfs are disabledDavid Rientjes1-2/+2
2011-09-14mm/mempolicy.c: make copy_from_user() provably correctKAMEZAWA Hiroyuki1-1/+3
2011-09-14mm/mempolicy.c: fix pgoff in mbind vma mergeCaspar Zhang1-3/+2
2011-09-02mm: Add comment explaining task state setting in bdi_forker_thread()Jan Kara1-0/+7
2011-09-02mm: Cleanup clearing of BDI_pending bit in bdi_forker_thread()Jan Kara1-9/+14
2011-08-27slub: add slab with one free object to partial list tailShaohua Li1-1/+1
2011-08-25memcg: fix hierarchical oom lockingJohannes Weiner1-12/+5
2011-08-25vmscan: clear ZONE_CONGESTED for zone with good watermarkShaohua Li1-0/+3
2011-08-25mm: fix a vmscan warningShaohua Li1-8/+8
2011-08-25memcg: pin execution to current cpu while draining stockJohannes Weiner1-7/+2
2011-08-25Merge branch 'urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/writebackLinus Torvalds1-13/+2
2011-08-19squeeze max-pause area and drop pass-good areaWu Fengguang1-13/+2
2011-08-17mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const.Ian Campbell1-2/+2
2011-08-14mm: fix wrong vmap address calculations with odd NR_CPUS valuesClemens Ladisch1-3/+4
2011-08-09Revert "memcg: get rid of percpu_charge_mutex lock"Michal Hocko1-2/+10
2011-08-09slub: Fix partial count comparison confusionChristoph Lameter1-1/+1
2011-08-09slub: fix check_bytes() for slub debuggingAkinobu Mita1-1/+1
2011-08-09slub: Fix full list corruption if debugging is onChristoph Lameter1-2/+4
2011-08-04Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-21/+71
2011-08-04slab, lockdep: Annotate the locks before using themPeter Zijlstra1-3/+3
2011-08-04slab, lockdep: Annotate slab -> rcu -> debug_object -> slabPeter Zijlstra1-18/+68
2011-08-03Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-0/+92
2011-08-03mm: clarify the radix_tree exceptional casesHugh Dickins3-26/+53
2011-08-03tmpfs radix_tree: locate_item to speed up swapoffHugh Dickins1-37/+1
2011-08-03mm: a few small updates for radix-swapHugh Dickins3-22/+17
2011-08-03tmpfs: use kmemdup for short symlinksHugh Dickins1-13/+18
2011-08-03tmpfs: convert shmem_writepage and enable swapHugh Dickins1-51/+37
2011-08-03tmpfs: convert mem_cgroup shmem to radix-swapHugh Dickins2-129/+20
2011-08-03tmpfs: convert shmem_getpage_gfp to radix-swapHugh Dickins1-147/+112
2011-08-03tmpfs: convert shmem_unuse_inode to radix-swapHugh Dickins1-26/+107
2011-08-03tmpfs: convert shmem_truncate_range to radix-swapHugh Dickins1-46/+146
2011-08-03tmpfs: copy truncate_inode_pages_rangeHugh Dickins1-20/+79
2011-08-03tmpfs: miscellaneous trivial cleanupsHugh Dickins1-109/+107
2011-08-03tmpfs: demolish old swap vector supportHugh Dickins1-698/+84
2011-08-03mm: let swap use exceptional entriesHugh Dickins2-26/+43
2011-08-03radix_tree: exceptional entries and indicesHugh Dickins1-2/+2
2011-08-03fault-injection: add ability to export fault_attr in arbitrary directoryAkinobu Mita2-15/+12
2011-08-03Merge branch 'apei' into apei-releaseLen Brown1-0/+92
2011-08-03HWPoison: add memory_failure_queue()Huang Ying1-0/+92
2011-08-01oom: task->mm == NULL doesn't mean the memory was freedOleg Nesterov1-1/+3
2011-07-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-3/+4
2011-07-31slab: use NUMA_NO_NODEAndrew Morton1-1/+1
2011-07-30Merge branch 'slub/lockless' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6Linus Torvalds1-252/+512
2011-07-28slab: remove one NR_CPUS dependencyEric Dumazet1-2/+3