summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2016-10-26mm: make unreserve highatomic functions reliableMinchan Kim1-7/+17
2016-10-26mm: try to exhaust highatomic reserve before the OOMMinchan Kim1-5/+10
2016-10-26mm: prevent double decrease of nr_reserved_highatomicMinchan Kim1-6/+18
2016-10-26mm: don't steal highatomic pageblockMinchan Kim1-2/+4
2016-10-26mm/vmalloc: replace opencoded 4-level page walkersChris Wilson1-66/+27
2016-10-26kmemleak: fix reference to DocumentationAndreas Platschek1-1/+1
2016-10-26mm/z3fold.c: limit first_num to the actual range of possible buddy indexeszhong jiang1-3/+7
2016-10-26mm/hugetlb.c: use huge_pte_lock instead of opencoding the lockAneesh Kumar K.V1-4/+2
2016-10-26mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V1-5/+7
2016-10-26mm/gup.c: make unnecessarily global vma_permits_fault() staticTobias Klauser1-1/+2
2016-10-26mm-compaction-allow-compaction-for-gfp_nofs-requests-fixAndrew Morton1-1/+1
2016-10-26mm, compaction: allow compaction for GFP_NOFS requestsMichal Hocko1-3/+14
2016-10-26mm/vmscan.c: set correct defer count for shrinkerShaohua Li1-3/+11
2016-10-26dont-touch-single-threaded-ptes-which-are-on-the-right-node-v3Andi Kleen1-4/+4
2016-10-26mm/mprotect.c: don't touch single threaded PTEs which are on the right nodeAndi Kleen1-0/+13
2016-10-26slub: avoid false-postive warningArnd Bergmann1-1/+1
2016-10-26slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov5-23/+31
2016-10-26mm: memcontrol: use special workqueue for creating per-memcg cachesVladimir Davydov1-1/+14
2016-10-26mm: memcontrol: do not recurse in direct reclaimJohannes Weiner2-0/+11
2016-10-26mm/slab: improve performance of gathering slabinfo statsAruna Ramakrishna2-16/+28
2016-10-26mm-page_alloc-use-kern_cont-where-appropriate-checkpatch-fixesAndrew Morton1-1/+1
2016-10-26mm: page_alloc: use KERN_CONT where appropriateJoe Perches1-7/+9
2016-10-26mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov1-0/+2
2016-10-26mm: remove extra newline from allocation stall warningTetsuo Handa1-1/+1
2016-10-24mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2-12/+6
2016-10-24mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2-11/+21
2016-10-24mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes2-16/+12
2016-10-24mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes3-24/+8
2016-10-24mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes1-11/+2
2016-10-24mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes3-11/+14
2016-10-24mm: replace get_user_pages_unlocked() write/force parameters with gup_flagsLorenzo Stoakes3-20/+8
2016-10-24mm: remove write/force parameters from __get_user_pages_unlocked()Lorenzo Stoakes3-13/+23
2016-10-24mm: remove write/force parameters from __get_user_pages_locked()Lorenzo Stoakes1-14/+33
2016-10-24mm: remove gup_flags FOLL_WRITE games from __get_user_pages()Linus Torvalds1-2/+12
2016-10-12mm/vmstat.c: walk the zone in pageblock_nr_pages stepszhong jiang1-1/+1
2016-10-12mm/page_owner: align with pageblock_nr pageszhong jiang1-1/+1
2016-10-12mm/zsmalloc: add per-class compact trace eventGanesh Mahendran1-8/+17
2016-10-12mm/zsmalloc: add trace events for zs_compactGanesh Mahendran1-0/+10
2016-10-12mm/slab: fix kmemcg cache creation delayed issueJoonsoo Kim1-1/+1
2016-10-12mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas5-9/+56
2016-10-10seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches1-1/+1
2016-10-10proc: much faster /proc/vmstatAlexey Dobriyan1-1/+4
2016-10-10mm: remove unnecessary condition in remove_inode_hugepageszhong jiang1-2/+2
2016-10-10mm: warn about allocations which stall for too longMichal Hocko1-0/+10
2016-10-10mm: consolidate warn_alloc_failed usersMichal Hocko2-23/+18
2016-10-10vfs,mm: fix a dead loop in truncate_inode_pages_range()Wei Fang1-0/+4
2016-10-10mm/hugetlb: introduce ARCH_HAS_GIGANTIC_PAGEYisheng Xie1-1/+1
2016-10-10oom: print nodemask in the oom reportMichal Hocko1-2/+5
2016-10-10mm: clarify why we avoid page_mapcount() for slab pages in dump_page()Kirill A. Shutemov1-0/+5
2016-10-10mm: vma_merge: correct false positive from __vma_unlink->validate_mm_rbAndrea Arcangeli1-18/+41