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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-14
mm/hugetlb: convert alloc_surplus_huge_page() to folios
Sidhartha Kumar
1
-13
/
+14
2023-02-14
mm/hugetlb: convert dequeue_hugetlb_page functions to folios
Sidhartha Kumar
1
-26
/
+30
2023-02-14
mm/hugetlb: convert __update_and_free_page() to folios
Sidhartha Kumar
1
-6
/
+6
2023-02-14
mm/hugetlb: convert isolate_hugetlb to folios
Sidhartha Kumar
6
-13
/
+13
2023-02-14
mm/khugepaged: fix invalid page access in release_pte_pages()
Vishal Moola (Oracle)
1
-4
/
+10
2023-02-14
Merge tag 'mm-hotfixes-stable-2023-02-13-13-50' of git://git.kernel.org/pub/s...
Linus Torvalds
9
-16
/
+57
2023-02-13
mm: Remove get_kernel_pages()
Ira Weiny
1
-30
/
+0
2023-02-12
Fix page corruption caused by racy check in __free_pages
David Chen
1
-1
/
+4
2023-02-11
mm: memcontrol: add new kernel parameter cgroup.memory=nobpf
Yafang Shao
1
-0
/
+18
2023-02-11
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
9
-16
/
+57
2023-02-10
mm/memremap.c: fix outdated comment in devm_memremap_pages
Li Zhijian
1
-1
/
+1
2023-02-10
mm/damon/sysfs: make kobj_type structures constant
Thomas Weißschuh
4
-23
/
+23
2023-02-10
mm/gup: move private gup FOLL_ flags to internal.h
Jason Gunthorpe
1
-0
/
+15
2023-02-10
mm/gup: move gup_must_unshare() to mm/internal.h
Jason Gunthorpe
1
-0
/
+65
2023-02-10
mm/gup: make get_user_pages_fast_only() return the common return value
Jason Gunthorpe
1
-16
/
+1
2023-02-10
mm/gup: remove pin_user_pages_fast_only()
Jason Gunthorpe
1
-33
/
+0
2023-02-10
mm/gup: make locked never NULL in the internal GUP functions
Jason Gunthorpe
1
-21
/
+30
2023-02-10
mm/gup: add FOLL_UNLOCKABLE
Jason Gunthorpe
1
-13
/
+23
2023-02-10
mm/gup: remove locked being NULL from faultin_vma_page_range()
Jason Gunthorpe
1
-6
/
+1
2023-02-10
mm/gup: add an assertion that the mmap lock is locked
Jason Gunthorpe
1
-0
/
+2
2023-02-10
mm/gup: simplify the external interface functions and consolidate invariants
Jason Gunthorpe
2
-88
/
+75
2023-02-10
mm/gup: move try_grab_page() to mm/internal.h
Jason Gunthorpe
1
-0
/
+1
2023-02-10
mm/gup: don't call __gup_longterm_locked() if FOLL_LONGTERM cannot be set
Jason Gunthorpe
1
-6
/
+6
2023-02-10
mm/gup: have internal functions get the mmap_read_lock()
Jason Gunthorpe
1
-48
/
+65
2023-02-10
mm/vmalloc: skip the uninitilized vmalloc areas
Baoquan He
1
-0
/
+5
2023-02-10
mm/vmalloc: explicitly identify vm_map_ram area when shown in /proc/vmcoreinfo
Baoquan He
1
-7
/
+4
2023-02-10
mm/vmalloc.c: allow vread() to read out vm_map_ram areas
Baoquan He
1
-7
/
+81
2023-02-10
mm/vmalloc.c: add flags to mark vm_map_ram area
Baoquan He
1
-4
/
+12
2023-02-10
mm/vmalloc.c: add used_map into vmap_block to track space of vmap_block
Baoquan He
1
-0
/
+7
2023-02-10
shmem: fix W=1 build warnings with CONFIG_SHMEM=n
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-02-10
shmem: add shmem_read_folio() and shmem_read_folio_gfp()
Matthew Wilcox (Oracle)
1
-12
/
+24
2023-02-10
filemap: add mapping_read_folio_gfp()
Matthew Wilcox (Oracle)
1
-0
/
+24
2023-02-10
mm/page_alloc: reduce fallbacks to (MIGRATE_PCPTYPES - 1)
Yajun Deng
1
-8
/
+5
2023-02-10
mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates
Suren Baghdasaryan
1
-2
/
+2
2023-02-10
mm/vmalloc: replace BUG_ON with a simple if statement
Hyunmin Lee
1
-3
/
+2
2023-02-10
mm/swapfile: remove pr_debug in get_swap_pages()
Longlong Xia
1
-2
/
+0
2023-02-10
memory tier: release the new_memtier in find_create_memory_tier()
Tong Tiangen
1
-2
/
+2
2023-02-10
kasan: infer allocation size by scanning metadata
Kuan-Ying Lee
8
-21
/
+127
2023-02-10
mm: export dump_mm()
Suren Baghdasaryan
1
-0
/
+1
2023-02-10
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
3
-14
/
+19
2023-02-10
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
10
-24
/
+25
2023-02-10
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
4
-9
/
+9
2023-02-10
vma_merge: set vma iterator to correct position.
Liam R. Howlett
1
-3
/
+1
2023-02-10
mm/mmap: remove __vma_adjust()
Liam R. Howlett
3
-161
/
+106
2023-02-10
mm/mmap: convert do_brk_flags() to use vma_prepare() and vma_complete()
Liam R. Howlett
1
-8
/
+4
2023-02-10
mm/mmap: introduce dup_vma_anon() helper
Liam R. Howlett
1
-34
/
+40
2023-02-10
mm/mmap: don't use __vma_adjust() in shift_arg_pages()
Liam R. Howlett
1
-9
/
+43
2023-02-10
mm/mremap: convert vma_adjust() to vma_expand()
Liam R. Howlett
2
-5
/
+5
2023-02-10
mm: don't use __vma_adjust() in __split_vma()
Liam R. Howlett
2
-64
/
+56
2023-02-10
mm/mmap: introduce init_vma_prep() and init_multi_vma_prep()
Liam R. Howlett
1
-47
/
+61
[prev]
[next]