index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/rmap: Convert try_to_unmap() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
6
-51
/
+60
*
mm/huge_memory: Convert __split_huge_pmd() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
2
-25
/
+27
*
mm/rmap: Turn page_referenced() into folio_referenced()
Matthew Wilcox (Oracle)
2022-03-21
3
-44
/
+48
*
mm/mlock: Add mlock_vma_folio()
Matthew Wilcox (Oracle)
2022-03-21
2
-15
/
+22
*
mm/rmap: Use a folio in page_mkclean_one()
Matthew Wilcox (Oracle)
2022-03-21
1
-4
/
+5
*
mm/page_idle: Convert page_idle_clear_pte_refs() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-9
/
+12
*
mm: Convert page_vma_mapped_walk to work on PFNs
Matthew Wilcox (Oracle)
2022-03-21
4
-45
/
+41
*
mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK
Matthew Wilcox (Oracle)
2022-03-21
5
-51
/
+10
*
mm: Add split_folio_to_list()
Matthew Wilcox (Oracle)
2022-03-21
1
-5
/
+5
*
mm: Add folio_mapcount()
Matthew Wilcox (Oracle)
2022-03-21
2
-24
/
+33
*
mm: Turn head_compound_mapcount() into folio_entire_mapcount()
Matthew Wilcox (Oracle)
2022-03-21
1
-2
/
+4
*
mm/vmscan: Turn page_check_dirty_writeback() into folio_check_dirty_writeback()
Matthew Wilcox (Oracle)
2022-03-21
1
-10
/
+10
*
mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa...
Matthew Wilcox (Oracle)
2022-03-21
2
-19
/
+15
*
mm: Turn deactivate_file_page() into deactivate_file_folio()
Matthew Wilcox (Oracle)
2022-03-21
3
-18
/
+20
*
mm/truncate: Convert __invalidate_mapping_pages() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-9
/
+9
*
mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()
Matthew Wilcox (Oracle)
2022-03-21
3
-13
/
+26
*
mm: Convert remove_mapping() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
2
-10
/
+15
*
mm/truncate: Replace page_mapped() call in invalidate_inode_page()
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+3
*
mm/truncate: Convert invalidate_inode_page() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-3
/
+4
*
mm/truncate: Inline invalidate_complete_page() into its one caller
Matthew Wilcox (Oracle)
2022-03-21
1
-23
/
+5
*
mm/vmscan: Convert __remove_mapping() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-21
/
+23
*
mm: Turn putback_lru_page() into folio_putback_lru()
Matthew Wilcox (Oracle)
2022-03-21
3
-9
/
+15
*
mm/memcg: Convert mem_cgroup_swapout() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
2
-12
/
+12
*
mm/workingset: Convert workingset_eviction() to take a folio
Matthew Wilcox (Oracle)
2022-03-21
2
-15
/
+17
*
mm/gup: Convert check_and_migrate_movable_pages() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-13
/
+14
*
mm: Turn isolate_lru_page() into folio_isolate_lru()
Matthew Wilcox (Oracle)
2022-03-21
3
-25
/
+29
*
mm/gup: Turn compound_range_next() into gup_folio_range_next()
Matthew Wilcox (Oracle)
2022-03-21
1
-21
/
+17
*
mm/gup: Turn compound_next() into gup_folio_next()
Matthew Wilcox (Oracle)
2022-03-21
1
-19
/
+21
*
mm/gup: Convert gup_huge_pgd() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-11
/
+6
*
mm/gup: Convert gup_huge_pud() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-5
/
+6
*
mm/gup: Convert gup_huge_pmd() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-5
/
+6
*
mm/gup: Convert gup_hugepte() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-7
/
+7
*
mm/gup: Convert gup_pte_range() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-10
/
+8
*
mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()
Matthew Wilcox (Oracle)
2022-03-21
2
-5
/
+4
*
mm/gup: Add gup_put_folio()
Matthew Wilcox (Oracle)
2022-03-21
1
-26
/
+12
*
mm/gup: Convert try_grab_page() to use a folio
Matthew Wilcox (Oracle)
2022-03-21
1
-15
/
+13
*
mm/gup: Add try_get_folio() and try_grab_folio()
Matthew Wilcox (Oracle)
2022-03-21
2
-50
/
+54
*
mm: Make compound_pincount always available
Matthew Wilcox (Oracle)
2022-03-21
5
-27
/
+20
*
mm/gup: Remove hpage_pincount_sub()
Matthew Wilcox (Oracle)
2022-03-21
1
-10
/
+3
*
mm/gup: Remove hpage_pincount_add()
Matthew Wilcox (Oracle)
2022-03-21
1
-20
/
+11
*
mm/gup: Handle page split race more efficiently
Matthew Wilcox (Oracle)
2022-03-21
1
-2
/
+5
*
mm/gup: Remove an assumption of a contiguous memmap
Matthew Wilcox (Oracle)
2022-03-21
1
-2
/
+2
*
mm/gup: Fix some contiguous memmap assumptions
Matthew Wilcox (Oracle)
2022-03-21
1
-7
/
+7
*
mm/gup: Change the calling convention for compound_next()
Matthew Wilcox (Oracle)
2022-03-21
1
-6
/
+5
*
mm/gup: Optimise compound_range_next()
Matthew Wilcox (Oracle)
2022-03-21
1
-1
/
+1
*
mm/gup: Change the calling convention for compound_range_next()
Matthew Wilcox (Oracle)
2022-03-21
1
-6
/
+5
*
mm/gup: Remove for_each_compound_head()
Matthew Wilcox (Oracle)
2022-03-21
1
-11
/
+5
*
mm/gup: Remove for_each_compound_range()
Matthew Wilcox (Oracle)
2022-03-21
1
-10
/
+2
*
mm/gup: Increment the page refcount before the pincount
Matthew Wilcox (Oracle)
2022-03-21
1
-8
/
+6
*
mm: build migrate_vma_* for all configs with ZONE_DEVICE support
Christoph Hellwig
2022-03-03
1
-1
/
+1
[next]