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
/
include
/
linux
/
pagemap.h
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-12
mm/filemap: don't cast ->readpage to filler_t for do_read_cache_page
Christoph Hellwig
1
-2
/
+1
2019-07-12
include/linux/pagemap.h: document trylock_page() return value
Andrew Morton
1
-0
/
+3
2019-07-06
Revert "mm: page cache: store only head pages in i_pages"
Linus Torvalds
1
-13
/
+0
2019-05-14
mm: delete find_get_entries_tag
Matthew Wilcox (Oracle)
1
-3
/
+0
2019-05-14
mm/page-writeback: introduce tracepoint for wait_on_page_writeback()
Yafang Shao
1
-9
/
+1
2019-05-14
mm: page cache: store only head pages in i_pages
Matthew Wilcox
1
-0
/
+13
2019-03-15
filemap: kill page_cache_read usage in filemap_fault
Josef Bacik
1
-0
/
+1
2019-03-06
mm: page_cache_add_speculative(): refactor out some code duplication
john.hubbard@gmail.com
1
-22
/
+9
2018-12-28
mm: put_and_wait_on_page_locked() while page is migrated
Hugh Dickins
1
-0
/
+2
2018-10-21
page cache: Convert find_get_entries_tag to XArray
Matthew Wilcox
1
-1
/
+1
2018-10-21
page cache; Convert find_get_pages_range_tag to XArray
Matthew Wilcox
1
-2
/
+2
2018-10-21
page cache: Convert hole search to XArray
Matthew Wilcox
1
-2
/
+2
2018-04-11
page cache: use xa_lock
Matthew Wilcox
1
-2
/
+2
2017-11-16
mm: remove __GFP_COLD
Mel Gorman
1
-7
/
+1
2017-11-16
mm: remove cold parameter for release_pages
Mel Gorman
1
-1
/
+1
2017-11-16
mm: batch radix tree operations when truncating pages
Jan Kara
1
-0
/
+4
2017-11-16
mm: implement find_get_pages_range_tag()
Jan Kara
1
-2
/
+10
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-07
mm: implement find_get_pages_range()
Jan Kara
1
-2
/
+10
2017-09-07
mm: make pagevec_lookup() update index
Jan Kara
1
-1
/
+1
2017-08-03
mm: allow page_cache_get_speculative in interrupt context
Kan Liang
1
-2
/
+0
2017-07-08
Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+25
2017-07-06
mm: set both AS_EIO/AS_ENOSPC and errseq_t in mapping_set_error
Jeff Layton
1
-6
/
+25
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2017-03-28
mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()
Kirill A. Shutemov
1
-2
/
+2
2017-02-23
mm: fix <linux/pagemap.h> stray kernel-doc notation
Randy Dunlap
1
-1
/
+0
2017-02-23
mm: un-export wake_up_page functions
Nicholas Piggin
1
-10
/
+2
2016-12-25
mm: add PageWaiters indicating tasks are waiting for a page bit
Nicholas Piggin
1
-12
/
+11
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-12-01
mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlb
Kirill A. Shutemov
1
-6
/
+15
2016-10-12
mm: split gfp_mask and mapping flags into separate fields
Michal Hocko
1
-11
/
+9
2016-10-10
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-52
/
+2
2016-10-08
mm: remove page_file_index
Huang Ying
1
-1
/
+1
2016-10-08
mm: don't use radix tree writeback tags for pages in swap cache
Huang Ying
1
-0
/
+12
2016-09-28
get rid of separate multipage fault-in primitives
Al Viro
1
-52
/
+2
2016-09-26
fault_in_multipages_readable() throws set-but-unused error
Dave Chinner
1
-0
/
+1
2016-09-21
fix fault_in_multipages_...() on architectures with no-op access_ok()
Al Viro
1
-19
/
+19
2016-08-07
block/mm: make bdev_ops->rw_page() take a bool for read/write
Jens Axboe
1
-1
/
+1
2016-08-04
mm/block: convert rw_page users to bio op use
Mike Christie
1
-1
/
+1
2016-07-27
mm, memcg: use consistent gfp flags during readahead
Michal Hocko
1
-3
/
+3
2016-05-21
mm: tighten fault_in_pages_writeable()
Eric Dumazet
1
-15
/
+9
2016-05-20
mm: rename _count, field of the struct page, to _refcount
Joonsoo Kim
1
-4
/
+4
2016-04-04
mm: drop PAGE_CACHE_* and page_cache_{get,release} definition
Kirill A. Shutemov
1
-15
/
+0
2016-04-04
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
1
-2
/
+1
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-7
/
+7
2016-03-18
mm: introduce page reference manipulation functions
Joonsoo Kim
1
-16
/
+3
2016-03-16
mm: simplify lock_page_memcg()
Johannes Weiner
1
-2
/
+1
2016-01-23
mm: add find_get_entries_tag()
Ross Zwisler
1
-0
/
+3
2016-01-16
thp: reintroduce split_huge_page()
Kirill A. Shutemov
1
-1
/
+12
2016-01-16
page-flags: define PG_locked behavior on compound pages
Kirill A. Shutemov
1
-17
/
+8
[next]