summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* memcg: writeback: use memcg->cgwb_list directlyWang Long2018-06-082-7/+2Star
* tmpfs: allow decoding a file handle of an unlinked fileAmir Goldstein2018-06-081-1/+10
* mm/ksm: move [set_]page_stable_node from ksm.h to ksm.cMike Rapoport2018-06-081-0/+11
* lockdep: fix fs_reclaim annotationOmar Sandoval2018-06-082-12/+28
* mm: shmem: make stat.st_blksize return huge page size if THP is onYang Shi2018-06-081-0/+14
* mm: vmalloc: pass proper vm_start into debugobjectsChintan Pandya2018-06-081-4/+5
* mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya2018-06-081-1/+2
* mm: vmalloc: clean up vunmap to avoid pgtable ops twiceChintan Pandya2018-06-081-22/+7Star
* mm/sparse.c: pass the __highest_present_section_nr + 1 to alloc_func()Wei Yang2018-06-081-1/+1
* mm/sparse.c: check __highest_present_section_nr only for a present sectionWei Yang2018-06-081-3/+1Star
* mm, gup: prevent pmd checking race in follow_pmd_mask()Huang Ying2018-06-081-11/+27
* mm: treat memory.low value inclusiveRoman Gushchin2018-06-081-3/+3
* mm: memory.low hierarchical behaviorRoman Gushchin2018-06-082-29/+126
* mm: rename page_counter's count/limit into usage/maxRoman Gushchin2018-06-084-74/+74
* mm/memblock: introduce PHYS_ADDR_MAXStefan Agner2018-06-081-11/+11
* mm: remove odd HAVE_PTE_SPECIALLaurent Dufour2018-06-081-9/+6Star
* mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-083-3/+6
* mm/page_alloc: remove realsize in free_area_init_core()Wei Yang2018-06-081-4/+4
* mm: restructure memfd codeMike Kravetz2018-06-083-324/+346
* mm/shmem: update file sealing comments and file checkingMike Kravetz2018-06-081-24/+26
* mm/shmem: add __rcu annotations and properly deref radix entryMike Kravetz2018-06-081-7/+13
* mm, memcontrol: implement memory.swap.eventsTejun Heo2018-06-081-1/+23
* mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo2018-06-084-10/+10
* mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi2018-06-081-0/+1
* mm/slub: remove obsolete commentCanjiang Lu2018-06-081-6/+0Star
* mm/slub.c: add __printf verification to slab_err()Mathieu Malaterre2018-06-081-1/+1
* slab: __GFP_ZERO is incompatible with a constructorMatthew Wilcox2018-06-083-1/+7
* fs/dax.c: use new return type vm_fault_tSouptick Joarder2018-06-081-4/+17
* Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-052-18/+23
|\
| * mm: split ->readpages calls to avoid non-contiguous pages listsChristoph Hellwig2018-06-021-3/+13
| * mm: return an unsigned int from __do_page_cache_readaheadChristoph Hellwig2018-06-022-11/+6Star
| * mm: give the 'ret' variable a better name __do_page_cache_readaheadChristoph Hellwig2018-06-021-5/+5
* | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-1/+1
|\ \
| * | fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-261-1/+1
* | | Merge tag 'docs-4.18' of git://git.lwn.net/linuxLinus Torvalds2018-06-0410-18/+36
|\ \ \
| * | | mm/ksm: docs: extend overview comment and make it "DOC:"Mike Rapoport2018-04-281-1/+18
| * | | Merge tag 'v4.17-rc2' into docs-nextJonathan Corbet2018-04-287-23/+57
| |\ \ \
| * | | | docs/admin-guide/mm: start moving here files from Documentation/vmMike Rapoport2018-04-281-2/+3
| * | | | Merge branch 'mm-rst' into docs-nextJonathan Corbet2018-04-1610-17/+17
| |\ \ \ \
| | * | | | docs/vm: rename documentation files to .rstMike Rapoport2018-04-1610-17/+17
* | | | | | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-06-041-1/+1
|\ \ \ \ \ \
| * | | | | | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig2018-05-091-1/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-042-68/+9Star
|\ \ \ \ \ \
| * | | | | | proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-15/+3Star
| * | | | | | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-162-57/+10Star
* | | | | | | Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-042-28/+98
|\ \ \ \ \ \ \
| * | | | | | | bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo2018-05-231-1/+17
| * | | | | | | mempool: Add mempool_init()/mempool_exit()Kent Overstreet2018-05-141-27/+81
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins2018-06-021-1/+1
* | | | | | | mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins2018-06-021-1/+1