summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/thp: allow dropping THP from page cacheKirill A. Shutemov2019-10-191-0/+12
* mm/vmscan.c: support removing arbitrary sized pages from mappingWilliam Kucharski2019-10-191-4/+1
* mm/thp: fix node page state in split_huge_page_to_list()Kirill A. Shutemov2019-10-191-2/+7
* mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batchBen Dooks (Codethink)2019-10-191-0/+1
* mm/filemap.c: include <linux/ramfs.h> for generic_file_vm_ops definitionBen Dooks2019-10-191-0/+1
* mm: include <linux/huge_mm.h> for is_vma_temporary_stackBen Dooks2019-10-191-0/+1
* mm/memcontrol: update lruvec counters in mem_cgroup_move_accountKonstantin Khlebnikov2019-10-191-6/+12
* hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic()David Hildenbrand2019-10-191-3/+2
* mm: memblock: do not enforce current limit for memblock_phys* familyMike Rapoport2019-10-191-3/+3
* mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_...Honglei Wang2019-10-191-4/+5
* mm/gup: fix a misnamed "write" argument, and a related bugJohn Hubbard2019-10-191-6/+8
* mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer ...Roman Gushchin2019-10-191-4/+5
* mm/memunmap: don't access uninitialized memmap in memunmap_pages()Aneesh Kumar K.V2019-10-191-4/+7
* mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span()David Hildenbrand2019-10-191-57/+15
* mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetype...Qian Cai2019-10-191-2/+3
* mm/memory-failure.c: don't access uninitialized memmaps in memory_failure()David Hildenbrand2019-10-191-6/+8
* mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped m...Jane Chu2019-10-141-9/+13
* mm/slab.c: fix kernel-doc warning for __ksize()Randy Dunlap2019-10-141-0/+3
* mm, compaction: fix wrong pfn handling in __reset_isolation_pfn()Vlastimil Babka2019-10-141-3/+4
* mm, hugetlb: allow hugepage allocations to reclaim as neededDavid Rientjes2019-10-141-2/+4
* mm/slub.c: init_on_free=1 should wipe freelist ptr for bulk allocationsAlexander Potapenko2019-10-141-6/+16
* mm/slub: fix a deadlock in show_slab_objects()Qian Cai2019-10-141-2/+11
* mm, page_owner: rename flag indicating that page is allocatedVlastimil Babka2019-10-141-6/+6
* mm, page_owner: decouple freeing stack trace from debug_pageallocVlastimil Babka2019-10-141-21/+7
* mm, page_owner: fix off-by-one error in __set_page_owner_handle()Vlastimil Babka2019-10-142-22/+16
* kmemleak: Do not corrupt the object_list during clean-upCatalin Marinas2019-10-141-9/+21
* Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-blockLinus Torvalds2019-10-111-2/+2
|\
| * bdi: Do not use freezable workqueueMika Westerberg2019-10-061-2/+2
* | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-10-101-0/+6
|\ \
| * | shmem: fix LSM options parsingAl Viro2019-10-091-0/+6
* | | mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka2019-10-072-12/+41
* | | mm, sl[ou]b: improve memory accountingVlastimil Babka2019-10-073-9/+33
* | | mm, memcg: make scan aggression always exclude protectionChris Down2019-10-071-41/+20
* | | mm, memcg: make memory.emin the baseline for utilisation determinationChris Down2019-10-071-22/+33
* | | mm, memcg: proportional memory.{low,min} reclaimChris Down2019-10-072-6/+81
* | | mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()Dan Carpenter2019-10-071-9/+11
* | | mm/page_alloc.c: fix a crash in free_pages_prepare()Qian Cai2019-10-071-1/+7
* | | mm/z3fold.c: claim page in the beginning of freeVitaly Wool2019-10-071-2/+8
* | | mm: fix -Wmissing-prototypes warningsYi Wang2019-10-072-2/+2
* | | mm/memremap: drop unused SECTION_SIZE and SECTION_MASKAnshuman Khandual2019-10-071-2/+0
* | | Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes)Linus Torvalds2019-09-284-36/+84
|\ \ \
| * | | mm, page_alloc: allow hugepage fallback to remote nodes when madvisedDavid Rientjes2019-09-281-0/+11
| * | | mm, page_alloc: avoid expensive reclaim when compaction may not succeedDavid Rientjes2019-09-281-0/+22
| * | | Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge...David Rientjes2019-09-283-18/+43
| * | | Revert "Revert "mm, thp: restore node-local hugepage allocations""David Rientjes2019-09-282-27/+17
* | | | Merge tag 'usercopy-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-09-261-1/+7
|\ \ \ \
| * | | | usercopy: Avoid HIGHMEM pfn warningKees Cook2019-09-171-1/+7
| |/ / /
* | | | mm: factor out common parts between MADV_COLD and MADV_PAGEOUTMinchan Kim2019-09-251-147/+45
* | | | mm: introduce MADV_PAGEOUTMinchan Kim2019-09-252-0/+245
* | | | mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIMMinchan Kim2019-09-251-3/+3