index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
huge_memory.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-03
mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing code
Huang Ying
1
-26
/
+0
2021-09-03
huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE
Hugh Dickins
1
-2
/
+4
2021-07-12
mm/rmap: fix comments left over from recent changes
Hugh Dickins
1
-1
/
+1
2021-07-01
mm/rmap: split migration into its own function
Alistair Popple
1
-6
/
+10
2021-07-01
mm/swapops: rework swap entry manipulation code
Alistair Popple
1
-8
/
+18
2021-07-01
mm: remove special swap entry functions
Alistair Popple
1
-3
/
+3
2021-07-01
mm/thp: fix strncpy warning
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-07-01
mm/thp: remap_page() is only needed on anonymous THP
Hugh Dickins
1
-0
/
+5
2021-07-01
mm: thp: skip make PMD PROT_NONE if THP migration is not supported
Yang Shi
1
-0
/
+4
2021-07-01
mm: thp: refactor NUMA fault handling
Yang Shi
1
-101
/
+44
2021-07-01
mm: memory: add orig_pmd to struct vm_fault
Yang Shi
1
-3
/
+6
2021-07-01
mm/userfaultfd: fix uffd-wp special cases for fork()
Peter Xu
1
-13
/
+14
2021-07-01
mm/thp: simplify copying of huge zero page pmd when fork
Peter Xu
1
-6
/
+3
2021-07-01
mm/huge_memory.c: don't discard hugepage if other processes are mapping it
Miaohe Lin
1
-1
/
+1
2021-07-01
mm/huge_memory.c: remove unnecessary tlb_remove_page_size() for huge zero pmd
Miaohe Lin
1
-3
/
+0
2021-07-01
mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...
Miaohe Lin
1
-1
/
+10
2021-07-01
mm/huge_memory.c: use page->deferred_list
Miaohe Lin
1
-2
/
+2
2021-06-16
mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split
Yang Shi
1
-17
/
+7
2021-06-16
mm/thp: try_to_unmap() use TTU_SYNC for safe splitting
Hugh Dickins
1
-1
/
+1
2021-06-16
mm/thp: make is_huge_zero_pmd() safe and quicker
Hugh Dickins
1
-1
/
+4
2021-06-16
mm/thp: fix __split_huge_pmd_locked() on shmem migration entry
Hugh Dickins
1
-9
/
+18
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-3
/
+3
2021-05-05
mm: vmscan: consolidate shrinker_maps handling code
Yang Shi
1
-2
/
+2
2021-05-05
mm: huge_memory: debugfs for file-backed THP split
Zi Yan
1
-1
/
+89
2021-05-05
mm: huge_memory: a new debugfs interface for splitting THP tests
Zi Yan
1
-8
/
+147
2021-05-05
mm/huge_memory.c: use helper function migration_entry_to_page()
Miaohe Lin
1
-2
/
+2
2021-05-05
mm/huge_memory.c: remove redundant PageCompound() check
Miaohe Lin
1
-1
/
+1
2021-05-05
mm/huge_memory.c: rework the function do_huge_pmd_numa_page() slightly
Miaohe Lin
1
-6
/
+5
2021-05-05
mm/huge_memory.c: make get_huge_zero_page() return bool
Miaohe Lin
1
-4
/
+4
2021-05-05
mm/huge_memory.c: rework the function vma_adjust_trans_huge()
Miaohe Lin
1
-25
/
+19
2021-05-05
mm/huge_memory.c: remove unnecessary local variable ret2
Miaohe Lin
1
-5
/
+3
2021-03-13
mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...
Zhou Guanghui
1
-1
/
+1
2021-03-13
mm: introduce page_needs_cow_for_dma() for deciding whether cow
Peter Xu
1
-6
/
+2
2021-02-26
mm,thp,shmem: limit shmem THP alloc gfp_mask
Rik van Riel
1
-3
/
+3
2021-02-25
mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...
Aneesh Kumar K.V
1
-1
/
+5
2021-02-25
mm/huge_memory.c: remove unused return value of set_huge_zero_page()
Miaohe Lin
1
-3
/
+2
2021-02-25
mm/huge_memory.c: update tlb entry if pmd is changed
Bibo Mao
1
-0
/
+2
2021-02-25
mm: memcontrol: convert NR_SHMEM_THPS account to pages
Muchun Song
1
-1
/
+2
2021-02-25
mm: memcontrol: convert NR_FILE_THPS account to pages
Muchun Song
1
-1
/
+4
2021-02-25
mm: memcontrol: convert NR_ANON_THPS account to pages
Muchun Song
1
-1
/
+2
2021-02-25
mm/filemap: pass a sleep state to put_and_wait_on_page_locked
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-02-05
mm: thp: fix MADV_REMOVE deadlock on shmem THP
Hugh Dickins
1
-14
/
+23
2020-12-16
mm: fix some spelling mistakes in comments
Haitao Shi
1
-1
/
+1
2020-12-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-13
/
+32
2020-12-16
mm/lru: replace pgdat lru_lock with lruvec lock
Alex Shi
1
-7
/
+4
2020-12-16
mm/thp: narrow lru locking
Alex Shi
1
-12
/
+13
2020-12-16
mm/thp: simplify lru_add_page_tail()
Alex Shi
1
-14
/
+6
2020-12-16
mm/thp: use head for head page in lru_add_page_tail()
Alex Shi
1
-12
/
+11
2020-12-16
mm/thp: move lru_add_page_tail() to huge_memory.c
Alex Shi
1
-0
/
+30
2020-12-16
Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-2
/
+2
[next]