index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
filemap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-29
mm, vmscan: move lru_lock to the node
Mel Gorman
1
-2
/
+2
2016-07-27
shmem: add huge pages support
Kirill A. Shutemov
1
-1
/
+6
2016-07-27
filemap: prepare find and delete operations for huge pages
Kirill A. Shutemov
1
-56
/
+122
2016-07-27
mm: postpone page table allocation until we have page to map
Kirill A. Shutemov
1
-6
/
+10
2016-07-27
mm: introduce fault_env
Kirill A. Shutemov
1
-14
/
+14
2016-06-25
Revert "mm: make faultaround produce old ptes"
Kirill A. Shutemov
1
-1
/
+1
2016-05-27
Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-9
/
+21
2016-05-21
radix-tree: introduce radix_tree_replace_clear_tags()
Matthew Wilcox
1
-20
/
+3
2016-05-21
mm: make faultaround produce old ptes
Kirill A. Shutemov
1
-1
/
+1
2016-05-21
mm: filemap: only do access activations on reads
Johannes Weiner
1
-1
/
+1
2016-05-21
mm: workingset: only do workingset activations on reads
Rik van Riel
1
-1
/
+5
2016-05-20
mm/page_ref: use page_ref helper instead of direct modification of _count
Joonsoo Kim
1
-1
/
+1
2016-05-20
dax: New fault locking
Jan Kara
1
-2
/
+7
2016-05-20
dax: Allow DAX code to replace exceptional entries
Jan Kara
1
-7
/
+14
2016-05-02
fs: simplify the generic_write_sync prototype
Christoph Hellwig
1
-7
/
+2
2016-05-02
fs: add IOCB_SYNC and IOCB_DSYNC
Christoph Hellwig
1
-1
/
+1
2016-05-02
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
1
-3
/
+2
2016-05-02
filemap: remove the pos argument to generic_file_direct_write
Christoph Hellwig
1
-2
/
+3
2016-05-02
filemap: remove pos variables in generic_file_read_iter
Christoph Hellwig
1
-8
/
+7
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-63
/
+63
2016-03-26
mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
Nicolai Stange
1
-3
/
+4
2016-03-18
mm: use radix_tree_iter_retry()
Matthew Wilcox
1
-36
/
+17
2016-03-18
radix_tree: add support for multi-order entries
Matthew Wilcox
1
-1
/
+1
2016-03-16
mm: remove unnecessary uses of lock_page_memcg()
Johannes Weiner
1
-6
/
+1
2016-03-16
mm: simplify lock_page_memcg()
Johannes Weiner
1
-12
/
+8
2016-03-16
mm: migrate: do not touch page->mem_cgroup of live pages
Johannes Weiner
1
-1
/
+1
2016-03-16
mm: memcontrol: generalize locking for the page->mem_cgroup binding
Johannes Weiner
1
-6
/
+6
2016-03-16
mm: filemap: avoid unnecessary calls to lock_page when waiting for IO to comp...
Mel Gorman
1
-0
/
+49
2016-03-16
mm: filemap: remove redundant code in do_read_cache_page
Mel Gorman
1
-31
/
+12
2016-03-10
mm: __delete_from_page_cache show Bad page if mapped
Hugh Dickins
1
-1
/
+24
2016-02-27
dax: move writeback calls into the filesystems
Ross Zwisler
1
-8
/
+4
2016-02-12
mm: fix filemap.c kernel doc warning
Randy Dunlap
1
-0
/
+1
2016-01-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2016-01-23
dax: add support for fsync/sync
Ross Zwisler
1
-0
/
+6
2016-01-23
mm: add find_get_entries_tag()
Ross Zwisler
1
-0
/
+68
2016-01-23
dax: support dirty DAX entries in radix tree
Ross Zwisler
1
-6
/
+11
2016-01-23
wrappers for ->i_mutex access
Al Viro
1
-2
/
+2
2016-01-16
mm: differentiate page_mapped() from page_mapcount() for compound pages
Kirill A. Shutemov
1
-1
/
+1
2016-01-16
memcg: adjust to support new THP refcounting
Kirill A. Shutemov
1
-4
/
+4
2016-01-16
page-flags: define PG_locked behavior on compound pages
Kirill A. Shutemov
1
-6
/
+9
2016-01-15
mm: allow GFP_{FS,IO} for page_cache_read page cache allocation
Michal Hocko
1
-5
/
+4
2015-11-07
mm, fs: introduce mapping_gfp_constraint()
Michal Hocko
1
-2
/
+2
2015-11-07
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
1
-1
/
+1
2015-11-06
mm: rename mem_cgroup_migrate to mem_cgroup_replace_page
Hugh Dickins
1
-1
/
+1
2015-11-06
mm/filemap.c: make global sync not clear error status of individual inodes
Junichi Nomura
1
-13
/
+54
2015-11-06
mm: use only per-device readahead limit
Roman Gushchin
1
-5
/
+3
2015-10-23
mm: make sendfile(2) killable
Jan Kara
1
-4
/
+5
2015-10-07
Revert "fs: do not prefault sys_write() user buffer pages"
Linus Torvalds
1
-18
/
+16
2015-09-09
mm: rename alloc_pages_exact_node() to __alloc_pages_node()
Vlastimil Babka
1
-1
/
+1
2015-09-09
fs: do not prefault sys_write() user buffer pages
Dave Hansen
1
-16
/
+18
[next]