index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
huge_memory.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: don't check VMA write permissions if the PTE/PMD indicates write permissions
David Hildenbrand
2023-04-21
1
-2
/
+2
*
mm/huge_memory: conditionally call maybe_mkwrite() and drop pte_wrprotect() i...
David Hildenbrand
2023-04-18
1
-3
/
+2
*
mm/huge_memory: revert "Partly revert "mm/thp: carry over dirty bit when thp ...
David Hildenbrand
2023-04-18
1
-7
/
+2
*
mm/migrate: revert "mm/migrate: fix wrongly apply write bit after mkdirty on ...
David Hildenbrand
2023-04-18
1
-4
/
+2
*
mm/userfaultfd: don't consider uffd-wp bit of writable migration entries
David Hildenbrand
2023-04-18
1
-2
/
+0
*
sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changes
Andrew Morton
2023-04-16
1
-4
/
+15
|
\
|
*
mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIO
Naoya Horiguchi
2023-04-16
1
-2
/
+3
|
*
mm/userfaultfd: fix uffd-wp handling for THP migration entries
David Hildenbrand
2023-04-16
1
-2
/
+12
*
|
mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entries
Lorenzo Stoakes
2023-04-05
1
-18
/
+13
*
|
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-04-05
1
-1
/
+1
*
|
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
2023-04-05
1
-1
/
+1
*
|
mm: don't look at xarray value entries in split_huge_pages_in_file
Christoph Hellwig
2023-04-05
1
-3
/
+2
*
|
mm/thp: rename TRANSPARENT_HUGEPAGE_NEVER_DAX to _UNSUPPORTED
Peter Xu
2023-03-28
1
-6
/
+2
*
|
mm: huge_memory: convert __do_huge_pmd_anonymous_page() to use a folio
Kefeng Wang
2023-03-28
1
-10
/
+11
|
/
*
mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropage
David Hildenbrand
2023-03-07
1
-2
/
+4
*
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-23
1
-87
/
+89
|
\
|
*
mm/gup: simplify the external interface functions and consolidate invariants
Jason Gunthorpe
2023-02-09
1
-10
/
+0
|
*
mm: fix khugepaged with shmem_enabled=advise
David Stevens
2023-02-02
1
-1
/
+2
|
*
mm: convert deferred_split_huge_page() to deferred_split_folio()
Matthew Wilcox (Oracle)
2023-02-02
1
-2
/
+1
|
*
mm/huge_memory: convert get_deferred_split_queue() to take a folio
Matthew Wilcox (Oracle)
2023-02-02
1
-8
/
+10
|
*
mm/huge_memory: remove page_deferred_list()
Matthew Wilcox (Oracle)
2023-02-02
1
-17
/
+17
|
*
mm: move page->deferred_list to folio->_deferred_list
Matthew Wilcox (Oracle)
2023-02-02
1
-17
/
+15
|
*
mm: convert is_transparent_hugepage() to use a folio
Matthew Wilcox (Oracle)
2023-02-02
1
-3
/
+5
|
*
mm: remove folio_pincount_ptr() and head_compound_pincount()
Matthew Wilcox (Oracle)
2023-02-02
1
-2
/
+2
|
*
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
2023-02-02
1
-2
/
+2
|
*
mm: huge_memory: convert split_huge_pages_all() to use a folio
Kefeng Wang
2023-01-18
1
-8
/
+17
|
*
mm/thp: check and bail out if page in deferred queue already
Yin Fengwei
2023-01-18
1
-0
/
+3
|
*
mm: swap: convert mark_page_lazyfree() to folio_mark_lazyfree()
Kefeng Wang
2023-01-18
1
-1
/
+1
|
*
mm: huge_memory: convert madvise_free_huge_pmd to use a folio
Kefeng Wang
2023-01-18
1
-14
/
+14
|
*
mm/uffd: always wr-protect pte in pte|pmd_mkuffd_wp()
Peter Xu
2023-01-18
1
-5
/
+3
*
|
mm/migrate: fix wrongly apply write bit after mkdirty on sparc64
Peter Xu
2023-02-17
1
-2
/
+4
|
/
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-12-15
1
-1
/
+2
|
\
|
*
mm: Add PG_arch_3 page flag
Peter Collingbourne
2022-11-29
1
-0
/
+1
|
*
mm: Do not enable PG_arch_2 for all 64-bit architectures
Catalin Marinas
2022-11-29
1
-1
/
+1
*
|
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-13
1
-73
/
+84
|
\
\
|
*
|
mm: remove VM_FAULT_WRITE
David Hildenbrand
2022-12-11
1
-1
/
+1
|
*
|
mm/thp: re-apply mkdirty for small pages after split
Peter Xu
2022-11-30
1
-6
/
+8
|
*
|
mm/gup: reliable R/O long-term pinning in COW mappings
David Hildenbrand
2022-11-30
1
-1
/
+1
|
*
|
mm: add early FAULT_FLAG_UNSHARE consistency checks
David Hildenbrand
2022-11-30
1
-3
/
+0
|
*
|
mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite
David Hildenbrand
2022-11-30
1
-11
/
+15
|
*
|
mm/huge_memory: try avoiding write faults when changing PMD protection
David Hildenbrand
2022-11-30
1
-2
/
+36
|
*
|
mm,thp,rmap: clean up the end of __split_huge_pmd_locked()
Hugh Dickins
2022-11-30
1
-10
/
+5
|
*
|
mm,thp,rmap: subpages_mapcount of PTE-mapped subpages
Hugh Dickins
2022-11-30
1
-1
/
+1
|
*
|
mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts
Hugh Dickins
2022-11-30
1
-2
/
+1
|
*
|
mm,thp,rmap: simplify compound page mapcount handling
Hugh Dickins
2022-11-30
1
-28
/
+8
|
*
|
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2022-11-30
1
-3
/
+6
|
|
\
\
|
*
|
|
mm: migrate: try again if THP split is failed due to page refcnt
Baolin Wang
2022-11-08
1
-2
/
+2
|
*
|
|
mm/huge_memory: convert split_huge_pages_in_file() to use a folio
Matthew Wilcox (Oracle)
2022-11-08
1
-9
/
+9
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
2022-12-13
1
-6
/
+13
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
mm: allow multiple error returns in try_grab_page()
Logan Gunthorpe
2022-11-09
1
-6
/
+13
[next]