summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-261-13/+0
|\
| * x86: Remove excessive early_res debug outputJiri Kosina2010-03-241-13/+0
* | NOMMU: Fix __get_user_pages() to pin last page on offset buffersDavid Howells2010-03-251-1/+1
* | NOMMU: Revert 'nommu: get_user_pages(): pin last page on non-page-aligned start'David Howells2010-03-251-2/+2
* | mempolicy: fix get_mempolicy() for relative and static nodesLee Schermerhorn2010-03-241-3/+7
* | exit: fix oops in sync_mm_rssMichael S. Tsirkin2010-03-242-0/+2
* | tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro2010-03-241-12/+12
* | tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro2010-03-241-0/+1
* | tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro2010-03-241-3/+7
* | tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai2010-03-241-2/+7
* | mm/ksm.c is doing an unneeded _notify in write_protect_page.Robin Holt2010-03-241-1/+1
* | nommu: fix an incorrect comment in the do_mmap_shared_file()David Howells2010-03-241-4/+3
* | memcontrol: fix potential null derefDan Carpenter2010-03-241-2/+4
* | memcg: disable move charge in no mmu caseDaisuke Nishimura2010-03-241-22/+22
* | memcg: avoid use cmpxchg in swap cgroup maintainanceKAMEZAWA Hiroyuki2010-03-171-4/+16
|/
* Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-03-131-0/+2
|\
| * rcu: Suppress __mpol_dup() false positive from RCU lockdepPaul E. McKenney2010-03-041-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-122-2/+2
|\ \
| * \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-082-2/+2
| |\ \
| | * | grammar fix in commentUwe Kleine-König2010-02-051-1/+1
| | * | Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-1/+1
* | | | memcg: fix oom kill behaviorKAMEZAWA Hiroyuki2010-03-122-35/+107
* | | | cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov2010-03-121-9/+0
* | | | memcg: handle panic_on_oom=always caseKAMEZAWA Hiroyuki2010-03-121-0/+2
* | | | memcg : share event counter rather than duplicateKAMEZAWA Hiroyuki2010-03-121-45/+41
* | | | memcg: update threshold and softlimit at commitKAMEZAWA Hiroyuki2010-03-121-20/+18
* | | | memcg: use generic percpu instead of private implementationKAMEZAWA Hiroyuki2010-03-121-121/+63
* | | | memcg: typo in comment to mem_cgroup_print_oom_info()Kirill A. Shutemov2010-03-121-1/+1
* | | | memcg: implement memory thresholdsKirill A. Shutemov2010-03-121-0/+309
* | | | memcg: rework usage of stats by soft limitKirill A. Shutemov2010-03-121-8/+10
* | | | memcg: extract mem_group_usage() from mem_cgroup_read()Kirill A. Shutemov2010-03-121-22/+32
* | | | memcg: improve performance in moving swap chargeDaisuke Nishimura2010-03-121-15/+60
* | | | memcg: move charges of anonymous swapDaisuke Nishimura2010-03-123-38/+210
* | | | memcg: avoid oom during moving chargeDaisuke Nishimura2010-03-121-2/+51
* | | | memcg: improve performance in moving chargeDaisuke Nishimura2010-03-121-54/+98
* | | | memcg: move charges of anonymous pageDaisuke Nishimura2010-03-121-10/+284
* | | | memcg: add interface to move charge at task migrationDaisuke Nishimura2010-03-121-4/+93
* | | | Add generic sys_old_mmap()Christoph Hellwig2010-03-122-0/+48
* | | | mm: introduce dump_page() and print symbolic flag namesWu Fengguang2010-03-123-13/+84
* | | | mm: do not iterate over NR_CPUS in __zone_pcp_update()Thomas Gleixner2010-03-121-1/+1
* | | | nommu: fix build breakageKAMEZAWA Hiroyuki2010-03-121-3/+0
* | | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* | | | kobject: Constify struct kset_uevent_opsEmese Revfy2010-03-071-1/+1
|/ / /
* | | mm: add comment on swap_duplicate's error codeHugh Dickins2010-03-061-1/+5
* | | nommu: get_user_pages(): pin last page on non-page-aligned startSteven J. Magnani2010-03-061-2/+2
* | | vmscan: detect mapped file pages used only onceJohannes Weiner2010-03-062-13/+35
* | | vmscan: drop page_mapping_inuse()Johannes Weiner2010-03-061-23/+2
* | | vmscan: factor out page reference checksJohannes Weiner2010-03-061-13/+43
* | | mm: suppress pfn range output for zones without pagesDavid Rientjes2010-03-061-2/+6
* | | mm/pm: force GFP_NOIO during suspend/hibernation and resumeRafael J. Wysocki2010-03-061-0/+25