index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: convert arch_clear_hugepage_flags to take a folio
Matthew Wilcox (Oracle)
2024-04-26
7
-20
/
+20
*
mm: make page_mapped() take a const argument
Matthew Wilcox (Oracle)
2024-04-26
3
-10
/
+11
*
mm: make is_free_buddy_page() take a const argument
Matthew Wilcox (Oracle)
2024-04-26
2
-5
/
+5
*
mm: make folio_test_idle and folio_test_young take a const argument
Matthew Wilcox (Oracle)
2024-04-26
1
-5
/
+5
*
mm: make page_ext_get() take a const argument
Matthew Wilcox (Oracle)
2024-04-26
3
-5
/
+3
*
xtensa: remove uses of PG_arch_1 on individual pages
Matthew Wilcox (Oracle)
2024-04-26
1
-2
/
+4
*
sh: remove use of PG_arch_1 on individual pages
Matthew Wilcox (Oracle)
2024-04-26
1
-2
/
+3
*
mm: merge folio_is_secretmem() and folio_fast_pin_allowed() into gup_fast_fol...
David Hildenbrand
2024-04-26
2
-39
/
+30
*
selftests/memfd_secret: add vmsplice() test
David Hildenbrand
2024-04-26
1
-2
/
+49
*
mm: move follow_phys to arch/x86/mm/pat/memtype.c
Christoph Hellwig
2024-04-26
3
-35
/
+28
*
mm: remove follow_pfn
Christoph Hellwig
2024-04-26
3
-57
/
+2
*
virt: acrn: stop using follow_pfn
Christoph Hellwig
2024-04-26
1
-2
/
+8
*
mm: backing-dev: use group allocation/free of per-cpu counters API
Kefeng Wang
2024-04-26
1
-18
/
+5
*
huge_memory.c: document huge page splitting rules more thoroughly
John Hubbard
2024-04-26
1
-15
/
+27
*
mm/mmap: convert all mas except mas_detach to vma iterator
Yajun Deng
2024-04-26
2
-57
/
+85
*
mm/mm_init.c: remove arch_reserved_kernel_pages()
Baoquan He
2024-04-26
4
-24
/
+0
*
mm/mm_init.c: remove unneeded calc_memmap_size()
Baoquan He
2024-04-26
1
-20
/
+0
*
mm/mm_init.c: remove meaningless calculation of zone->managed_pages in free_a...
Baoquan He
2024-04-26
1
-41
/
+5
*
mm/mm_init.c: add new function calc_nr_all_pages()
Baoquan He
2024-04-26
1
-0
/
+24
*
mm/mm_init.c: remove the useless dma_reserve
Baoquan He
2024-04-26
2
-24
/
+0
*
x86: remove unneeded memblock_find_dma_reserve()
Baoquan He
2024-04-26
3
-50
/
+0
*
mm/filemap: optimize filemap folio adding
Kairui Song
2024-04-26
2
-15
/
+100
*
lib/xarray: introduce a new helper xas_get_order
Kairui Song
2024-04-26
3
-18
/
+71
*
mm/filemap: clean up hugetlb exclusion code
Kairui Song
2024-04-26
1
-13
/
+8
*
mm/filemap: return early if failed to allocate memory for split
Kairui Song
2024-04-26
1
-1
/
+4
*
mm: convert folio_estimated_sharers() to folio_likely_mapped_shared()
David Hildenbrand
2024-04-26
6
-27
/
+53
*
mm/migrate: split source folio if it is on deferred split list
Zi Yan
2024-04-26
1
-0
/
+23
*
mm: hold PTL from the first PTE while reclaiming a large folio
Barry Song
2024-04-26
1
-0
/
+14
*
mm/vmalloc.c: optimize to reduce arguments of alloc_vmap_area()
Baoquan He
2024-04-26
1
-8
/
+12
*
mm/filemap: don't decrease mmap_miss when folio has workingset flag
Liu Shixin
2024-04-26
1
-2
/
+12
*
mm/readahead: break read-ahead loop if filemap_add_folio return -ENOMEM
Liu Shixin
2024-04-26
1
-2
/
+6
*
arm64: mm: swap: support THP_SWAP on hardware with MTE
Barry Song
2024-04-26
10
-35
/
+67
*
selftests/mm: parse VMA range in one go
Dev Jain
2024-04-26
1
-14
/
+1
*
docs: hugetlbpage.rst: add hugetlb migration description
Baolin Wang
2024-04-26
1
-0
/
+7
*
mm: hugetlb: make the hugetlb migration strategy consistent
Baolin Wang
2024-04-26
4
-6
/
+49
*
mm: record the migration reason for struct migration_target_control
Baolin Wang
2024-04-26
8
-1
/
+9
*
mm/vmalloc: eliminated the lock contention from twice to once
rulinhuang
2024-04-26
1
-28
/
+22
*
mm/kmemleak: disable KASAN instrumentation in kmemleak
Waiman Long
2024-04-26
1
-0
/
+1
*
mm/kmemleak: compact kmemleak_object further
Waiman Long
2024-04-26
1
-1
/
+1
*
mm: zswap: remove nr_zswap_stored atomic
Yosry Ahmed
2024-04-26
1
-5
/
+6
*
mm: page_alloc: batch vmstat updates in expand()
Johannes Weiner
2024-04-26
1
-1
/
+4
*
mm: page_alloc: change move_freepages() to __move_freepages_block()
Vlastimil Babka
2024-04-26
1
-23
/
+20
*
mm: page_alloc: consolidate free page accounting
Johannes Weiner
2024-04-26
5
-117
/
+118
*
mm: page_isolation: prepare for hygienic freelists
Johannes Weiner
2024-04-26
4
-163
/
+155
*
mm: page_alloc: set migratetype inside move_freepages()
Zi Yan
2024-04-26
2
-18
/
+16
*
mm: page_alloc: close migratetype race between freeing and stealing
Johannes Weiner
2024-04-26
1
-33
/
+19
*
mm: page_alloc: fix freelist movement during block conversion
Johannes Weiner
2024-04-26
3
-78
/
+121
*
mm: page_alloc: fix move_freepages_block() range error
Johannes Weiner
2024-04-26
1
-2
/
+8
*
mm: page_alloc: move free pages when converting block during isolation
Johannes Weiner
2024-04-26
1
-1
/
+4
*
mm: page_alloc: fix up block types when merging compatible blocks
Johannes Weiner
2024-04-26
1
-4
/
+11
[next]