summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
...
| * | | mm: move lru union within struct pageMatthew Wilcox2018-06-081-4/+4
| * | | mm: use page->deferred_listMatthew Wilcox2018-06-082-6/+3Star
| * | | mm: move 'private' union within struct pageMatthew Wilcox2018-06-081-18/+2Star
| * | | mm: switch s_mem and slab_cache in struct pageMatthew Wilcox2018-06-081-0/+1
| * | | mm: split page_type out from _mapcountMatthew Wilcox2018-06-081-8/+5Star
| * | | mm, hugetlbfs: pass fault address to no page handlerHuang Ying2018-06-081-21/+21
| * | | mm: change return type to vm_fault_tSouptick Joarder2018-06-082-3/+3
| * | | mm: use new return type vm_fault_tSouptick Joarder2018-06-082-5/+5
| * | | mm/page_alloc.c: remove useless parameter of finalise_ac()Huaisheng Ye2018-06-081-3/+2Star
| * | | mm/vmpressure.c: convert to use match_string() helperAndy Shevchenko2018-06-081-26/+6Star
| * | | mm/vmpressure.c: use kstrndup instead of kmalloc+strncpyAndy Shevchenko2018-06-081-2/+1Star
| * | | memcg: introduce memory.minRoman Gushchin2018-06-083-42/+157
| * | | mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre2018-06-082-23/+23
| * | | mm/memblock: print memblock_removeMinchan Kim2018-06-081-0/+5
| * | | mm: memcontrol: drain memcg stock on force_emptyJunaid Shahid2018-06-081-0/+3
| * | | mm: memcontrol: drain stocks on resize limitShakeel Butt2018-06-081-0/+7
| * | | memcg: mark memcg1_events static constGreg Thelen2018-06-081-1/+1
| * | | 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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-071-4/+3Star
|\ \ \ \ | |/ / / |/| | |
| * | | mm: Remove return value of zap_vma_ptes()Leon Romanovsky2018-06-011-4/+3Star
* | | | 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