2023-04-18 |
Uladzislau Rezki... | mm: vmalloc: remove a global vmap_blocks xarray |
tree | commitdiff |
2023-04-18 |
Mike Rapoport (IBM) | mm: move free_area_empty() to mm/internal.h |
tree | commitdiff |
2023-04-18 |
Zhen Lei | kmsan: fix a stale comment in kmsan_save_stack_with_flags() |
tree | commitdiff |
2023-04-18 |
Matthew Wilcox ... | hugetlb: remove PageHeadHuge() |
tree | commitdiff |
2023-04-18 |
Michal Hocko | memcg: do not drain charge pcp caches on remote isolate... |
tree | commitdiff |
2023-04-18 |
Ivan Orlov | mm: khugepaged: fix kernel BUG in hpage_collapse_scan_f... |
tree | commitdiff |
2023-04-18 |
Sergey Senozhatsky | zsmalloc: reset compaction source zspage pointer after... |
tree | commitdiff |
2023-04-18 |
Arnd Bergmann | mm: make arch_has_descending_max_zone_pfns() static |
tree | commitdiff |
2023-04-18 |
Kirill A. Shutemov | mm: avoid passing 0 to __ffs() |
tree | commitdiff |
2023-04-18 |
Andrew Morton | sync mm-stable with mm-hotfixes-stable to pick up depen... |
tree | commitdiff |
2023-04-18 |
Mel Gorman | mm: page_alloc: skip regions with hugetlbfs pages when... |
tree | commitdiff |
2023-04-18 |
Liam R. Howlett | mm/mmap: regression fix for unmapped_area{_topdown} |
tree | commitdiff |
2023-04-18 |
Alexander Potapenko | mm: kmsan: handle alloc failures in kmsan_ioremap_page_... |
tree | commitdiff |
2023-04-18 |
Alexander Potapenko | mm: kmsan: handle alloc failures in kmsan_vmap_pages_ra... |
tree | commitdiff |
2023-04-18 |
Tetsuo Handa | mm/page_alloc: fix potential deadlock on zonelist_updat... |
tree | commitdiff |
2023-04-16 |
Andrew Morton | sync mm-stable with mm-hotfixes-stable to pick up depen... |
tree | commitdiff |
2023-04-16 |
Baokun Li | writeback, cgroup: fix null-ptr-deref write in bdi_spli... |
tree | commitdiff |
2023-04-16 |
Liam R. Howlett | mm/mempolicy: fix use-after-free of VMA iterator |
tree | commitdiff |
2023-04-16 |
Naoya Horiguchi | mm/huge_memory.c: warn with pr_warn_ratelimited instead... |
tree | commitdiff |
2023-04-16 |
Liam R. Howlett | mm/mprotect: fix do_mprotect_pkey() return on error |
tree | commitdiff |
2023-04-16 |
Peter Xu | mm/khugepaged: check again on anon uffd-wp during isolation |
tree | commitdiff |
2023-04-16 |
David Hildenbrand | mm/userfaultfd: fix uffd-wp handling for THP migration... |
tree | commitdiff |
2023-04-16 |
Qi Zheng | mm: swap: fix performance regression on sparsetruncate... |
tree | commitdiff |
2023-04-06 |
Raghavendra K T | sched/numa: enhance vma scanning logic |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm/mmap: free vm_area_struct without call_rcu in exit_mmap |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm: introduce per-VMA lock statistics |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm: prevent userfaults to be handled under per-vma... |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm: prevent do_swap_page from handling page faults... |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm: fall back to mmap_lock if vma->anon_vma is not... |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm: introduce lock_vma_under_rcu to be used from arch... |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm: introduce vma detached flag |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm/mmap: prevent pagefault handler from racing with... |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm: conditionally write-lock VMA in free_pgtables |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm: write-lock VMAs before removing them from VMA tree |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm/mremap: write-lock VMA while remapping it to a new... |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm/mmap: write-lock VMAs in vma_prepare before modifyin... |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm/khugepaged: write-lock VMA while collapsing a huge... |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm/mmap: move vma_prepare before vma_adjust_trans_huge |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm: add per-VMA lock and helper functions to control it |
tree | commitdiff |
2023-04-06 |
Suren Baghdasaryan | mm: introduce CONFIG_PER_VMA_LOCK |
tree | commitdiff |
2023-04-06 |
Matthew Wilcox ... | mm: hold the RCU read lock over calls to ->map_pages |
tree | commitdiff |
2023-04-06 |
Thomas Weißschuh | mm/damon/sysfs: make more kobj_type structures constant |
tree | commitdiff |
2023-04-06 |
Tomas Krcka | mm: be less noisy during memory hotplug |
tree | commitdiff |
2023-04-06 |
Lorenzo Stoakes | mm/mmap/vma_merge: init cleanup, be explicit about... |
tree | commitdiff |
2023-04-06 |
Lorenzo Stoakes | mm/mmap/vma_merge: explicitly assign res, vma, extend... |
tree | commitdiff |
2023-04-06 |
Lorenzo Stoakes | mm/mmap/vma_merge: fold curr, next assignment logic |
tree | commitdiff |
2023-04-06 |
Lorenzo Stoakes | mm/mmap/vma_merge: further improve prev/next VMA naming |
tree | commitdiff |
2023-04-06 |
Lorenzo Stoakes | mm: vmalloc: convert vread() to vread_iter() |
tree | commitdiff |
2023-04-06 |
Kirill A. Shutemov | mm/page_alloc: make deferred page init free pages in... |
tree | commitdiff |
2023-04-06 |
Lorenzo Stoakes | mm: remove vmf_insert_pfn_xxx_prot() for huge page... |
tree | commitdiff |
2023-04-06 |
Lorenzo Stoakes | mm: remove unused vmf_insert_mixed_prot() |
tree | commitdiff |
2023-04-06 |
Tomas Mudrunka | mm/memtest: add results of early memtest to /proc/meminfo |
tree | commitdiff |
2023-04-06 |
Mike Rapoport (IBM) | mm: move vmalloc_init() declaration to mm/internal.h |
tree | commitdiff |
2023-04-06 |
Mike Rapoport (IBM) | mm: move kmem_cache_init() declaration to mm/slab.h |
tree | commitdiff |
2023-04-06 |
Mike Rapoport (IBM) | mm: move mem_init_print_info() to mm_init.c |
tree | commitdiff |
2023-04-06 |
Mike Rapoport (IBM) | init,mm: fold late call to page_ext_init() to page_allo... |
tree | commitdiff |
2023-04-06 |
Mike Rapoport (IBM) | mm: move init_mem_debugging_and_hardening() to mm/mm_init.c |
tree | commitdiff |
2023-04-06 |
Mike Rapoport (IBM) | mm: call {ptlock,pgtable}_cache_init() directly from... |
tree | commitdiff |
2023-04-06 |
Mike Rapoport (IBM) | init,mm: move mm_init() to mm/mm_init.c and rename... |
tree | commitdiff |
2023-04-06 |
Mike Rapoport (IBM) | mm/page_alloc: rename page_alloc_init() to page_alloc_i... |
tree | commitdiff |
2023-04-06 |
Mike Rapoport (IBM) | mm: handle hashdist initialization in mm/mm_init.c |
tree | commitdiff |
2023-04-06 |
Mike Rapoport (IBM) | mm: move most of core MM initialization to mm/mm_init.c |
tree | commitdiff |
2023-04-06 |
Mike Rapoport (IBM) | mm/page_alloc: add helper for checking if check_pages_e... |
tree | commitdiff |
2023-04-06 |
Mike Rapoport (IBM) | mm: move get_page_from_free_area() to mm/page_alloc.c |
tree | commitdiff |
2023-04-06 |
Lorenzo Stoakes | mm: prefer fault_around_pages to fault_around_bytes |
tree | commitdiff |
2023-04-06 |
Lorenzo Stoakes | mm: refactor do_fault_around() |
tree | commitdiff |
2023-04-06 |
Baolin Wang | mm: compaction: fix the possible deadlock when isolatin... |
tree | commitdiff |
2023-04-06 |
Baolin Wang | mm: compaction: consider the number of scanning compoun... |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mremap: simplify vma expansion again |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap: start distinguishing if vma can be removed... |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: convert mergeability checks to retur... |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: rename adj_next to adj_start |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: set mid to NULL if not applicable |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: initialize mid and next in natural... |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: use the proper vma pointer in case 4 |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: use the proper vma pointers in cases... |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: use the proper vma pointer in case 3 |
tree | commitdiff |
2023-04-06 |
Vlastimil Babka | mm/mmap/vma_merge: use only primary pointers for prepar... |
tree | commitdiff |
2023-04-06 |
Axel Rasmussen | mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install... |
tree | commitdiff |
2023-04-06 |
Axel Rasmussen | mm: userfaultfd: combine 'mode' and 'wp_copy' arguments |
tree | commitdiff |
2023-04-06 |
Axel Rasmussen | mm: userfaultfd: don't pass around both mm and vma |
tree | commitdiff |
2023-04-06 |
Axel Rasmussen | mm: userfaultfd: rename functions for clarity + consistency |
tree | commitdiff |
2023-04-06 |
Kirill A. Shutemov | mm, treewide: redefine MAX_ORDER sanely |
tree | commitdiff |
2023-04-06 |
Kirill A. Shutemov | mm/slub: fix MAX_ORDER usage in calculate_order() |
tree | commitdiff |
2023-04-06 |
Kirill A. Shutemov | mm/page_reporting: fix MAX_ORDER usage in page_reportin... |
tree | commitdiff |
2023-04-06 |
Peter Xu | mm/uffd: UFFD_FEATURE_WP_UNPOPULATED |
tree | commitdiff |
2023-04-06 |
Andrey Konovalov | kasan: suppress recursive reports for HW_TAGS |
tree | commitdiff |
2023-04-06 |
Andrey Konovalov | kasan, arm64: add arch_suppress_tag_checks_start/stop |
tree | commitdiff |
2023-04-06 |
Andrey Konovalov | kasan, arm64: rename tagging-related routines |
tree | commitdiff |
2023-04-06 |
Andrey Konovalov | kasan: drop empty tagging-related defines |
tree | commitdiff |
2023-04-06 |
Christoph Hellwig | mm: return an ERR_PTR from __filemap_get_folio |
tree | commitdiff |
2023-04-06 |
Christoph Hellwig | mm: remove FGP_ENTRY |
tree | commitdiff |
2023-04-06 |
Christoph Hellwig | shmem: open code the page cache lookup in shmem_get_fol... |
tree | commitdiff |
2023-04-06 |
Hugh Dickins | shmem: shmem_get_partial_folio use filemap_get_entry |
tree | commitdiff |
2023-04-06 |
Christoph Hellwig | mm: use filemap_get_entry in filemap_get_incore_folio |
tree | commitdiff |
2023-04-06 |
Christoph Hellwig | mm: make mapping_get_entry available outside of filemap.c |
tree | commitdiff |
2023-04-06 |
Christoph Hellwig | mm: don't look at xarray value entries in split_huge_pa... |
tree | commitdiff |
2023-04-06 |
Keith Busch | dmapool: create/destroy cleanup |
tree | commitdiff |
2023-04-06 |
Keith Busch | dmapool: link blocks across pages |
tree | commitdiff |
2023-04-06 |
Keith Busch | dmapool: don't memset on free twice |
tree | commitdiff |
next |