summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | | mm/memcontrol.c: remove redundant BUG_ON() in mem_cgroup_usage_unregister_eve...Anton Vorontsov2012-03-211-6/+0
| * | | | | | | | mm/memcontrol.c: s/stealed/stolen/Andrew Morton2012-03-211-6/+6
| * | | | | | | | memcg: fix performance of mem_cgroup_begin_update_page_stat()KAMEZAWA Hiroyuki2012-03-211-1/+8
| * | | | | | | | memcg: remove PCG_FILE_MAPPEDKAMEZAWA Hiroyuki2012-03-211-5/+6
| * | | | | | | | memcg: use new logic for page stat accountingKAMEZAWA Hiroyuki2012-03-212-24/+66
| * | | | | | | | memcg: remove PCG_MOVE_LOCK flag from page_cgroupKAMEZAWA Hiroyuki2012-03-211-10/+32
| * | | | | | | | memcg: simplify move_account() checkKAMEZAWA Hiroyuki2012-03-211-40/+30
| * | | | | | | | memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat)KAMEZAWA Hiroyuki2012-03-211-1/+0
| * | | | | | | | memcg: remove PCG_CACHE page_cgroup flagKAMEZAWA Hiroyuki2012-03-211-25/+32
| * | | | | | | | memcg: remove unnecessary thp check in page stat accountingKAMEZAWA Hiroyuki2012-03-211-1/+1
| * | | | | | | | memcg: remove redundant returnsHugh Dickins2012-03-211-4/+0
OpenPOWER on IntegriCloud