summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-04-29mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi3-33/+45
2015-04-29mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-15/+15
2015-04-19writeback: fix possible underflow in write bandwidth calculationTejun Heo1-1/+4
2015-04-19writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo1-1/+1
2015-04-19mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott1-0/+1
2015-04-19mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng1-9/+4
2015-04-19mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2-3/+8
2015-03-26mm: cma: fix CMA aligned offset calculationDanesh Petigara1-5/+7
2015-03-18vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko1-1/+1
2015-03-18mm: page_alloc: revert inadvertent !__GFP_FS retry behavior changeJohannes Weiner1-1/+8
2015-03-18mm/nommu: fix memory leakJoonsoo Kim1-3/+1
2015-03-18mm: fix negative nr_isolated countsHugh Dickins1-1/+3
2015-03-18mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi1-2/+0
2015-03-18mm/memory.c: actually remap enough memoryGrazvydas Ignotas1-1/+1
2015-03-18mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim1-1/+1
2015-03-18mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-03-18mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-03-18mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka1-7/+5
2015-03-18mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi1-2/+3
2015-03-18mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi1-1/+20
2015-03-18mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi1-16/+36
2015-03-06mm/gup: Replace ACCESS_ONCE with READ_ONCEChristian Borntraeger1-1/+1
2015-03-06mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi1-0/+2
2015-02-05memcg, shmem: fix shmem migration to use lrucareMichal Hocko2-2/+2
2015-02-05mm: export "high_memory" symbol on !MMUArnd Bergmann1-0/+1
2015-02-05mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim1-1/+4
2015-01-29vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds1-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-3/+3
2015-01-26mm/vmscan: fix highidx argument typeMichael S. Tsirkin1-1/+1
2015-01-26memcg: remove extra newlines from memcg oom kill logGreg Thelen1-2/+2
2015-01-26mm: page_alloc: embed OOM killing naturally into allocation slowpathJohannes Weiner1-47/+35
2015-01-13mm: mmu_gather: use tlb->end != 0 only for TLB invalidationWill Deacon1-4/+4
2015-01-11mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov1-2/+4
2015-01-11mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2015-01-08mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka1-11/+13
2015-01-08memcg: fix destination cgroup leak on task charges migrationVladimir Davydov1-12/+0
2015-01-08mm: memcontrol: switch soft limit default back to infinityJohannes Weiner1-1/+4
2015-01-08mm/debug_pagealloc: remove obsolete Kconfig optionsJoonsoo Kim1-9/+0
2015-01-08mm: protect set_page_dirty() from ongoing truncationJohannes Weiner2-41/+29
2015-01-08mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov1-1/+41
2015-01-06mm: propagate error from stack expansion even for guard pageLinus Torvalds1-2/+2
2014-12-29mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko1-17/+12
2014-12-22Revert "mm/memory.c: share the i_mmap_rwsem"Kirill A. Shutemov1-2/+2
2014-12-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds3-3/+13
2014-12-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-28/+2
2014-12-18mm/zsmalloc: adjust order of functionsGanesh Mahendran1-187/+187
2014-12-18mm/memory.c:do_shared_fault(): add commentAndrew Morton1-0/+6
2014-12-18mm: cma: split cma-reserved in dmesg logPintu Kumar2-2/+5
2014-12-18mm/mempolicy.c: remove unnecessary is_valid_nodemask()Zhihui Zhang1-8/+2
2014-12-18mm: replace ACCESS_ONCE with READ_ONCE or barriersChristian Borntraeger3-3/+13