summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman2015-06-101-1/+1
* mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi2015-05-231-4/+4
* writeback: use |1 instead of +1 to protect against div by zeroTejun Heo2015-05-231-3/+3
* mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi2015-05-231-4/+4
* mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2015-05-173-33/+45
* mm/hugetlb: use pmd_page() in follow_huge_pmd()Naoya Horiguchi2015-05-171-15/+15
* mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi2015-04-281-2/+0
* writeback: fix possible underflow in write bandwidth calculationTejun Heo2015-04-241-1/+4
* writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo2015-04-241-1/+1
* mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott2015-04-241-0/+1
* mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng2015-04-241-9/+4
* mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2015-04-242-3/+8
* mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov2015-04-241-2/+4
* mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov2015-04-241-1/+41
* mmu_gather: move minimal range calculations into generic codeWill Deacon2015-03-281-22/+8
* vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko2015-03-231-1/+1
* mm: fix negative nr_isolated countsHugh Dickins2015-03-141-1/+3
* mm/memory.c: actually remap enough memoryGrazvydas Ignotas2015-03-141-1/+1
* mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim2015-03-141-1/+1
* mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-03-141-2/+2
* mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-03-141-2/+2
* mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka2015-03-141-7/+5
* mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi2015-03-141-2/+3
* mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi2015-03-141-1/+20
* mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi2015-03-141-16/+36
* mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi2015-03-061-0/+2
* memcg, shmem: fix shmem migration to use lrucareMichal Hocko2015-02-112-2/+2
* mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim2015-02-111-1/+4
* memcg: remove extra newlines from memcg oom kill logGreg Thelen2015-02-051-2/+2
* vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds2015-02-051-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-052-3/+3
* mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko2015-01-291-17/+12
* mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds2015-01-161-2/+5
* mm: propagate error from stack expansion even for guard pageLinus Torvalds2015-01-161-2/+2
* mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka2015-01-161-11/+13
* mm: protect set_page_dirty() from ongoing truncationJohannes Weiner2015-01-162-41/+29
* mm/CMA: fix boot regression due to physical address of high_memoryJoonsoo Kim2015-01-081-1/+13
* slab: fix nodeid bounds check for non-contiguous node IDsPaul Mackerras2014-12-031-1/+1
* mm: fix anon_vma_clone() error treatmentDaniel Forrest2014-12-032-5/+11
* mm: fix swapoff hang after page migration and forkHugh Dickins2014-12-031-13/+13
* mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton2014-12-021-3/+5
* mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang2014-12-021-1/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-11-141-2/+2
|\
| * Fix thinko in iov_iter_single_seg_countPaul Mackerras2014-11-131-2/+2
* | mem-hotplug: reset node present pages when hot-adding a new pgdatTang Chen2014-11-131-0/+17
* | mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen2014-11-133-7/+19
* | mm/debug-pagealloc: correct freepage accounting and order resettingJoonsoo Kim2014-11-131-3/+5
* | mm, compaction: prevent infinite loop in compact_zoneVlastimil Babka2014-11-131-2/+6
* | mm: alloc_contig_range: demote pages busy message from warn to infoMichal Nazarewicz2014-11-131-3/+2
* | mm/slab: fix unalignment problem on Malta with EVA due to slab mergeJoonsoo Kim2014-11-131-0/+4