开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2023-04-05
mm/mmap: free vm_area_struct without call_rcu in exit_mmap
Suren Baghdasaryan
2023-04-05
mm: introduce per-VMA lock statistics
Suren Baghdasaryan
2023-04-05
mm: prevent userfaults to be handled under per-vma lock
Suren Baghdasaryan
2023-04-05
mm: prevent do_swap_page from handling page faults under VMA lock
Suren Baghdasaryan
2023-04-05
mm: fall back to mmap_lock if vma->anon_vma is not yet set
Suren Baghdasaryan
2023-04-05
mm: introduce lock_vma_under_rcu to be used from arch-specific code
Suren Baghdasaryan
2023-04-05
mm: introduce vma detached flag
Suren Baghdasaryan
2023-04-05
mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
Suren Baghdasaryan
2023-04-05
mm: conditionally write-lock VMA in free_pgtables
Suren Baghdasaryan
2023-04-05
mm: write-lock VMAs before removing them from VMA tree
Suren Baghdasaryan
2023-04-05
mm/mremap: write-lock VMA while remapping it to a new address range
Suren Baghdasaryan
2023-04-05
mm/mmap: write-lock VMAs in vma_prepare before modifying them
Suren Baghdasaryan
2023-04-05
mm/khugepaged: write-lock VMA while collapsing a huge page
Suren Baghdasaryan
2023-04-05
mm/mmap: move vma_prepare before vma_adjust_trans_huge
Suren Baghdasaryan
2023-04-05
mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
2023-04-05
mm: introduce CONFIG_PER_VMA_LOCK
Suren Baghdasaryan
2023-04-05
mm: hold the RCU read lock over calls to ->map_pages
Matthew Wilcox (Oracle)
2023-04-05
mm/damon/sysfs: make more kobj_type structures constant
Thomas Weißschuh
2023-04-05
mm: be less noisy during memory hotplug
Tomas Krcka
2023-04-05
mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
Lorenzo Stoakes
2023-04-05
mm/mmap/vma_merge: explicitly assign res, vma, extend invariants
Lorenzo Stoakes
2023-04-05
mm/mmap/vma_merge: fold curr, next assignment logic
Lorenzo Stoakes
2023-04-05
mm/mmap/vma_merge: further improve prev/next VMA naming
Lorenzo Stoakes
2023-04-05
mm: vmalloc: convert vread() to vread_iter()
Lorenzo Stoakes
2023-04-05
mm/page_alloc: make deferred page init free pages in MAX_ORDER blocks
Kirill A. Shutemov
2023-04-05
mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entries
Lorenzo Stoakes
2023-04-05
mm: remove unused vmf_insert_mixed_prot()
Lorenzo Stoakes
2023-04-05
mm/memtest: add results of early memtest to /proc/meminfo
Tomas Mudrunka
2023-04-05
mm: move vmalloc_init() declaration to mm/internal.h
Mike Rapoport (IBM)
2023-04-05
mm: move kmem_cache_init() declaration to mm/slab.h
Mike Rapoport (IBM)
2023-04-05
mm: move mem_init_print_info() to mm_init.c
Mike Rapoport (IBM)
2023-04-05
init,mm: fold late call to page_ext_init() to page_alloc_init_late()
Mike Rapoport (IBM)
2023-04-05
mm: move init_mem_debugging_and_hardening() to mm/mm_init.c
Mike Rapoport (IBM)
2023-04-05
mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()
Mike Rapoport (IBM)
2023-04-05
init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()
Mike Rapoport (IBM)
2023-04-05
mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()
Mike Rapoport (IBM)
2023-04-05
mm: handle hashdist initialization in mm/mm_init.c
Mike Rapoport (IBM)
2023-04-05
mm: move most of core MM initialization to mm/mm_init.c
Mike Rapoport (IBM)
2023-04-05
mm/page_alloc: add helper for checking if check_pages_enabled
Mike Rapoport (IBM)
2023-04-05
mm: move get_page_from_free_area() to mm/page_alloc.c
Mike Rapoport (IBM)
2023-04-05
mm: prefer fault_around_pages to fault_around_bytes
Lorenzo Stoakes
2023-04-05
mm: refactor do_fault_around()
Lorenzo Stoakes
2023-04-05
mm: compaction: fix the possible deadlock when isolating hugetlb pages
Baolin Wang
2023-04-05
mm: compaction: consider the number of scanning compound pages in isolate fai...
Baolin Wang
2023-04-05
mm/mremap: simplify vma expansion again
Vlastimil Babka
2023-04-05
mm/mmap: start distinguishing if vma can be removed in mergeability test
Vlastimil Babka
2023-04-05
mm/mmap/vma_merge: convert mergeability checks to return bool
Vlastimil Babka
2023-04-05
mm/mmap/vma_merge: rename adj_next to adj_start
Vlastimil Babka
2023-04-05
mm/mmap/vma_merge: set mid to NULL if not applicable
Vlastimil Babka
2023-04-05
mm/mmap/vma_merge: initialize mid and next in natural order
Vlastimil Babka
[next]