index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-21
mm: Turn isolate_lru_page() into folio_isolate_lru()
Matthew Wilcox (Oracle)
3
-25
/
+29
2022-03-21
mm/gup: Turn compound_range_next() into gup_folio_range_next()
Matthew Wilcox (Oracle)
1
-21
/
+17
2022-03-21
mm/gup: Turn compound_next() into gup_folio_next()
Matthew Wilcox (Oracle)
1
-19
/
+21
2022-03-21
mm/gup: Convert gup_huge_pgd() to use a folio
Matthew Wilcox (Oracle)
1
-11
/
+6
2022-03-21
mm/gup: Convert gup_huge_pud() to use a folio
Matthew Wilcox (Oracle)
1
-5
/
+6
2022-03-21
mm/gup: Convert gup_huge_pmd() to use a folio
Matthew Wilcox (Oracle)
1
-5
/
+6
2022-03-21
mm/gup: Convert gup_hugepte() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-03-21
mm/gup: Convert gup_pte_range() to use a folio
Matthew Wilcox (Oracle)
1
-10
/
+8
2022-03-21
mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()
Matthew Wilcox (Oracle)
2
-5
/
+4
2022-03-21
mm/gup: Add gup_put_folio()
Matthew Wilcox (Oracle)
1
-26
/
+12
2022-03-21
mm/gup: Convert try_grab_page() to use a folio
Matthew Wilcox (Oracle)
1
-15
/
+13
2022-03-21
mm/gup: Add try_get_folio() and try_grab_folio()
Matthew Wilcox (Oracle)
2
-50
/
+54
2022-03-21
mm: Make compound_pincount always available
Matthew Wilcox (Oracle)
5
-27
/
+20
2022-03-21
mm/gup: Remove hpage_pincount_sub()
Matthew Wilcox (Oracle)
1
-10
/
+3
2022-03-21
mm/gup: Remove hpage_pincount_add()
Matthew Wilcox (Oracle)
1
-20
/
+11
2022-03-21
mm/gup: Handle page split race more efficiently
Matthew Wilcox (Oracle)
1
-2
/
+5
2022-03-21
mm/gup: Remove an assumption of a contiguous memmap
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-03-21
mm/gup: Fix some contiguous memmap assumptions
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-03-21
mm/gup: Change the calling convention for compound_next()
Matthew Wilcox (Oracle)
1
-6
/
+5
2022-03-21
mm/gup: Optimise compound_range_next()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-21
mm/gup: Change the calling convention for compound_range_next()
Matthew Wilcox (Oracle)
1
-6
/
+5
2022-03-21
mm/gup: Remove for_each_compound_head()
Matthew Wilcox (Oracle)
1
-11
/
+5
2022-03-21
mm/gup: Remove for_each_compound_range()
Matthew Wilcox (Oracle)
1
-10
/
+2
2022-03-21
mm/gup: Increment the page refcount before the pincount
Matthew Wilcox (Oracle)
1
-8
/
+6
2022-03-17
mm: swap: get rid of livelock in swapin readahead
Guo Ziliang
1
-1
/
+1
2022-03-16
fs: Remove aops ->set_page_dirty
Matthew Wilcox (Oracle)
2
-11
/
+4
2022-03-16
fs: Convert __set_page_dirty_no_writeback to noop_dirty_folio
Matthew Wilcox (Oracle)
4
-8
/
+8
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
3
-5
/
+5
2022-03-15
mm: Convert swap_set_page_dirty() to swap_dirty_folio()
Matthew Wilcox (Oracle)
2
-9
/
+11
2022-03-15
fs: Add aops->dirty_folio
Matthew Wilcox (Oracle)
2
-8
/
+14
2022-03-15
fs: Add aops->launder_folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2022-03-15
fs: Remove aops->invalidatepage
Matthew Wilcox (Oracle)
1
-11
/
+3
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
1
-4
/
+0
2022-03-15
fs: Add invalidate_folio() aops method
Matthew Wilcox (Oracle)
1
-1
/
+7
2022-03-15
fs: Turn do_invalidatepage() into folio_invalidate()
Matthew Wilcox (Oracle)
2
-11
/
+11
2022-03-14
fs: Convert is_partially_uptodate to folios
Matthew Wilcox (Oracle)
1
-2
/
+2
2022-03-10
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
1
-1
/
+1
2022-03-10
mm: gup: make fault_in_safe_writeable() use fixup_user_fault()
Linus Torvalds
1
-38
/
+19
2022-03-10
mm: slub: Delete useless parameter of alloc_slab_page()
Xiongwei Song
1
-4
/
+4
2022-03-09
mm/slub: remove forced_order parameter in calculate_sizes
Miaohe Lin
1
-7
/
+4
2022-03-09
mm/slub: refactor deactivate_slab()
Hyeonggon Yoo
1
-52
/
+39
2022-03-09
mm/slub: limit number of node partial slabs only in cache creation
Hyeonggon Yoo
1
-11
/
+3
2022-03-08
mm: use vmalloc_array and vcalloc for array allocations
Paolo Bonzini
2
-4
/
+2
2022-03-08
mm: vmalloc: introduce array allocation functions
Paolo Bonzini
1
-0
/
+50
2022-03-07
mm/slub: use helper macro __ATTR_XX_MODE for SLAB_ATTR(_RO)
Lianjie Zhang
1
-4
/
+2
2022-03-05
memfd: fix F_SEAL_WRITE after shmem huge page allocated
Hugh Dickins
1
-12
/
+28
2022-03-05
mm: fix use-after-free when anon vma name is used after vma is freed
Suren Baghdasaryan
1
-1
/
+7
2022-03-05
mm: prevent vm_area_struct::anon_name refcount saturation
Suren Baghdasaryan
1
-2
/
+1
2022-03-05
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
5
-67
/
+38
2022-03-04
mm: Consider __GFP_NOWARN flag for oversized kvmalloc() calls
Daniel Borkmann
1
-1
/
+3
[prev]
[next]