index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
huge_memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+2
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-73
/
+84
2022-12-13
Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+13
2022-12-11
mm: remove VM_FAULT_WRITE
David Hildenbrand
1
-1
/
+1
2022-11-30
mm/thp: re-apply mkdirty for small pages after split
Peter Xu
1
-6
/
+8
2022-11-30
mm/gup: reliable R/O long-term pinning in COW mappings
David Hildenbrand
1
-1
/
+1
2022-11-30
mm: add early FAULT_FLAG_UNSHARE consistency checks
David Hildenbrand
1
-3
/
+0
2022-11-30
mm/autonuma: use can_change_(pte|pmd)_writable() to replace savedwrite
David Hildenbrand
1
-11
/
+15
2022-11-30
mm/huge_memory: try avoiding write faults when changing PMD protection
David Hildenbrand
1
-2
/
+36
2022-11-30
mm,thp,rmap: clean up the end of __split_huge_pmd_locked()
Hugh Dickins
1
-10
/
+5
2022-11-30
mm,thp,rmap: subpages_mapcount of PTE-mapped subpages
Hugh Dickins
1
-1
/
+1
2022-11-30
mm,thp,rmap: lock_compound_mapcounts() on THP mapcounts
Hugh Dickins
1
-2
/
+1
2022-11-30
mm,thp,rmap: simplify compound page mapcount handling
Hugh Dickins
1
-28
/
+8
2022-11-30
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-3
/
+6
2022-11-29
mm: Add PG_arch_3 page flag
Peter Collingbourne
1
-0
/
+1
2022-11-29
mm: Do not enable PG_arch_2 for all 64-bit architectures
Catalin Marinas
1
-1
/
+1
2022-11-09
mm: allow multiple error returns in try_grab_page()
Logan Gunthorpe
1
-6
/
+13
2022-11-08
mm: migrate: try again if THP split is failed due to page refcnt
Baolin Wang
1
-2
/
+2
2022-11-08
mm/huge_memory: convert split_huge_pages_in_file() to use a folio
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-11-08
Partly revert "mm/thp: carry over dirty bit when thp splits on pmd"
Peter Xu
1
-3
/
+6
2022-10-28
mm: prep_compound_tail() clear page->private
Hugh Dickins
1
-1
/
+1
2022-10-20
mm/huge_memory: do not clobber swp_entry_t during THP split
Mel Gorman
1
-1
/
+10
2022-10-03
mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()
Zach O'Keefe
1
-1
/
+1
2022-10-03
mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twice
Liu Shixin
1
-1
/
+1
2022-10-03
mm: convert page_get_anon_vma() to folio_get_anon_vma()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-10-03
huge_memory: convert unmap_page() to unmap_folio()
Matthew Wilcox (Oracle)
1
-7
/
+6
2022-10-03
huge_memory: convert split_huge_page_to_list() to use a folio
Matthew Wilcox (Oracle)
1
-25
/
+24
2022-10-03
huge_memory: convert do_huge_pmd_wp_page() to use a folio
Matthew Wilcox (Oracle)
1
-16
/
+19
2022-09-26
mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()
David Hildenbrand
1
-1
/
+1
2022-09-26
mm: fix the handling Non-LRU pages returned by follow_page
Haiyue Wang
1
-1
/
+1
2022-09-26
mm/khugepaged: stop using vma linked list
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-09-26
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
1
-0
/
+1
2022-09-26
mm: multi-gen LRU: groundwork
Yu Zhao
1
-1
/
+2
2022-09-26
mm: remember young/dirty bit for page migrations
Peter Xu
1
-2
/
+16
2022-09-26
mm/thp: carry over dirty bit when thp splits on pmd
Peter Xu
1
-2
/
+7
2022-09-26
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-4
/
+2
2022-09-26
mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()
Naoya Horiguchi
1
-4
/
+2
2022-09-11
mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast
David Hildenbrand
1
-0
/
+3
2022-09-11
mm: release private data before split THP
Yin Fengwei
1
-2
/
+12
2022-09-11
mm: thp: remove redundant pgtable check in set_huge_zero_page()
Qi Zheng
1
-2
/
+1
2022-09-11
memory tiering: hot page selection with hint page fault latency
Huang Ying
1
-3
/
+14
2022-09-11
mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage
Zach O'Keefe
1
-16
/
+2
2022-09-11
mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()
Zach O'Keefe
1
-8
/
+6
2022-08-20
mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW
David Hildenbrand
1
-21
/
+43
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-69
/
+117
2022-07-17
mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pid
Miaohe Lin
1
-3
/
+1
2022-07-17
mm/huge_memory: comment the subtly logic in __split_huge_pmd
Miaohe Lin
1
-0
/
+4
2022-07-17
mm/huge_memory: correct comment of prep_transhuge_page
Miaohe Lin
1
-1
/
+1
2022-07-17
mm/huge_memory: minor cleanup for split_huge_pages_all
Miaohe Lin
1
-1
/
+6
2022-07-17
mm/huge_memory: try to free subpage in swapcache when possible
Miaohe Lin
1
-1
/
+1
[next]