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-08-18
ksm: count all zero pages placed by KSM
xu xin
3
-1
/
+18
2023-08-18
ksm: support unsharing KSM-placed zero pages
xu xin
1
-3
/
+8
2023-08-18
mm/migrate_device: try to handle swapcache pages
Mika Penttilä
1
-6
/
+15
2023-08-18
mm/page_alloc: use write_seqlock_irqsave() instead write_seqlock() + local_ir...
Sebastian Andrzej Siewior
1
-9
/
+6
2023-08-18
zsmalloc: remove zs_compact_control
Minchan Kim
1
-28
/
+9
2023-08-18
zsmalloc: move migration destination zspage inuse check
Sergey Senozhatsky
1
-4
/
+4
2023-08-18
zsmalloc: do not scan for allocated objects in empty zspage
Sergey Senozhatsky
1
-0
/
+9
2023-08-18
mm/mm_init.c: remove obsolete macro HASH_SMALL
Miaohe Lin
1
-9
/
+1
2023-08-18
mm/page_alloc: fix min_free_kbytes calculation regarding ZONE_MOVABLE
liuq
1
-6
/
+6
2023-08-18
mm: memory-failure: remove unneeded 'inline' annotation
Miaohe Lin
1
-2
/
+2
2023-08-18
memory tier: use helper function destroy_memory_type()
Miaohe Lin
1
-1
/
+1
2023-08-18
mm: memory-failure: remove unneeded page state check in shake_page()
Miaohe Lin
1
-7
/
+4
2023-08-18
mm/filemap.c: fix update prev_pos after one read request done
Haibo Li
1
-4
/
+5
2023-08-18
mm/gup: retire follow_hugetlb_page()
Peter Xu
2
-243
/
+0
2023-08-18
mm/gup: accelerate thp gup even for "pages != NULL"
Peter Xu
1
-7
/
+44
2023-08-18
mm/gup: cleanup next_page handling
Peter Xu
1
-4
/
+3
2023-08-18
mm/hugetlb: add page_mask for hugetlb_follow_page_mask()
Peter Xu
2
-2
/
+6
2023-08-18
mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PIN
Peter Xu
1
-11
/
+22
2023-08-18
mm/hugetlb: handle FOLL_DUMP well in follow_page_mask()
Peter Xu
2
-7
/
+11
2023-08-18
mm: call arch_swap_restore() from unuse_pte()
Peter Collingbourne
1
-0
/
+7
2023-08-18
mm: make show_free_areas() static
Kefeng Wang
3
-6
/
+12
2023-08-18
mm: make MEMFD_CREATE into a selectable config option
Thomas Weißschuh
1
-0
/
+3
2023-08-18
mm: remove page_rmapping()
ZhangPeng
1
-6
/
+0
2023-08-18
mm: use a folio in fault_dirty_shared_page()
ZhangPeng
1
-8
/
+8
2023-08-18
swap: stop add to avail list if swap is full
Ma Wupeng
1
-1
/
+4
2023-08-18
swap: cleanup duplicated WARN_ON in add_to_avail_list
Ma Wupeng
1
-3
/
+1
2023-08-18
mm: increase usage of folio_next_index() helper
Sidhartha Kumar
4
-7
/
+7
2023-08-18
mm/mm_init.c: update obsolete comment in get_pfn_range_for_nid()
Miaohe Lin
1
-2
/
+1
2023-08-18
mm: madvise: fix uneven accounting of psi
Charan Teja Kalla
1
-0
/
+4
2023-07-29
Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...
Linus Torvalds
5
-10
/
+17
2023-07-28
Revert "mm,memblock: reset memblock.reserved to system init state to prevent ...
Mike Rapoport (IBM)
1
-4
/
+0
2023-07-28
mm/mempolicy: Take VMA lock before replacing policy
Jann Horn
1
-1
/
+14
2023-07-27
mm/memory-failure: fix hardware poison check in unpoison_memory()
Sidhartha Kumar
1
-1
/
+1
2023-07-27
mm: lock VMA in dup_anon_vma() before setting ->anon_vma
Jann Horn
1
-0
/
+1
2023-07-27
mm/pagewalk: fix EFI_PGT_DUMP of espfix area
Hugh Dickins
1
-1
/
+4
2023-07-27
shmem: minor fixes to splice-read implementation
Hugh Dickins
1
-3
/
+6
2023-07-27
mm/damon/core-test: initialise context before test in damon_test_set_attrs()
Feng Tang
1
-5
/
+5
2023-07-27
Merge tag 'fixes-2023-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+4
2023-07-27
mm: lock_vma_under_rcu() must check vma->anon_vma under vma lock
Jann Horn
1
-12
/
+16
2023-07-24
mm,memblock: reset memblock.reserved to system init state to prevent UAF
Rik van Riel
1
-0
/
+4
2023-07-17
mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()
Liam R. Howlett
1
-4
/
+5
2023-07-09
mm: lock newly mapped VMA with corrected ordering
Hugh Dickins
1
-2
/
+2
2023-07-09
Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...
Linus Torvalds
6
-19
/
+34
2023-07-09
mm: lock newly mapped VMA which can be modified after it becomes visible
Suren Baghdasaryan
1
-0
/
+2
2023-07-09
mm: lock a vma before stack expansion
Suren Baghdasaryan
1
-0
/
+4
2023-07-08
kasan, slub: fix HW_TAGS zeroing with slub_debug
Andrey Konovalov
2
-14
/
+14
2023-07-08
kasan: fix type cast in memory_is_poisoned_n
Andrey Konovalov
1
-1
/
+2
2023-07-08
writeback: account the number of pages written back
Matthew Wilcox (Oracle)
1
-3
/
+5
2023-07-08
mm: call arch_swap_restore() from do_swap_page()
Peter Collingbourne
1
-0
/
+7
2023-07-08
mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparison
John Hubbard
1
-1
/
+6
[next]