summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | | memcg: enum lru_list lruHugh Dickins2012-03-211-10/+10
| * | | | | | | | memcg: lru_size instead of MEM_CGROUP_ZSTATHugh Dickins2012-03-211-8/+6
| * | | | | | | | memcg: replace mem and mem_cont stragglersHugh Dickins2012-03-211-42/+42
| * | | | | | | | swap: don't do discard if no discard option addedShaohua Li2012-03-211-1/+1
| * | | | | | | | mm: forbid lumpy-reclaim in shrink_active_list()Konstantin Khlebnikov2012-03-211-0/+2
| * | | | | | | | mmap.c: fix comment for __insert_vm_struct()Kautuk Consul2012-03-211-3/+2
| * | | | | | | | page_alloc: remove unused find_zone_movable_pfns_for_nodes() argumentKautuk Consul2012-03-211-2/+2
| * | | | | | | | page_alloc.c: remove add_from_early_node_map()Kautuk Consul2012-03-211-12/+0