summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-11-21block/laptop_mode: Convert timers to use timer_setup()Kees Cook
2017-11-17mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov
2017-11-17mm, compaction: remove unneeded pageblock_skip_persistent() checksVlastimil Babka
2017-11-17mm, compaction: split off flag for not updating skip hintsVlastimil Babka
2017-11-17mm, compaction: extend pageblock_skip_persistent() to all compound pagesVlastimil Babka
2017-11-17mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes
2017-11-17mm, compaction: kcompactd should not ignore pageblock skipDavid Rientjes
2017-11-17mm: shmem: remove unused info variableCorentin Labbe
2017-11-17mm/z3fold.c: use kref to prevent page free/compact raceVitaly Wool
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15memory hotplug: fix comments when adding sectionFan Du
2017-11-15mm: make alloc_node_mem_map a void call if we don't have CONFIG_FLAT_NODE_MEM...Oscar Salvador
2017-11-15mm: simplify nodemask printingMichal Hocko
2017-11-15mm,oom_reaper: remove pointless kthread_run() error checkTetsuo Handa
2017-11-15mm/page_ext.c: check if page_ext is not preparedJaewon Kim
2017-11-15writeback: remove unused function parameterWang Long
2017-11-15mm: do not rely on preempt_count in print_vma_addrMichal Hocko
2017-11-15mm, sparse: do not swamp log with huge vmemmap allocation failuresMichal Hocko
2017-11-15mm/hmm: remove redundant variable align_endColin Ian King
2017-11-15mm/list_lru.c: mark expected switch fall-throughGustavo A. R. Silva
2017-11-15mm/shmem.c: mark expected switch fall-throughGustavo A. R. Silva
2017-11-15mm/page_alloc.c: broken deferred calculationPavel Tatashin
2017-11-15mm: don't warn about allocations which stall for too longTetsuo Handa
2017-11-15mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka
2017-11-15mm: mlock: remove lru_add_drain_all()Shakeel Butt
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang
2017-11-15shmem: convert shmem_init_inodecache() to voidweiping zhang
2017-11-15Unify migrate_pages and move_pages access checksOtto Ebeling
2017-11-15mm, pagevec: rename pagevec drained fieldMel Gorman
2017-11-15mm, page_alloc: simplify list handling in rmqueue_bulk()Vlastimil Babka
2017-11-15mm: remove __GFP_COLDMel Gorman
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman
2017-11-15mm: remove cold parameter for release_pagesMel Gorman
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-15mm: only drain per-cpu pagevecs once per pagevec usageMel Gorman
2017-11-15mm, truncate: remove all exceptional entries from pagevec under one lockMel Gorman
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman
2017-11-15mm, page_alloc: enable/disable IRQs once when freeing a list of pagesMel Gorman
2017-11-15mm: batch radix tree operations when truncating pagesJan Kara
2017-11-15mm: factor out checks and accounting from __delete_from_page_cache()Jan Kara
2017-11-15mm: move clearing of page->mapping to page_cache_tree_delete()Jan Kara
2017-11-15mm: move accounting updates before page_cache_tree_delete()Jan Kara
2017-11-15mm: factor out page cache page freeing into a separate functionJan Kara
2017-11-15mm: refactor truncate_complete_page()Jan Kara
2017-11-15mm: speed up cancel_dirty_page() for clean pagesJan Kara
2017-11-15mm/page-writeback.c: convert timers to use timer_setup()Kees Cook