index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
2023-02-13
mm/hugetlb: convert restore_reserve_on_error to take in a folio
Sidhartha Kumar
2023-02-13
mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()
Sidhartha Kumar
2023-02-13
mm/hugetlb: convert putback_active_hugepage to take in a folio
Sidhartha Kumar
2023-02-13
mm/hugetlb: convert hugetlbfs_pagecache_present() to folios
Sidhartha Kumar
2023-02-13
mm/hugetlb: convert hugetlb_install_page to folios
Sidhartha Kumar
2023-02-13
mm/hugetlb: convert demote_free_huge_page to folios
Sidhartha Kumar
2023-02-13
mm/hugetlb: convert restore_reserve_on_error() to folios
Sidhartha Kumar
2023-02-13
mm/hugetlb: convert alloc_migrate_huge_page to folios
Sidhartha Kumar
2023-02-13
mm/hugetlb: increase use of folios in alloc_huge_page()
Sidhartha Kumar
2023-02-13
mm/hugetlb: convert alloc_surplus_huge_page() to folios
Sidhartha Kumar
2023-02-13
mm/hugetlb: convert dequeue_hugetlb_page functions to folios
Sidhartha Kumar
2023-02-13
mm/hugetlb: convert __update_and_free_page() to folios
Sidhartha Kumar
2023-02-13
mm/hugetlb: convert isolate_hugetlb to folios
Sidhartha Kumar
2023-02-13
mm/khugepaged: fix invalid page access in release_pte_pages()
Vishal Moola (Oracle)
2023-02-10
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2023-02-09
mm/memremap.c: fix outdated comment in devm_memremap_pages
Li Zhijian
2023-02-09
mm/damon/sysfs: make kobj_type structures constant
Thomas Weißschuh
2023-02-09
mm/gup: move private gup FOLL_ flags to internal.h
Jason Gunthorpe
2023-02-09
mm/gup: move gup_must_unshare() to mm/internal.h
Jason Gunthorpe
2023-02-09
mm/gup: make get_user_pages_fast_only() return the common return value
Jason Gunthorpe
2023-02-09
mm/gup: remove pin_user_pages_fast_only()
Jason Gunthorpe
2023-02-09
mm/gup: make locked never NULL in the internal GUP functions
Jason Gunthorpe
2023-02-09
mm/gup: add FOLL_UNLOCKABLE
Jason Gunthorpe
2023-02-09
mm/gup: remove locked being NULL from faultin_vma_page_range()
Jason Gunthorpe
2023-02-09
mm/gup: add an assertion that the mmap lock is locked
Jason Gunthorpe
2023-02-09
mm/gup: simplify the external interface functions and consolidate invariants
Jason Gunthorpe
2023-02-09
mm/gup: move try_grab_page() to mm/internal.h
Jason Gunthorpe
2023-02-09
mm/gup: don't call __gup_longterm_locked() if FOLL_LONGTERM cannot be set
Jason Gunthorpe
2023-02-09
mm/gup: have internal functions get the mmap_read_lock()
Jason Gunthorpe
2023-02-09
mm/vmalloc: skip the uninitilized vmalloc areas
Baoquan He
2023-02-09
mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfo
Baoquan He
2023-02-09
mm/vmalloc.c: allow vread() to read out vm_map_ram areas
Baoquan He
2023-02-09
mm/vmalloc.c: add flags to mark vm_map_ram area
Baoquan He
2023-02-09
mm/vmalloc.c: add used_map into vmap_block to track space of vmap_block
Baoquan He
2023-02-09
shmem: fix W=1 build warnings with CONFIG_SHMEM=n
Matthew Wilcox (Oracle)
2023-02-09
shmem: add shmem_read_folio() and shmem_read_folio_gfp()
Matthew Wilcox (Oracle)
2023-02-09
filemap: add mapping_read_folio_gfp()
Matthew Wilcox (Oracle)
2023-02-09
mm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES - 1)
Yajun Deng
2023-02-09
mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates
Suren Baghdasaryan
2023-02-09
mm/vmalloc: replace BUG_ON with a simple if statement
Hyunmin Lee
2023-02-09
mm/swapfile: remove pr_debug in get_swap_pages()
Longlong Xia
2023-02-09
memory tier: release the new_memtier in find_create_memory_tier()
Tong Tiangen
2023-02-09
kasan: infer allocation size by scanning metadata
Kuan-Ying Lee
2023-02-09
mm: export dump_mm()
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
vma_merge: set vma iterator to correct position.
Liam R. Howlett
2023-02-09
mm/mmap: remove __vma_adjust()
Liam R. Howlett
2023-02-09
mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()
Liam R. Howlett
[next]