index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
qrtr
/
mhi.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
userfaultfd: early return in dup_userfaultfd()
ZhangPeng
1
-1
/
+4
2024-04-26
mm: remove __set_page_dirty_nobuffers()
Kefeng Wang
2
-7
/
+0
2024-04-26
mm: remove "prot" parameter from move_pte()
David Hildenbrand
3
-3
/
+3
2024-04-26
mm: optimize CONFIG_PER_VMA_LOCK member placement in vm_area_struct
David Hildenbrand
1
-3
/
+3
2024-04-26
filemap: remove __set_page_dirty()
Matthew Wilcox (Oracle)
1
-5
/
+0
2024-04-26
mm: use rwsem assertion macros for mmap_lock
Matthew Wilcox (Oracle)
1
-6
/
+4
2024-04-26
mm: allow anon exclusive check over hugetlb tail pages
Peter Xu
2
-11
/
+6
2024-04-26
mm/gup: handle hugetlb in the generic follow_page_mask code
Peter Xu
3
-88
/
+5
2024-04-26
mm/gup: handle hugepd for follow_page()
Peter Xu
1
-106
/
+163
2024-04-26
mm/gup: handle huge pmd for follow_pmd_mask()
Peter Xu
3
-93
/
+102
2024-04-26
mm/gup: handle huge pud for follow_pud_mask()
Peter Xu
4
-56
/
+71
2024-04-26
mm/gup: cache *pudp in follow_pud_mask()
Peter Xu
1
-8
/
+9
2024-04-26
mm/gup: handle hugetlb for no_page_table()
Peter Xu
1
-18
/
+26
2024-04-26
mm/gup: refactor record_subpages() to find 1st small page
Peter Xu
1
-11
/
+14
2024-04-26
mm/gup: drop gup_fast_folio_allowed() in hugepd processing
Peter Xu
1
-5
/
+8
2024-04-26
mm/arch: provide pud_pfn() fallback
Peter Xu
5
-0
/
+18
2024-04-26
mm: introduce vma_pgtable_walk_{begin|end}()
Peter Xu
2
-0
/
+15
2024-04-26
mm: make HPAGE_PXD_* macros even if !THP
Peter Xu
1
-14
/
+15
2024-04-26
mm/hugetlb: declare hugetlbfs_pagecache_present() non-static
Peter Xu
2
-2
/
+11
2024-04-26
mm/Kconfig: CONFIG_PGTABLE_HAS_HUGE_LEAVES
Peter Xu
1
-0
/
+6
2024-04-26
mm: rename mm_put_huge_zero_page to mm_put_huge_zero_folio
Matthew Wilcox (Oracle)
3
-9
/
+4
2024-04-26
dax: use huge_zero_folio
Matthew Wilcox (Oracle)
2
-15
/
+15
2024-04-26
mm: convert do_huge_pmd_anonymous_page to huge_zero_folio
Matthew Wilcox (Oracle)
1
-11
/
+12
2024-04-26
mm: convert huge_zero_page to huge_zero_folio
Matthew Wilcox (Oracle)
2
-27
/
+22
2024-04-26
mm: convert migrate_vma_collect_pmd to use a folio
Matthew Wilcox (Oracle)
1
-8
/
+8
2024-04-26
mm: add pmd_folio()
Matthew Wilcox (Oracle)
6
-7
/
+9
2024-04-26
mm: add is_huge_zero_folio()
Matthew Wilcox (Oracle)
7
-8
/
+18
2024-04-26
sparc: use is_huge_zero_pmd()
Matthew Wilcox (Oracle)
1
-3
/
+3
2024-04-26
zswap: replace RB tree with xarray
Chris Li
1
-126
/
+57
2024-04-26
mm/page_alloc.c: change the array-length to MIGRATE_PCPTYPES
Baoquan He
1
-1
/
+1
2024-04-26
mm/page_alloc.c: don't show protection in zone's ->lowmem_reserve[] for empty...
Baoquan He
1
-2
/
+3
2024-04-26
mm/mm_init.c: remove the outdated code comment above deferred_grow_zone()
Baoquan He
1
-5
/
+1
2024-04-26
mm/page_alloc.c: remove unneeded codes in !NUMA version of build_zonelists()
Baoquan He
1
-24
/
+0
2024-04-26
mm: make __absent_pages_in_range() as static
Baoquan He
2
-3
/
+1
2024-04-26
mm/init: remove the unnecessary special treatment for memory-less node
Baoquan He
1
-16
/
+11
2024-04-26
mm: move array mem_section init code out of memory_present()
Baoquan He
1
-13
/
+13
2024-04-26
mm, slab: move slab_memcg hooks to mm/memcontrol.c
Vlastimil Babka
3
-101
/
+105
2024-04-26
mm, slab: move memcg charging to post-alloc hook
Vlastimil Babka
2
-104
/
+78
2024-04-26
proc: rewrite stable_page_flags()
Matthew Wilcox (Oracle)
4
-38
/
+42
2024-04-26
remove references to page->flags in documentation
Matthew Wilcox (Oracle)
5
-27
/
+7
2024-04-26
slub: remove use of page->flags
Matthew Wilcox (Oracle)
1
-8
/
+2
2024-04-26
mm: convert arch_clear_hugepage_flags to take a folio
Matthew Wilcox (Oracle)
7
-20
/
+20
2024-04-26
mm: make page_mapped() take a const argument
Matthew Wilcox (Oracle)
3
-10
/
+11
2024-04-26
mm: make is_free_buddy_page() take a const argument
Matthew Wilcox (Oracle)
2
-5
/
+5
2024-04-26
mm: make folio_test_idle and folio_test_young take a const argument
Matthew Wilcox (Oracle)
1
-5
/
+5
2024-04-26
mm: make page_ext_get() take a const argument
Matthew Wilcox (Oracle)
3
-5
/
+3
2024-04-26
xtensa: remove uses of PG_arch_1 on individual pages
Matthew Wilcox (Oracle)
1
-2
/
+4
2024-04-26
sh: remove use of PG_arch_1 on individual pages
Matthew Wilcox (Oracle)
1
-2
/
+3
2024-04-26
mm: merge folio_is_secretmem() and folio_fast_pin_allowed() into gup_fast_fol...
David Hildenbrand
2
-39
/
+30
2024-04-26
selftests/memfd_secret: add vmsplice() test
David Hildenbrand
1
-2
/
+49
[next]