index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mm: change failure of MAP_FIXED to restoring the gap on failure
Liam R. Howlett
2024-09-04
3
-26
/
+61
*
mm/mmap: avoid zeroing vma tree in mmap_region()
Liam R. Howlett
2024-09-04
3
-48
/
+85
*
mm: clean up unmap_region() argument list
Liam R. Howlett
2024-09-04
3
-15
/
+11
*
mm/vma: track start and end for munmap in vma_munmap_struct
Liam R. Howlett
2024-09-04
2
-7
/
+31
*
mm/mmap: reposition vma iterator in mmap_region()
Liam R. Howlett
2024-09-04
3
-33
/
+39
*
mm/vma: support vma == NULL in init_vma_munmap()
Liam R. Howlett
2024-09-04
2
-4
/
+9
*
mm/vma: expand mmap_region() munmap call
Liam R. Howlett
2024-09-04
3
-33
/
+57
*
mm/vma: inline munmap operation in mmap_region()
Liam R. Howlett
2024-09-04
1
-6
/
+9
*
mm/vma: extract validate_mm() from vma_complete()
Liam R. Howlett
2024-09-04
2
-1
/
+5
*
mm/vma: change munmap to use vma_munmap_struct() for accounting and surroundi...
Liam R. Howlett
2024-09-04
2
-40
/
+49
*
mm/vma: introduce vma_munmap_struct for use in munmap operations
Liam R. Howlett
2024-09-04
2
-66
/
+90
*
mm/vma: extract the gathering of vmas from do_vmi_align_munmap()
Liam R. Howlett
2024-09-04
1
-33
/
+62
*
mm/vma: introduce vmi_complete_munmap_vmas()
Liam R. Howlett
2024-09-04
1
-25
/
+55
*
mm/vma: introduce abort_munmap_vmas()
Liam R. Howlett
2024-09-04
1
-5
/
+17
*
mm/vma: correctly position vma_iterator in __split_vma()
Liam R. Howlett
2024-09-04
1
-1
/
+4
*
Documentation/cgroup-v2: clarify that zswap.writeback is ignored if zswap is ...
Mike Yuan
2024-09-04
1
-0
/
+2
*
selftests: test_zswap: add test for hierarchical zswap.writeback
Mike Yuan
2024-09-04
1
-21
/
+54
*
mm: remove code to handle same filled pages
Usama Arif
2024-09-04
1
-77
/
+8
*
mm: store zero pages to be swapped out in a bitmap
Usama Arif
2024-09-04
3
-6
/
+151
*
mm:page_alloc: fix the NULL ac->nodemask in __alloc_pages_slowpath()
Zhongkun He
2024-09-04
2
-0
/
+11
*
mm: swapfile: fix SSD detection with swapfile on btrfs
Johannes Weiner
2024-09-04
1
-79
/
+86
*
mm:page-writeback: use folio_next_index() helper in writeback_iter()
Yuesong Li
2024-09-04
1
-1
/
+1
*
selftests/mm: fix charge_reserved_hugetlb.sh test
David Hildenbrand
2024-09-04
2
-10
/
+13
*
x86: remove PG_uncached
Matthew Wilcox (Oracle)
2024-09-04
11
-76
/
+31
*
mm: rename PG_mappedtodisk to PG_owner_2
Matthew Wilcox (Oracle)
2024-09-04
5
-16
/
+24
*
mm: remove page_has_private()
Matthew Wilcox (Oracle)
2024-09-04
1
-10
/
+5
*
mm: remove PageOwnerPriv1
Matthew Wilcox (Oracle)
2024-09-04
1
-2
/
+0
*
mm: remove PageMlocked
Matthew Wilcox (Oracle)
2024-09-04
2
-7
/
+10
*
mm: remove PageUnevictable
Matthew Wilcox (Oracle)
2024-09-04
2
-11
/
+11
*
mm: remove PageSwapCache
Matthew Wilcox (Oracle)
2024-09-04
5
-24
/
+22
*
mm: remove PageReadahead
Matthew Wilcox (Oracle)
2024-09-04
1
-2
/
+2
*
mm: remove PageSwapBacked
Matthew Wilcox (Oracle)
2024-09-04
1
-3
/
+3
*
mm: remove PageActive
Matthew Wilcox (Oracle)
2024-09-04
2
-5
/
+6
*
zsmalloc: use all available 24 bits of page_type
Matthew Wilcox (Oracle)
2024-09-04
3
-20
/
+6
*
mm: support only one page_type per page
Matthew Wilcox (Oracle)
2024-09-04
3
-51
/
+56
*
mm: introduce page_mapcount_is_type()
Matthew Wilcox (Oracle)
2024-09-04
3
-7
/
+11
*
printf: remove %pGt support
Matthew Wilcox (Oracle)
2024-09-04
6
-62
/
+2
*
selftests/mm: add more mseal traversal tests
Pedro Falcato
2024-09-04
1
-1
/
+105
*
mm: remove can_modify_mm()
Pedro Falcato
2024-09-04
2
-35
/
+0
*
mseal: replace can_modify_mm_madv with a vma variant
Pedro Falcato
2024-09-04
4
-25
/
+14
*
mm/mremap: replace can_modify_mm with can_modify_vma
Pedro Falcato
2024-09-04
1
-26
/
+6
*
mm/mprotect: replace can_modify_mm with can_modify_vma
Pedro Falcato
2024-09-04
1
-9
/
+3
*
mm/munmap: replace can_modify_mm with can_modify_vma
Pedro Falcato
2024-09-04
2
-17
/
+13
*
mm: move can_modify_vma to mm/vma.h
Pedro Falcato
2024-09-04
2
-17
/
+28
*
mm: allow read-ahead with IOCB_NOWAIT set
Yafang Shao
2024-09-04
2
-1
/
+6
*
mm: remove migration for HugePage in isolate_single_pageblock()
Kefeng Wang
2024-09-04
1
-25
/
+3
*
mm: shrinker: use min() to improve shrinker_debugfs_scan_write()
Thorsten Blum
2024-09-04
1
-1
/
+1
*
selftests: mm: support shmem mTHP collapse testing
Baolin Wang
2024-09-04
3
-8
/
+51
*
mm: khugepaged: support shmem mTHP collapse
Baolin Wang
2024-09-04
1
-17
/
+11
*
mm: khugepaged: support shmem mTHP copy
Baolin Wang
2024-09-04
1
-5
/
+10
[prev]
[next]