summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorLines
2018-06-15mm: fix oom_kill event handlingRoman Gushchin-3/+5
2018-06-15mm: use octal not symbolic permissionsJoe Perches-66/+63
2018-06-15mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman-4/+0
2018-06-15mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre-0/+1
2018-06-15mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt-1/+32
2018-06-15mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONTDaniel Jordan-1/+1
2018-06-15mm: fix null pointer dereference in mem_cgroup_protectedRoman Gushchin-0/+4
2018-06-15mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He-4/+10
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+1
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook-6/+7
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-4/+6
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-8/+11
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-22/+35
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams-22/+35
2018-06-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-737/+1008
2018-06-07mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko-2/+4
2018-06-07mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()Kirill A. Shutemov-2/+1
2018-06-07mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka-1/+0
2018-06-07userfaultfd: prevent non-cooperative events vs mcopy_atomic racesMike Rapoport-5/+17
2018-06-07mm: memcg: allow lowering memory.swap.max below the current usageTejun Heo-5/+1
2018-06-07mm/shmem.c: use new return type vm_fault_tSouptick Joarder-6/+6
2018-06-07slub: remove 'reserved' file from sysfsMatthew Wilcox-7/+0
2018-06-07slub: remove kmem_cache->reservedMatthew Wilcox-21/+20
2018-06-07slab,slub: remove rcu_head size checksMatthew Wilcox-27/+2
2018-06-07mm: combine LRU and main union in struct pageMatthew Wilcox-1/+1
2018-06-07mm: move lru union within struct pageMatthew Wilcox-4/+4
2018-06-07mm: use page->deferred_listMatthew Wilcox-6/+3
2018-06-07mm: move 'private' union within struct pageMatthew Wilcox-18/+2
2018-06-07mm: switch s_mem and slab_cache in struct pageMatthew Wilcox-0/+1
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox-8/+5
2018-06-07mm, hugetlbfs: pass fault address to no page handlerHuang Ying-21/+21
2018-06-07mm: change return type to vm_fault_tSouptick Joarder-3/+3
2018-06-07mm: use new return type vm_fault_tSouptick Joarder-5/+5
2018-06-07mm/page_alloc.c: remove useless parameter of finalise_ac()Huaisheng Ye-3/+2
2018-06-07mm/vmpressure.c: convert to use match_string() helperAndy Shevchenko-26/+6
2018-06-07mm/vmpressure.c: use kstrndup instead of kmalloc+strncpyAndy Shevchenko-2/+1
2018-06-07memcg: introduce memory.minRoman Gushchin-42/+157
2018-06-07mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre-23/+23
2018-06-07mm/memblock: print memblock_removeMinchan Kim-0/+5
2018-06-07mm: memcontrol: drain memcg stock on force_emptyJunaid Shahid-0/+3
2018-06-07mm: memcontrol: drain stocks on resize limitShakeel Butt-0/+7
2018-06-07memcg: mark memcg1_events static constGreg Thelen-1/+1
2018-06-07memcg: writeback: use memcg->cgwb_list directlyWang Long-7/+2
2018-06-07tmpfs: allow decoding a file handle of an unlinked fileAmir Goldstein-1/+10
2018-06-07mm/ksm: move [set_]page_stable_node from ksm.h to ksm.cMike Rapoport-0/+11
2018-06-07lockdep: fix fs_reclaim annotationOmar Sandoval-12/+28
2018-06-07mm: shmem: make stat.st_blksize return huge page size if THP is onYang Shi-0/+14
2018-06-07mm: vmalloc: pass proper vm_start into debugobjectsChintan Pandya-4/+5
2018-06-07mm: vmalloc: avoid racy handling of debugobjects in vunmapChintan Pandya-1/+2
2018-06-07mm: vmalloc: clean up vunmap to avoid pgtable ops twiceChintan Pandya-22/+7