projects
/
platform
/
kernel
/
linux-starfive.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mm: add folio_flush_mapping()
2023-08-24
Matthew Wilcox ...
mm: add folio_flush_mapping()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-24
Matthew Wilcox ...
mm: add generic flush_icache_pages() and documentation
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-24
Matthew Wilcox ...
mm: convert page_table_check_pte_set() to page_table_check_p...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-24
Matthew Wilcox ...
minmax: add in_range() macro
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
mm: convert split_huge_pages_pid() to use a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
mm: add tail private fields to struct folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
mm: remove folio_test_transhuge()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
mm: free up a word in the first tail page
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
mm: rearrange page flags
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
mm: add large_rmappable page flag
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
mm: remove HUGETLB_PAGE_DTOR
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
mm: remove free_compound_page() and the compound_page_dtors...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
mm: convert prep_transhuge_page() to folio_prep_large_rmappa...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
mm: convert free_transhuge_folio() to folio_undo_large_rmapp...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
mm: convert free_huge_page() to free_huge_folio()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
mm: call free_huge_page() directly
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
io_uring: stop calling free_compound_page()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
mm: allow fault_dirty_shared_page() to be called under...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
zswap: make zswap_load() take a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
swap: remove some calls to compound_head() in swap_readpage()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
memcg: convert get_obj_cgroup_from_page to get_obj_cgroup_fr...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-21
Matthew Wilcox ...
zswap: make zswap_store() take a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
Cc:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
mm: handle faults that merely update the accessed bit...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
mm: handle swap and NUMA PTE faults under the VMA lock
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
mm: run the fault-around code under the VMA lock
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
mm: move FAULT_FLAG_VMA_LOCK check down from do_fault()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
mm: move FAULT_FLAG_VMA_LOCK check down in handle_pte_fault()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
mm: handle some PMD faults under the VMA lock
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
mm: handle PUD faults under the VMA lock
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
mm: move FAULT_FLAG_VMA_LOCK check from handle_mm_fault()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
mm: allow per-VMA locks on file-backed VMAs
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
mm: remove CONFIG_PER_VMA_LOCK ifdefs
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
buffer: remove set_bh_page()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
jbd2: use a folio in jbd2_journal_write_metadata_buffer()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
ntfs3: convert ntfs_get_block_vbo() to use a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
migrate: use folio_set_bh() instead of set_bh_page()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
affs: convert data read and write to use folios
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
affs: convert affs_symlink_read_folio() to use the...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
highmem: add memcpy_to_folio() and memcpy_from_folio()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-08-18
Matthew Wilcox ...
rmap: pass the folio to __page_check_anon_rmap()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-07-08
Matthew Wilcox ...
writeback: account the number of pages written back
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-07-01
Matthew Wilcox ...
mm: Always downgrade mmap_lock if requested
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-23
Matthew Wilcox ...
mm: remove unnecessary pagevec includes
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-23
Matthew Wilcox ...
mm: remove references to pagevec
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-23
Matthew Wilcox ...
mm: rename invalidate_mapping_pagevec to mapping_try_invalidate
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-23
Matthew Wilcox ...
mm: remove struct pagevec
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-23
Matthew Wilcox ...
net: convert sunrpc from pagevec to folio_batch
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-23
Matthew Wilcox ...
i915: convert i915_gpu_error to use a folio_batch
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-23
Matthew Wilcox ...
pagevec: rename fbatch_count()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-23
Matthew Wilcox ...
mm: remove check_move_unevictable_pages()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-23
Matthew Wilcox ...
drm: convert drm_gem_put_pages() to use a folio_batch
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-23
Matthew Wilcox ...
i915: convert shmem_sg_free_table() to use a folio_batch
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-23
Matthew Wilcox ...
scatterlist: add sg_set_folio()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-23
Matthew Wilcox ...
mm: add __folio_batch_release()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-23
Matthew Wilcox ...
afs: convert pagevec to folio_batch in afs_extend_writeback()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-19
Matthew Wilcox ...
buffer: convert block_truncate_page() to use a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-19
Matthew Wilcox ...
buffer: use a folio in __find_get_block_slow()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-19
Matthew Wilcox ...
buffer: convert link_dev_buffers to take a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-19
Matthew Wilcox ...
buffer: convert init_page_buffers() to folio_init_buffers()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-19
Matthew Wilcox ...
buffer: convert grow_dev_page() to use a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-19
Matthew Wilcox ...
buffer: convert page_zero_new_buffers() to folio_zero_new_bu...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-19
Matthew Wilcox ...
buffer: convert __block_commit_write() to take a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-19
Matthew Wilcox ...
buffer: convert block_page_mkwrite() to use a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-19
Matthew Wilcox ...
buffer: make block_write_full_page() handle large folios...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-19
Matthew Wilcox ...
gfs2: support ludicrously large folios in gfs2_trans_add_dat...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-19
Matthew Wilcox ...
buffer: convert __block_write_full_page() to __block_write_f...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-19
Matthew Wilcox ...
gfs2: convert gfs2_write_jdata_page() to gfs2_write_jdata_fo...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-19
Matthew Wilcox ...
gfs2: pass a folio to __gfs2_jdata_write_folio()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-19
Matthew Wilcox ...
gfs2: use a folio inside gfs2_jdata_writepage()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-06-09
Matthew Wilcox ...
mm: convert migrate_pages() to work on folios
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-04-18
Matthew Wilcox ...
hugetlb: remove PageHeadHuge()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-04-06
Matthew Wilcox ...
mm: hold the RCU read lock over calls to ->map_pages
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-04-06
Matthew Wilcox ...
afs: split afs_pagecache_valid() out of afs_validate()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-04-06
Matthew Wilcox ...
xfs: remove xfs_filemap_map_pages() wrapper
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-03-08
Matthew Wilcox ...
udf: Use folios in udf_adinicb_writepage()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-20
Matthew Wilcox ...
filemap: Remove lock_page_killable()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-20
Matthew Wilcox ...
cifs: Use a folio in cifs_page_mkwrite()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-10
Matthew Wilcox ...
shmem: fix W=1 build warnings with CONFIG_SHMEM=n
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-10
Matthew Wilcox ...
shmem: add shmem_read_folio() and shmem_read_folio_gfp()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-10
Matthew Wilcox ...
filemap: add mapping_read_folio_gfp()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-10
Matthew Wilcox ...
mm: fix memcpy_from_file_folio() integer underflow
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
mpage: convert __mpage_writepage() to use a folio more...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
fs: convert writepage_t callback to pass a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
mm: add memcpy_from_file_folio()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
readahead: convert readahead_expand() to use a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
filemap: convert filemap_range_has_page() to use a...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
filemap: convert filemap_map_pmd() to take a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
rmap: add folio parameter to __page_set_anon_rmap()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
mm: clean up mlock_page / munlock_page references in...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
mm: remove munlock_vma_page()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
mm: remove mlock_vma_page()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
mm: remove page_evictable()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
mm: convert mem_cgroup_css_from_page() to mem_cgroup_css_fro...
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
mm/fs: convert inode_attach_wb() to take a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
mm: use a folio in copy_present_pte()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
mm: use a folio in copy_pte_range()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
mm: convert wp_page_copy() to use folios
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
mm: convert do_anonymous_page() to use a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
mm: add vma_alloc_zeroed_movable_folio()
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
2023-02-03
Matthew Wilcox ...
shmem: convert shmem_write_end() to use a folio
Signed-off-by:
Matthew Wilcox (Oracle)
<willy@infradead.org>
commit
|
commitdiff
|
tree
next