summaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)Author
2018-08-10mm/memory.c: check return value of ioremap_protjie@chenjie6@huwei.com
2018-08-02ipc/shm.c add ->pagesize function to shm_vm_opsJane Chu
2018-08-02memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai
2018-08-01mm: delete historical BUG from zap_pmd_range()Hugh Dickins
2018-07-26zswap: re-check zswap_is_full() after do zswap_shrink()Li Wang
2018-07-26mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov
2018-07-26mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov
2018-07-21mm: make vm_area_alloc() initialize core fieldsLinus Torvalds
2018-07-21mm: make vm_area_dup() actually copy the old vma dataLinus Torvalds
2018-07-21mm: use helper functions for allocating and freeing vm_area structsLinus Torvalds
2018-07-21mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia
2018-07-21mm/huge_memory.c: fix data loss when splitting a file pmdHugh Dickins
2018-07-21mm/memblock: add missing include <linux/bootmem.h>Mathieu Malaterre
2018-07-16mm: don't do zero_resv_unavail if memmap is not allocatedPavel Tatashin
2018-07-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-07-14mm: do not bug_on on incorrect length in __mm_populate()Michal Hocko
2018-07-14mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVEMichal Hocko
2018-07-14mm: do not drop unused pages when userfaultd is runningChristian Borntraeger
2018-07-14mm: zero unavailable pages before memmap initPavel Tatashin
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