aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-17memcg: avoid use cmpxchg in swap cgroup maintainanceKAMEZAWA Hiroyuki1-4/+16
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+2
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2010-03-12memcg: fix oom kill behaviorKAMEZAWA Hiroyuki2-35/+107
2010-03-12cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov1-9/+0
2010-03-12memcg: handle panic_on_oom=always caseKAMEZAWA Hiroyuki1-0/+2
2010-03-12memcg : share event counter rather than duplicateKAMEZAWA Hiroyuki1-45/+41
2010-03-12memcg: update threshold and softlimit at commitKAMEZAWA Hiroyuki1-20/+18
2010-03-12memcg: use generic percpu instead of private implementationKAMEZAWA Hiroyuki1-121/+63
2010-03-12memcg: typo in comment to mem_cgroup_print_oom_info()Kirill A. Shutemov1-1/+1
2010-03-12memcg: implement memory thresholdsKirill A. Shutemov1-0/+309
2010-03-12memcg: rework usage of stats by soft limitKirill A. Shutemov1-8/+10
2010-03-12memcg: extract mem_group_usage() from mem_cgroup_read()Kirill A. Shutemov1-22/+32
2010-03-12memcg: improve performance in moving swap chargeDaisuke Nishimura1-15/+60
2010-03-12memcg: move charges of anonymous swapDaisuke Nishimura3-38/+210
2010-03-12memcg: avoid oom during moving chargeDaisuke Nishimura1-2/+51
2010-03-12memcg: improve performance in moving chargeDaisuke Nishimura1-54/+98
2010-03-12memcg: move charges of anonymous pageDaisuke Nishimura1-10/+284
2010-03-12memcg: add interface to move charge at task migrationDaisuke Nishimura1-4/+93
2010-03-12Add generic sys_old_mmap()Christoph Hellwig2-0/+48
2010-03-12mm: introduce dump_page() and print symbolic flag namesWu Fengguang3-13/+84
2010-03-12mm: do not iterate over NR_CPUS in __zone_pcp_update()Thomas Gleixner1-1/+1
2010-03-12nommu: fix build breakageKAMEZAWA Hiroyuki1-3/+0
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina2-2/+2
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2010-03-07kobject: Constify struct kset_uevent_opsEmese Revfy1-1/+1
2010-03-06mm: add comment on swap_duplicate's error codeHugh Dickins1-1/+5
2010-03-06nommu: get_user_pages(): pin last page on non-page-aligned startSteven J. Magnani1-2/+2
2010-03-06vmscan: detect mapped file pages used only onceJohannes Weiner2-13/+35
2010-03-06vmscan: drop page_mapping_inuse()Johannes Weiner1-23/+2
2010-03-06vmscan: factor out page reference checksJohannes Weiner1-13/+43
2010-03-06mm: suppress pfn range output for zones without pagesDavid Rientjes1-2/+6
2010-03-06mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki1-0/+25
2010-03-06mm/swapfile.c: fix swapon size off-by-oneHugh Dickins1-13/+18
2010-03-06mm: remove VM_LOCK_RMAP codeRik van Riel2-27/+0
2010-03-06rmap: move exclusively owned pages to own anon_vma in do_wp_page()Rik van Riel2-0/+31
2010-03-06rmap: remove obsolete check from __page_check_anon_rmap()Rik van Riel1-3/+0
2010-03-06mm: change anon_vma linking to fix multi-process server scalability issueRik van Riel7-76/+248
2010-03-06mm/memcontrol.c: fix "integer as NULL pointer" sparse warningThiago Farina1-1/+1
2010-03-06readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOMWu Fengguang2-1/+15
2010-03-06mm/migrate.c: kill anon local variable from migrate_page_copyKOSAKI Motohiro1-4/+0
2010-03-06mm/mempolicy.c: fix indentation of the comments of do_migrate_pagesKOSAKI Motohiro1-30/+30
2010-03-06memory-hotplug: create /sys/firmware/memmap entry for new memoryakpm@linux-foundation.org1-0/+4
2010-03-06mm: fix mbind vma merge problemKOSAKI Motohiro1-13/+39
2010-03-06mm: restore zone->all_unreclaimable to independence wordKOSAKI Motohiro3-17/+13
2010-03-06mm: remove free_hot_page()Li Hong2-8/+4
2010-03-06mm/page_alloc.c: adjust a call site to trace_mm_page_free_directLi Hong1-1/+1
2010-03-06mm/page_alloc.c: remove duplicate call to trace_mm_page_free_directLi Hong1-1/+1
2010-03-06mm, lockdep: annotate reclaim context to zone reclaim tooKOSAKI Motohiro1-0/+2
2010-03-06vmscan: get_scan_ratio() cleanupKOSAKI Motohiro1-9/+14