index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
ioremap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-10
coredump: convert to vma iterator
Liam R. Howlett
1
-4
/
+4
2023-02-10
mlock: convert mlock to vma iterator
Liam R. Howlett
1
-29
/
+28
2023-02-10
mm: change mprotect_fixup to vma iterator
Liam R. Howlett
3
-29
/
+29
2023-02-10
userfaultfd: use vma iterator
Liam R. Howlett
1
-54
/
+33
2023-02-10
ipc/shm: introduce new do_vma_munmap() to munmap
Liam R. Howlett
3
-25
/
+27
2023-02-10
ipc/shm: use the vma iterator for munmap calls
Liam R. Howlett
1
-6
/
+5
2023-02-10
mm: add temporary vma iterator versions of vma_merge(), split_vma(), and __sp...
Liam R. Howlett
2
-1
/
+54
2023-02-10
mmap: convert vma_expand() to use vma iterator
Liam R. Howlett
1
-5
/
+4
2023-02-10
mmap: change do_mas_munmap and do_mas_aligned_munmap() to use vma iterator
Liam R. Howlett
3
-46
/
+39
2023-02-10
mm/mmap: remove preallocation from do_mas_align_munmap()
Liam R. Howlett
1
-8
/
+6
2023-02-10
mmap: convert vma_link() vma iterator
Liam R. Howlett
1
-3
/
+3
2023-02-10
kernel/fork: convert forking to using the vmi iterator
Liam R. Howlett
1
-11
/
+8
2023-02-10
mm/mmap: convert brk to use vma iterator
Liam R. Howlett
1
-25
/
+23
2023-02-10
mm: expand vma iterator interface
Liam R. Howlett
4
-7
/
+125
2023-02-10
maple_tree: fix mas_prev() and mas_find() state handling
Liam R. Howlett
1
-1
/
+5
2023-02-10
maple_tree: fix handle of invalidated state in mas_wr_store_setup()
Liam R. Howlett
1
-0
/
+3
2023-02-10
test_maple_tree: test modifications while iterating
Liam R. Howlett
1
-0
/
+72
2023-02-10
maple_tree: reduce user error potential
Liam R. Howlett
1
-0
/
+10
2023-02-10
maple_tree: fix potential rcu issue
Liam R. Howlett
1
-1
/
+1
2023-02-10
maple_tree: add mas_init() function
Liam R. Howlett
1
-0
/
+11
2023-02-10
mm: fix memcpy_from_file_folio() integer underflow
Matthew Wilcox (Oracle)
1
-2
/
+3
2023-02-10
arm/mm: fix swp type masking in __swp_entry()
David Hildenbrand
1
-1
/
+1
2023-02-03
mpage: convert __mpage_writepage() to use a folio more fully
Matthew Wilcox (Oracle)
1
-24
/
+22
2023-02-03
fs: convert writepage_t callback to pass a folio
Matthew Wilcox (Oracle)
11
-44
/
+44
2023-02-03
mm: add memcpy_from_file_folio()
Matthew Wilcox (Oracle)
2
-0
/
+30
2023-02-03
block: remove ->rw_page
Christoph Hellwig
8
-217
/
+44
2023-02-03
mm: factor out a swap_writepage_bdev helper
Christoph Hellwig
1
-14
/
+19
2023-02-03
mm: remove the __swap_writepage return value
Christoph Hellwig
2
-15
/
+10
2023-02-03
mm: use an on-stack bio for synchronous swapin
Christoph Hellwig
1
-31
/
+38
2023-02-03
mm: factor out a swap_readpage_bdev helper
Christoph Hellwig
1
-33
/
+35
2023-02-03
mm: remove the swap_readpage return value
Christoph Hellwig
2
-16
/
+8
2023-02-03
mpage: stop using bdev_{read,write}_page
Christoph Hellwig
1
-10
/
+0
2023-02-03
mm: refactor va_remove_mappings
Christoph Hellwig
1
-19
/
+8
2023-02-03
mm: split __vunmap
Christoph Hellwig
1
-43
/
+41
2023-02-03
mm: move debug checks from __vunmap to remove_vm_area
Christoph Hellwig
1
-9
/
+9
2023-02-03
mm: use remove_vm_area in __vunmap
Christoph Hellwig
1
-21
/
+12
2023-02-03
mm: move __remove_vm_area out of va_remove_mappings
Christoph Hellwig
1
-6
/
+4
2023-02-03
mm: call vfree instead of __vunmap from delayed_vfree_work
Christoph Hellwig
1
-1
/
+1
2023-02-03
mm: move vmalloc_init and free_work down in vmalloc.c
Christoph Hellwig
1
-53
/
+51
2023-02-03
mm: remove __vfree_deferred
Christoph Hellwig
1
-26
/
+17
2023-02-03
mm: remove __vfree
Christoph Hellwig
1
-12
/
+6
2023-02-03
mm: reject vmap with VM_FLUSH_RESET_PERMS
Christoph Hellwig
1
-0
/
+3
2023-02-03
mm, compaction: finish pageblocks on complete migration failure
Mel Gorman
1
-8
/
+22
2023-02-03
mm, compaction: finish scanning the current pageblock if requested
Mel Gorman
1
-0
/
+7
2023-02-03
mm, compaction: check if a page has been captured before draining PCP pages
Mel Gorman
1
-6
/
+6
2023-02-03
mm, compaction: rename compact_control->rescan to finish_pageblock
Mel Gorman
2
-13
/
+17
2023-02-03
mm/gup.c: fix typo in comments
Jongwoo Han
1
-1
/
+1
2023-02-03
kasan: reset page tags properly with sampling
Andrey Konovalov
1
-5
/
+6
2023-02-03
mm/sparse: fix "unused function 'pgdat_to_phys'" warning
Mike Rapoport
1
-1
/
+1
2023-02-03
mm/page_owner: record single timestamp value for high order allocations
Hyeonggon Yoo
1
-1
/
+2
[next]