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
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
mm/mmap: use vma_prepare() and vma_complete() in vma_expand()
Liam R. Howlett
1
-116
/
+72
2023-02-10
mm/mmap: refactor locking out of __vma_adjust()
Liam R. Howlett
2
-95
/
+150
2023-02-10
mm/mmap: move anon_vma setting in __vma_adjust()
Liam R. Howlett
1
-5
/
+8
2023-02-10
mm: change munmap splitting order and move_vma()
Liam R. Howlett
2
-27
/
+19
2023-02-10
mmap: clean up mmap_region() unrolling
Liam R. Howlett
1
-27
/
+18
2023-02-10
mm: add vma iterator to vma_adjust() arguments
Liam R. Howlett
2
-7
/
+7
2023-02-10
mm: pass vma iterator through to __vma_adjust()
Liam R. Howlett
1
-8
/
+14
2023-02-10
mm: remove unnecessary write to vma iterator in __vma_adjust()
Liam R. Howlett
1
-4
/
+6
2023-02-10
madvise: use split_vma() instead of __split_vma()
Liam R. Howlett
1
-7
/
+3
2023-02-10
mm: pass through vma iterator to __vma_adjust()
Liam R. Howlett
1
-16
/
+15
2023-02-10
mmap: convert __vma_adjust() to use vma iterator
Liam R. Howlett
1
-62
/
+13
2023-02-10
mm/damon/vaddr-test.h: stop using vma_mas_store() for maple tree store
Liam R. Howlett
1
-6
/
+14
2023-02-10
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
7
-78
/
+43
2023-02-10
nommu: pass through vma iterator to shrink_vma()
Liam R. Howlett
1
-46
/
+17
2023-02-10
nommu: convert nommu to using the vma iterator
Liam R. Howlett
1
-48
/
+31
2023-02-10
mm/mremap: use vmi version of vma_merge()
Liam R. Howlett
1
-4
/
+7
2023-02-10
mmap: use vmi version of vma_merge()
Liam R. Howlett
1
-3
/
+5
2023-02-10
mmap: pass through vmi iterator to __split_vma()
Liam R. Howlett
1
-2
/
+2
2023-02-10
madvise: use vmi iterator for __split_vma() and vma_merge()
Liam R. Howlett
1
-4
/
+5
2023-02-10
mempolicy: convert to vma iterator
Liam R. Howlett
1
-17
/
+8
2023-02-10
mlock: convert mlock to vma iterator
Liam R. Howlett
1
-29
/
+28
2023-02-10
mm: change mprotect_fixup to vma iterator
Liam R. Howlett
1
-25
/
+22
2023-02-10
ipc/shm: introduce new do_vma_munmap() to munmap
Liam R. Howlett
1
-20
/
+18
2023-02-10
mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...
Liam R. Howlett
1
-0
/
+44
2023-02-10
mmap: convert vma_expand() to use vma iterator
Liam R. Howlett
1
-5
/
+4
2023-02-10
mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
Liam R. Howlett
2
-45
/
+38
2023-02-10
mm/mmap: remove preallocation from do_mas_align_munmap()
Liam R. Howlett
1
-8
/
+6
2023-02-10
mmap: convert vma_link() vma iterator
Liam R. Howlett
1
-3
/
+3
2023-02-10
mm/mmap: convert brk to use vma iterator
Liam R. Howlett
1
-25
/
+23
2023-02-10
mm: expand vma iterator interface
Liam R. Howlett
2
-0
/
+82
2023-02-10
mm: shrinkers: fix deadlock in shrinker debugfs
Qi Zheng
2
-6
/
+13
2023-02-10
mm: hwpoison: support recovery from ksm_might_need_to_copy()
Kefeng Wang
3
-8
/
+22
2023-02-10
kasan: fix Oops due to missing calls to kasan_arch_is_ready()
Christophe Leroy
3
-1
/
+21
2023-02-08
mm, slab/slub: Ensure kmem_cache_alloc_bulk() is available early
Thomas Gleixner
2
-12
/
+15
2023-02-07
Revert "mm: Always release pages to the buddy allocator in memblock_free_late...
Aaron Thompson
1
-7
/
+1
2023-02-06
mm/slub: fix memory leak with using debugfs_lookup()
Greg Kroah-Hartman
1
-1
/
+1
2023-02-04
mm/gup: add folio to list when folio_isolate_lru() succeed
Kuan-Ying Lee
1
-1
/
+1
2023-02-03
Merge tag 'mm-hotfixes-stable-2023-02-02-19-24-2' of git://git.kernel.org/pub...
Linus Torvalds
11
-108
/
+286
2023-02-03
swap: use bvec_set_page to initialize bvecs
Christoph Hellwig
1
-6
/
+2
2023-02-03
blk-cgroup: store a gendisk to throttle in struct task_struct
Christoph Hellwig
1
-1
/
+1
2023-02-03
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-02-03
block: remove ->rw_page
Christoph Hellwig
2
-22
/
+33
2023-02-03
mm: factor out a swap_writepage_bdev helper
Christoph Hellwig
1
-14
/
+19
2023-02-03
mm: remove the __swap_writepage return value
Christoph Hellwig
2
-15
/
+10
2023-02-03
mm: use an on-stack bio for synchronous swapin
Christoph Hellwig
1
-31
/
+38
2023-02-03
mm: factor out a swap_readpage_bdev helper
Christoph Hellwig
1
-33
/
+35
2023-02-03
mm: remove the swap_readpage return value
Christoph Hellwig
2
-16
/
+8
2023-02-03
mm: refactor va_remove_mappings
Christoph Hellwig
1
-19
/
+8
2023-02-03
mm: split __vunmap
Christoph Hellwig
1
-43
/
+41
2023-02-03
mm: move debug checks from __vunmap to remove_vm_area
Christoph Hellwig
1
-9
/
+9
[prev]
[next]