aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-07mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo4-10/+10
2018-06-07mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi1-0/+1
2018-06-07mm/slub: remove obsolete commentCanjiang Lu1-6/+0
2018-06-07mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre1-1/+1
2018-06-07slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox3-1/+7
2018-06-07fs/dax.c: use new return type vm_fault_tSouptick Joarder1-4/+17
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-18/+23
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds10-18/+36
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-68/+9
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2-28/+98
2018-06-02mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
2018-06-02mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins1-1/+1
2018-06-01mm: split ->readpages calls to avoid non-contiguous pages listsChristoph Hellwig1-3/+13
2018-06-01mm: return an unsigned int from __do_page_cache_readaheadChristoph Hellwig2-11/+6
2018-06-01mm: give the 'ret' variable a better name __do_page_cache_readaheadChristoph Hellwig1-5/+5
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig1-1/+1
2018-05-25kasan: fix memory hotplug during bootDavid Hildenbrand1-1/+1
2018-05-25kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand1-0/+1
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron1-1/+1
2018-05-25mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko1-6/+10
2018-05-25mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin1-2/+61
2018-05-25mm: fix nr_rotate_swap leak in swapon() error caseOmar Sandoval1-1/+6
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim4-129/+45
2018-05-23bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo1-1/+17
2018-05-19mmap: relax file size limit for regular filesLinus Torvalds1-1/+1
2018-05-18mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin1-0/+1
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-0/+3
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig1-15/+3
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig2-57/+10
2018-05-14mempool: Add mempool_init()/mempool_exit()Kent Overstreet1-27/+81
2018-05-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-73/+106
2018-05-11mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes2-56/+69
2018-05-11mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi1-3/+1
2018-05-11mm: don't show nr_indirectly_reclaimable in /proc/vmstatRoman Gushchin1-1/+5
2018-05-11mm: sections are not offlined during memory hotremovePavel Tatashin1-1/+1
2018-05-11z3fold: fix reclaim lock-upsVitaly Wool1-12/+30
2018-05-11mmap: introduce sane default mmap limitsLinus Torvalds1-0/+32
2018-05-09arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig1-1/+1
2018-05-04Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2018-05-03bdi: Fix use after free bug in debugfs_remove()Tetsuo Handa1-0/+1
2018-05-03bdi: wake up concurrent wb_shutdown() callers.Tetsuo Handa1-1/+1
2018-04-27mm/ksm: docs: extend overview comment and make it "DOC:"Mike Rapoport1-1/+18
2018-04-27Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet7-23/+57
2018-04-27docs/admin-guide/mm: start moving here files from Documentation/vmMike Rapoport1-2/+3
2018-04-25x86/pti: Filter at vma->vm_page_prot populationDave Hansen1-1/+10
2018-04-20mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox1-5/+4
2018-04-20mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim1-1/+1
2018-04-20mm: enable thp migration for shmem thpNaoya Horiguchi3-7/+20