summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2015-09-15mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li1-7/+6
2015-09-15mm: hugetlb: introduce page_huge_activeNaoya Horiguchi2-5/+50
2015-09-15mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li1-0/+2
2015-08-27mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko1-9/+5
2015-07-05mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger2-5/+6
2015-07-05mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas1-3/+16
2015-07-03mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng1-1/+3
2015-06-10mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman1-1/+1
2015-05-23mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi1-4/+4
2015-05-23writeback: use |1 instead of +1 to protect against div by zeroTejun Heo1-3/+3
2015-05-23mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi1-4/+4
2015-05-18mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi3-33/+45
2015-05-18mm/hugetlb: use pmd_page() in follow_huge_pmd()Naoya Horiguchi1-15/+15
2015-04-28mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi1-2/+0
2015-04-25writeback: fix possible underflow in write bandwidth calculationTejun Heo1-1/+4
2015-04-25writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo1-1/+1
2015-04-25mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott1-0/+1
2015-04-25mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng1-9/+4
2015-04-25mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2-3/+8
2015-04-25mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov1-2/+4
2015-04-25mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov1-1/+41
2015-03-28mmu_gather: move minimal range calculations into generic codeWill Deacon1-22/+8
2015-03-24vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko1-1/+1
2015-03-14mm: fix negative nr_isolated countsHugh Dickins1-1/+3
2015-03-14mm/memory.c: actually remap enough memoryGrazvydas Ignotas1-1/+1
2015-03-14mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim1-1/+1
2015-03-14mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-03-14mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin1-2/+2
2015-03-14mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka1-7/+5
2015-03-14mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi1-2/+3
2015-03-14mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi1-1/+20
2015-03-14mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi1-16/+36
2015-03-07mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi1-0/+2
2015-02-11memcg, shmem: fix shmem migration to use lrucareMichal Hocko2-2/+2
2015-02-11mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim1-1/+4
2015-02-06memcg: remove extra newlines from memcg oom kill logGreg Thelen1-2/+2
2015-02-06vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds1-1/+1
2015-02-06vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-3/+3
2015-01-30mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko1-17/+12
2015-01-16mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds1-2/+5
2015-01-16mm: propagate error from stack expansion even for guard pageLinus Torvalds1-2/+2
2015-01-16mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka1-11/+13
2015-01-16mm: protect set_page_dirty() from ongoing truncationJohannes Weiner2-41/+29
2015-01-08mm/CMA: fix boot regression due to physical address of high_memoryJoonsoo Kim1-1/+13
2014-12-03slab: fix nodeid bounds check for non-contiguous node IDsPaul Mackerras1-1/+1
2014-12-03mm: fix anon_vma_clone() error treatmentDaniel Forrest2-5/+11
2014-12-03mm: fix swapoff hang after page migration and forkHugh Dickins1-13/+13
2014-12-03mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton1-3/+5
2014-12-03mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang1-1/+3
2014-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2