index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
greybus
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-06
xfs: remove xfs_filemap_map_pages() wrapper
Matthew Wilcox (Oracle)
1
-16
/
+1
2023-04-06
mm/damon/sysfs: make more kobj_type structures constant
Thomas Weißschuh
1
-2
/
+2
2023-04-06
selftests/mm: set overcommit_policy as OVERCOMMIT_ALWAYS
Chaitanya S Prakash
1
-0
/
+8
2023-04-06
selftests/mm: change NR_CHUNKS_HIGH for aarch64
Chaitanya S Prakash
1
-4
/
+10
2023-04-06
selftests/mm: change MAP_CHUNK_SIZE
Chaitanya S Prakash
1
-3
/
+7
2023-04-06
trace: cma: remove unnecessary event class cma_alloc_class
Wenchao Hao
1
-33
/
+25
2023-04-06
mm: be less noisy during memory hotplug
Tomas Krcka
1
-1
/
+1
2023-04-06
mm/mmap/vma_merge: init cleanup, be explicit about the non-mergeable case
Lorenzo Stoakes
1
-25
/
+22
2023-04-06
mm/mmap/vma_merge: explicitly assign res, vma, extend invariants
Lorenzo Stoakes
1
-5
/
+14
2023-04-06
mm/mmap/vma_merge: fold curr, next assignment logic
Lorenzo Stoakes
1
-13
/
+11
2023-04-06
mm/mmap/vma_merge: further improve prev/next VMA naming
Lorenzo Stoakes
1
-43
/
+43
2023-04-06
mm: vmalloc: convert vread() to vread_iter()
Lorenzo Stoakes
4
-115
/
+177
2023-04-06
iov_iter: add copy_page_to_iter_nofault()
Lorenzo Stoakes
2
-0
/
+50
2023-04-06
fs/proc/kcore: convert read_kcore() to read_kcore_iter()
Lorenzo Stoakes
1
-18
/
+18
2023-04-06
fs/proc/kcore: avoid bounce buffer for ktext data
Lorenzo Stoakes
1
-12
/
+5
2023-04-06
mm/page_alloc: make deferred page init free pages in MAX_ORDER blocks
Kirill A. Shutemov
2
-9
/
+12
2023-04-06
drm/ttm: remove comment referencing now-removed vmf_insert_mixed_prot()
Lorenzo Stoakes
1
-1
/
+1
2023-04-06
mm: remove vmf_insert_pfn_xxx_prot() for huge page-table entries
Lorenzo Stoakes
2
-55
/
+15
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
[next]