index
:
platform/kernel/linux-riscv
accepted/tizen_unified
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
master
tizen
tizen_dev
upstream
Unnamed repository; edit this file 'description' to name the repository.
Replication User from Gerrit
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: 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
2022-03-03
mm: simplify freeing of devmap managed pages
Christoph Hellwig
2
-20
/
+10
2022-03-03
mm: move free_devmap_managed_page to memremap.c
Christoph Hellwig
2
-23
/
+21
2022-03-03
mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages
Christoph Hellwig
1
-2
/
+1
2022-03-03
mm/munlock: mlock_vma_page() check against VM_SPECIAL
Hugh Dickins
1
-2
/
+9
2022-02-17
mm/thp: shrink_page_list() avoid splitting VM_LOCKED THP
Hugh Dickins
2
-5
/
+8
2022-02-17
mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)
Hugh Dickins
1
-2
/
+8
[next]