index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mm.h
Age
Commit message (
Expand
)
Author
2023-04-05
mm: add FAULT_FLAG_VMA_LOCK flag
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/khugepaged: write-lock VMA while collapsing a huge page
Suren Baghdasaryan
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: remove unused vmf_insert_mixed_prot()
Lorenzo Stoakes
2023-04-05
mm: move mem_init_print_info() to mm_init.c
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-03-16
mm: Introduce untagged_addr_remote()
Kirill A. Shutemov
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-20
Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-02-20
Merge tag 'remove-get_kernel_pages-for-6.3' of https://git.linaro.org/people/...
Linus Torvalds
2023-02-13
mm: add folio_get_nontail_page()
Vishal Moola (Oracle)
2023-02-13
mm: add folio_estimated_sharers()
Vishal Moola (Oracle)
2023-02-13
mm: Remove get_kernel_pages()
Ira Weiny
2023-02-10
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2023-02-09
mm/gup: move gup_must_unshare() to mm/internal.h
Jason Gunthorpe
2023-02-09
mm/gup: remove pin_user_pages_fast_only()
Jason Gunthorpe
2023-02-09
mm/gup: move try_grab_page() to mm/internal.h
Jason Gunthorpe
2023-02-09
mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates
Suren Baghdasaryan
2023-02-09
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
2023-02-09
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-09
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
2023-02-09
mm: introduce vma->vm_flags wrapper functions
Suren Baghdasaryan
2023-02-09
mm/mmap: don't use __vma_adjust() in shift_arg_pages()
Liam R. Howlett
2023-02-09
mm/mremap: convert vma_adjust() to vma_expand()
Liam R. Howlett
2023-02-09
mm: don't use __vma_adjust() in __split_vma()
Liam R. Howlett
2023-02-09
mm: add vma iterator to vma_adjust() arguments
Liam R. Howlett
2023-02-09
mm: pass through vma iterator to __vma_adjust()
Liam R. Howlett
2023-02-09
mmap: convert __vma_adjust() to use vma iterator
Liam R. Howlett
2023-02-09
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
2023-02-09
mm: change mprotect_fixup to vma iterator
Liam R. Howlett
2023-02-09
ipc/shm: introduce new do_vma_munmap() to munmap
Liam R. Howlett
2023-02-09
mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...
Liam R. Howlett
2023-02-09
mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
Liam R. Howlett
2023-02-09
mm: expand vma iterator interface
Liam R. Howlett
2023-02-03
mm: extend max struct page size for kmsan
Arnd Bergmann
2023-02-02
mm: memory-failure: add memory failure stats to sysfs
Jiaqi Yan
2023-02-02
mm: convert set_compound_page_dtor() and set_compound_order() to folios
Matthew Wilcox (Oracle)
2023-02-02
mm: reimplement compound_nr()
Matthew Wilcox (Oracle)
2023-02-02
mm: reimplement compound_order()
Matthew Wilcox (Oracle)
2023-02-02
mm: remove head_compound_mapcount() and _ptr functions
Matthew Wilcox (Oracle)
2023-02-02
mm: convert page_mapcount() to use folio_entire_mapcount()
Matthew Wilcox (Oracle)
2023-02-02
mm: convert total_compound_mapcount() to folio_total_mapcount()
Matthew Wilcox (Oracle)
2023-02-02
mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()
Matthew Wilcox (Oracle)
2023-02-02
mm: remove folio_pincount_ptr() and head_compound_pincount()
Matthew Wilcox (Oracle)
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
[prev]
[next]