aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+0
2014-07-03shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins1-5/+10
2014-07-03hwpoison: fix the handling path of the victimized page frame that belong to non-LRUChen Yucong1-4/+5
2014-07-03msync: fix incorrect fstart calculationNamjae Jeon1-1/+2
2014-07-03slub: fix off by one in number of slab testsJoonsoo Kim1-3/+3
2014-07-03mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDERMichal Nazarewicz1-2/+14
2014-06-25cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng1-2/+0
2014-06-23mm: fix crashes from mbind() merging vmasHugh Dickins1-26/+20
2014-06-23slab: fix oops when reading /proc/slab_allocatorsJoonsoo Kim1-19/+71
2014-06-23shmem: fix faulting into a hole while it's punchedHugh Dickins1-4/+52
2014-06-23mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins4-13/+20
2014-06-23mm: thp: fix DEBUG_PAGEALLOC oops in copy_page_rep()Hugh Dickins1-4/+35
2014-06-23mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes1-12/+28
2014-06-23hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi1-28/+43
2014-06-23tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supportedHugh Dickins1-0/+3
2014-06-23mm: nommu: per-thread vma cache fixSteven Miao1-1/+1
2014-06-14fix __swap_writepage() compile failure on old gcc versionsAl Viro1-1/+1
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-186/+626
2014-06-12Merge commit '9f12600fe425bc28f0ccba034a77783c09c15af4' into for-linusAl Viro8-27/+55
2014-06-12shmem: switch to iter_file_splice_write()Al Viro1-1/+1
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-108/+117
2014-06-08Don't trigger congestion wait on dirty-but-not-writeout pagesLinus Torvalds1-7/+5
2014-06-08Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-5/+6
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds47-2724/+2974
2014-06-06mm: convert some level-less printks to pr_*Mitchel Humpherys4-12/+24
2014-06-06mm/kmemleak-test.c: use pr_fmt for loggingFabian Frederick1-17/+19
2014-06-06mm: mark remap_file_pages() syscall as deprecatedKirill A. Shutemov1-0/+4
2014-06-06mm: memcontrol: remove unnecessary memcg argument from soft limit functionsJohannes Weiner1-20/+14
2014-06-06mm: memcontrol: clean up memcg zoneinfo lookupJianyu Zhan1-50/+39
2014-06-06mm/memblock.c: call kmemleak directly from memblock_(alloc|free)Catalin Marinas2-4/+8
2014-06-06mm/mempool.c: update the kmemleak stack trace for mempool allocationsCatalin Marinas1-0/+6
2014-06-06mm: introduce kmemleak_update_trace()Catalin Marinas1-0/+34
2014-06-06mm/kmemleak.c: use %u to print ->checksumJianpeng Ma1-1/+1
2014-06-06vmscan: memcg: always use swappiness of the reclaimed memcgMichal Hocko2-11/+9
2014-06-06mm: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-7/+7
2014-06-06slub: search partial list on numa_mem_id(), instead of numa_node_id()Joonsoo Kim1-1/+1
2014-06-06mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner1-0/+3
2014-06-06mm: add !pte_present() check on existing hugetlb_entry callbacksNaoya Horiguchi1-1/+5
2014-06-06mm: rmap: fix use-after-free in __put_anon_vmaAndrey Ryabinin1-2/+1
2014-06-05Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-29/+60
2014-06-04mm/zswap: NUMA aware allocation for zswap_dstmemEric Dumazet1-1/+1
2014-06-04mm/zsmalloc: make zsmalloc module-buildableMinchan Kim1-1/+1
2014-06-04mm/vmalloc.c: export unmap_kernel_range()Minchan Kim1-0/+1
2014-06-04zsmalloc: fixup trivial zs size classes value in commentsWeijie Yang1-1/+1
2014-06-04mm/zbud.c: make size unsigned like unique callsiteFabian Frederick1-2/+2
2014-06-04mm, memcg: periodically schedule when emptying page listHugh Dickins1-1/+1
2014-06-04mm/memory-failure.c: support use of a dedicated thread to handle SIGBUS(BUS_MCEERR_AO)Naoya Horiguchi1-13/+43
2014-06-04mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACTION_REQUIREDTony Luck1-9/+12
2014-06-04mm/memory-failure.c-failure: send right signal code to correct threadTony Luck1-2/+2
2014-06-04mm/page-writeback.c: remove outdated commentJianyu Zhan1-18/+0