index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
pagewalk.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-06
mm: swap: fix race between free_swap_and_cache() and swapoff()
Ryan Roberts
1
-1
/
+12
2024-03-06
mm/treewide: align up pXd_leaf() retval across archs
Peter Xu
6
-14
/
+14
2024-03-06
mm/treewide: drop pXd_large()
Peter Xu
9
-31
/
+18
2024-03-06
mm/treewide: replace pud_large() with pud_leaf()
Peter Xu
20
-29
/
+29
2024-03-06
mm/treewide: replace pmd_large() with pmd_leaf()
Peter Xu
25
-49
/
+49
2024-03-06
mm/kasan: use pXd_leaf() in shadow_mapped()
Peter Xu
1
-9
/
+2
2024-03-06
mm/x86: drop two unnecessary pud_leaf() definitions
Peter Xu
2
-2
/
+0
2024-03-06
mm/x86: replace pgd_large() with pgd_leaf()
Peter Xu
2
-3
/
+3
2024-03-06
mm/x86: replace p4d_large() with p4d_leaf()
Peter Xu
6
-8
/
+8
2024-03-06
mm/powerpc: replace pXd_is_leaf() with pXd_leaf()
Peter Xu
7
-52
/
+26
2024-03-06
mm/powerpc: define pXd_large() with pXd_leaf()
Peter Xu
2
-15
/
+3
2024-03-06
mm/zswap: global lru and shrinker shared by all zswap_pools fix
Chengming Zhou
1
-39
/
+38
2024-03-06
mm: memory: fix shift-out-of-bounds in fault_around_bytes_set
Kefeng Wang
1
-1
/
+2
2024-03-06
s390: supplement for ptdesc conversion
Qi Zheng
3
-24
/
+26
2024-03-06
mm: pgtable: add missing pt_index to struct ptdesc
Qi Zheng
1
-0
/
+3
2024-03-06
mm: pgtable: correct the wrong comment about ptdesc->__page_flags
Qi Zheng
1
-1
/
+1
2024-03-06
mm: page_alloc: use div64_ul() instead of do_div()
Thorsten Blum
1
-1
/
+1
2024-03-06
mm/mempolicy: use a folio in do_mbind()
Matthew Wilcox (Oracle)
1
-7
/
+8
2024-03-06
mm: make folio_pte_batch available outside of mm/memory.c
Barry Song
2
-76
/
+93
2024-03-06
mm: remove cast from page_to_nid()
Matthew Wilcox (Oracle)
1
-4
/
+2
2024-03-06
mm: constify more page/folio tests
Matthew Wilcox (Oracle)
2
-28
/
+28
2024-03-06
mm: constify testing page/folio flags
Matthew Wilcox (Oracle)
1
-7
/
+17
2024-03-06
mm: make dump_page() take a const argument
Matthew Wilcox (Oracle)
2
-2
/
+2
2024-03-06
mm: add __dump_folio()
Matthew Wilcox (Oracle)
3
-55
/
+83
2024-03-06
mm: remove PageYoung and PageIdle definitions
Matthew Wilcox (Oracle)
1
-4
/
+4
2024-03-06
mm: remove PageWaiters, PageSetWaiters and PageClearWaiters
Matthew Wilcox (Oracle)
1
-9
/
+1
2024-03-06
mm: separate out FOLIO_FLAGS from PAGEFLAGS
Matthew Wilcox (Oracle)
1
-20
/
+43
2024-03-06
hugetlb: parallelize 1G hugetlb initialization
Gang Li
3
-10
/
+45
2024-03-06
hugetlb: parallelize 2M hugetlb allocation and initialization
Gang Li
1
-17
/
+56
2024-03-06
hugetlb: have CONFIG_HUGETLBFS select CONFIG_PADATA
Gang Li
1
-0
/
+1
2024-03-06
padata: downgrade padata_do_multithreaded to serial execution for non-SMP
Gang Li
1
-4
/
+8
2024-03-06
Author: Gang Li padata: dispatch works on
Gang Li Subject: padata: dispatch works on
3
-2
/
+15
2024-03-06
hugetlb: pass *next_nid_to_alloc directly to for_each_node_mask_to_alloc
Gang Li
1
-10
/
+12
2024-03-06
hugetlb: split hugetlb_hstate_alloc_pages
Gang Li
1
-44
/
+43
2024-03-06
hugetlb: code clean for hugetlb_hstate_alloc_pages
Gang Li
1
-17
/
+29
2024-03-05
mm/zsmalloc: don't need to reserve LSB in handle
Chengming Zhou
1
-4
/
+1
2024-03-05
mm/memory.c: do_numa_page(): remove a redundant page table read
John Hubbard
1
-6
/
+6
2024-03-05
mm: add alloc_contig_migrate_range allocation statistics
Richard Chang
4
-7
/
+68
2024-03-05
mm: use folio more widely in __split_huge_page
Matthew Wilcox (Oracle)
1
-10
/
+11
2024-03-05
crash_core: export vmemmap when CONFIG_SPARSEMEM_VMEMMAP is enabled
Huang Shijie
1
-0
/
+3
2024-03-05
modules: wait do_free_init correctly
Changbin Du
3
-4
/
+18
2024-03-05
mm: convert free_swap_cache() to take a folio
Matthew Wilcox (Oracle)
4
-12
/
+12
2024-03-05
mm: use a folio in __collapse_huge_page_copy_succeeded()
Matthew Wilcox (Oracle)
1
-16
/
+14
2024-03-05
mm: convert free_pages_and_swap_cache() to use folios_put()
Matthew Wilcox (Oracle)
1
-8
/
+13
2024-03-05
mm: remove lru_to_page()
Matthew Wilcox (Oracle)
1
-1
/
+0
2024-03-05
mm: remove free_unref_page_list()
Matthew Wilcox (Oracle)
2
-19
/
+0
2024-03-05
memcg: remove mem_cgroup_uncharge_list()
Matthew Wilcox (Oracle)
2
-31
/
+0
2024-03-05
mm: free folios directly in move_folios_to_lru()
Matthew Wilcox (Oracle)
1
-20
/
+12
2024-03-05
mm: free folios in a batch in shrink_folio_list()
Matthew Wilcox (Oracle)
1
-11
/
+9
2024-03-05
mm: allow non-hugetlb large folios to be batch processed
Matthew Wilcox (Oracle)
1
-2
/
+3
[next]