index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-08
filemap: Return only folios from find_get_entries()
Matthew Wilcox (Oracle)
4
-67
/
+59
2022-01-08
filemap: Convert filemap_get_read_batch() to use a folio_batch
Matthew Wilcox (Oracle)
1
-32
/
+33
2022-01-08
filemap: Convert filemap_read() to use a folio
Matthew Wilcox (Oracle)
1
-16
/
+12
2022-01-08
truncate: Add invalidate_complete_folio2()
Matthew Wilcox (Oracle)
3
-15
/
+12
2022-01-08
truncate: Convert invalidate_inode_pages2_range() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+17
2022-01-08
truncate: Skip known-truncated indices
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-01-08
truncate,shmem: Add truncate_inode_folio()
Matthew Wilcox (Oracle)
3
-13
/
+16
2022-01-08
shmem: Convert part of shmem_undo_range() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-01-08
mm: Add unmap_mapping_folio()
Matthew Wilcox (Oracle)
3
-17
/
+40
2022-01-04
truncate: Add truncate_cleanup_folio()
Matthew Wilcox (Oracle)
1
-10
/
+11
2022-01-04
filemap: Add filemap_release_folio()
Matthew Wilcox (Oracle)
2
-20
/
+25
2022-01-04
filemap: Use a folio in filemap_page_mkwrite
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-01-04
filemap: Use a folio in filemap_map_pages
Matthew Wilcox (Oracle)
1
-13
/
+14
2022-01-04
filemap: Use folios in next_uptodate_page
Matthew Wilcox (Oracle)
1
-15
/
+15
2022-01-04
filemap: Convert page_cache_delete_batch to folios
Matthew Wilcox (Oracle)
1
-10
/
+10
2022-01-04
filemap: Convert filemap_get_pages to use folios
Matthew Wilcox (Oracle)
1
-12
/
+12
2022-01-04
filemap: Drop the refcount while waiting for page lock
Matthew Wilcox (Oracle)
1
-38
/
+5
2022-01-04
filemap: Add read_cache_folio and read_mapping_folio
Matthew Wilcox (Oracle)
1
-46
/
+51
2022-01-04
filemap: Convert filemap_fault to folio
Matthew Wilcox (Oracle)
1
-40
/
+37
2022-01-04
filemap: Convert do_async_mmap_readahead to take a folio
Matthew Wilcox (Oracle)
1
-7
/
+8
2022-01-04
readahead: Convert page_cache_ra_unbounded to folios
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-01-04
readahead: Convert page_cache_async_ra() to take a folio
Matthew Wilcox (Oracle)
1
-3
/
+3
2022-01-04
filemap: Convert filemap_range_uptodate to folios
Matthew Wilcox (Oracle)
1
-8
/
+8
2022-01-04
filemap: Convert filemap_create_page to folio
Matthew Wilcox (Oracle)
1
-19
/
+20
2022-01-04
filemap: Convert filemap_read_page to take a folio
Matthew Wilcox (Oracle)
1
-9
/
+9
2022-01-04
filemap: Convert find_get_pages_contig to folios
Matthew Wilcox (Oracle)
1
-9
/
+8
2022-01-04
filemap: Convert filemap_get_read_batch to use folios
Matthew Wilcox (Oracle)
1
-12
/
+11
2022-01-04
filemap: Convert find_get_entry to return a folio
Matthew Wilcox (Oracle)
1
-74
/
+72
2022-01-04
filemap: Add filemap_remove_folio and __filemap_remove_folio
Matthew Wilcox (Oracle)
2
-23
/
+25
2022-01-04
filemap: Convert tracing of page cache operations to folio
Matthew Wilcox (Oracle)
1
-4
/
+5
2022-01-04
filemap: Add filemap_unaccount_folio()
Matthew Wilcox (Oracle)
1
-35
/
+35
2022-01-04
filemap: Convert page_cache_delete to take a folio
Matthew Wilcox (Oracle)
1
-11
/
+11
2022-01-04
filemap: Add folio_put_wait_locked()
Matthew Wilcox (Oracle)
2
-23
/
+25
2022-01-03
mm/writeback: Improve __folio_mark_dirty() comment
Matthew Wilcox (Oracle)
1
-1
/
+5
2022-01-03
filemap: Remove PageHWPoison check from next_uptodate_page()
Matthew Wilcox (Oracle)
1
-2
/
+0
2021-11-25
Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
4
-5
/
+4
2021-11-22
hugetlbfs: flush before unlock on move_hugetlb_page_tables()
Nadav Amit
1
-1
/
+1
2021-11-22
hugetlbfs: flush TLBs correctly after huge_pmd_unshare
Nadav Amit
1
-4
/
+19
2021-11-20
kmap_local: don't assume kmap PTEs are linear arrays in memory
Ard Biesheuvel
2
-11
/
+24
2021-11-20
mm/damon/dbgfs: fix missed use of damon_dbgfs_lock
SeongJae Park
1
-3
/
+9
2021-11-20
mm/damon/dbgfs: use '__GFP_NOWARN' for user-specified size buffer allocation
SeongJae Park
1
-4
/
+4
2021-11-20
hugetlb, userfaultfd: fix reservation restore on userfaultfd error
Mina Almasry
1
-3
/
+4
2021-11-20
hugetlb: fix hugetlb cgroup refcounting during mremap
Bui Quang Minh
1
-1
/
+3
2021-11-20
mm: kmemleak: slob: respect SLAB_NOLEAKTRACE flag
Rustam Kovhaev
1
-1
/
+1
2021-11-20
mm: emit the "free" trace report before freeing memory in kmem_cache_free()
Yunfeng Ye
3
-5
/
+3
2021-11-20
mm/swap.c:put_pages_list(): reinitialise the page list
Matthew Wilcox
1
-0
/
+1
2021-11-18
mm: Add functions to zero portions of a folio
Matthew Wilcox (Oracle)
1
-2
/
+0
2021-11-17
fs: Remove FS_THP_SUPPORT
Matthew Wilcox (Oracle)
1
-1
/
+2
2021-11-17
mm: Remove folio_test_single
Matthew Wilcox (Oracle)
1
-1
/
+1
2021-11-17
mm: Rename folio_test_multi to folio_test_large
Matthew Wilcox (Oracle)
1
-1
/
+1
[next]