index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-07-25
mm/userfaultfd: fix uffd-wp special cases for fork()
Peter Xu
1
-13
/
+14
2021-07-25
mm/thp: simplify copying of huge zero page pmd when fork
Peter Xu
1
-6
/
+3
2021-07-14
mm/huge_memory.c: don't discard hugepage if other processes are mapping it
Miaohe Lin
1
-1
/
+1
2021-07-14
mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...
Miaohe Lin
1
-1
/
+10
2021-07-14
mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...
Aneesh Kumar K.V
1
-1
/
+5
2021-06-30
mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split
Yang Shi
1
-17
/
+7
2021-06-30
mm/thp: try_to_unmap() use TTU_SYNC for safe splitting
Hugh Dickins
1
-1
/
+1
2021-06-30
mm/thp: make is_huge_zero_pmd() safe and quicker
Hugh Dickins
1
-1
/
+4
2021-06-30
mm/thp: fix __split_huge_pmd_locked() on shmem migration entry
Hugh Dickins
1
-9
/
+18
2021-03-30
mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...
Zhou Guanghui
1
-1
/
+1
2021-02-10
mm: thp: fix MADV_REMOVE deadlock on shmem THP
Hugh Dickins
1
-14
/
+23
2020-12-30
mm/rmap: always do TTU_IGNORE_ACCESS
Shakeel Butt
1
-1
/
+1
2020-11-22
mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()
Gerald Schaefer
1
-5
/
+4
2020-10-16
mm: fix a race during THP splitting
Huang Ying
1
-6
/
+7
2020-10-16
mm/huge_memory: fix can_split_huge_page assumption of THP size
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-10-16
mm/huge_memory: fix page_trans_huge_mapcount assumption of THP size
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-10-16
mm/huge_memory: fix split assumption of page size
Kirill A. Shutemov
1
-7
/
+8
2020-10-16
mm/huge_memory: fix total_mapcount assumption of page size
Kirill A. Shutemov
1
-4
/
+5
2020-10-16
mm/page_owner: change split_page_owner to take a count
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-10-13
mm/mmap: leave adjust_next as virtual address instead of page frame number
Wei Yang
1
-2
/
+2
2020-10-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+3
2020-09-27
mm/thp: Split huge pmds/puds if they're pinned when fork()
Peter Xu
1
-0
/
+28
2020-09-19
mm/thp: fix __split_huge_pmd_locked() for migration PMD
Ralph Campbell
1
-19
/
+23
2020-09-04
Merge branch 'simplify-do_wp_page'
Linus Torvalds
1
-3
/
+4
2020-09-04
mm/gup: Remove enfornced COW mechanism
Peter Xu
1
-3
/
+4
2020-09-04
mm: Preserve the PG_arch_2 flag in __split_huge_page_tail()
Catalin Marinas
1
-0
/
+3
2020-08-12
mm: thp: remove debug_cow switch
Yang Shi
1
-21
/
+0
2020-08-12
mm/vmscan: protect the workingset on anonymous LRU
Joonsoo Kim
1
-1
/
+1
2020-08-07
mm: thp: replace HTTP links with HTTPS ones
Alexander A. Klimov
1
-2
/
+2
2020-08-07
mm/mremap: start addresses are properly aligned
Wei Yang
1
-3
/
+0
2020-08-07
mm/mremap: it is sure to have enough space when extent meets requirement
Wei Yang
1
-5
/
+2
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-2
/
+2
2020-06-09
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
1
-2
/
+2
2020-06-05
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-2
/
+2
2020-06-04
mm: use false for bool variable
Zou Wei
1
-1
/
+1
2020-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-239
/
+31
2020-06-03
mm: thp: don't need to drain lru cache when splitting and mlocking THP
Yang Shi
1
-7
/
+0
2020-06-03
mm: memcontrol: delete unused lrucare handling
Johannes Weiner
1
-1
/
+1
2020-06-03
mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
Johannes Weiner
1
-6
/
+3
2020-06-03
mm: memcontrol: switch to native NR_ANON_THPS counter
Johannes Weiner
1
-1
/
+3
2020-06-03
mm: memcontrol: switch to native NR_ANON_MAPPED counter
Johannes Weiner
1
-1
/
+1
2020-06-03
mm: memcontrol: drop @compound parameter from memcg charging API
Johannes Weiner
1
-4
/
+4
2020-06-03
thp: change CoW semantics for anon-THP
Kirill A. Shutemov
1
-225
/
+25
2020-06-03
mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked()
Andrea Arcangeli
1
-3
/
+28
2020-06-02
gup: document and work around "COW can break either way" issue
Linus Torvalds
1
-4
/
+3
2020-05-05
mm: change pmdp_huge_get_and_clear_full take vm_area_struct as arg
Aneesh Kumar K.V
1
-2
/
+2
2020-04-07
userfaultfd: wp: support swap and page migration
Peter Xu
1
-0
/
+3
2020-04-07
userfaultfd: wp: drop _PAGE_UFFD_WP properly when fork
Peter Xu
1
-0
/
+8
2020-04-07
userfaultfd: wp: apply _PAGE_UFFD_WP bit
Peter Xu
1
-1
/
+17
2020-04-07
mm: merge parameters for change_protection()
Peter Xu
1
-1
/
+2
[next]