aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+16
2014-04-02sparse: fix commentGravatar Li Zhong 1-1/+1
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Gravatar Linus Torvalds 1-96/+112
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 2-0/+13
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Gravatar Linus Torvalds 2-23/+21
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-73/+1
2014-03-29percpu: renew the max_contig if we merge the head and previous blockGravatar Jianyu Zhan 1-1/+3
2014-03-20mm: fix swapops.h:131 bug if remap_file_pages raced migrationGravatar Hugh Dickins 2-2/+35
2014-03-19mm: fix bad rss-counter if remap_file_pages raced migrationGravatar Hugh Dickins 1-6/+22
2014-03-18mm: Add new func _install_special_mapping() to mmap.cGravatar Stefani Seibold 1-4/+16
2014-03-17percpu: allocation size should be evenGravatar Viro 1-1/+4
2014-03-11Merge branch 'sched/urgent' into sched/coreGravatar Ingo Molnar 10-44/+75
2014-03-10mm/Kconfig: fix URL for zsmalloc benchmarkGravatar Ben Hutchings 1-2/+2
2014-03-10mm/compaction: break out of loop on !PageBuddy in isolate_freepages_blockGravatar Laura Abbott 1-7/+13
2014-03-10mm: fix GFP_THISNODE callers and clarifyGravatar Johannes Weiner 1-5/+6
2014-03-07percpu: speed alloc_pcpu_area() upGravatar Al Viro 1-1/+17
2014-03-07percpu: store offsets instead of lengths in ->map[]Gravatar Al Viro 1-55/+81
2014-03-07perpcu: fold pcpu_split_block() into the only callerGravatar Al Viro 1-47/+16
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesGravatar Heiko Carstens 1-14/+12
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINEGravatar Heiko Carstens 1-9/+9
2014-03-04mm: page_alloc: exempt GFP_THISNODE allocations from zone fairnessGravatar Johannes Weiner 1-4/+22
2014-03-04mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)lockingGravatar Vlastimil Babka 1-1/+1
2014-03-04memcg: reparent charges of children before processing parentGravatar Filipe Brandenburger 1-1/+9
2014-03-04memcg: fix endless loop in __mem_cgroup_iter_next()Gravatar Hugh Dickins 1-2/+2
2014-03-04mm: close PageTail raceGravatar David Rientjes 4-5/+7
2014-02-25memcg: change oom_info_lock to mutexGravatar Michal Hocko 1-3/+3
2014-02-25mm, thp: fix infinite loop on memcg OOMGravatar Kirill A. Shutemov 2-14/+9
2014-02-25mm, hwpoison: release page on PageHWPoison() in __do_fault()Gravatar Kirill A. Shutemov 1-0/+1
2014-02-21Merge branch 'linus' into sched/coreGravatar Thomas Gleixner 11-64/+140
2014-02-21mm: add support for discard of unused ptesGravatar Konstantin Weitz 1-0/+10
2014-02-21sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mmGravatar Martin Schwidefsky 1-0/+3
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2014-02-17Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Gravatar Linus Torvalds 2-24/+10
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitGravatar Aneesh Kumar K.V 2-10/+3
2014-02-17mm: Dirty accountable change only apply to non prot numa caseGravatar Aneesh Kumar K.V 1-14/+7
2014-02-10mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASEDGravatar Naoya Horiguchi 1-2/+4
2014-02-10slub: do not assert not having lock in removing freed partialGravatar Steven Rostedt 1-12/+20
2014-02-10mm/slub.c: list_lock may not be held in some circumstancesGravatar David Rientjes 1-4/+2
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Gravatar Al Viro 1-2/+2
2014-02-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+3
2014-02-07Merge tag 'efi-urgent' into x86/urgentGravatar H. Peter Anvin 51-1666/+3496
2014-02-06mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...Gravatar KOSAKI Motohiro 1-2/+3
2014-02-06mm/swap: fix race on swap_info reuse between swapoff and swaponGravatar Weijie Yang 1-1/+10
2014-02-06swap: add a simple detector for inappropriate swapin readaheadGravatar Shaohua Li 1-3/+60
2014-02-03arm, pm, vmpressure: add missing slab.h includesGravatar Tejun Heo 1-0/+1
2014-02-02Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Gravatar Linus Torvalds 2-23/+35
2014-02-02Merge branch 'linus' into sched/core, to resolve conflictsGravatar Ingo Molnar 50-1643/+3461
2014-01-31mm: Fix warning on make htmldocs caused by slab.cGravatar Masanari Iida 1-1/+1