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
*
mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()
Mike Rapoport (IBM)
2023-04-06
1
-1
/
+1
*
mm: handle hashdist initialization in mm/mm_init.c
Mike Rapoport (IBM)
2023-04-06
2
-18
/
+22
*
mm: move most of core MM initialization to mm/mm_init.c
Mike Rapoport (IBM)
2023-04-06
4
-2334
/
+2353
*
mm/page_alloc: add helper for checking if check_pages_enabled
Mike Rapoport (IBM)
2023-04-06
1
-3
/
+8
*
mm: move get_page_from_free_area() to mm/page_alloc.c
Mike Rapoport (IBM)
2023-04-06
1
-0
/
+7
*
mm: prefer fault_around_pages to fault_around_bytes
Lorenzo Stoakes
2023-04-06
1
-11
/
+15
*
mm: refactor do_fault_around()
Lorenzo Stoakes
2023-04-06
1
-22
/
+16
*
mm: compaction: fix the possible deadlock when isolating hugetlb pages
Baolin Wang
2023-04-06
1
-0
/
+5
*
mm: compaction: consider the number of scanning compound pages in isolate fai...
Baolin Wang
2023-04-06
1
-2
/
+9
*
mm/mremap: simplify vma expansion again
Vlastimil Babka
2023-04-06
1
-16
/
+4
*
mm/mmap: start distinguishing if vma can be removed in mergeability test
Vlastimil Babka
2023-04-06
1
-5
/
+10
*
mm/mmap/vma_merge: convert mergeability checks to return bool
Vlastimil Babka
2023-04-06
1
-28
/
+25
*
mm/mmap/vma_merge: rename adj_next to adj_start
Vlastimil Babka
2023-04-06
1
-8
/
+8
*
mm/mmap/vma_merge: set mid to NULL if not applicable
Vlastimil Babka
2023-04-06
1
-8
/
+15
*
mm/mmap/vma_merge: initialize mid and next in natural order
Vlastimil Babka
2023-04-06
1
-4
/
+5
*
mm/mmap/vma_merge: use the proper vma pointer in case 4
Vlastimil Babka
2023-04-06
1
-4
/
+4
*
mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6
Vlastimil Babka
2023-04-06
1
-5
/
+6
*
mm/mmap/vma_merge: use the proper vma pointer in case 3
Vlastimil Babka
2023-04-06
1
-4
/
+5
*
mm/mmap/vma_merge: use only primary pointers for preparing merge
Vlastimil Babka
2023-04-06
1
-7
/
+7
*
mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
Axel Rasmussen
2023-04-06
1
-2
/
+3
*
mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
Axel Rasmussen
2023-04-06
3
-52
/
+43
*
mm: userfaultfd: don't pass around both mm and vma
Axel Rasmussen
2023-04-06
3
-38
/
+34
*
mm: userfaultfd: rename functions for clarity + consistency
Axel Rasmussen
2023-04-06
2
-59
/
+59
*
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
2023-04-06
17
-64
/
+64
*
mm/slub: fix MAX_ORDER usage in calculate_order()
Kirill A. Shutemov
2023-04-06
1
-1
/
+1
*
mm/page_reporting: fix MAX_ORDER usage in page_reporting_register()
Kirill A. Shutemov
2023-04-06
1
-1
/
+1
*
mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
Peter Xu
2023-04-06
3
-25
/
+84
*
kasan: suppress recursive reports for HW_TAGS
Andrey Konovalov
2023-04-06
1
-11
/
+48
*
kasan, arm64: add arch_suppress_tag_checks_start/stop
Andrey Konovalov
2023-04-06
1
-0
/
+2
*
kasan, arm64: rename tagging-related routines
Andrey Konovalov
2023-04-06
3
-12
/
+12
*
kasan: drop empty tagging-related defines
Andrey Konovalov
2023-04-06
1
-26
/
+0
*
mm: return an ERR_PTR from __filemap_get_folio
Christoph Hellwig
2023-04-06
10
-30
/
+38
*
mm: remove FGP_ENTRY
Christoph Hellwig
2023-04-06
2
-8
/
+3
*
shmem: open code the page cache lookup in shmem_get_folio_gfp
Christoph Hellwig
2023-04-06
1
-4
/
+10
*
shmem: shmem_get_partial_folio use filemap_get_entry
Hugh Dickins
2023-04-06
1
-5
/
+12
*
mm: use filemap_get_entry in filemap_get_incore_folio
Christoph Hellwig
2023-04-06
1
-1
/
+1
*
mm: make mapping_get_entry available outside of filemap.c
Christoph Hellwig
2023-04-06
1
-3
/
+3
*
mm: don't look at xarray value entries in split_huge_pages_in_file
Christoph Hellwig
2023-04-06
1
-3
/
+2
*
dmapool: create/destroy cleanup
Keith Busch
2023-04-06
1
-202
/
+205
*
dmapool: link blocks across pages
Keith Busch
2023-04-06
1
-127
/
+130
*
dmapool: don't memset on free twice
Keith Busch
2023-04-06
1
-2
/
+2
*
dmapool: simplify freeing
Keith Busch
2023-04-06
1
-16
/
+6
*
dmapool: consolidate page initialization
Keith Busch
2023-04-06
1
-4
/
+3
*
dmapool: rearrange page alloc failure handling
Keith Busch
2023-04-06
1
-7
/
+9
*
dmapool: move debug code to own functions
Keith Busch
2023-04-06
1
-51
/
+77
*
dmapool: speedup DMAPOOL_DEBUG with init_on_alloc
Tony Battersby
2023-04-06
1
-1
/
+1
*
dmapool: cleanup integer types
Tony Battersby
2023-04-06
1
-8
/
+11
*
dmapool: use sysfs_emit() instead of scnprintf()
Tony Battersby
2023-04-06
1
-16
/
+7
*
dmapool: remove checks for dev == NULL
Tony Battersby
2023-04-06
1
-31
/
+14
*
dmapool: add alloc/free performance test
Keith Busch
2023-04-06
3
-0
/
+157
[next]