summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: stop zeroing memory during allocation in vmemmapPavel Tatashin2017-11-153-11/+22
* mm: zero reserved and unavailable struct pagesPavel Tatashin2017-11-151-0/+40
* mm: define memblock_virt_alloc_try_nid_rawPavel Tatashin2017-11-152-15/+60
* mm: deferred_init_memmap improvementsPavel Tatashin2017-11-151-83/+105
* mm/swap_state.c: declare a few variables as __read_mostlyChangbin Du2017-11-151-3/+3
* kmemcheck: rip it outLevin, Alexander (Sasha Levin)2017-11-154-131/+2
* kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2017-11-151-2/+0
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-155-9/+6
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-155-59/+0
* mm/rmap.c: remove redundant variable cendColin Ian King2017-11-151-3/+1
* mm: consolidate page table accountingKirill A. Shutemov2017-11-153-14/+9
* mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov2017-11-155-14/+13
* mm: account pud page tablesKirill A. Shutemov2017-11-153-11/+18
* kmemleak: change /sys/kernel/debug/kmemleak permissions from 0444 to 0644Konstantin Khlebnikov2017-11-151-1/+1
* mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara2017-11-153-4/+4
* mm: add variant of pagevec_lookup_range_tag() taking number of pagesJan Kara2017-11-151-0/+9
* mm: use pagevec_lookup_range_tag() in write_cache_pages()Jan Kara2017-11-151-18/+2
* mm: use pagevec_lookup_range_tag() in __filemap_fdatawait_range()Jan Kara2017-11-151-8/+6
* mm: implement find_get_pages_range_tag()Jan Kara2017-11-152-13/+29
* mm/page_owner.c: reduce page_owner structure sizeAyush Mittal2017-11-151-2/+2
* mm/cma.c: change pr_info to pr_err for cma_alloc fail logPintu Agarwal2017-11-151-1/+1
* mm/swap_slots.c: fix race conditions in swap_slots cache initTim Chen2017-11-151-2/+9
* mm: remove unused pgdat->inactive_ratioAndrey Ryabinin2017-11-152-5/+3
* mm/mmu_notifier: avoid call to invalidate_range() in range_end()Jérôme Glisse2017-11-154-10/+68
* mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse2017-11-154-14/+96
* zsmalloc: calling zs_map_object() from irq is a bugSergey Senozhatsky2017-11-151-1/+1
* mm/page-writeback.c: print a warning if the vm dirtiness settings are illogicalYafang Shao2017-11-151-1/+4
* mm/memblock.c: make the index explicit argument of for_each_memblock_typeGioh Kim2017-11-151-4/+4
* mm, memory_hotplug: remove timeout from __offline_memoryMichal Hocko2017-11-151-7/+3
* mm, memory_hotplug: do not fail offlining too earlyMichal Hocko2017-11-151-30/+10
* mm, page_alloc: fail has_unmovable_pages when seeing reserved pagesMichal Hocko2017-11-151-0/+3
* mm: distinguish CMA and MOVABLE isolation in has_unmovable_pages()Michal Hocko2017-11-152-6/+16
* mm: drop migrate type checks from has_unmovable_pagesMichal Hocko2017-11-151-4/+0
* mm/page-writeback.c: remove unused parameter from balance_dirty_pages()Tahsin Erdogan2017-11-151-3/+2
* mm, swap: fix false error message in __swp_swapcount()Huang Ying2017-11-151-0/+3
* mm: swap: SWP_SYNCHRONOUS_IO: skip swapcache only if swapped page has no othe...Minchan Kim2017-11-152-9/+17
* mm, swap: skip swapcache for swapin of synchronous deviceMinchan Kim2017-11-153-23/+46
* mm, swap: introduce SWP_SYNCHRONOUS_IOMinchan Kim2017-11-151-0/+3
* mm/mempool.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-1/+1
* slub: fix sysfs duplicate filename creation when slub_debug=OMiles Chen2017-11-151-0/+4
* slab, slub, slob: convert slab_flags_t to 32-bitAlexey Dobriyan2017-11-152-5/+5
* slab, slub, slob: add slab_flags_tAlexey Dobriyan2017-11-156-47/+48
* mm/slab.c: only set __GFP_RECLAIMABLE onceDavid Rientjes2017-11-151-2/+2
* mm/slob.c: remove an unnecessary check for __GFP_ZEROMiles Chen2017-11-151-1/+1
* mm: oom: show unreclaimable slab info when unreclaimable slabs > user memoryYang Shi2017-11-153-2/+67
* mm: slabinfo: remove CONFIG_SLABINFOYang Shi2017-11-154-9/+6
* Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-4/+4
|\
| * mm/huge_memory.c: fixup grammar in commentMichael DeGuzis2017-10-121-4/+4
* | Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-144-40/+20
|\ \
| * | block: add a poll_fn callback to struct request_queueChristoph Hellwig2017-11-031-1/+1
OpenPOWER on IntegriCloud