index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
huge_memory.c
Age
Commit message (
Expand
)
Author
2022-10-03
mm/shmem: add flag to enforce shmem THP in hugepage_vma_check()
Zach O'Keefe
2022-10-03
mm/huge_memory: prevent THP_ZERO_PAGE_ALLOC increased twice
Liu Shixin
2022-10-03
mm: convert page_get_anon_vma() to folio_get_anon_vma()
Matthew Wilcox (Oracle)
2022-10-03
huge_memory: convert unmap_page() to unmap_folio()
Matthew Wilcox (Oracle)
2022-10-03
huge_memory: convert split_huge_page_to_list() to use a folio
Matthew Wilcox (Oracle)
2022-10-03
huge_memory: convert do_huge_pmd_wp_page() to use a folio
Matthew Wilcox (Oracle)
2022-09-26
mm/gup: replace FOLL_NUMA by gup_can_follow_protnone()
David Hildenbrand
2022-09-26
mm: fix the handling Non-LRU pages returned by follow_page
Haiyue Wang
2022-09-26
mm/khugepaged: stop using vma linked list
Matthew Wilcox (Oracle)
2022-09-26
mm/demotion: update node_is_toptier to work with memory tiers
Aneesh Kumar K.V
2022-09-26
mm: multi-gen LRU: groundwork
Yu Zhao
2022-09-26
mm: remember young/dirty bit for page migrations
Peter Xu
2022-09-26
mm/thp: carry over dirty bit when thp splits on pmd
Peter Xu
2022-09-26
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2022-09-26
mm/huge_memory: use pfn_to_online_page() in split_huge_pages_all()
Naoya Horiguchi
2022-09-11
mm: fix PageAnonExclusive clearing racing with concurrent RCU GUP-fast
David Hildenbrand
2022-09-11
mm: release private data before split THP
Yin Fengwei
2022-09-11
mm: thp: remove redundant pgtable check in set_huge_zero_page()
Qi Zheng
2022-09-11
memory tiering: hot page selection with hint page fault latency
Huang Ying
2022-09-11
mm/khugepaged: record SCAN_PMD_MAPPED when scan_pmd() finds hugepage
Zach O'Keefe
2022-09-11
mm/thp: add flag to enforce sysfs THP in hugepage_vma_check()
Zach O'Keefe
2022-08-20
mm/gup: fix FOLL_FORCE COW security issue and remove FOLL_COW
David Hildenbrand
2022-08-05
Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-07-17
mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pid
Miaohe Lin
2022-07-17
mm/huge_memory: comment the subtly logic in __split_huge_pmd
Miaohe Lin
2022-07-17
mm/huge_memory: correct comment of prep_transhuge_page
Miaohe Lin
2022-07-17
mm/huge_memory: minor cleanup for split_huge_pages_all
Miaohe Lin
2022-07-17
mm/huge_memory: try to free subpage in swapcache when possible
Miaohe Lin
2022-07-17
mm/huge_memory: fix comment in zap_huge_pud
Miaohe Lin
2022-07-17
mm/huge_memory: use helper macro __ATTR_RW
Miaohe Lin
2022-07-17
mm/huge_memory: use helper function vma_lookup in split_huge_pages_pid
Miaohe Lin
2022-07-17
mm/huge_memory: rename mmun_start to haddr in remove_migration_pmd
Miaohe Lin
2022-07-17
mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessed
Miaohe Lin
2022-07-17
mm/huge_memory: use helper touch_pud in huge_pud_set_accessed
Miaohe Lin
2022-07-17
mm/huge_memory: fix comment of __pud_trans_huge_lock
Miaohe Lin
2022-07-17
mm/huge_memory: access vm_page_prot with READ_ONCE in remove_migration_pmd
Miaohe Lin
2022-07-17
mm/huge_memory: use flush_pmd_tlb_range in move_huge_pmd
Miaohe Lin
2022-07-17
mm: khugepaged: reorg some khugepaged helpers
Yang Shi
2022-07-17
mm: thp: kill __transhuge_page_enabled()
Yang Shi
2022-07-17
mm: thp: kill transparent_hugepage_active()
Yang Shi
2022-07-17
mm: thp: consolidate vma size check to transhuge_vma_suitable
Yang Shi
2022-07-17
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
2022-06-29
mm: Account dirty folios properly during splits
Matthew Wilcox (Oracle)
2022-06-27
docs: rename Documentation/vm to Documentation/mm
Mike Rapoport
2022-06-23
mm: Clear page->private when splitting or migrating a page
Matthew Wilcox (Oracle)
2022-06-09
mm/huge_memory: Fix xarray node memory leak
Matthew Wilcox (Oracle)
2022-05-26
Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-05-19
mm: khugepaged: make khugepaged_enter() void function
Yang Shi
2022-05-19
mm: thp: only regular file could be THP eligible
Yang Shi
[next]