aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-06-18mm: rmap: fix use-after-free in __put_anon_vmaAndrey Ryabinin
2014-06-18mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi
2014-06-18Revert "revert "mm: vmscan: do not swap anon pages just because free+file is ...Greg Kroah-Hartman
2014-06-18mm/memory-failure.c: fix memory leak by race between poison and unpoisonNaoya Horiguchi
2014-06-18percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree()Jianyu Zhan
2014-06-18revert "mm: vmscan: do not swap anon pages just because free+file is low"Johannes Weiner
2014-06-18mm/compaction: make isolate_freepages start at pageblock boundaryVlastimil Babka
2014-06-18mm/page-writeback.c: fix divide by zero in pos_ratio_polynomRik van Riel
2014-06-18hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free h...Chen Yucong
2014-06-18mm, thp: close race between mremap() and split_huge_page()Kirill A. Shutemov
2014-06-18mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds
2014-06-18mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi
2014-06-18thp: close race between split and zap huge pagesKirill A. Shutemov
2014-06-18mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi
2014-06-18mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka
2014-06-18mm: page_alloc: spill to remote nodes before waking kswapdJohannes Weiner
2014-06-18bdi: avoid oops on device removalJan Kara
2014-06-18backing_dev: fix hung task on syncDerek Basehore
2014-04-15Automatically merging tracking-linaro-android-3.14 into merge-linux-linaro-co...Andrey Konovalov
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-19mm: add a field to store names for private anonymous memoryColin Cross
2014-03-19add extra free kbytes tunableRik van Riel
2014-03-19mm: vmscan: Add a debug file for shrinkersRebecca Schultz Zavin
2014-03-19ashmem: Add shmem_set_file to mm/shmem.cJohn Stultz
2014-03-19mm: Add min_free_order_shift tunable.Arve Hjønnevåg
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-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-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-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-07Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin
2014-02-06mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...KOSAKI Motohiro
2014-02-06mm/swap: fix race on swap_info reuse between swapoff and swaponWeijie Yang