index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-08
mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER
Kirill A. Shutemov
1
-1
/
+1
2023-12-29
mm: remove one last reference to page_add_*_rmap()
David Hildenbrand
1
-1
/
+1
2023-12-29
mm/rmap: rename COMPOUND_MAPPED to ENTIRELY_MAPPED
David Hildenbrand
1
-3
/
+3
2023-12-29
mm: convert page_try_share_anon_rmap() to folio_try_share_anon_rmap_[pte|pmd]()
David Hildenbrand
1
-2
/
+2
2023-12-29
mm/rmap: remove page_remove_rmap()
David Hildenbrand
1
-1
/
+1
2023-12-12
mm: use vma_pages() for vma objects
Chen Haonan
1
-1
/
+1
2023-12-12
maple_tree: separate ma_state node from status
Liam R. Howlett
1
-4
/
+4
2023-12-12
maple_tree: move debug check to __mas_set_range()
Liam R. Howlett
1
-2
/
+0
2023-12-10
mm: remove invalidate_inode_page()
Matthew Wilcox (Oracle)
1
-1
/
+0
2023-12-10
mm: make mapping_evict_folio() the preferred way to evict clean folios
Matthew Wilcox (Oracle)
1
-0
/
+1
2023-12-10
fork: use __mt_dup() to duplicate maple tree in dup_mmap()
Peng Zhang
1
-11
/
+0
2023-10-25
mm: add page_rmappable_folio() wrapper
Hugh Dickins
1
-0
/
+9
2023-10-25
mm: fix multiple typos in multiple files
Muhammad Muzammil
1
-1
/
+1
2023-10-18
mm: abstract VMA merge and extend into vma_merge_extend() helper
Lorenzo Stoakes
1
-5
/
+3
2023-10-18
mm: make vma_merge() and split_vma() internal
Lorenzo Stoakes
1
-0
/
+9
2023-10-18
mm: add printf attribute to shrinker_debugfs_name_alloc
Lucy Mielke
1
-2
/
+2
2023-10-18
mm: use folio_xor_flags_has_waiters() in folio_end_writeback()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-10-18
mm: make __end_folio_writeback() return void
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-10-18
mm/gup: explicitly define and check internal GUP flags, disallow FOLL_TOUCH
Lorenzo Stoakes
1
-0
/
+3
2023-10-16
mm: memory: make numa_migrate_prep() to take a folio
Kefeng Wang
1
-1
/
+1
2023-10-04
mm: handle large folio when large folio in VM_LOCKED VMA range
Yin Fengwei
1
-10
/
+13
2023-10-04
mm: add functions folio_in_range() and folio_within_vma()
Yin Fengwei
1
-0
/
+50
2023-10-04
mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVO
Usama Arif
1
-0
/
+3
2023-10-04
mm: shrinker: add infrastructure for dynamically allocating shrinker
Qi Zheng
1
-0
/
+22
2023-10-04
mm: vmscan: move shrinker-related code into a separate file
Qi Zheng
1
-0
/
+2
2023-10-04
mm: move some shrinker-related function declarations to mm/internal.h
Qi Zheng
1
-0
/
+26
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2023-08-21
mm: free up a word in the first tail page
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-08-21
mm: add large_rmappable page flag
Matthew Wilcox (Oracle)
1
-1
/
+0
2023-08-21
mm: convert free_transhuge_folio() to folio_undo_large_rmappable()
Matthew Wilcox (Oracle)
1
-0
/
+2
2023-08-21
merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes
Andrew Morton
1
-0
/
+17
2023-08-21
mm: allow fault_dirty_shared_page() to be called under the VMA lock
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-08-21
mm: disable kernelcore=mirror when no mirror memory
Ma Wupeng
1
-0
/
+1
2023-08-21
mm/gup: handle cont-PTE hugetlb pages correctly in gup_must_unshare() via GUP...
David Hildenbrand
1
-0
/
+10
2023-08-21
smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()
David Hildenbrand
1
-0
/
+7
2023-08-18
mm: set up vma iterator for vma_iter_prealloc() calls
Liam R. Howlett
1
-11
/
+7
2023-08-18
mm: use vma_iter_clear_gfp() in nommu
Liam R. Howlett
1
-0
/
+12
2023-08-18
maple_tree: re-introduce entry to mas_preallocate() arguments
Liam R. Howlett
1
-1
/
+1
2023-08-18
mm: remove re-walk from mmap_region()
Liam R. Howlett
1
-0
/
+8
2023-08-18
mm: change do_vmi_align_munmap() tracking of VMAs to remove
Liam R. Howlett
1
-1
/
+1
2023-08-18
mm, netfs, fscache: stop read optimisation when folio removed from pagecache
David Howells
1
-1
/
+4
2023-08-18
mm: merge folio_has_private()/filemap_release_folio() call pairs
David Howells
1
-0
/
+8
2023-08-18
mm: make show_free_areas() static
Kefeng Wang
1
-0
/
+6
2023-07-11
mm/mmap: Add shadow stack pages to memory accounting
Rick Edgecombe
1
-2
/
+2
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-39
/
+48
2023-06-23
mm: rename invalidate_mapping_pagevec to mapping_try_invalidate
Matthew Wilcox (Oracle)
1
-2
/
+2
2023-06-19
mm/folio: replace set_compound_order with folio_set_order
Tarun Sahu
1
-16
/
+16
2023-06-19
mm: remove set_compound_page_dtor()
Sidhartha Kumar
1
-1
/
+1
2023-06-19
mm/folio: avoid special handling for order value 0 in folio_set_order
Tarun Sahu
1
-6
/
+2
2023-06-09
mm/mlock: rename mlock_future_check() to mlock_future_ok()
Andrew Morton
1
-1
/
+1
[next]