aboutsummaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2018-07-03mm: teach dump_page() to correctly output poisoned struct pagesPavel Tatashin
2018-07-03kasan: fix shadow_size calculation error in kasan_module_allocZhen Lei
2018-07-03mm: hugetlb: yield when prepping struct pagesCannon Matthews
2018-06-28slub: fix failure when we delete and create a slab cacheMikulas Patocka
2018-06-28Revert mm/vmstat.c: fix vmstat_update() preemption BUGSebastian Andrzej Siewior
2018-06-24Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-22bdi: Fix another oops in wb_workfn()Jan Kara
2018-06-19revert "mm/memblock: add missing include <linux/bootmem.h>"Andrew Morton
2018-06-15mm: fix oom_kill event handlingRoman Gushchin
2018-06-15mm: use octal not symbolic permissionsJoe Perches
2018-06-15mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdownsMel Gorman
2018-06-15mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre
2018-06-15mm: fix race between kmem_cache destroy, create and deactivateShakeel Butt
2018-06-15mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONTDaniel Jordan
2018-06-15mm: fix null pointer dereference in mem_cgroup_protectedRoman Gushchin
2018-06-15mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()Jia He
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kvzalloc() -> kvcalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-08Merge branch 'for-4.18/dax' into libnvdimm-for-nextDan Williams
2018-06-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-06-07mm: kvmalloc does not fallback to vmalloc for incompatible gfp flagsMichal Hocko
2018-06-07mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()Kirill A. Shutemov
2018-06-07mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka
2018-06-07userfaultfd: prevent non-cooperative events vs mcopy_atomic racesMike Rapoport
2018-06-07mm: memcg: allow lowering memory.swap.max below the current usageTejun Heo
2018-06-07mm/shmem.c: use new return type vm_fault_tSouptick Joarder
2018-06-07slub: remove 'reserved' file from sysfsMatthew Wilcox
2018-06-07slub: remove kmem_cache->reservedMatthew Wilcox
2018-06-07slab,slub: remove rcu_head size checksMatthew Wilcox
2018-06-07mm: combine LRU and main union in struct pageMatthew Wilcox
2018-06-07mm: move lru union within struct pageMatthew Wilcox
2018-06-07mm: use page->deferred_listMatthew Wilcox
2018-06-07mm: move 'private' union within struct pageMatthew Wilcox
2018-06-07mm: switch s_mem and slab_cache in struct pageMatthew Wilcox
2018-06-07mm: split page_type out from _mapcountMatthew Wilcox
2018-06-07mm, hugetlbfs: pass fault address to no page handlerHuang Ying
2018-06-07mm: change return type to vm_fault_tSouptick Joarder
2018-06-07mm: use new return type vm_fault_tSouptick Joarder
2018-06-07mm/page_alloc.c: remove useless parameter of finalise_ac()Huaisheng Ye
2018-06-07mm/vmpressure.c: convert to use match_string() helperAndy Shevchenko
2018-06-07mm/vmpressure.c: use kstrndup instead of kmalloc+strncpyAndy Shevchenko
2018-06-07memcg: introduce memory.minRoman Gushchin
2018-06-07mm: move is_pageblock_removable_nolock() to mm/memory_hotplug.cMathieu Malaterre
2018-06-07mm/memblock: print memblock_removeMinchan Kim
2018-06-07mm: memcontrol: drain memcg stock on force_emptyJunaid Shahid
2018-06-07mm: memcontrol: drain stocks on resize limitShakeel Butt
2018-06-07memcg: mark memcg1_events static constGreg Thelen