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
*
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
*
mm: implement memory-deny-write-execute as a prctl
Joey Gouly
2023-02-03
3
-1
/
+45
*
swap_state: update shadow_nodes for anonymous page
Yang Yang
2023-02-03
1
-1
/
+2
*
mm/hugetlb: convert get_hwpoison_huge_page() to folios
Sidhartha Kumar
2023-02-03
1
-2
/
+2
*
mm/page_ext: init page_ext early if there are no deferred struct pages
Pasha Tatashin
2023-02-03
1
-0
/
+2
*
mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_from_folio()
Matthew Wilcox (Oracle)
2023-02-03
1
-1
/
+1
*
mm/fs: convert inode_attach_wb() to take a folio
Matthew Wilcox (Oracle)
2023-02-03
1
-6
/
+6
*
mm: add vma_alloc_zeroed_movable_folio()
Matthew Wilcox (Oracle)
2023-02-03
1
-17
/
+16
*
filemap: remove find_get_pages_range_tag()
Vishal Moola (Oracle)
2023-02-03
2
-18
/
+0
*
filemap: add filemap_get_folios_tag()
Vishal Moola (Oracle)
2023-02-03
1
-0
/
+2
*
pagemap: add filemap_grab_folio()
Vishal Moola (Oracle)
2023-02-03
1
-0
/
+20
*
mm: fix khugepaged with shmem_enabled=advise
David Stevens
2023-02-03
1
-8
/
+2
*
mm: discard __GFP_ATOMIC
NeilBrown
2023-02-03
2
-9
/
+4
*
mm/page_ext: do not allocate space for page_ext->flags if not needed
Pasha Tatashin
2023-02-03
1
-0
/
+18
*
mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVE
David Hildenbrand
2023-02-03
1
-29
/
+0
*
mm: pagevec: add folio_batch_reinit()
Lorenzo Stoakes
2023-02-03
1
-0
/
+5
*
mm/memory-failure: convert hugetlb_clear_page_hwpoison to folios
Sidhartha Kumar
2023-02-03
1
-2
/
+2
*
mm: remove the hugetlb field from struct page
Sidhartha Kumar
2023-02-03
1
-12
/
+0
*
mm: convert deferred_split_huge_page() to deferred_split_folio()
Matthew Wilcox (Oracle)
2023-02-03
1
-2
/
+2
*
mm/huge_memory: remove page_deferred_list()
Matthew Wilcox (Oracle)
2023-02-03
1
-8
/
+0
*
mm: move page->deferred_list to folio->_deferred_list
Matthew Wilcox (Oracle)
2023-02-03
2
-11
/
+12
*
doc: correct struct folio kernel-doc
Matthew Wilcox (Oracle)
2023-02-03
1
-4
/
+4
*
mm: remove 'First tail page' members from struct page
Matthew Wilcox (Oracle)
2023-02-03
1
-18
/
+0
*
mm: convert set_compound_page_dtor() and set_compound_order() to folios
Matthew Wilcox (Oracle)
2023-02-03
1
-3
/
+8
*
mm: reimplement compound_nr()
Matthew Wilcox (Oracle)
2023-02-03
1
-22
/
+27
*
mm: reimplement compound_order()
Matthew Wilcox (Oracle)
2023-02-03
1
-2
/
+11
*
mm: remove head_compound_mapcount() and _ptr functions
Matthew Wilcox (Oracle)
2023-02-03
2
-28
/
+3
*
mm: convert page_mapcount() to use folio_entire_mapcount()
Matthew Wilcox (Oracle)
2023-02-03
1
-9
/
+13
*
mm: use entire_mapcount in __page_dup_rmap()
Matthew Wilcox (Oracle)
2023-02-03
1
-1
/
+8
*
mm: add folio_add_new_anon_rmap()
Matthew Wilcox (Oracle)
2023-02-03
1
-0
/
+2
*
mm: convert total_compound_mapcount() to folio_total_mapcount()
Matthew Wilcox (Oracle)
2023-02-03
2
-6
/
+6
*
mm: convert head_subpages_mapcount() into folio_nr_pages_mapped()
Matthew Wilcox (Oracle)
2023-02-03
2
-29
/
+5
*
mm: remove folio_pincount_ptr() and head_compound_pincount()
Matthew Wilcox (Oracle)
2023-02-03
2
-17
/
+2
*
mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only export
Alistair Popple
2023-02-03
1
-8
/
+5
*
maple_tree: remove the parameter entry of mas_preallocate
Vernon Yang
2023-02-03
1
-1
/
+1
*
mm/damon/core: update kernel-doc comments for DAMOS filters supports of each ...
SeongJae Park
2023-02-03
1
-0
/
+5
*
mm/damon/core: update kernel-doc comments for DAMOS action supports of each D...
SeongJae Park
2023-02-03
1
-0
/
+6
*
Sync mm-stable with mm-hotfixes-stable to pick up dependent patches
Andrew Morton
2023-02-01
4
-5
/
+20
|
\
[next]