aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-15mm/list_lru.c: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-15mm/shmem.c: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-11-15mm/page_alloc.c: broken deferred calculationPavel Tatashin1-9/+18
2017-11-15mm: don't warn about allocations which stall for too longTetsuo Handa1-10/+0
2017-11-15mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka1-3/+3
2017-11-15mm: mlock: remove lru_add_drain_all()Shakeel Butt1-5/+0
2017-11-15mm, sysctl: make NUMA stats configurableKemi Wang3-0/+80
2017-11-15shmem: convert shmem_init_inodecache() to voidweiping zhang1-6/+2
2017-11-15Unify migrate_pages and move_pages access checksOtto Ebeling1-9/+4
2017-11-15mm, pagevec: rename pagevec drained fieldMel Gorman1-2/+2
2017-11-15mm, page_alloc: simplify list handling in rmqueue_bulk()Vlastimil Babka1-9/+9
2017-11-15mm: remove __GFP_COLDMel Gorman3-18/+10
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman4-23/+18
2017-11-15mm: remove cold parameter for release_pagesMel Gorman2-5/+5
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman6-13/+13
2017-11-15mm: only drain per-cpu pagevecs once per pagevec usageMel Gorman1-1/+4
2017-11-15mm, truncate: remove all exceptional entries from pagevec under one lockMel Gorman1-28/+63
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman4-13/+8
2017-11-15mm, page_alloc: enable/disable IRQs once when freeing a list of pagesMel Gorman1-14/+44
2017-11-15mm: batch radix tree operations when truncating pagesJan Kara2-2/+101
2017-11-15mm: factor out checks and accounting from __delete_from_page_cache()Jan Kara1-31/+41
2017-11-15mm: move clearing of page->mapping to page_cache_tree_delete()Jan Kara1-3/+3
2017-11-15mm: move accounting updates before page_cache_tree_delete()Jan Kara1-24/+25
2017-11-15mm: factor out page cache page freeing into a separate functionJan Kara1-13/+18
2017-11-15mm: refactor truncate_complete_page()Jan Kara1-14/+16
2017-11-15mm: speed up cancel_dirty_page() for clean pagesJan Kara1-2/+2
2017-11-15mm/page-writeback.c: convert timers to use timer_setup()Kees Cook1-4/+3
2017-11-15mm, soft_offline: improve hugepage soft offlining error logLaszlo Toth1-1/+1
2017-11-15mm/page_alloc: make sure __rmqueue() etc are always inlineAaron Lu1-5/+5
2017-11-15mm: stop zeroing memory during allocation in vmemmapPavel Tatashin3-11/+22
2017-11-15mm: zero reserved and unavailable struct pagesPavel Tatashin1-0/+40
2017-11-15mm: define memblock_virt_alloc_try_nid_rawPavel Tatashin2-15/+60
2017-11-15mm: deferred_init_memmap improvementsPavel Tatashin1-83/+105
2017-11-15mm/swap_state.c: declare a few variables as __read_mostlyChangbin Du1-3/+3
2017-11-15kmemcheck: rip it outLevin, Alexander (Sasha Levin)4-131/+2
2017-11-15kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)1-2/+0
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)5-9/+6
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)5-59/+0
2017-11-15mm/rmap.c: remove redundant variable cendColin Ian King1-3/+1
2017-11-15mm: consolidate page table accountingKirill A. Shutemov3-14/+9
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov5-14/+13
2017-11-15mm: account pud page tablesKirill A. Shutemov3-11/+18
2017-11-15kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644Konstantin Khlebnikov1-1/+1
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara3-4/+4
2017-11-15mm: add variant of pagevec_lookup_range_tag() taking number of pagesJan Kara1-0/+9
2017-11-15mm: use pagevec_lookup_range_tag() in write_cache_pages()Jan Kara1-18/+2
2017-11-15mm: use pagevec_lookup_range_tag() in __filemap_fdatawait_range()Jan Kara1-8/+6
2017-11-15mm: implement find_get_pages_range_tag()Jan Kara2-13/+29
2017-11-15mm/page_owner.c: reduce page_owner structure sizeAyush Mittal1-2/+2
2017-11-15mm/cma.c: change pr_info to pr_err for cma_alloc fail logPintu Agarwal1-1/+1