summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-03-13mm: vmpressure: fix sending wrong events on underflowVinayak Menon
2017-02-16mm, fs: check for fatal signals in do_generic_file_read()Michal Hocko
2017-02-16mm/memory_hotplug.c: check start_pfn in test_pages_in_a_zone()Toshi Kani
2017-01-26mm/hugetlb.c: fix reservation race when freeing surplus pagesMike Kravetz
2017-01-26mm/init: fix zone boundary creationOliver O'Halloran
2017-01-26mm/vmscan.c: set correct defer count for shrinkerShaohua Li
2016-11-28mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel
2016-11-28mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner
2016-11-24swapfile: fix memory corruption via malformed swapfileJann Horn
2016-11-08mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer
2016-10-20mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds
2016-10-07mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang
2016-08-19mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli
2016-08-19tmpfs: fix regression hang in fallocate undoHugh Dickins
2016-08-19tmpfs: don't undo fallocate past its last pageAnthony Romano
2016-07-21mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins
2016-07-21mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba
2016-07-21mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger
2016-05-13mm/balloon_compaction: fix deflation when compaction is disabledKonstantin Khlebnikov
2016-05-13mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov
2016-04-20mm: fix invalid node in alloc_migrate_target()Xishi Qiu
2016-04-11memcg: do not hang on OOM when killed by userspace OOM access to memory reservesMichal Hocko
2016-02-25memcg: only free spare array when readers are doneMartijn Coenen
2016-02-25mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman
2016-02-24mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi
2016-02-24ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2016-02-12vmstat: explicitly schedule per-cpu work on the CPU we need it to run onLinus Torvalds
2015-11-09mm: 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-30vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim
2015-08-25mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li
2015-08-25mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko
2015-08-19mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov
2015-06-23mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng
2015-06-03mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman
2015-06-03mm: numa: initialise numa balancing after jump label initialisationMel Gorman
2015-05-16mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi
2015-05-16writeback: use |1 instead of +1 to protect against div by zeroTejun Heo
2015-05-16mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi
2015-05-15mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu
2015-05-15mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov
2015-05-15mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov
2015-04-30mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer
2015-04-27nick kvfree() from apparmorAl Viro
2015-04-22writeback: fix possible underflow in write bandwidth calculationTejun Heo
2015-04-22writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo
2015-04-22mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng
2015-04-09mm: thp: give transparent hugepage code a separate copy_pageDave Hansen
2015-04-09mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi