summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-04-02Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-04-02sparse: fix commentLi Zhong
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-03-31Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds
2014-03-31Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-03-31locks: fix locks_mandatory_locked to respect file-private locksJeff Layton
2014-03-29percpu: renew the max_contig if we merge the head and previous blockJianyu Zhan
2014-03-20mm: fix swapops.h:131 bug if remap_file_pages raced migrationHugh Dickins
2014-03-19mm: fix bad rss-counter if remap_file_pages raced migrationHugh Dickins
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo
2014-03-18mm: Add new func _install_special_mapping() to mmap.cStefani Seibold
2014-03-17percpu: allocation size should be evenViro
2014-03-12ARM: 7993/1: mm/memblock: add memblock_get_current_limitLaura Abbott
2014-03-11Merge branch 'sched/urgent' into sched/coreIngo Molnar
2014-03-10mm/Kconfig: fix URL for zsmalloc benchmarkBen Hutchings
2014-03-10mm/compaction: break out of loop on !PageBuddy in isolate_freepages_blockLaura Abbott
2014-03-10mm: fix GFP_THISNODE callers and clarifyJohannes Weiner
2014-03-07percpu: speed alloc_pcpu_area() upAl Viro
2014-03-07percpu: store offsets instead of lengths in ->map[]Al Viro
2014-03-07perpcu: fold pcpu_split_block() into the only callerAl Viro
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens
2014-03-06mm/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens
2014-03-04mm: page_alloc: exempt GFP_THISNODE allocations from zone fairnessJohannes Weiner
2014-03-04mm: include VM_MIXEDMAP flag in the VM_SPECIAL list to avoid m(un)lockingVlastimil Babka
2014-03-04memcg: reparent charges of children before processing parentFilipe Brandenburger
2014-03-04memcg: fix endless loop in __mem_cgroup_iter_next()Hugh Dickins
2014-03-04mm: close PageTail raceDavid Rientjes
2014-02-25memcg: change oom_info_lock to mutexMichal Hocko
2014-02-25mm, thp: fix infinite loop on memcg OOMKirill A. Shutemov
2014-02-25mm, hwpoison: release page on PageHWPoison() in __do_fault()Kirill A. Shutemov
2014-02-21Merge branch 'linus' into sched/coreThomas Gleixner
2014-02-21mm: add support for discard of unused ptesKonstantin Weitz
2014-02-21sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mmMartin Schwidefsky
2014-02-20Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-02-17Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2014-02-17mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bitAneesh Kumar K.V
2014-02-17mm: Dirty accountable change only apply to non prot numa caseAneesh Kumar K.V
2014-02-13cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo
2014-02-12cgroup: remove cgroup->nameTejun Heo
2014-02-11cgroup: introduce cgroup_ino()Tejun Heo
2014-02-11cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo
2014-02-10mm/memory-failure.c: move refcount only in !MF_COUNT_INCREASEDNaoya Horiguchi
2014-02-10slub: do not assert not having lock in removing freed partialSteven Rostedt
2014-02-10mm/slub.c: list_lock may not be held in some circumstancesDavid Rientjes
2014-02-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro
2014-02-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-02-08Merge branch 'for-3.14-fixes' into for-3.15Tejun Heo