开源镜像站
帮助
下载
动态
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
Age
Commit message (
Expand
)
Author
2023-04-05
mm: mark VMA as being written when changing vm_flags
Suren Baghdasaryan
2023-04-05
mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
2023-04-05
mm: move mmap_lock assert function definitions
Suren Baghdasaryan
2023-04-05
mm: rcu safe VMA freeing
Michel Lespinasse
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
afs: split afs_pagecache_valid() out of afs_validate()
Matthew Wilcox (Oracle)
2023-04-05
xfs: remove xfs_filemap_map_pages() wrapper
Matthew Wilcox (Oracle)
2023-04-05
mm/damon/sysfs: make more kobj_type structures constant
Thomas Weißschuh
2023-04-05
selftests/mm: set overcommit_policy as OVERCOMMIT_ALWAYS
Chaitanya S Prakash
2023-04-05
selftests/mm: change NR_CHUNKS_HIGH for aarch64
Chaitanya S Prakash
2023-04-05
selftests/mm: change MAP_CHUNK_SIZE
Chaitanya S Prakash
2023-04-05
trace: cma: remove unnecessary event class cma_alloc_class
Wenchao Hao
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
iov_iter: add copy_page_to_iter_nofault()
Lorenzo Stoakes
2023-04-05
fs/proc/kcore: convert read_kcore() to read_kcore_iter()
Lorenzo Stoakes
2023-04-05
fs/proc/kcore: avoid bounce buffer for ktext data
Lorenzo Stoakes
2023-04-05
mm/page_alloc: make deferred page init free pages in MAX_ORDER blocks
Kirill A. Shutemov
2023-04-05
drm/ttm: remove comment referencing now-removed vmf_insert_mixed_prot()
Lorenzo Stoakes
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
MAINTAINERS: extend memblock entry to include MM initialization
Mike Rapoport (IBM)
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
init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_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
mips: fix comment about pgtable_init()
Mike Rapoport (IBM)
2023-04-05
MAINTAINERS: add Lorenzo as vmalloc reviewer
Lorenzo Stoakes
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
[next]