summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/balloon_compaction: fix deflation when compaction is disabledKonstantin Khlebnikov2016-06-151-0/+2
* mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov2016-06-153-29/+18
* mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins2016-06-151-20/+31
* mm/huge_memory: replace VM_NO_THP VM_BUG_ON with actual VMA checkKonstantin Khlebnikov2016-06-151-4/+2
* mm: fix invalid node in alloc_migrate_target()Xishi Qiu2016-05-011-4/+4
* mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov2016-02-251-30/+26
* mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa2016-02-251-1/+1
* vmstat: explicitly schedule per-cpu work on the CPU we need it to run onLinus Torvalds2016-02-241-1/+2
* memcg: only free spare array when readers are doneMartijn Coenen2016-02-021-5/+6
* mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi2016-02-021-1/+1
* virtio_balloon: fix race between migration and ballooningMinchan Kim2016-02-021-2/+2
* mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman2016-01-251-12/+19
* vmstat: allocate vmstat_wq before it is usedMichal Hocko2016-01-251-1/+2
* mm: hugetlb: call huge_pte_alloc() only if ptep is nullNaoya Horiguchi2016-01-251-4/+4
* mm, vmstat: allow WQ concurrency to discover memory reclaim doesn't make any ...Michal Hocko2016-01-252-5/+20
* mm: hugetlb: fix hugepage memory leak caused by wrong reserve countNaoya Horiguchi2016-01-181-1/+4
* mm: slab: only move management objects off-slab for sizes larger than KMALLOC...Catalin Marinas2015-12-131-2/+3
* mm: make sendfile(2) killableJan Kara2015-11-161-4/+5
* mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim2015-10-281-3/+10
* mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2015-10-281-0/+8
* vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim2015-09-291-1/+1
* mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li2015-09-031-0/+2
* mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko2015-08-271-9/+5
* mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2015-08-111-4/+10
* mm/hugetlb: introduce minimum hugepage orderNaoya Horiguchi2015-07-151-8/+11
* mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas2015-07-151-3/+16
* mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng2015-06-301-1/+3
* mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman2015-05-281-1/+1
* mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi2015-05-201-4/+4
* mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi2015-05-201-4/+4
* writeback: use |1 instead of +1 to protect against div by zeroTejun Heo2015-05-201-3/+3
* Revert "mm/hugetlb: use pmd_page() in follow_huge_pmd()"Luis Henriques2015-05-201-1/+2
* mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer2015-05-061-2/+1
* writeback: fix possible underflow in write bandwidth calculationTejun Heo2015-04-101-1/+4
* mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng2015-04-101-9/+4
* mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2015-04-102-3/+8
* writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo2015-04-101-1/+1
* mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi2015-03-021-2/+0
* mm/memory.c: actually remap enough memoryGrazvydas Ignotas2015-03-021-1/+1
* mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim2015-03-021-1/+1
* mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-03-021-2/+2
* mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-03-021-2/+2
* mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka2015-03-021-7/+5
* mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi2015-03-021-2/+3
* mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi2015-03-021-1/+20
* mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi2015-03-021-16/+36
* mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2015-03-023-33/+45
* mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi2015-03-021-0/+2
* mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim2015-02-101-1/+4
* memcg: remove extra newlines from memcg oom kill logGreg Thelen2015-02-041-2/+2