aboutsummaryrefslogtreecommitdiffstats
path: root/init (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-07include/linux/gfp.h: fix the annotation of GFP_ZONE_TABLEHuaisheng Ye1-2/+2
2018-06-07mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()Kirill A. Shutemov1-2/+1
2018-06-07mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-1/+0
2018-06-07userfaultfd: prevent non-cooperative events vs mcopy_atomic racesMike Rapoport3-9/+41
2018-06-07mm: memcg: allow lowering memory.swap.max below the current usageTejun Heo2-5/+6
2018-06-07mm/shmem.c: use new return type vm_fault_tSouptick Joarder1-6/+6
2018-06-07slub: remove 'reserved' file from sysfsMatthew Wilcox1-7/+0
2018-06-07slub: remove kmem_cache->reservedMatthew Wilcox2-22/+20
2018-06-07slab,slub: remove rcu_head size checksMatthew Wilcox2-27/+2
2018-06-07mm: add hmm_data to struct pageMatthew Wilcox2-12/+8
2018-06-07mm: add pt_mm to struct pageMatthew Wilcox2-4/+3
2018-06-07mm: improve struct page documentationMatthew Wilcox1-21/+19
2018-06-07mm: combine LRU and main union in struct pageMatthew Wilcox2-52/+47
2018-06-07mm: move lru union within struct pageMatthew Wilcox2-55/+55
2018-06-07mm: use page->deferred_listMatthew Wilcox2-6/+3
2018-06-07mm: combine first three unions in struct pageMatthew Wilcox1-33/+33
2018-06-07mm: move _refcount out of struct page unionMatthew Wilcox1-15/+10
2018-06-07mm: move 'private' union within struct pageMatthew Wilcox2-49/+27
2018-06-07mm: switch s_mem and slab_cache in struct pageMatthew Wilcox2-2/+3
2018-06-07mm: mark pages in use for page tablesMatthew Wilcox5-1/+12
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox5-35/+43
2018-06-07s390: use _refcount for pgtablesMatthew Wilcox1-9/+12
2018-06-07mm: save two stranded bits in gfp_maskShakeel Butt1-5/+5
2018-06-07mm, hugetlbfs: pass fault address to no page handlerHuang Ying1-21/+21
2018-06-07mm: change return type to vm_fault_tSouptick Joarder3-6/+6
2018-06-07mm: use new return type vm_fault_tSouptick Joarder3-7/+7
2018-06-07mm/page_alloc.c: remove useless parameter of finalise_ac()Huaisheng Ye1-3/+2
2018-06-07mm/vmpressure.c: convert to use match_string() helperAndy Shevchenko1-26/+6
2018-06-07mm/vmpressure.c: use kstrndup instead of kmalloc+strncpyAndy Shevchenko1-2/+1
2018-06-07memcg: introduce memory.minRoman Gushchin6-50/+202
2018-06-07mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre3-24/+23
2018-06-07mm: /proc/pid/pagemap: hide swap entries from unprivileged usersHuang Ying1-10/+16
2018-06-07mm/memblock: print memblock_removeMinchan Kim1-0/+5
2018-06-07mm: memcontrol: drain memcg stock on force_emptyJunaid Shahid1-0/+3
2018-06-07mm: memcontrol: drain stocks on resize limitShakeel Butt1-0/+7
2018-06-07memcg: mark memcg1_events static constGreg Thelen1-1/+1
2018-06-07memcg: writeback: use memcg->cgwb_list directlyWang Long3-8/+2
2018-06-07tmpfs: allow decoding a file handle of an unlinked fileAmir Goldstein1-1/+10
2018-06-07mm/ksm: move [set_]page_stable_node from ksm.h to ksm.cMike Rapoport2-11/+11
2018-06-07mm/ksm: remove unused page_referenced_ksm declarationMike Rapoport1-6/+0
2018-06-07lockdep: fix fs_reclaim annotationOmar Sandoval3-12/+32
2018-06-07mm: shmem: make stat.st_blksize return huge page size if THP is onYang Shi1-0/+14
2018-06-07mm: vmalloc: pass proper vm_start into debugobjectsChintan Pandya1-4/+5
2018-06-07mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya1-1/+2
2018-06-07mm: vmalloc: clean up vunmap to avoid pgtable ops twiceChintan Pandya1-22/+7
2018-06-07mm/sparse.c: pass the __highest_present_section_nr + 1 to alloc_func()Wei Yang1-1/+1
2018-06-07mm/sparse.c: check __highest_present_section_nr only for a present sectionWei Yang1-3/+1
2018-06-07mm, gup: prevent pmd checking race in follow_pmd_mask()Huang Ying1-11/+27
2018-06-07mm/docs: describe memory.low refinementsRoman Gushchin1-15/+13
2018-06-07mm: treat memory.low value inclusiveRoman Gushchin1-3/+3