aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-06-05Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds
2018-06-04Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-02mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins
2018-06-02mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins
2018-06-01mm: split ->readpages calls to avoid non-contiguous pages listsChristoph Hellwig
2018-06-01mm: return an unsigned int from __do_page_cache_readaheadChristoph Hellwig
2018-06-01mm: give the 'ret' variable a better name __do_page_cache_readaheadChristoph Hellwig
2018-06-01mm: Remove return value of zap_vma_ptes()Leon Romanovsky
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig
2018-05-25kasan: fix memory hotplug during bootDavid Hildenbrand
2018-05-25kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron
2018-05-25mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko
2018-05-25mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin
2018-05-25mm: fix nr_rotate_swap leak in swapon() error caseOmar Sandoval
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim
2018-05-23bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo
2018-05-19mmap: relax file size limit for regular filesLinus Torvalds
2018-05-18mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig
2018-05-14mempool: Add mempool_init()/mempool_exit()Kent Overstreet
2018-05-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-05-11mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes
2018-05-11mm: migrate: fix double call of radix_tree_replace_slot()Naoya Horiguchi
2018-05-11mm: don't show nr_indirectly_reclaimable in /proc/vmstatRoman Gushchin
2018-05-11mm: sections are not offlined during memory hotremovePavel Tatashin
2018-05-11z3fold: fix reclaim lock-upsVitaly Wool
2018-05-11mmap: introduce sane default mmap limitsLinus Torvalds
2018-05-09arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig
2018-05-04Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-03bdi: Fix use after free bug in debugfs_remove()Tetsuo Handa
2018-05-03bdi: wake up concurrent wb_shutdown() callers.Tetsuo Handa
2018-04-27mm/ksm: docs: extend overview comment and make it "DOC:"Mike Rapoport
2018-04-27Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet
2018-04-27docs/admin-guide/mm: start moving here files from Documentation/vmMike Rapoport
2018-04-25x86/pti: Filter at vma->vm_page_prot populationDave Hansen
2018-04-20mm/filemap.c: fix NULL pointer in page_cache_tree_insert()Matthew Wilcox
2018-04-20mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()Minchan Kim
2018-04-20mm: enable thp migration for shmem thpNaoya Horiguchi
2018-04-20writeback: safer lock nestingGreg Thelen
2018-04-20mm: fix do_pages_move status handlingMichal Hocko
2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet
2018-04-16docs/vm: rename documentation files to .rstMike Rapoport