summaryrefslogtreecommitdiffstats
path: root/drivers/greybus (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-06xfs: remove xfs_filemap_map_pages() wrapperMatthew Wilcox (Oracle)1-16/+1
2023-04-06mm/damon/sysfs: make more kobj_type structures constantThomas Weißschuh1-2/+2
2023-04-06selftests/mm: set overcommit_policy as OVERCOMMIT_ALWAYSChaitanya S Prakash1-0/+8
2023-04-06selftests/mm: change NR_CHUNKS_HIGH for aarch64Chaitanya S Prakash1-4/+10
2023-04-06selftests/mm: change MAP_CHUNK_SIZEChaitanya S Prakash1-3/+7
2023-04-06trace: cma: remove unnecessary event class cma_alloc_classWenchao Hao1-33/+25
2023-04-06mm: be less noisy during memory hotplugTomas Krcka1-1/+1
2023-04-06mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable caseLorenzo Stoakes1-25/+22
2023-04-06mm/mmap/vma_merge: explicitly assign res, vma, extend invariantsLorenzo Stoakes1-5/+14
2023-04-06mm/mmap/vma_merge: fold curr, next assignment logicLorenzo Stoakes1-13/+11
2023-04-06mm/mmap/vma_merge: further improve prev/next VMA namingLorenzo Stoakes1-43/+43
2023-04-06mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes4-115/+177
2023-04-06iov_iter: add copy_page_to_iter_nofault()Lorenzo Stoakes2-0/+50
2023-04-06fs/proc/kcore: convert read_kcore() to read_kcore_iter()Lorenzo Stoakes1-18/+18
2023-04-06fs/proc/kcore: avoid bounce buffer for ktext dataLorenzo Stoakes1-12/+5
2023-04-06mm/page_alloc: make deferred page init free pages in MAX_ORDER blocksKirill A. Shutemov2-9/+12
2023-04-06drm/ttm: remove comment referencing now-removed vmf_insert_mixed_prot()Lorenzo Stoakes1-1/+1
2023-04-06mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entriesLorenzo Stoakes2-55/+15
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