summaryrefslogtreecommitdiffstats
path: root/lib/bitmap.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-06mm: remove unused vmf_insert_mixed_prot()Lorenzo Stoakes3-47/+19
2023-04-06mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka4-0/+29
2023-04-06MAINTAINERS: extend memblock entry to include MM initializationMike Rapoport (IBM)1-1/+2
2023-04-06mm: move vmalloc_init() declaration to mm/internal.hMike Rapoport (IBM)2-4/+5
2023-04-06mm: move kmem_cache_init() declaration to mm/slab.hMike Rapoport (IBM)3-1/+2
2023-04-06mm: move mem_init_print_info() to mm_init.cMike Rapoport (IBM)4-54/+54
2023-04-06init,mm: fold late call to page_ext_init() to page_alloc_init_late()Mike Rapoport (IBM)3-7/+5
2023-04-06mm: move init_mem_debugging_and_hardening() to mm/mm_init.cMike Rapoport (IBM)4-97/+98
2023-04-06mm: call {ptlock,pgtable}_cache_init() directly from mm_core_init()Mike Rapoport (IBM)2-7/+2
2023-04-06init,mm: move mm_init() to mm/mm_init.c and rename it to mm_core_init()Mike Rapoport (IBM)3-69/+76
2023-04-06init: fold build_all_zonelists() and page_alloc_init_cpuhp() to mm_init()Mike Rapoport (IBM)1-3/+4
2023-04-06mm/page_alloc: rename page_alloc_init() to page_alloc_init_cpuhp()Mike Rapoport (IBM)3-3/+3
2023-04-06mm: handle hashdist initialization in mm/mm_init.cMike Rapoport (IBM)2-18/+22
2023-04-06mm: move most of core MM initialization to mm/mm_init.cMike Rapoport (IBM)5-2339/+2353
2023-04-06mm/page_alloc: add helper for checking if check_pages_enabledMike Rapoport (IBM)1-3/+8
2023-04-06mips: fix comment about pgtable_init()Mike Rapoport (IBM)1-1/+1
2023-04-06MAINTAINERS: add Lorenzo as vmalloc reviewerLorenzo Stoakes1-0/+1
2023-04-06mm: move get_page_from_free_area() to mm/page_alloc.cMike Rapoport (IBM)2-7/+7
2023-04-06mm: prefer fault_around_pages to fault_around_bytesLorenzo Stoakes1-11/+15
2023-04-06mm: refactor do_fault_around()Lorenzo Stoakes1-22/+16
2023-04-06mm: compaction: fix the possible deadlock when isolating hugetlb pagesBaolin Wang1-0/+5
2023-04-06mm: compaction: consider the number of scanning compound pages in isolate fai...Baolin Wang1-2/+9
2023-04-06mm/mremap: simplify vma expansion againVlastimil Babka1-16/+4
2023-04-06mm/mmap: start distinguishing if vma can be removed in mergeability testVlastimil Babka1-5/+10
2023-04-06mm/mmap/vma_merge: convert mergeability checks to return boolVlastimil Babka1-28/+25
2023-04-06mm/mmap/vma_merge: rename adj_next to adj_startVlastimil Babka1-8/+8
2023-04-06mm/mmap/vma_merge: set mid to NULL if not applicableVlastimil Babka1-8/+15
2023-04-06mm/mmap/vma_merge: initialize mid and next in natural orderVlastimil Babka1-4/+5
2023-04-06mm/mmap/vma_merge: use the proper vma pointer in case 4Vlastimil Babka1-4/+4
2023-04-06mm/mmap/vma_merge: use the proper vma pointers in cases 1 and 6Vlastimil Babka1-5/+6
2023-04-06mm/mmap/vma_merge: use the proper vma pointer in case 3Vlastimil Babka1-4/+5
2023-04-06mm/mmap/vma_merge: use only primary pointers for preparing mergeVlastimil Babka1-7/+7
2023-04-06mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen6-5/+30
2023-04-06mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen7-77/+84
2023-04-06mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen7-46/+41
2023-04-06mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen5-92/+92
2023-04-06mips: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)1-4/+0
2023-04-06loongarch: drop ranges for definition of ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)1-3/+0
2023-04-06mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov84-253/+223
2023-04-06iommu: fix MAX_ORDER usage in __iommu_dma_alloc_pages()Kirill A. Shutemov1-2/+2
2023-04-06mm/slub: fix MAX_ORDER usage in calculate_order()Kirill A. Shutemov1-1/+1
2023-04-06mm/page_reporting: fix MAX_ORDER usage in page_reporting_register()Kirill A. Shutemov1-1/+1
2023-04-06perf/core: fix MAX_ORDER usage in rb_alloc_aux_page()Kirill A. Shutemov1-2/+2
2023-04-06genwqe: fix MAX_ORDER usageKirill A. Shutemov2-2/+2
2023-04-06drm/i915: fix MAX_ORDER usage in i915_gem_object_get_pages_internal()Kirill A. Shutemov1-1/+1
2023-04-06floppy: fix MAX_ORDER usageKirill A. Shutemov1-2/+2
2023-04-06um: fix MAX_ORDER usage in linux_main()Kirill A. Shutemov1-2/+2
2023-04-06sparc/mm: fix MAX_ORDER usage in tsb_grow()Kirill A. Shutemov1-2/+2
2023-04-06selftests/mm: smoke test UFFD_FEATURE_WP_UNPOPULATEDPeter Xu1-2/+43
2023-04-06mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu8-26/+155