aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2014-10-09mm: numa: Do not mark PTEs pte_numa when splitting huge pagesMel Gorman
2014-10-09mm, thp: move invariant bug check out of loop in __split_huge_page_mapWaiman Long
2014-10-09mm: migrate: Close race between migration completion and mprotectMel Gorman
2014-10-09mm: memcontrol: do not iterate uninitialized memcgsJohannes Weiner
2014-10-05Fix unbalanced mutex in dma_pool_create().Krzysztof HaƂasa
2014-10-05mm: softdirty: keep bit when zapping file ptePeter Feiner
2014-10-05mm, slab: initialize object alignment on cache creationDavid Rientjes
2014-10-05percpu: perform tlb flush after pcpu_map_pages() failureTejun Heo
2014-10-05percpu: fix pcpu_alloc_pages() failure pathTejun Heo
2014-10-05percpu: free percpu allocation info for uniprocessor systemHonggang Li
2014-10-05shmem: fix nlink for rename overwrite directoryMiklos Szeredi
2014-10-05memblock, memhotplug: fix wrong type in memblock_find_in_range_node().Tang Chen
2014-09-17__generic_file_write_iter(): fix handling of sync error after DIOAl Viro
2014-09-17mm: fix potential infinite loop in dissolve_free_huge_pages()Li Zhong
2014-09-05vm_is_stack: use for_each_thread() rather then buggy while_each_thread()Oleg Nesterov
2014-09-05x86,mm: fix pte_special versus pte_numaHugh Dickins
2014-07-30kexec: export free_huge_page to VMCOREINFOAtsushi Kumagai
2014-07-30mm: fix filemap.c pagecache_get_page() kernel-doc warningsRandy Dunlap
2014-07-30mm: debugfs: move rounddown_pow_of_two() out from do_fault pathAndrey Ryabinin
2014-07-30memcg: oom_notify use-after-free fixMichal Hocko
2014-07-30hwpoison: call action_result() in failure path of hwpoison_user_mappings()Naoya Horiguchi
2014-07-30hwpoison: fix hugetlbfs/thp precheck in hwpoison_user_mappings()Naoya Horiguchi
2014-07-30mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes
2014-07-30mm/page-writeback.c: fix divide by zero in bdi_dirty_limits()Maxim Patlasov
2014-07-29mm: fix page_alloc.c kernel-doc warningsRandy Dunlap
2014-07-26mm: fix direct reclaim writeback regressionHugh Dickins
2014-07-23Merge tag 'urgent-slab-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-07-23mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi
2014-07-23mm/fs: fix pessimization in hole-punching pagecacheHugh Dickins
2014-07-23shmem: fix splicing from a hole while it's punchedHugh Dickins
2014-07-23shmem: fix faulting into a hole, not taking i_mutexHugh Dickins
2014-07-23mm: do not call do_fault_around for non-linear faultKonstantin Khlebnikov
2014-07-23mm/rmap.c: fix pgoff calculation to handle hugepage correctlyNaoya Horiguchi
2014-07-22Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Mike Snitzer
2014-07-10Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-07-03shmem: fix init_page_accessed use to stop !PageLRU bugHugh Dickins
2014-07-03hwpoison: fix the handling path of the victimized page frame that belong to n...Chen Yucong
2014-07-03msync: fix incorrect fstart calculationNamjae Jeon
2014-07-03slub: fix off by one in number of slab testsJoonsoo Kim
2014-07-03mm: page_alloc: fix CMA area initialisation when pageblock > MAX_ORDERMichal Nazarewicz
2014-06-25cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng
2014-06-23mm: fix crashes from mbind() merging vmasHugh Dickins
2014-06-23slab: fix oops when reading /proc/slab_allocatorsJoonsoo Kim
2014-06-23shmem: fix faulting into a hole while it's punchedHugh Dickins
2014-06-23mm: let mm_find_pmd fix buggy race with THP faultHugh Dickins
2014-06-23mm: thp: fix DEBUG_PAGEALLOC oops in copy_page_rep()Hugh Dickins
2014-06-23mm, pcp: allow restoring percpu_pagelist_fraction defaultDavid Rientjes
2014-06-23hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi
2014-06-23tmpfs: ZERO_RANGE and COLLAPSE_RANGE not currently supportedHugh Dickins
2014-06-23mm: nommu: per-thread vma cache fixSteven Miao