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
2020-10-11
mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...
Vijay Balakrishna
2
-2
/
+14
2020-10-11
mm: mmap: Fix general protection fault in unlink_file_vma()
Miaohe Lin
1
-1
/
+5
2020-10-11
mm/khugepaged: fix filemap page_to_pgoff(page) != offset
Hugh Dickins
1
-0
/
+12
2020-10-08
mm: avoid early COW write protect games during fork()
Linus Torvalds
1
-37
/
+4
2020-10-03
mm/page_alloc: handle a missing case for memalloc_nocma_{save/restore} APIs
Joonsoo Kim
1
-3
/
+16
2020-10-03
mm, slub: restore initial kmem_cache flags
Eric Farman
1
-5
/
+1
2020-10-03
Merge tag 'io_uring-5.9-2020-10-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+5
2020-09-29
io_uring: fix async buffered reads when readahead is disabled
Hao Xu
1
-1
/
+5
2020-09-28
mm: do not rely on mm == current->mm in __get_user_pages_locked
Jason A. Donenfeld
1
-1
/
+1
2020-09-27
mm/thp: Split huge pmds/puds if they're pinned when fork()
Peter Xu
1
-0
/
+28
2020-09-27
mm: Do early cow for pinned pages during fork() for ptes
Peter Xu
1
-16
/
+189
2020-09-27
mm/fork: Pass new vma pointer into copy_page_range()
Peter Xu
1
-5
/
+9
2020-09-27
mm: Introduce mm_struct.has_pinned
Peter Xu
1
-0
/
+6
2020-09-26
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
6
-23
/
+23
2020-09-26
mm: validate pmd after splitting
Minchan Kim
1
-1
/
+1
2020-09-26
mm: don't rely on system state to detect hot-plug operations
Laurent Dufour
1
-1
/
+2
2020-09-26
mm: replace memmap_context by meminit_context
Laurent Dufour
2
-6
/
+6
2020-09-26
mm/migrate: correct thp migration stats
Zi Yan
1
-4
/
+3
2020-09-26
mm/gup: fix gup_fast with dynamic page table folding
Vasily Gorbik
1
-9
/
+9
2020-09-26
mm: memcontrol: fix missing suffix of workingset_restore
Muchun Song
1
-2
/
+2
2020-09-26
mm, THP, swap: fix allocating cluster for swapfile by mistake
Gao Xiang
1
-1
/
+1
2020-09-26
mm: slab: fix potential double free in ___cache_free
Shakeel Butt
1
-2
/
+6
2020-09-24
mm: fix misplaced unlock_page in do_wp_page()
Linus Torvalds
1
-1
/
+1
2020-09-23
mm: move the copy_one_pte() pte_present check into the caller
Linus Torvalds
1
-12
/
+12
2020-09-23
mm: split out the non-present case from copy_one_pte()
Linus Torvalds
1
-67
/
+79
2020-09-20
mm: fix wake_page_function() comment typos
Linus Torvalds
1
-2
/
+2
2020-09-19
mm/memory_hotplug: drain per-cpu pages again during memory offline
Pavel Tatashin
2
-0
/
+22
2020-09-19
mm/thp: fix __split_huge_pmd_locked() for migration PMD
Ralph Campbell
1
-19
/
+23
2020-09-19
tmpfs: restore functionality of nr_inodes=0
Byron Stanoszek
1
-4
/
+6
2020-09-19
mlock: fix unevictable_pgs event counts on THP
Hugh Dickins
2
-12
/
+18
2020-09-19
mm: fix check_move_unevictable_pages() on THP
Hugh Dickins
1
-2
/
+8
2020-09-19
mm: migration of hugetlbfs page skip memcg
Hugh Dickins
1
-1
/
+2
2020-09-19
ksm: reinstate memcg charge on copied pages
Hugh Dickins
1
-0
/
+4
2020-09-18
Merge branch 'for-5.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2020-09-17
percpu: fix first chunk size calculation for populated bitmap
Sunghyun Jin
1
-1
/
+1
2020-09-17
mm: allow a controlled amount of unfairness in the page lock
Linus Torvalds
1
-31
/
+129
2020-09-06
Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-09-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
9
-46
/
+108
2020-09-05
mm/khugepaged.c: fix khugepaged's request size in collapse_file
David Howells
1
-1
/
+1
2020-09-05
mm/hugetlb: fix a race between hugetlb sysctl handlers
Muchun Song
1
-6
/
+20
2020-09-05
mm/hugetlb: try preferred node first when alloc gigantic page from cma
Li Xinhai
1
-6
/
+17
2020-09-05
mm/migrate: preserve soft dirty in remove_migration_pte()
Ralph Campbell
1
-0
/
+2
2020-09-05
mm/migrate: remove unnecessary is_zone_device_page() check
Ralph Campbell
1
-7
/
+5
2020-09-05
mm/rmap: fixup copying of soft dirty and uffd ptes
Alistair Popple
2
-6
/
+18
2020-09-05
mm/migrate: fixup setting UFFD_WP flag
Alistair Popple
1
-1
/
+1
2020-09-05
mm: madvise: fix vma user-after-free
Yang Shi
1
-1
/
+1
2020-09-05
mm: track page table modifications in __apply_to_page_range()
Joerg Roedel
1
-13
/
+24
2020-09-05
mm: slub: fix conversion of freelist_corrupted()
Eugeniu Rosca
1
-6
/
+6
2020-09-05
mm: memcg: fix memcg reclaim soft lockup
Xunlei Pang
1
-0
/
+8
2020-09-05
memcg: fix use-after-free in uncharge_batch
Michal Hocko
1
-0
/
+6
[next]