index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-24
1
-4
/
+1
|
\
|
*
mm: avoid 'might_sleep()' in get_mmap_lock_carefully()
Linus Torvalds
2023-08-21
1
-4
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-18
7
-49
/
+88
|
\
|
|
*
Merge tag 'mm-hotfixes-stable-2023-08-11-13-44' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-08-11
7
-49
/
+88
|
|
\
|
|
*
mm/damon/core: initialize damo_filter->list from damos_new_filter()
SeongJae Park
2023-08-04
1
-0
/
+1
|
|
*
mm: compaction: fix endless looping over same migrate block
Johannes Weiner
2023-08-04
1
-3
/
+5
|
|
*
hugetlb: do not clear hugetlb dtor until allocating vmemmap
Mike Kravetz
2023-08-04
1
-24
/
+51
|
|
*
mm: memory-failure: avoid false hwpoison page mapped error info
Miaohe Lin
2023-08-04
1
-3
/
+7
|
|
*
mm: memory-failure: fix potential unexpected return value from unpoison_memory()
Miaohe Lin
2023-08-04
1
-10
/
+9
|
|
*
mm/swapfile: fix wrong swap entry type for hwpoisoned swapcache page
Miaohe Lin
2023-08-04
2
-4
/
+6
|
|
*
zsmalloc: fix races between modifications of fullness and isolated
Andrew Yang
2023-08-04
1
-5
/
+9
*
|
|
net-memcg: Fix scope of sockmem pressure indicators
Abel Wu
2023-08-16
1
-0
/
+8
|
/
/
*
/
mm: Fix access_remote_vm() regression on tagged addresses
Kirill A. Shutemov
2023-08-09
1
-0
/
+3
|
/
*
Merge tag 'mm-hotfixes-stable-2023-07-28-15-52' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-07-29
5
-10
/
+17
|
\
|
*
mm/memory-failure: fix hardware poison check in unpoison_memory()
Sidhartha Kumar
2023-07-27
1
-1
/
+1
|
*
mm: lock VMA in dup_anon_vma() before setting ->anon_vma
Jann Horn
2023-07-27
1
-0
/
+1
|
*
mm/pagewalk: fix EFI_PGT_DUMP of espfix area
Hugh Dickins
2023-07-27
1
-1
/
+4
|
*
shmem: minor fixes to splice-read implementation
Hugh Dickins
2023-07-27
1
-3
/
+6
|
*
mm/damon/core-test: initialise context before test in damon_test_set_attrs()
Feng Tang
2023-07-27
1
-5
/
+5
*
|
Revert "mm,memblock: reset memblock.reserved to system init state to prevent ...
Mike Rapoport (IBM)
2023-07-28
1
-4
/
+0
*
|
mm/mempolicy: Take VMA lock before replacing policy
Jann Horn
2023-07-28
1
-1
/
+14
*
|
Merge tag 'fixes-2023-07-27' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2023-07-27
1
-0
/
+4
|
\
\
|
*
|
mm,memblock: reset memblock.reserved to system init state to prevent UAF
Rik van Riel
2023-07-24
1
-0
/
+4
|
|
/
*
/
mm: lock_vma_under_rcu() must check vma->anon_vma under vma lock
Jann Horn
2023-07-27
1
-12
/
+16
|
/
*
mm/mlock: fix vma iterator conversion of apply_vma_lock_flags()
Liam R. Howlett
2023-07-17
1
-4
/
+5
*
mm: lock newly mapped VMA with corrected ordering
Hugh Dickins
2023-07-09
1
-2
/
+2
*
Merge tag 'mm-hotfixes-stable-2023-07-08-10-43' of git://git.kernel.org/pub/s...
Linus Torvalds
2023-07-08
6
-19
/
+34
|
\
|
*
kasan, slub: fix HW_TAGS zeroing with slub_debug
Andrey Konovalov
2023-07-08
2
-14
/
+14
|
*
kasan: fix type cast in memory_is_poisoned_n
Andrey Konovalov
2023-07-08
1
-1
/
+2
|
*
writeback: account the number of pages written back
Matthew Wilcox (Oracle)
2023-07-08
1
-3
/
+5
|
*
mm: call arch_swap_restore() from do_swap_page()
Peter Collingbourne
2023-07-08
1
-0
/
+7
|
*
mm/hugetlb.c: fix a bug within a BUG(): inconsistent pte comparison
John Hubbard
2023-07-08
1
-1
/
+6
|
*
mm: disable CONFIG_PER_VMA_LOCK until its fixed
Suren Baghdasaryan
2023-07-08
1
-1
/
+2
*
|
mm: lock newly mapped VMA which can be modified after it becomes visible
Suren Baghdasaryan
2023-07-08
1
-0
/
+2
*
|
mm: lock a vma before stack expansion
Suren Baghdasaryan
2023-07-08
1
-0
/
+4
*
|
gup: make the stack expansion warning a bit more targeted
Linus Torvalds
2023-07-05
1
-10
/
+41
*
|
mm: don't do validate_mm() unnecessarily and without mmap locking
Linus Torvalds
2023-07-04
1
-4
/
+2
*
|
mm: validate the mm before dropping the mmap lock
Linus Torvalds
2023-07-03
1
-2
/
+1
|
/
*
mm: Update do_vmi_align_munmap() return semantics
Liam R. Howlett
2023-07-01
2
-67
/
+55
*
mm: Always downgrade mmap_lock if requested
Matthew Wilcox (Oracle)
2023-07-01
1
-13
/
+2
*
xtensa: fix lock_mm_and_find_vma in case VMA not found
Max Filippov
2023-07-01
1
-1
/
+6
*
xtensa: fix NOMMU build with lock_mm_and_find_vma() conversion
Linus Torvalds
2023-07-01
1
-0
/
+11
*
Merge tag 'memblock-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-06-30
1
-5
/
+29
|
\
|
*
memblock: Update nid info in memblock debugfs
Yuwei Guan
2023-06-02
1
-2
/
+6
|
*
memblock: Add flags and nid info in memblock debugfs
Yuwei Guan
2023-05-24
1
-2
/
+22
|
*
Fix some coding style errors in memblock.c
Claudio Migliorelli
2023-05-24
1
-3
/
+3
*
|
Merge tag 'unmap-fix-20230629' of git://git.infradead.org/users/dwmw2/linux
Linus Torvalds
2023-06-30
1
-4
/
+5
|
\
\
|
*
|
mm/mmap: Fix error return in do_vmi_align_munmap()
David Woodhouse
2023-06-28
1
-4
/
+5
*
|
|
Merge tag 'slab-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...
Linus Torvalds
2023-06-30
6
-93
/
+62
|
\
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
|
\
\
|
*
-
-
-
.
\
\
Merge branches 'slab/for-6.5/prandom', 'slab/for-6.5/slab_no_merge' and 'slab...
Vlastimil Babka
2023-06-16
5
-43
/
+39
|
|
\
\
\
\
\
[next]