summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-11-28mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel1-0/+2
2016-11-28mm: filemap: update find_get_pages_tag() to deal with shadow entriesJohannes Weiner3-37/+40
2016-11-24swapfile: fix memory corruption via malformed swapfileJann Horn1-0/+2
2016-11-08mm/hugetlb: fix memory offline with hugepage size > memory block sizeGerald Schaefer1-6/+7
2016-10-20mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-2/+12
2016-10-07mm,ksm: fix endless looping in allocating memory when ksm enablezhong jiang1-1/+2
2016-08-19mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli1-2/+12
2016-08-19tmpfs: fix regression hang in fallocate undoHugh Dickins1-3/+5
2016-08-19tmpfs: don't undo fallocate past its last pageAnthony Romano1-1/+1
2016-07-21mm: migrate dirty page without clear_page_dirty_for_io etcHugh Dickins1-20/+31
2016-07-21mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba1-5/+4
2016-07-21mm: Export migrate_page_move_mapping and migrate_page_copyRichard Weinberger1-0/+2
2016-05-13mm/balloon_compaction: fix deflation when compaction is disabledKonstantin Khlebnikov1-0/+2
2016-05-13mm/balloon_compaction: redesign ballooned pages managementKonstantin Khlebnikov3-30/+18
2016-04-20mm: fix invalid node in alloc_migrate_target()Xishi Qiu1-4/+4
2016-04-11memcg: do not hang on OOM when killed by userspace OOM access to memory reservesMichal Hocko1-1/+2
2016-02-25memcg: only free spare array when readers are doneMartijn Coenen1-5/+6
2016-02-25mm/memory_hotplug.c: check for missing sections in test_pages_in_a_zone()Andrew Banman1-12/+19
2016-02-24mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi1-1/+1
2016-02-24ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-1/+1
2016-02-12vmstat: explicitly schedule per-cpu work on the CPU we need it to run onLinus Torvalds1-1/+2
2015-11-09mm: make sendfile(2) killableJan Kara1-4/+5
2015-10-28mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim1-3/+10
2015-10-28mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman1-0/+8
2015-09-30vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim1-1/+1
2015-08-25mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li1-0/+2
2015-08-25mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko1-9/+5
2015-08-19mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-4/+9
2015-06-23mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng1-1/+3
2015-06-03mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman1-1/+1
2015-06-03mm: numa: initialise numa balancing after jump label initialisationMel Gorman1-6/+10
2015-05-16mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi1-4/+4
2015-05-16writeback: use |1 instead of +1 to protect against div by zeroTejun Heo1-3/+3
2015-05-16mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi1-4/+4
2015-05-15mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2-3/+8
2015-05-15mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov1-2/+4
2015-05-15mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov1-1/+41
2015-04-30mm/hugetlb: use pmd_page() in follow_huge_pmd()Gerald Schaefer1-2/+1
2015-04-27nick kvfree() from apparmorAl Viro1-0/+10
2015-04-22writeback: fix possible underflow in write bandwidth calculationTejun Heo1-1/+4
2015-04-22writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo1-1/+1
2015-04-22mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng1-9/+4
2015-04-09mm: thp: give transparent hugepage code a separate copy_pageDave Hansen2-34/+48
2015-04-09mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi1-15/+36
2015-03-16mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi3-34/+44
2015-03-16mm/hugetlb: reduce arch dependent code around follow_huge_*Naoya Horiguchi1-15/+15
2015-03-16mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi1-2/+0
2015-03-12vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds1-1/+1
2015-03-12vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2-3/+4
2015-03-12mm/memory.c: actually remap enough memoryGrazvydas Ignotas1-1/+1