Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-27mm, thp: Do not make pmd/pud dirty without a reasonKirill A. Shutemov
2017-11-27mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()Kirill A. Shutemov
2017-11-22block/laptop_mode: Convert timers to use timer_setup()Kees Cook
2017-11-18mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov
2017-11-18mm, compaction: remove unneeded pageblock_skip_persistent() checksVlastimil Babka
2017-11-18mm, compaction: split off flag for not updating skip hintsVlastimil Babka
2017-11-18mm, compaction: extend pageblock_skip_persistent() to all compound pagesVlastimil Babka
2017-11-18mm, compaction: persistently skip hugetlbfs pageblocksDavid Rientjes
2017-11-18mm, compaction: kcompactd should not ignore pageblock skipDavid Rientjes
2017-11-18mm: shmem: remove unused info variableCorentin Labbe
2017-11-18mm/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-17Merge 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-16Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-16memory hotplug: fix comments when adding sectionFan Du
2017-11-16mm: make alloc_node_mem_map a void call if we don't have CONFIG_FLAT_NODE_MEM...Oscar Salvador
2017-11-16mm: simplify nodemask printingMichal Hocko
2017-11-16mm,oom_reaper: remove pointless kthread_run() error checkTetsuo Handa
2017-11-16mm/page_ext.c: check if page_ext is not preparedJaewon Kim
2017-11-16writeback: remove unused function parameterWang Long
2017-11-16mm: do not rely on preempt_count in print_vma_addrMichal Hocko
2017-11-16mm, sparse: do not swamp log with huge vmemmap allocation failuresMichal Hocko
2017-11-16mm/hmm: remove redundant variable align_endColin Ian King
2017-11-16mm/list_lru.c: mark expected switch fall-throughGustavo A. R. Silva
2017-11-16mm/shmem.c: mark expected switch fall-throughGustavo A. R. Silva
2017-11-16mm/page_alloc.c: broken deferred calculationPavel Tatashin
2017-11-16mm: don't warn about allocations which stall for too longTetsuo Handa
2017-11-16mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka
2017-11-16mm: mlock: remove lru_add_drain_all()Shakeel Butt
2017-11-16mm, sysctl: make NUMA stats configurableKemi Wang
2017-11-16shmem: convert shmem_init_inodecache() to voidweiping zhang
2017-11-16Unify migrate_pages and move_pages access checksOtto Ebeling
2017-11-16mm, pagevec: rename pagevec drained fieldMel Gorman
2017-11-16mm, page_alloc: simplify list handling in rmqueue_bulk()Vlastimil Babka
2017-11-16mm: remove __GFP_COLDMel Gorman
2017-11-16mm: remove cold parameter from free_hot_cold_page*Mel Gorman
2017-11-16mm: remove cold parameter for release_pagesMel Gorman
2017-11-16mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-16mm: only drain per-cpu pagevecs once per pagevec usageMel Gorman
2017-11-16mm, truncate: remove all exceptional entries from pagevec under one lockMel Gorman
2017-11-16mm, truncate: do not check mapping for every page being truncatedMel Gorman
2017-11-16mm, page_alloc: enable/disable IRQs once when freeing a list of pagesMel Gorman
2017-11-16mm: batch radix tree operations when truncating pagesJan Kara
2017-11-16mm: factor out checks and accounting from __delete_from_page_cache()Jan Kara
2017-11-16mm: move clearing of page->mapping to page_cache_tree_delete()Jan Kara
2017-11-16mm: move accounting updates before page_cache_tree_delete()Jan Kara
2017-11-16mm: factor out page cache page freeing into a separate functionJan Kara