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.12.y
linux-6.13.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
/
include
/
linux
/
mm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-28
Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-11
/
+0
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-25
/
+181
2023-04-19
mm: ksm: support hwpoison for ksm page
Longlong Xia
1
-0
/
+7
2023-04-19
mm: hwpoison: support recovery from HugePage copy-on-write faults
Liu Shixin
1
-3
/
+3
2023-04-19
mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP
Aneesh Kumar K.V
1
-1
/
+1
2023-04-19
mm/vmemmap/devdax: fix kernel crash when probing devdax devices
Aneesh Kumar K.V
1
-0
/
+16
2023-04-19
mm: convert copy_user_huge_page() to copy_user_large_folio()
ZhangPeng
1
-4
/
+3
2023-04-19
userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()
ZhangPeng
1
-4
/
+3
2023-04-19
mm: make arch_has_descending_max_zone_pfns() static
Arnd Bergmann
1
-1
/
+0
2023-04-13
mm: memory-failure: Move memory failure sysctls to its own file
Kefeng Wang
1
-2
/
+0
2023-04-06
sched/numa: use hash_32 to mix up PIDs accessing VMA
Raghavendra K T
1
-1
/
+1
2023-04-06
sched/numa: implement access PID reset logic
Raghavendra K T
1
-2
/
+2
2023-04-06
sched/numa: enhance vma scanning logic
Raghavendra K T
1
-0
/
+14
2023-04-06
sched/numa: apply the scan delay to every new vma
Mel Gorman
1
-0
/
+16
2023-04-06
mm: separate vma->lock from vm_area_struct
Suren Baghdasaryan
1
-13
/
+10
2023-04-06
mm/mmap: free vm_area_struct without call_rcu in exit_mmap
Suren Baghdasaryan
1
-0
/
+2
2023-04-06
mm: add FAULT_FLAG_VMA_LOCK flag
Suren Baghdasaryan
1
-1
/
+2
2023-04-06
mm: introduce lock_vma_under_rcu to be used from arch-specific code
Suren Baghdasaryan
1
-0
/
+3
2023-04-06
mm: introduce vma detached flag
Suren Baghdasaryan
1
-0
/
+11
2023-04-06
mm/khugepaged: write-lock VMA while collapsing a huge page
Suren Baghdasaryan
1
-11
/
+30
2023-04-06
mm: mark VMA as being written when changing vm_flags
Suren Baghdasaryan
1
-5
/
+5
2023-04-06
mm: add per-VMA lock and helper functions to control it
Suren Baghdasaryan
1
-0
/
+82
2023-04-06
mm: remove unused vmf_insert_mixed_prot()
Lorenzo Stoakes
1
-2
/
+0
2023-04-06
mm: move mem_init_print_info() to mm_init.c
Mike Rapoport (IBM)
1
-1
/
+0
2023-04-06
mm: move init_mem_debugging_and_hardening() to mm/mm_init.c
Mike Rapoport (IBM)
1
-1
/
+0
2023-04-06
mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()
Mike Rapoport (IBM)
1
-6
/
+0
2023-04-06
init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()
Mike Rapoport (IBM)
1
-0
/
+1
2023-03-16
mm: Introduce untagged_addr_remote()
Kirill A. Shutemov
1
-11
/
+0
2023-02-24
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-277
/
+265
2023-02-21
Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+25
2023-02-20
Merge tag 'remove-get_kernel_pages-for-6.3' of https://git.linaro.org/people/...
Linus Torvalds
1
-2
/
+0
2023-02-14
mm: add folio_get_nontail_page()
Vishal Moola (Oracle)
1
-0
/
+7
2023-02-14
mm: add folio_estimated_sharers()
Vishal Moola (Oracle)
1
-0
/
+18
2023-02-13
mm: Remove get_kernel_pages()
Ira Weiny
1
-2
/
+0
2023-02-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-3
/
+9
2023-02-10
mm/gup: move gup_must_unshare() to mm/internal.h
Jason Gunthorpe
1
-65
/
+0
2023-02-10
mm/gup: remove pin_user_pages_fast_only()
Jason Gunthorpe
1
-2
/
+0
2023-02-10
mm/gup: move try_grab_page() to mm/internal.h
Jason Gunthorpe
1
-2
/
+0
2023-02-10
mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates
Suren Baghdasaryan
1
-0
/
+7
2023-02-10
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
1
-2
/
+12
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
1
-1
/
+1
2023-02-10
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
1
-2
/
+2
2023-02-10
mm: introduce vma->vm_flags wrapper functions
Suren Baghdasaryan
1
-0
/
+40
2023-02-10
mm/mmap: don't use __vma_adjust() in shift_arg_pages()
Liam R. Howlett
1
-8
/
+2
2023-02-10
mm/mremap: convert vma_adjust() to vma_expand()
Liam R. Howlett
1
-0
/
+3
2023-02-10
mm: don't use __vma_adjust() in __split_vma()
Liam R. Howlett
1
-4
/
+3
2023-02-10
mm: add vma iterator to vma_adjust() arguments
Liam R. Howlett
1
-5
/
+4
2023-02-10
mm: pass through vma iterator to __vma_adjust()
Liam R. Howlett
1
-2
/
+4
2023-02-10
mmap: convert __vma_adjust() to use vma iterator
Liam R. Howlett
1
-3
/
+0
2023-02-10
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
1
-13
/
+5
[next]