Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |