summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2014-07-30kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai-1/+1
2014-07-30mm: fix filemap.c pagecache_get_page() kernel-doc warningsRandy Dunlap-5/+8
2014-07-30mm: debugfs: move rounddown_pow_of_two() out from do_fault pathAndrey Ryabinin-9/+12
2014-07-30memcg: oom_notify use-after-free fixMichal Hocko-0/+4
2014-07-30hwpoison: call action_result() in failure path of hwpoison_user_mappings()Naoya Horiguchi-2/+4
2014-07-30hwpoison: fix hugetlbfs/thp precheck in hwpoison_user_mappings()Naoya Horiguchi-1/+7
2014-07-30mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes-8/+8
2014-07-30mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()Maxim Patlasov-3/+3
2014-07-29mm: fix page_alloc.c kernel-doc warningsRandy Dunlap-6/+9
2014-07-26mm: fix direct reclaim writeback regressionHugh Dickins-2/+3
2014-07-23Merge tag 'urgent-slab-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2014-07-23mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi-0/+1
2014-07-23mm/fs: fix pessimization in hole-punching pagecacheHugh Dickins-3/+8
2014-07-23shmem: fix splicing from a hole while it's punchedHugh Dickins-9/+15
2014-07-23shmem: fix faulting into a hole, not taking i_mutexHugh Dickins-26/+52
2014-07-23mm: do not call do_fault_around for non-linear faultKonstantin Khlebnikov-1/+2
2014-07-23mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi-9/+5
2014-07-22Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Mike Snitzer-1/+1
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+0
2014-07-03shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins-5/+10
2014-07-03hwpoison: fix the handling path of the victimized page frame that belong to n...Chen Yucong-4/+5
2014-07-03msync: fix incorrect fstart calculationNamjae Jeon-1/+2
2014-07-03slub: fix off by one in number of slab testsJoonsoo Kim-3/+3
2014-07-03mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDERMichal Nazarewicz-2/+14
2014-06-25cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng-2/+0
2014-06-23mm: fix crashes from mbind() merging vmasHugh Dickins-26/+20
2014-06-23slab: fix oops when reading /proc/slab_allocatorsJoonsoo Kim-19/+71
2014-06-23shmem: fix faulting into a hole while it's punchedHugh Dickins-4/+52
2014-06-23mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins-13/+20
2014-06-23mm: thp: fix DEBUG_PAGEALLOC oops in copy_page_rep()Hugh Dickins-4/+35
2014-06-23mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes-12/+28
2014-06-23hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi-28/+43
2014-06-23tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supportedHugh Dickins-0/+3
2014-06-23mm: nommu: per-thread vma cache fixSteven Miao-1/+1
2014-06-14fix __swap_writepage() compile failure on old gcc versionsAl Viro-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-186/+626
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro-27/+55
2014-06-12shmem: switch to iter_file_splice_write()Al Viro-1/+1
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-108/+117
2014-06-08Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds-7/+5
2014-06-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-5/+6
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds-2724/+2974
2014-06-06mm: convert some level-less printks to pr_*Mitchel Humpherys-12/+24
2014-06-06mm/kmemleak-test.c: use pr_fmt for loggingFabian Frederick-17/+19
2014-06-06mm: mark remap_file_pages() syscall as deprecatedKirill A. Shutemov-0/+4
2014-06-06mm: memcontrol: remove unnecessary memcg argument from soft limit functionsJohannes Weiner-20/+14
2014-06-06mm: memcontrol: clean up memcg zoneinfo lookupJianyu Zhan-50/+39
2014-06-06mm/memblock.c: call kmemleak directly from memblock_(alloc|free)Catalin Marinas-4/+8
2014-06-06mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas-0/+6
2014-06-06mm: introduce kmemleak_update_trace()Catalin Marinas-0/+34