index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-21
mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALK
Matthew Wilcox (Oracle)
5
-51
/
+10
2022-03-21
mm: Add split_folio_to_list()
Matthew Wilcox (Oracle)
1
-5
/
+5
2022-03-21
mm: Add folio_mapcount()
Matthew Wilcox (Oracle)
2
-24
/
+33
2022-03-21
mm: Turn head_compound_mapcount() into folio_entire_mapcount()
Matthew Wilcox (Oracle)
1
-2
/
+4
2022-03-21
mm/vmscan: Turn page_check_dirty_writeback() into folio_check_dirty_writeback()
Matthew Wilcox (Oracle)
1
-10
/
+10
2022-03-21
mm/truncate: Combine invalidate_mapping_pagevec() and __invalidate_mapping_pa...
Matthew Wilcox (Oracle)
2
-19
/
+15
2022-03-21
mm: Turn deactivate_file_page() into deactivate_file_folio()
Matthew Wilcox (Oracle)
3
-18
/
+20
2022-03-21
mm/truncate: Convert __invalidate_mapping_pages() to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-03-21
mm/truncate: Split invalidate_inode_page() into mapping_evict_folio()
Matthew Wilcox (Oracle)
3
-13
/
+26
2022-03-21
mm: Convert remove_mapping() to take a folio
Matthew Wilcox (Oracle)
2
-10
/
+15
2022-03-21
mm/truncate: Replace page_mapped() call in invalidate_inode_page()
Matthew Wilcox (Oracle)
1
-1
/
+3
2022-03-21
mm/truncate: Convert invalidate_inode_page() to use a folio
Matthew Wilcox (Oracle)
1
-3
/
+4
2022-03-21
mm/truncate: Inline invalidate_complete_page() into its one caller
Matthew Wilcox (Oracle)
1
-23
/
+5
2022-03-21
mm/vmscan: Convert __remove_mapping() to take a folio
Matthew Wilcox (Oracle)
1
-21
/
+23
2022-03-21
mm: Turn putback_lru_page() into folio_putback_lru()
Matthew Wilcox (Oracle)
3
-9
/
+15
2022-03-21
mm/memcg: Convert mem_cgroup_swapout() to take a folio
Matthew Wilcox (Oracle)
2
-12
/
+12
2022-03-21
mm/workingset: Convert workingset_eviction() to take a folio
Matthew Wilcox (Oracle)
2
-15
/
+17
2022-03-21
mm/gup: Convert check_and_migrate_movable_pages() to use a folio
Matthew Wilcox (Oracle)
1
-13
/
+14
2022-03-21
mm: Turn isolate_lru_page() into folio_isolate_lru()
Matthew Wilcox (Oracle)
3
-25
/
+29
2022-03-21
mm/gup: Turn compound_range_next() into gup_folio_range_next()
Matthew Wilcox (Oracle)
1
-21
/
+17
2022-03-21
mm/gup: Turn compound_next() into gup_folio_next()
Matthew Wilcox (Oracle)
1
-19
/
+21
2022-03-21
mm/gup: Convert gup_huge_pgd() to use a folio
Matthew Wilcox (Oracle)
1
-11
/
+6
2022-03-21
mm/gup: Convert gup_huge_pud() to use a folio
Matthew Wilcox (Oracle)
1
-5
/
+6
2022-03-21
mm/gup: Convert gup_huge_pmd() to use a folio
Matthew Wilcox (Oracle)
1
-5
/
+6
2022-03-21
mm/gup: Convert gup_hugepte() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-03-21
mm/gup: Convert gup_pte_range() to use a folio
Matthew Wilcox (Oracle)
1
-10
/
+8
2022-03-21
mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()
Matthew Wilcox (Oracle)
2
-5
/
+4
2022-03-21
mm/gup: Add gup_put_folio()
Matthew Wilcox (Oracle)
1
-26
/
+12
2022-03-21
mm/gup: Convert try_grab_page() to use a folio
Matthew Wilcox (Oracle)
1
-15
/
+13
2022-03-21
mm/gup: Add try_get_folio() and try_grab_folio()
Matthew Wilcox (Oracle)
2
-50
/
+54
2022-03-21
mm: Make compound_pincount always available
Matthew Wilcox (Oracle)
5
-27
/
+20
2022-03-21
mm/gup: Remove hpage_pincount_sub()
Matthew Wilcox (Oracle)
1
-10
/
+3
2022-03-21
mm/gup: Remove hpage_pincount_add()
Matthew Wilcox (Oracle)
1
-20
/
+11
2022-03-21
mm/gup: Handle page split race more efficiently
Matthew Wilcox (Oracle)
1
-2
/
+5
2022-03-21
mm/gup: Remove an assumption of a contiguous memmap
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-03-21
mm/gup: Fix some contiguous memmap assumptions
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-03-21
mm/gup: Change the calling convention for compound_next()
Matthew Wilcox (Oracle)
1
-6
/
+5
2022-03-21
mm/gup: Optimise compound_range_next()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-21
mm/gup: Change the calling convention for compound_range_next()
Matthew Wilcox (Oracle)
1
-6
/
+5
2022-03-21
mm/gup: Remove for_each_compound_head()
Matthew Wilcox (Oracle)
1
-11
/
+5
2022-03-21
mm/gup: Remove for_each_compound_range()
Matthew Wilcox (Oracle)
1
-10
/
+2
2022-03-21
mm/gup: Increment the page refcount before the pincount
Matthew Wilcox (Oracle)
1
-8
/
+6
2022-03-03
mm: build migrate_vma_* for all configs with ZONE_DEVICE support
Christoph Hellwig
1
-1
/
+1
2022-03-03
mm: move the migrate_vma_* device migration code into its own file
Christoph Hellwig
4
-753
/
+770
2022-03-03
mm: refactor the ZONE_DEVICE handling in migrate_vma_pages
Christoph Hellwig
1
-15
/
+12
2022-03-03
mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_page
Christoph Hellwig
1
-16
/
+15
2022-03-03
mm: refactor check_and_migrate_movable_pages
Christoph Hellwig
1
-37
/
+44
2022-03-03
mm: generalize the pgmap based page_free infrastructure
Christoph Hellwig
1
-2
/
+2
2022-03-03
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
6
-68
/
+28
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
2
-1
/
+6
[next]