aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-06kasan: fix prototype author email addressAndrey Konovalov2-2/+2
2018-02-06kasan: detect invalid freesDmitry Vyukov1-0/+6
2018-02-06kasan: unify code between kasan_slab_free() and kasan_poison_kfree()Dmitry Vyukov1-16/+12
2018-02-06kasan: detect invalid frees for large mempool objectsDmitry Vyukov2-6/+11
2018-02-06kasan: don't use __builtin_return_address(1)Dmitry Vyukov5-14/+14
2018-02-06kasan: detect invalid frees for large objectsDmitry Vyukov4-13/+9
2018-02-06kasan: add functions for unpoisoning stack variablesAlexander Potapenko2-0/+59
2018-02-06kasan: support alloca() poisoningPaul Lawrence3-0/+46
2018-02-03Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds5-93/+195
2018-02-02Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin1-0/+14
2018-01-31mm/swap.c: make functions and their kernel-doc agreeRandy Dunlap1-6/+5
2018-01-31mm, memory_hotplug: fix memmap initializationMichal Hocko1-8/+14
2018-01-31mm: correct comments regarding do_fault_around()William Kucharski1-11/+11
2018-01-31mm: numa: do not trap faults on shared data section pages.Henry Willard1-0/+5
2018-01-31hugetlb, mbind: fall back to default policy if vma is NULLMichal Hocko2-4/+4
2018-01-31hugetlb, mempolicy: fix the mbind hugetlb migrationMichal Hocko2-16/+20
2018-01-31mm, hugetlb: further simplify hugetlb allocation APIMichal Hocko1-37/+43
2018-01-31mm, hugetlb: get rid of surplus page accounting tricksMichal Hocko1-39/+23
2018-01-31mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko2-18/+96
2018-01-31mm, hugetlb: integrate giga hugetlb more naturally to the allocation pathMichal Hocko1-41/+14
2018-01-31mm, hugetlb: unify core page allocation accounting and initializationMichal Hocko1-32/+29
2018-01-31mm/memcontrol.c: try harder to decrease [memory,memsw].limit_in_bytesAndrey Ryabinin1-36/+6
2018-01-31mm/memcontrol.c: make local symbol staticChristopher Díaz Riveros1-1/+1
2018-01-31mm/hmm: fix uninitialized use of 'entry' in hmm_vma_walk_pmd()Ralph Campbell1-3/+1
2018-01-31include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_map pointerPetr Tesarik1-1/+5
2018-01-31mm/compaction.c: fix comment for try_to_compact_pages()Yang Shi1-1/+1
2018-01-31mm/page_ext.c: make page_ext_init a noop when CONFIG_PAGE_EXTENSION but nothing uses itOscar Salvador1-0/+2
2018-01-31zsmalloc: use U suffix for negative literals being shiftedNick Desaulniers1-1/+1
2018-01-31mm/page_owner.c: clean up init_pages_in_zone()Oscar Salvador1-9/+7
2018-01-31mm/page_alloc.c: fix typos in commentsShile Zhang1-3/+3
2018-01-31memcg: refactor mem_cgroup_resize_limit()Yu Zhao1-60/+17
2018-01-31zswap: only save zswap header when necessaryYu Zhao3-19/+33
2018-01-31mm/fadvise: discard partial page if endbyte is also EOFshidao.ytt1-1/+9
2018-01-31mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman1-2/+12
2018-01-31shmem: add sealing support to hugetlb-backed memfdMarc-André Lureau1-19/+28
2018-01-31shmem: rename functions that are memfd-relatedMarc-André Lureau1-5/+5
2018-01-31shmem: unexport shmem_add_seals()/shmem_get_seals()Marc-André Lureau1-4/+2
2018-01-31mm/zsmalloc: simplify shrinker init/destroyAliaksei Karaliou1-13/+9
2018-01-31mm, oom: avoid reaping only for mm's with blockable invalidate callbacksDavid Rientjes1-10/+11
2018-01-31mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes1-0/+31
2018-01-31mm: thp: use down_read_trylock() in khugepaged to avoid long blockYang Shi1-4/+8
2018-01-31mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V1-37/+35
2018-01-31mm: use updated pmdp_invalidate() interface to track dirty/accessed bitsKirill A. Shutemov1-17/+12
2018-01-31mm: do not lose dirty and accessed bits in pmdp_invalidate()Kirill A. Shutemov1-3/+3
2018-01-31mm: add unmap_mapping_pages()Matthew Wilcox4-37/+39
2018-01-31mm/huge_memory.c: fix comment in __split_huge_pmd_lockedYisheng Xie1-4/+3
2018-01-31mm: memory_hotplug: remove second __nr_to_section in register_page_bootmem_info_section()Oscar Salvador1-2/+2
2018-01-31mm: update comment describing tlb_gather_mmuMike Rapoport1-4/+11
2018-01-31mm/memory_hotplug.c: remove unnecesary check from register_page_bootmem_info_section()Oscar Salvador1-3/+0
2018-01-31mm, hugetlb: remove hugepages_treat_as_movable sysctlMichal Hocko1-3/+1