aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: fix s390 BUG by __set_page_dirty_no_writeback on swapHugh Dickins2012-04-231-1/+1
* kill mm argument of vm_munmap()Al Viro2012-04-212-4/+6
* VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-202-4/+54
* VM: add "vm_munmap()" helper functionLinus Torvalds2012-04-202-8/+16
* VM: add "vm_brk()" helper functionLinus Torvalds2012-04-202-3/+15
* memblock: memblock should be able to handle zero length operationsTejun Heo2012-04-201-1/+6
* memcg: fix Bad page state after replace_page_cacheHugh Dickins2012-04-191-0/+1
* Revert "mm: vmscan: fix misused nr_reclaimed in shrink_mem_cgroup_zone()"Ying Han2012-04-121-6/+1
* hugetlb: fix race condition in hugetlb_fault()Chris Metcalf2012-04-121-0/+2
* memcg: do not open code accesses to res_counter membersGlauber Costa2012-04-121-2/+2
* memcg: fix broken boolen expressionKirill A. Shutemov2012-04-121-1/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-286-51/+136
|\
| * radix-tree: use iterators in find_get_pages* functionsKonstantin Khlebnikov2012-03-281-48/+38
| * mm: only IPI CPUs to drain local pages if they existGilad Ben-Yossef2012-03-281-2/+38
| * slub: only IPI CPUs that have per cpu obj to flushGilad Ben-Yossef2012-03-281-1/+9
| * swapon: check validity of swap_flagsHugh Dickins2012-03-281-0/+3
| * mm, coredump: fail allocations when coredumping instead of oom killingDavid Rientjes2012-03-281-0/+4
| * mm: thp: fix up pmd_trans_unstable() locationsAndrea Arcangeli2012-03-281-0/+4
| * mm for fs: add truncate_pagecache_range()Hugh Dickins2012-03-281-0/+40
* | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-03-282-9/+73
|\ \ | |/ |/|
| * mm: SLAB Out-of-memory diagnosticsRafael Aquini2012-03-101-1/+50
| * slub: per cpu partial statistics changeAlex Shi2012-02-181-3/+9
| * slub: include include for prefetchChristoph Lameter2012-02-101-0/+1
| * slub: Do not hold slub_lock when calling sysfs_slab_add()Christoph Lameter2012-02-061-1/+2
| * slub: prefetch next freelist pointer in slab_alloc()Eric Dumazet2012-01-241-1/+9
| * slab, cleanup: remove unneeded returnZhao Jin2012-01-231-3/+2
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-03-281-0/+2
|\ \
| * | mm: export dirty_writeback_intervalArtem Bityutskiy2012-03-211-0/+2
* | | Fix potential endless loop in kswapd when compaction is not enabledRik van Riel2012-03-241-1/+2
* | | coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMPJason Baron2012-03-231-0/+8
* | | coredump: remove VM_ALWAYSDUMP flagJason Baron2012-03-231-7/+1
* | | signal: oom_kill_task: use SEND_SIG_FORCED instead of force_sig()Oleg Nesterov2012-03-231-2/+2
* | | mm: hugetlb: cleanup duplicated code in unmapping vm rangeHillf Danton2012-03-231-14/+11
* | | mm: fix testorder interaction between two kswapd patchesHugh Dickins2012-03-231-1/+1
* | | Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-223-66/+44
|\ \ \
| * \ \ Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk2012-03-193-66/+44
| |\ \ \
| | * | | mm: cleancache: Use __read_mostly as appropiate.Dan Magenheimer2012-01-231-2/+2
| | * | | mm: cleancache: report statistics via debugfs instead of sysfs.Dan Magenheimer2012-01-231-46/+22
| | * | | mm: zcache/tmem/cleancache: s/flush/invalidate/Dan Magenheimer2012-01-231-3/+4
| | * | | mm: cleancache: s/flush/invalidate/Dan Magenheimer2012-01-233-15/+16
* | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-223-49/+53
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v3.3-rc7' into x86/mceIngo Molnar2012-03-1422-130/+171
| |\ \ \ \ \
| * \ \ \ \ \ Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2012-01-263-49/+53
| |\ \ \ \ \ \
| | * | | | | | HWPOISON: Add code to handle "action required" errors.Tony Luck2012-01-031-21/+29
| | * | | | | | HWPOISON: Clean up memory_failure() vs. __memory_failure()Tony Luck2012-01-033-28/+24
* | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-2230-771/+1108
|\ \ \ \ \ \ \ \
| * | | | | | | | memcg: avoid THP split in task migrationNaoya Horiguchi2012-03-211-8/+77
| * | | | | | | | thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGENaoya Horiguchi2012-03-211-2/+3
| * | | | | | | | memcg: clean up existing move charge codeNaoya Horiguchi2012-03-211-9/+8
| * | | | | | | | mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read()Jeff Liu2012-03-211-1/+0