summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2015-03-28mmu_gather: move minimal range calculations into generic codeWill Deacon
2015-03-23vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko
2015-03-14mm: fix negative nr_isolated countsHugh Dickins
2015-03-14mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-03-14mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim
2015-03-14mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-03-14mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-03-14mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka
2015-03-14mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi
2015-03-14mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi
2015-03-14mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi
2015-03-06mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi
2015-02-11memcg, shmem: fix shmem migration to use lrucareMichal Hocko
2015-02-11mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim
2015-02-05memcg: remove extra newlines from memcg oom kill logGreg Thelen
2015-02-05vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds
2015-02-05vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-01-29mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko
2015-01-16mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds
2015-01-16mm: propagate error from stack expansion even for guard pageLinus Torvalds
2015-01-16mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka
2015-01-16mm: protect set_page_dirty() from ongoing truncationJohannes Weiner
2015-01-08mm/CMA: fix boot regression due to physical address of high_memoryJoonsoo Kim
2014-12-03slab: fix nodeid bounds check for non-contiguous node IDsPaul Mackerras
2014-12-03mm: fix anon_vma_clone() error treatmentDaniel Forrest
2014-12-03mm: fix swapoff hang after page migration and forkHugh Dickins
2014-12-02mm/vmpressure.c: fix race in vmpressure_work_fn()Andrew Morton
2014-12-02mm: frontswap: invalidate expired data on a dup-store failureWeijie Yang
2014-11-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-11-13mem-hotplug: reset node present pages when hot-adding a new pgdatTang Chen
2014-11-13mem-hotplug: reset node managed pages when hot-adding a new pgdatTang Chen
2014-11-13mm/debug-pagealloc: correct freepage accounting and order resettingJoonsoo Kim
2014-11-13mm, compaction: prevent infinite loop in compact_zoneVlastimil Babka
2014-11-13mm: alloc_contig_range: demote pages busy message from warn to infoMichal Nazarewicz
2014-11-13mm/slab: fix unalignment problem on Malta with EVA due to slab mergeJoonsoo Kim
2014-11-13mm/page_alloc: restrict max order of merging on isolated pageblockJoonsoo Kim
2014-11-13mm/page_alloc: move freepage counting logic to __free_one_page()Joonsoo Kim
2014-11-13mm/page_alloc: add freepage on isolate pageblock to correct buddy listJoonsoo Kim
2014-11-13mm/page_alloc: fix incorrect isolation behavior by rechecking migratetypeJoonsoo Kim
2014-11-13mm/compaction: skip the range until proper target pageblock is metJoonsoo Kim
2014-11-13Fix thinko in iov_iter_single_seg_countPaul Mackerras
2014-11-07Merge tag 'xfs-for-linus-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-11-07mm: Fix comment before truncate_setsize()Jan Kara
2014-11-03Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds
2014-10-30mm: Remove false WARN_ON from pagecache_isize_extended()Jan Kara
2014-10-29mm/balloon_compaction: fix deflation when compaction is disabledKonstantin Khlebnikov
2014-10-29mm/slab_common: don't check for duplicate cache namesMikulas Patocka
2014-10-29mm: rmap: split out page_remove_file_rmap()Johannes Weiner
2014-10-29mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner
2014-10-29mm: page-writeback: inline account_page_dirtied() into single callerJohannes Weiner