index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-06-02
mm/swap_state: fix a data race in swapin_nr_pages
Qian Cai
2020-06-02
mm/swapfile: use list_{prev,next}_entry() instead of open-coding
chenqiwu
2020-06-02
mm/gup.c: further document vma_permits_fault()
Miles Chen
2020-06-02
ivtv: convert get_user_pages() --> pin_user_pages()
John Hubbard
2020-06-02
mm/gup: introduce pin_user_pages_unlocked
John Hubbard
2020-06-02
mm/gup.c: update the documentation
Souptick Joarder
2020-06-02
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
2020-06-02
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
2020-06-02
mm/page-writeback.c: remove unused variable
Chao Yu
2020-06-02
mm/filemap.c: remove misleading comment
Matthew Wilcox (Oracle)
2020-06-02
mm_types.h: change set_page_private to inline function
Guoqing Jiang
2020-06-02
mm/migrate.c: call detach_page_private to cleanup code
Guoqing Jiang
2020-06-02
buffer_head.h: remove attach_page_buffers
Guoqing Jiang
2020-06-02
orangefs: use attach/detach_page_private
Guoqing Jiang
2020-06-02
ntfs: replace attach_page_buffers with attach_page_private
Guoqing Jiang
2020-06-02
iomap: use attach/detach_page_private
Guoqing Jiang
2020-06-02
f2fs: use attach/detach_page_private
Guoqing Jiang
2020-06-02
fs/buffer.c: use attach/detach_page_private
Guoqing Jiang
2020-06-02
btrfs: use attach/detach_page_private
Guoqing Jiang
2020-06-02
md: remove __clear_page_buffers and use attach/detach_page_private
Guoqing Jiang
2020-06-02
include/linux/pagemap.h: introduce attach/detach_page_private
Guoqing Jiang
2020-06-02
iomap: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
fuse: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
f2fs: pass the inode to f2fs_mpage_readpages
Matthew Wilcox (Oracle)
2020-06-02
f2fs: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
ext4: pass the inode to ext4_mpage_readpages
Matthew Wilcox (Oracle)
2020-06-02
ext4: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
erofs: convert compressed files from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
erofs: convert uncompressed files from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
btrfs: convert from readpages to readahead
Matthew Wilcox (Oracle)
2020-06-02
fs: convert mpage_readpages to mpage_readahead
Matthew Wilcox (Oracle)
2020-06-02
mm: use memalloc_nofs_save in readahead path
Matthew Wilcox (Oracle)
2020-06-02
mm: document why we don't set PageReadahead
Matthew Wilcox (Oracle)
2020-06-02
mm: add page_cache_readahead_unbounded
Matthew Wilcox (Oracle)
2020-06-02
mm: move end_index check out of readahead loop
Matthew Wilcox (Oracle)
2020-06-02
mm: add readahead address space operation
Matthew Wilcox (Oracle)
2020-06-02
mm: put readahead pages in cache earlier
Matthew Wilcox (Oracle)
2020-06-02
mm: remove 'page_offset' from readahead loop
Matthew Wilcox (Oracle)
2020-06-02
mm: rename readahead loop variable to 'i'
Matthew Wilcox (Oracle)
2020-06-02
mm: rename various 'offset' parameters to 'index'
Matthew Wilcox (Oracle)
2020-06-02
mm: use readahead_control to pass arguments
Matthew Wilcox (Oracle)
2020-06-02
mm: add new readahead_control API
Matthew Wilcox (Oracle)
2020-06-02
mm: move readahead nr_pages check into read_pages
Matthew Wilcox (Oracle)
2020-06-02
mm: ignore return value of ->readpages
Matthew Wilcox (Oracle)
2020-06-02
mm: return void from various readahead functions
Matthew Wilcox (Oracle)
2020-06-02
mm: move readahead prototypes from mm.h
Matthew Wilcox (Oracle)
2020-06-02
mm, dump_page(): do not crash with invalid mapping pointer
Vlastimil Babka
2020-06-02
Documentation/vm/slub.rst: s/Toggle/Enable/
Andrew Morton
2020-06-02
mm/slub: fix stack overruns with SLUB_STATS
Qian Cai
2020-06-02
slub: remove kmalloc under list_lock from list_slab_objects() V2
Christopher Lameter
[prev]
[next]