summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-04-121-1/+1
* mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEEDAndrea Arcangeli2016-03-111-2/+12
* mm: replace vma_lock_anon_vma with anon_vma_lock_read/writeKonstantin Khlebnikov2016-02-151-30/+25
* memcg: only free spare array when readers are doneMartijn Coenen2016-02-091-5/+6
* mm: soft-offline: check return value in second __get_any_page() callNaoya Horiguchi2016-02-091-1/+1
* virtio_balloon: fix race between migration and ballooningMinchan Kim2016-02-091-2/+2
* mm: make sendfile(2) killableJan Kara2015-11-151-4/+5
* mm/slab: fix unexpected index mapping result of kmalloc_size(INDEX_NODE+1)Joonsoo Kim2015-10-271-3/+10
* mm: hugetlbfs: skip shared VMAs when unmapping private pages to satisfy a faultMel Gorman2015-10-271-0/+8
* vmscan: fix increasing nr_isolated incurred by putback unevictable pagesJaewon Kim2015-10-071-1/+1
* mm/hwpoison: fix fail isolate hugetlbfs page w/ refcount heldWanpeng Li2015-09-151-7/+6
* mm: hugetlb: introduce page_huge_activeNaoya Horiguchi2015-09-152-5/+50
* mm/hwpoison: fix page refcount of unknown non LRU pageWanpeng Li2015-09-151-0/+2
* mm, vmscan: Do not wait for page writeback for GFP_NOFS allocationsMichal Hocko2015-08-271-9/+5
* mm: kmemleak_alloc_percpu() should follow the gfp from per_alloc()Larry Finger2015-07-052-5/+6
* mm: kmemleak: allow safe memory scanning during kmemleak disablingCatalin Marinas2015-07-051-3/+16
* mm/memory_hotplug.c: set zone->wait_table to null after freeing itGu Zheng2015-07-031-1/+3
* mm, numa: really disable NUMA balancing by default on single node machinesMel Gorman2015-06-101-1/+1
* mm: soft-offline: fix num_poisoned_pages counting on concurrent eventsNaoya Horiguchi2015-05-231-4/+4
* writeback: use |1 instead of +1 to protect against div by zeroTejun Heo2015-05-231-3/+3
* mm/memory-failure: call shake_page() when error hits thp tail pageNaoya Horiguchi2015-05-231-4/+4
* mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2015-05-173-33/+45
* mm/hugetlb: use pmd_page() in follow_huge_pmd()Naoya Horiguchi2015-05-171-15/+15
* mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi2015-04-281-2/+0
* writeback: fix possible underflow in write bandwidth calculationTejun Heo2015-04-241-1/+4
* writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo2015-04-241-1/+1
* mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott2015-04-241-0/+1
* mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng2015-04-241-9/+4
* mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2015-04-242-3/+8
* mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov2015-04-241-2/+4
* mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov2015-04-241-1/+41
* mmu_gather: move minimal range calculations into generic codeWill Deacon2015-03-281-22/+8
* vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko2015-03-231-1/+1
* mm: fix negative nr_isolated countsHugh Dickins2015-03-141-1/+3
* mm/memory.c: actually remap enough memoryGrazvydas Ignotas2015-03-141-1/+1
* mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim2015-03-141-1/+1
* mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-03-141-2/+2
* mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-03-141-2/+2
* mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka2015-03-141-7/+5
* mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi2015-03-141-2/+3
* mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi2015-03-141-1/+20
* mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi2015-03-141-16/+36
* mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi2015-03-061-0/+2
* memcg, shmem: fix shmem migration to use lrucareMichal Hocko2015-02-112-2/+2
* mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim2015-02-111-1/+4
* memcg: remove extra newlines from memcg oom kill logGreg Thelen2015-02-051-2/+2
* vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds2015-02-051-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-052-3/+3
* mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko2015-01-291-17/+12
* mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds2015-01-161-2/+5