summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | mm: do not rely on preempt_count in print_vma_addrMichal Hocko2017-11-161-5/+3Star
| * | | | | | mm, sparse: do not swamp log with huge vmemmap allocation failuresMichal Hocko2017-11-161-2/+10
| * | | | | | mm/hmm: remove redundant variable align_endColin Ian King2017-11-161-2/+1Star
| * | | | | | mm/list_lru.c: mark expected switch fall-throughGustavo A. R. Silva2017-11-161-0/+1
| * | | | | | mm/shmem.c: mark expected switch fall-throughGustavo A. R. Silva2017-11-161-0/+1
| * | | | | | mm/page_alloc.c: broken deferred calculationPavel Tatashin2017-11-161-9/+18
| * | | | | | mm: don't warn about allocations which stall for too longTetsuo Handa2017-11-161-10/+0Star
| * | | | | | mm, page_alloc: fix potential false positive in __zone_watermark_okVlastimil Babka2017-11-161-3/+3
| * | | | | | mm: mlock: remove lru_add_drain_all()Shakeel Butt2017-11-161-5/+0Star
| * | | | | | mm, sysctl: make NUMA stats configurableKemi Wang2017-11-163-0/+80
| * | | | | | shmem: convert shmem_init_inodecache() to voidweiping zhang2017-11-161-6/+2Star
| * | | | | | Unify migrate_pages and move_pages access checksOtto Ebeling2017-11-161-9/+4Star
| * | | | | | mm, pagevec: rename pagevec drained fieldMel Gorman2017-11-161-2/+2
| * | | | | | mm, page_alloc: simplify list handling in rmqueue_bulk()Vlastimil Babka2017-11-161-9/+9
| * | | | | | mm: remove __GFP_COLDMel Gorman2017-11-163-18/+10Star
| * | | | | | mm: remove cold parameter from free_hot_cold_page*Mel Gorman2017-11-164-23/+18Star
| * | | | | | mm: remove cold parameter for release_pagesMel Gorman2017-11-162-5/+5
| * | | | | | mm, pagevec: remove cold parameter for pagevecsMel Gorman2017-11-166-13/+13
| * | | | | | mm: only drain per-cpu pagevecs once per pagevec usageMel Gorman2017-11-161-1/+4
| * | | | | | mm, truncate: remove all exceptional entries from pagevec under one lockMel Gorman2017-11-161-28/+63
| * | | | | | mm, truncate: do not check mapping for every page being truncatedMel Gorman2017-11-164-13/+8Star
| * | | | | | mm, page_alloc: enable/disable IRQs once when freeing a list of pagesMel Gorman2017-11-161-14/+44
| * | | | | | mm: batch radix tree operations when truncating pagesJan Kara2017-11-162-2/+101
| * | | | | | mm: factor out checks and accounting from __delete_from_page_cache()Jan Kara2017-11-161-31/+41
| * | | | | | mm: move clearing of page->mapping to page_cache_tree_delete()Jan Kara2017-11-161-3/+3
| * | | | | | mm: move accounting updates before page_cache_tree_delete()Jan Kara2017-11-161-24/+25
| * | | | | | mm: factor out page cache page freeing into a separate functionJan Kara2017-11-161-13/+18
| * | | | | | mm: refactor truncate_complete_page()Jan Kara2017-11-161-14/+16
| * | | | | | mm: speed up cancel_dirty_page() for clean pagesJan Kara2017-11-161-2/+2
| * | | | | | mm/page-writeback.c: convert timers to use timer_setup()Kees Cook2017-11-161-4/+3Star
| * | | | | | mm, soft_offline: improve hugepage soft offlining error logLaszlo Toth2017-11-161-1/+1
| * | | | | | mm/page_alloc: make sure __rmqueue() etc are always inlineAaron Lu2017-11-161-5/+5
| * | | | | | mm: stop zeroing memory during allocation in vmemmapPavel Tatashin2017-11-163-11/+22
| * | | | | | mm: zero reserved and unavailable struct pagesPavel Tatashin2017-11-161-0/+40
| * | | | | | mm: define memblock_virt_alloc_try_nid_rawPavel Tatashin2017-11-162-15/+60
| * | | | | | mm: deferred_init_memmap improvementsPavel Tatashin2017-11-161-83/+105
| * | | | | | mm/swap_state.c: declare a few variables as __read_mostlyChangbin Du2017-11-161-3/+3
| * | | | | | kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-164-131/+2Star
| * | | | | | kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2017-11-161-2/+0Star
| * | | | | | kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-165-9/+6Star
| * | | | | | kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-165-59/+0Star
| * | | | | | mm/rmap.c: remove redundant variable cendColin Ian King2017-11-161-3/+1Star
| * | | | | | mm: consolidate page table accountingKirill A. Shutemov2017-11-163-14/+9Star
| * | | | | | mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-165-14/+13Star
| * | | | | | mm: account pud page tablesKirill A. Shutemov2017-11-163-11/+18
| * | | | | | kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644Konstantin Khlebnikov2017-11-161-1/+1
| * | | | | | mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-163-4/+4
| * | | | | | mm: add variant of pagevec_lookup_range_tag() taking number of pagesJan Kara2017-11-161-0/+9
| * | | | | | mm: use pagevec_lookup_range_tag() in write_cache_pages()Jan Kara2017-11-161-18/+2Star
| * | | | | | mm: use pagevec_lookup_range_tag() in __filemap_fdatawait_range()Jan Kara2017-11-161-8/+6Star