Age | Commit message (Expand) | Author |
2019-10-19 | mm/thp: allow dropping THP from page cache | Kirill A. Shutemov |
2019-10-19 | mm/vmscan.c: support removing arbitrary sized pages from mapping | William Kucharski |
2019-10-19 | mm/thp: fix node page state in split_huge_page_to_list() | Kirill A. Shutemov |
2019-10-19 | mm/init-mm.c: include <linux/mman.h> for vm_committed_as_batch | Ben Dooks (Codethink) |
2019-10-19 | mm/filemap.c: include <linux/ramfs.h> for generic_file_vm_ops definition | Ben Dooks |
2019-10-19 | mm: include <linux/huge_mm.h> for is_vma_temporary_stack | Ben Dooks |
2019-10-19 | mm/memcontrol: update lruvec counters in mem_cgroup_move_account | Konstantin Khlebnikov |
2019-10-19 | hugetlbfs: don't access uninitialized memmaps in pfn_range_valid_gigantic() | David Hildenbrand |
2019-10-19 | mm: memblock: do not enforce current limit for memblock_phys* family | Mike Rapoport |
2019-10-19 | mm: memcg: get number of pages on the LRU list in memcgroup base on lru_zone_... | Honglei Wang |
2019-10-19 | mm/gup: fix a misnamed "write" argument, and a related bug | John Hubbard |
2019-10-19 | mm: memcg/slab: fix panic in __free_slab() caused by premature memcg pointer ... | Roman Gushchin |
2019-10-19 | mm/memunmap: don't access uninitialized memmap in memunmap_pages() | Aneesh Kumar K.V |
2019-10-19 | mm/memory_hotplug: don't access uninitialized memmaps in shrink_pgdat_span() | David Hildenbrand |
2019-10-19 | mm/page_owner: don't access uninitialized memmaps when reading /proc/pagetype... | Qian Cai |
2019-10-19 | mm/memory-failure.c: don't access uninitialized memmaps in memory_failure() | David Hildenbrand |
2019-10-14 | mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped m... | Jane Chu |
2019-10-14 | mm/slab.c: fix kernel-doc warning for __ksize() | Randy Dunlap |
2019-10-14 | mm, compaction: fix wrong pfn handling in __reset_isolation_pfn() | Vlastimil Babka |
2019-10-14 | mm, hugetlb: allow hugepage allocations to reclaim as needed | David Rientjes |
2019-10-14 | mm/slub.c: init_on_free=1 should wipe freelist ptr for bulk allocations | Alexander Potapenko |
2019-10-14 | mm/slub: fix a deadlock in show_slab_objects() | Qian Cai |
2019-10-14 | mm, page_owner: rename flag indicating that page is allocated | Vlastimil Babka |
2019-10-14 | mm, page_owner: decouple freeing stack trace from debug_pagealloc | Vlastimil Babka |
2019-10-14 | mm, page_owner: fix off-by-one error in __set_page_owner_handle() | Vlastimil Babka |
2019-10-14 | kmemleak: Do not corrupt the object_list during clean-up | Catalin Marinas |
2019-10-11 | Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-block | Linus Torvalds |
2019-10-10 | Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-10-09 | shmem: fix LSM options parsing | Al Viro |
2019-10-07 | mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two) | Vlastimil Babka |
2019-10-07 | mm, sl[ou]b: improve memory accounting | Vlastimil Babka |
2019-10-07 | mm, memcg: make scan aggression always exclude protection | Chris Down |
2019-10-07 | mm, memcg: make memory.emin the baseline for utilisation determination | Chris Down |
2019-10-07 | mm, memcg: proportional memory.{low,min} reclaim | Chris Down |
2019-10-07 | mm/vmpressure.c: fix a signedness bug in vmpressure_register_event() | Dan Carpenter |
2019-10-07 | mm/page_alloc.c: fix a crash in free_pages_prepare() | Qian Cai |
2019-10-07 | mm/z3fold.c: claim page in the beginning of free | Vitaly Wool |
2019-10-07 | mm: fix -Wmissing-prototypes warnings | Yi Wang |
2019-10-07 | mm/memremap: drop unused SECTION_SIZE and SECTION_MASK | Anshuman Khandual |
2019-10-06 | bdi: Do not use freezable workqueue | Mika Westerberg |
2019-09-28 | Merge branch 'hugepage-fallbacks' (hugepatch patches from David Rientjes) | Linus Torvalds |
2019-09-28 | mm, page_alloc: allow hugepage fallback to remote nodes when madvised | David Rientjes |
2019-09-28 | mm, page_alloc: avoid expensive reclaim when compaction may not succeed | David Rientjes |
2019-09-28 | Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_huge... | David Rientjes |
2019-09-28 | Revert "Revert "mm, thp: restore node-local hugepage allocations"" | David Rientjes |
2019-09-26 | Merge tag 'usercopy-v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-09-25 | mm: factor out common parts between MADV_COLD and MADV_PAGEOUT | Minchan Kim |
2019-09-25 | mm: introduce MADV_PAGEOUT | Minchan Kim |
2019-09-25 | mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM | Minchan Kim |
2019-09-25 | mm: introduce MADV_COLD | Minchan Kim |