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.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
/
include
/
linux
/
pagemap.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-11-07
mm, fs: introduce mapping_gfp_constraint()
Michal Hocko
1
-0
/
+7
2015-07-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+6
2015-06-24
pagemap.h: move dir_pages() over there
Fabian Frederick
1
-0
/
+6
2015-06-02
memcg: add per cgroup dirty page accounting
Greg Thelen
1
-1
/
+2
2014-12-29
mm: get rid of radix tree gfp mask for pagecache_get_page
Michal Hocko
1
-7
/
+6
2014-10-10
mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAP
Konstantin Khlebnikov
1
-17
/
+1
2014-10-08
Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-2
/
+10
2014-10-08
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2014-09-25
MM: export page_wakeup functions
NeilBrown
1
-2
/
+8
2014-09-25
SCHED: add some "wait..on_bit...timeout()" interfaces.
NeilBrown
1
-0
/
+2
2014-08-26
linux/pagemap.h: Fixed a typo in a code comment.
Raymond L. Rivera
1
-1
/
+1
2014-08-07
mm: describe mmap_sem rules for __lock_page_or_retry() and callers
Paul Cassella
1
-0
/
+3
2014-07-24
mm/rmap.c: fix pgoff calculation to handle hugepage correctly
Naoya Horiguchi
1
-0
/
+12
2014-06-05
mm: non-atomically mark page accessed during page cache allocation where poss...
Mel Gorman
1
-6
/
+101
2014-06-05
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
Mel Gorman
1
-1
/
+1
2014-06-05
fs/mpage.c: factor page_endio() out of mpage_end_io()
Matthew Wilcox
1
-0
/
+2
2014-04-04
mm: remove read_cache_page_async()
Sasha Levin
1
-10
/
+0
2014-04-04
mm + fs: store shadow entries in page cache
Johannes Weiner
1
-1
/
+12
2014-04-04
mm + fs: prepare for non-page entries in page cache radix trees
Johannes Weiner
1
-6
/
+9
2014-04-04
mm: filemap: move radix tree hole searching here
Johannes Weiner
1
-0
/
+5
2014-01-24
mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE
Sasha Levin
1
-5
/
+5
2013-04-30
vm: adjust ifdef for TINY_RCU
Paul E. McKenney
1
-1
/
+1
2013-02-22
mm: only enforce stable page writes if the backing device requires it
Darrick J. Wong
1
-0
/
+1
2012-12-12
mm: introduce a common interface for balloon pages mobility
Rafael Aquini
1
-0
/
+16
2012-08-01
mm: methods for teaching filesystems about PG_swapcache pages
Mel Gorman
1
-0
/
+5
2012-05-30
pagemap.h: fix warning about possibly used before init var
Paul Gortmaker
1
-4
/
+4
2012-04-23
mm: fixup compilation error due to an asm write through a const pointer
Daniel Vetter
1
-1
/
+1
2012-03-27
mm: extend prefault helpers to fault in more than PAGE_SIZE
Daniel Vetter
1
-2
/
+62
2011-07-26
mm: cleanup descriptions of filler arg
Hugh Dickins
1
-7
/
+5
[next]