summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2016-05-01mm: fix invalid node in alloc_migrate_target()Xishi Qiu
2016-02-25mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov
2016-02-25mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa
2016-02-24vmstat: explicitly schedule per-cpu work on the CPU we need it to run onLinus Torvalds
2016-02-02memcg: only free spare array when readers are doneMartijn Coenen
2016-02-02mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi
2016-02-02virtio_balloon: fix race between migration and ballooningMinchan Kim
2016-01-25mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman
2016-01-25vmstat: allocate vmstat_wq before it is usedMichal Hocko
2016-01-25mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi
2016-01-25mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...Michal Hocko
2016-01-18mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi
2015-12-13mm: slab: only move management objects off-slab for sizes larger than KMALLOC...Catalin Marinas
2015-11-16mm: make sendfile(2) killableJan Kara
2015-10-28mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim
2015-10-28mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman
2015-09-29vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim
2015-09-03mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li
2015-08-27mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko
2015-08-11mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov
2015-07-15mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi
2015-07-15mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas
2015-06-30mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng
2015-05-28mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman
2015-05-20mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi
2015-05-20mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi
2015-05-20writeback: use |1 instead of +1 to protect against div by zeroTejun Heo
2015-05-20Revert "mm/hugetlb: use pmd_page() in follow_huge_pmd()"Luis Henriques
2015-05-06mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer
2015-04-10writeback: fix possible underflow in write bandwidth calculationTejun Heo
2015-04-10mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng
2015-04-10mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu
2015-04-10writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo
2015-03-02mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi
2015-03-02mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-03-02mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim
2015-03-02mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-03-02mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin
2015-03-02mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka
2015-03-02mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi
2015-03-02mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi
2015-03-02mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi
2015-03-02mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi
2015-03-02mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi
2015-02-10mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim
2015-02-04memcg: remove extra newlines from memcg oom kill logGreg Thelen
2015-02-04vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds
2015-02-04vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2015-02-04mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko
2015-01-16mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov