index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/stackdepot, mm: rename stack_depot_want_early_init
Andrey Konovalov
2023-02-17
1
-7
/
+7
*
lib/stackdepot: put functions in logical order
Andrey Konovalov
2023-02-17
1
-7
/
+8
*
mm/migrate: add folio_movable_ops()
Vishal Moola (Oracle)
2023-02-14
1
-0
/
+9
*
mm: add folio_get_nontail_page()
Vishal Moola (Oracle)
2023-02-14
1
-0
/
+7
*
mm: add folio_estimated_sharers()
Vishal Moola (Oracle)
2023-02-14
1
-0
/
+18
*
mm/hugetlb: convert hugetlb_add_to_page_cache to take in a folio
Sidhartha Kumar
2023-02-14
1
-1
/
+1
*
mm/hugetlb: convert restore_reserve_on_error to take in a folio
Sidhartha Kumar
2023-02-14
1
-1
/
+1
*
mm/hugetlb: convert hugetlb fault paths to use alloc_hugetlb_folio()
Sidhartha Kumar
2023-02-14
2
-5
/
+5
*
mm/hugetlb: convert putback_active_hugepage to take in a folio
Sidhartha Kumar
2023-02-14
1
-2
/
+2
*
mm/hugetlb: convert alloc_migrate_huge_page to folios
Sidhartha Kumar
2023-02-14
1
-3
/
+3
*
mm/hugetlb: increase use of folios in alloc_huge_page()
Sidhartha Kumar
2023-02-14
1
-4
/
+4
*
mm/hugetlb: convert isolate_hugetlb to folios
Sidhartha Kumar
2023-02-14
1
-2
/
+2
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2023-02-11
2
-5
/
+12
|
\
|
*
mm: shrinkers: fix deadlock in shrinker debugfs
Qi Zheng
2023-02-10
1
-2
/
+3
|
*
mm: extend max struct page size for kmsan
Arnd Bergmann
2023-02-04
1
-3
/
+9
*
|
mm/gup: move private gup FOLL_ flags to internal.h
Jason Gunthorpe
2023-02-10
1
-22
/
+35
*
|
mm/gup: move gup_must_unshare() to mm/internal.h
Jason Gunthorpe
2023-02-10
1
-65
/
+0
*
|
mm/gup: remove pin_user_pages_fast_only()
Jason Gunthorpe
2023-02-10
1
-2
/
+0
*
|
mm/gup: add FOLL_UNLOCKABLE
Jason Gunthorpe
2023-02-10
1
-0
/
+1
*
|
mm/gup: move try_grab_page() to mm/internal.h
Jason Gunthorpe
2023-02-10
1
-2
/
+0
*
|
mm/gup: remove obsolete FOLL_LONGTERM comment
Jason Gunthorpe
2023-02-10
1
-6
/
+0
*
|
mm/vmalloc.c: add flags to mark vm_map_ram area
Baoquan He
2023-02-10
1
-0
/
+1
*
|
shmem: add shmem_read_folio() and shmem_read_folio_gfp()
Matthew Wilcox (Oracle)
2023-02-10
1
-0
/
+8
*
|
filemap: add mapping_read_folio_gfp()
Matthew Wilcox (Oracle)
2023-02-10
1
-0
/
+2
*
|
mm: introduce vm_flags_reset_once to replace WRITE_ONCE vm_flags updates
Suren Baghdasaryan
2023-02-10
1
-0
/
+7
*
|
mm, arch: add generic implementation of pfn_valid() for FLATMEM
Mike Rapoport (IBM)
2023-02-10
2
-2
/
+12
*
|
mm: introduce __vm_flags_mod and use it in untrack_pfn
Suren Baghdasaryan
2023-02-10
2
-4
/
+15
*
|
mm: replace vma->vm_flags direct modifications with modifier calls
Suren Baghdasaryan
2023-02-10
1
-1
/
+1
*
|
mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
Suren Baghdasaryan
2023-02-10
1
-2
/
+2
*
|
mm: introduce vma->vm_flags wrapper functions
Suren Baghdasaryan
2023-02-10
2
-1
/
+49
*
|
mm/mmap: don't use __vma_adjust() in shift_arg_pages()
Liam R. Howlett
2023-02-10
1
-8
/
+2
*
|
mm/mremap: convert vma_adjust() to vma_expand()
Liam R. Howlett
2023-02-10
1
-0
/
+3
*
|
mm: don't use __vma_adjust() in __split_vma()
Liam R. Howlett
2023-02-10
1
-4
/
+3
*
|
mm: add vma iterator to vma_adjust() arguments
Liam R. Howlett
2023-02-10
1
-5
/
+4
*
|
mm: pass through vma iterator to __vma_adjust()
Liam R. Howlett
2023-02-10
1
-2
/
+4
*
|
mmap: convert __vma_adjust() to use vma iterator
Liam R. Howlett
2023-02-10
1
-3
/
+0
*
|
mm: switch vma_merge(), split_vma(), and __split_vma to vma iterator
Liam R. Howlett
2023-02-10
1
-13
/
+5
*
|
mm: change mprotect_fixup to vma iterator
Liam R. Howlett
2023-02-10
1
-3
/
+3
*
|
ipc/shm: introduce new do_vma_munmap() to munmap
Liam R. Howlett
2023-02-10
1
-0
/
+3
*
|
mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...
Liam R. Howlett
2023-02-10
1
-1
/
+10
*
|
mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
Liam R. Howlett
2023-02-10
1
-1
/
+1
*
|
mm: expand vma iterator interface
Liam R. Howlett
2023-02-10
2
-7
/
+43
*
|
maple_tree: add mas_init() function
Liam R. Howlett
2023-02-10
1
-0
/
+11
*
|
mm: fix memcpy_from_file_folio() integer underflow
Matthew Wilcox (Oracle)
2023-02-10
1
-2
/
+3
*
|
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
2023-02-03
1
-1
/
+1
*
|
mm: add memcpy_from_file_folio()
Matthew Wilcox (Oracle)
2023-02-03
2
-0
/
+30
*
|
block: remove ->rw_page
Christoph Hellwig
2023-02-03
1
-5
/
+7
*
|
mm: memory-failure: add memory failure stats to sysfs
Jiaqi Yan
2023-02-03
2
-0
/
+33
*
|
mm: multi-gen LRU: section for memcg LRU
T.J. Alumbaugh
2023-02-03
2
-28
/
+2
*
|
mm/damon: update comments in damon.h for damon_attrs
SeongJae Park
2023-02-03
1
-3
/
+3
[next]