aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2010-04-08Merge branch 'linus' into perf/coreIngo Molnar
2010-04-07Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-04-07memcg: fix race in file_mapped accountingKAMEZAWA Hiroyuki
2010-04-07pagemap: fix pfn calculation for hugepageNaoya Horiguchi
2010-04-07mm: revert "vmscan: get_scan_ratio() cleanup"KOSAKI Motohiro
2010-04-07readahead: fix NULL filp dereferenceWu Fengguang
2010-04-07mm: avoid null-pointer deref in sync_mm_rss()KAMEZAWA Hiroyuki
2010-04-05Merge branch 'slabh' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/miscLinus Torvalds
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2010-04-05rmap: fix anon_vma_fork() memory leakRik van Riel
2010-04-02Merge branch 'perf/urgent' into perf/coreIngo Molnar
2010-04-01bootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu
2010-04-01nobootmem, x86: Fix 32bit numa system without RAM on node 0Yinghai Lu
2010-03-30percpu: don't implicitly include slab.h from percpu.hTejun Heo
2010-03-30kmemcheck: Fix build errors due to missing slab.hRandy Dunlap
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-29percpu, module: implement and use is_kernel/module_percpu_address()Tejun Heo
2010-03-26Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-26x86, perf, bts, mm: Delete the never used BTS-ptrace codePeter Zijlstra
2010-03-25NOMMU: Fix __get_user_pages() to pin last page on offset buffersDavid Howells
2010-03-25NOMMU: Revert 'nommu: get_user_pages(): pin last page on non-page-aligned start'David Howells
2010-03-24mempolicy: fix get_mempolicy() for relative and static nodesLee Schermerhorn
2010-03-24exit: fix oops in sync_mm_rssMichael S. Tsirkin
2010-03-24tmpfs: cleanup mpol_parse_str()KOSAKI Motohiro
2010-03-24tmpfs: handle MPOL_LOCAL mount option properlyKOSAKI Motohiro
2010-03-24tmpfs: mpol=bind:0 don't cause mount error.KOSAKI Motohiro
2010-03-24tmpfs: fix oops on mounts with mpol=defaultRavikiran G Thirumalai
2010-03-24mm/ksm.c is doing an unneeded _notify in write_protect_page.Robin Holt
2010-03-24nommu: fix an incorrect comment in the do_mmap_shared_file()David Howells
2010-03-24memcontrol: fix potential null derefDan Carpenter
2010-03-24memcg: disable move charge in no mmu caseDaisuke Nishimura
2010-03-24x86: Remove excessive early_res debug outputJiri Kosina
2010-03-17memcg: avoid use cmpxchg in swap cgroup maintainanceKAMEZAWA Hiroyuki
2010-03-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-03-12memcg: fix oom kill behaviorKAMEZAWA Hiroyuki
2010-03-12cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov
2010-03-12memcg: handle panic_on_oom=always caseKAMEZAWA Hiroyuki
2010-03-12memcg : share event counter rather than duplicateKAMEZAWA Hiroyuki
2010-03-12memcg: update threshold and softlimit at commitKAMEZAWA Hiroyuki
2010-03-12memcg: use generic percpu instead of private implementationKAMEZAWA Hiroyuki
2010-03-12memcg: typo in comment to mem_cgroup_print_oom_info()Kirill A. Shutemov
2010-03-12memcg: implement memory thresholdsKirill A. Shutemov
2010-03-12memcg: rework usage of stats by soft limitKirill A. Shutemov
2010-03-12memcg: extract mem_group_usage() from mem_cgroup_read()Kirill A. Shutemov
2010-03-12memcg: improve performance in moving swap chargeDaisuke Nishimura
2010-03-12memcg: move charges of anonymous swapDaisuke Nishimura
2010-03-12memcg: avoid oom during moving chargeDaisuke Nishimura
2010-03-12memcg: improve performance in moving chargeDaisuke Nishimura
2010-03-12memcg: move charges of anonymous pageDaisuke Nishimura