index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
bitmap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-06
mm: remove unused vmf_insert_mixed_prot()
Lorenzo Stoakes
3
-47
/
+19
2023-04-06
mm/memtest: add results of early memtest to /proc/meminfo
Tomas Mudrunka
4
-0
/
+29
2023-04-06
MAINTAINERS: extend memblock entry to include MM initialization
Mike Rapoport (IBM)
1
-1
/
+2
2023-04-06
mm: move vmalloc_init() declaration to mm/internal.h
Mike Rapoport (IBM)
2
-4
/
+5
2023-04-06
mm: move kmem_cache_init() declaration to mm/slab.h
Mike Rapoport (IBM)
3
-1
/
+2
2023-04-06
mm: move mem_init_print_info() to mm_init.c
Mike Rapoport (IBM)
4
-54
/
+54
2023-04-06
init,mm: fold late call to page_ext_init() to page_alloc_init_late()
Mike Rapoport (IBM)
3
-7
/
+5
2023-04-06
mm: move init_mem_debugging_and_hardening() to mm/mm_init.c
Mike Rapoport (IBM)
4
-97
/
+98
2023-04-06
mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()
Mike Rapoport (IBM)
2
-7
/
+2
2023-04-06
init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()
Mike Rapoport (IBM)
3
-69
/
+76
2023-04-06
init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()
Mike Rapoport (IBM)
1
-3
/
+4
2023-04-06
mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()
Mike Rapoport (IBM)
3
-3
/
+3
2023-04-06
mm: handle hashdist initialization in mm/mm_init.c
Mike Rapoport (IBM)
2
-18
/
+22
2023-04-06
mm: move most of core MM initialization to mm/mm_init.c
Mike Rapoport (IBM)
5
-2339
/
+2353
2023-04-06
mm/page_alloc: add helper for checking if check_pages_enabled
Mike Rapoport (IBM)
1
-3
/
+8
2023-04-06
mips: fix comment about pgtable_init()
Mike Rapoport (IBM)
1
-1
/
+1
2023-04-06
MAINTAINERS: add Lorenzo as vmalloc reviewer
Lorenzo Stoakes
1
-0
/
+1
2023-04-06
mm: move get_page_from_free_area() to mm/page_alloc.c
Mike Rapoport (IBM)
2
-7
/
+7
2023-04-06
mm: prefer fault_around_pages to fault_around_bytes
Lorenzo Stoakes
1
-11
/
+15
2023-04-06
mm: refactor do_fault_around()
Lorenzo Stoakes
1
-22
/
+16
2023-04-06
mm: compaction: fix the possible deadlock when isolating hugetlb pages
Baolin Wang
1
-0
/
+5
2023-04-06
mm: compaction: consider the number of scanning compound pages in isolate fai...
Baolin Wang
1
-2
/
+9
2023-04-06
mm/mremap: simplify vma expansion again
Vlastimil Babka
1
-16
/
+4
2023-04-06
mm/mmap: start distinguishing if vma can be removed in mergeability test
Vlastimil Babka
1
-5
/
+10
2023-04-06
mm/mmap/vma_merge: convert mergeability checks to return bool
Vlastimil Babka
1
-28
/
+25
2023-04-06
mm/mmap/vma_merge: rename adj_next to adj_start
Vlastimil Babka
1
-8
/
+8
2023-04-06
mm/mmap/vma_merge: set mid to NULL if not applicable
Vlastimil Babka
1
-8
/
+15
2023-04-06
mm/mmap/vma_merge: initialize mid and next in natural order
Vlastimil Babka
1
-4
/
+5
2023-04-06
mm/mmap/vma_merge: use the proper vma pointer in case 4
Vlastimil Babka
1
-4
/
+4
2023-04-06
mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6
Vlastimil Babka
1
-5
/
+6
2023-04-06
mm/mmap/vma_merge: use the proper vma pointer in case 3
Vlastimil Babka
1
-4
/
+5
2023-04-06
mm/mmap/vma_merge: use only primary pointers for preparing merge
Vlastimil Babka
1
-7
/
+7
2023-04-06
mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs
Axel Rasmussen
6
-5
/
+30
2023-04-06
mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
Axel Rasmussen
7
-77
/
+84
2023-04-06
mm: userfaultfd: don't pass around both mm and vma
Axel Rasmussen
7
-46
/
+41
2023-04-06
mm: userfaultfd: rename functions for clarity + consistency
Axel Rasmussen
5
-92
/
+92
2023-04-06
mips: drop ranges for definition of ARCH_FORCE_MAX_ORDER
Mike Rapoport (IBM)
1
-4
/
+0
2023-04-06
loongarch: drop ranges for definition of ARCH_FORCE_MAX_ORDER
Mike Rapoport (IBM)
1
-3
/
+0
2023-04-06
mm, treewide: redefine MAX_ORDER sanely
Kirill A. Shutemov
84
-253
/
+223
2023-04-06
iommu: fix MAX_ORDER usage in __iommu_dma_alloc_pages()
Kirill A. Shutemov
1
-2
/
+2
2023-04-06
mm/slub: fix MAX_ORDER usage in calculate_order()
Kirill A. Shutemov
1
-1
/
+1
2023-04-06
mm/page_reporting: fix MAX_ORDER usage in page_reporting_register()
Kirill A. Shutemov
1
-1
/
+1
2023-04-06
perf/core: fix MAX_ORDER usage in rb_alloc_aux_page()
Kirill A. Shutemov
1
-2
/
+2
2023-04-06
genwqe: fix MAX_ORDER usage
Kirill A. Shutemov
2
-2
/
+2
2023-04-06
drm/i915: fix MAX_ORDER usage in i915_gem_object_get_pages_internal()
Kirill A. Shutemov
1
-1
/
+1
2023-04-06
floppy: fix MAX_ORDER usage
Kirill A. Shutemov
1
-2
/
+2
2023-04-06
um: fix MAX_ORDER usage in linux_main()
Kirill A. Shutemov
1
-2
/
+2
2023-04-06
sparc/mm: fix MAX_ORDER usage in tsb_grow()
Kirill A. Shutemov
1
-2
/
+2
2023-04-06
selftests/mm: smoke test UFFD_FEATURE_WP_UNPOPULATED
Peter Xu
1
-2
/
+43
2023-04-06
mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
Peter Xu
8
-26
/
+155
[next]