- 9c5d760 mm: split gfp_mask and mapping flags into separate fields by Michal Hocko · 8 years ago
- abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 8cd7978 mm: remove page_file_index by Huang Ying · 8 years ago
- 371a096 mm: don't use radix tree writeback tags for pages in swap cache by Huang Ying · 8 years ago
- 4bce9f6 get rid of separate multipage fault-in primitives by Al Viro · 8 years ago
- 90b75db fault_in_multipages_readable() throws set-but-unused error by Dave Chinner · 8 years ago
- e23d415 fix fault_in_multipages_...() on architectures with no-op access_ok() by Al Viro · 8 years ago
- c11f0c0 block/mm: make bdev_ops->rw_page() take a bool for read/write by Jens Axboe · 8 years ago
- abf5454 mm/block: convert rw_page users to bio op use by Mike Christie · 8 years ago
- 8a5c743 mm, memcg: use consistent gfp flags during readahead by Michal Hocko · 8 years ago
- b8ca9e3 mm: tighten fault_in_pages_writeable() by Eric Dumazet · 9 years ago
- 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 9 years ago
- 1fa64f1 mm: drop PAGE_CACHE_* and page_cache_{get,release} definition by Kirill A. Shutemov · 9 years ago
- ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- fe896d1 mm: introduce page reference manipulation functions by Joonsoo Kim · 9 years ago
- 62cccb8 mm: simplify lock_page_memcg() by Johannes Weiner · 9 years ago
- 7e7f774 mm: add find_get_entries_tag() by Ross Zwisler · 9 years ago
- e9b61f1 thp: reintroduce split_huge_page() by Kirill A. Shutemov · 9 years ago
- 48c935a page-flags: define PG_locked behavior on compound pages by Kirill A. Shutemov · 9 years ago
- c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
- 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- b57c2cb pagemap.h: move dir_pages() over there by Fabian Frederick · 10 years ago
- c4843a7 memcg: add per cgroup dirty page accounting by Greg Thelen · 10 years ago
- 45f87de mm: get rid of radix tree gfp mask for pagecache_get_page by Michal Hocko · 10 years ago
- 9d1ba80 mm/balloon_compaction: remove balloon mapping and flag AS_BALLOON_MAP by Konstantin Khlebnikov · 10 years ago
- 25641c0 Merge tag 'nfs-for-3.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 10 years ago
- 28596c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
- a4796e3 MM: export page_wakeup functions by NeilBrown · 10 years ago
- cbbce82 SCHED: add some "wait..on_bit...timeout()" interfaces. by NeilBrown · 10 years ago
- 50d8a18 linux/pagemap.h: Fixed a typo in a code comment. by Raymond L. Rivera · 10 years ago
- 9a95f3c mm: describe mmap_sem rules for __lock_page_or_retry() and callers by Paul Cassella · 10 years ago
- a0f7a75 mm/rmap.c: fix pgoff calculation to handle hugepage correctly by Naoya Horiguchi · 10 years ago
- 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 11 years ago
- b745bc8 mm: page_alloc: convert hot/cold parameter and immediate callers to bool by Mel Gorman · 11 years ago
- 57d9984 fs/mpage.c: factor page_endio() out of mpage_end_io() by Matthew Wilcox · 11 years ago
- 67f9fd9 mm: remove read_cache_page_async() by Sasha Levin · 11 years ago
- 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
- 0cd6144 mm + fs: prepare for non-page entries in page cache radix trees by Johannes Weiner · 11 years ago
- e7b563b mm: filemap: move radix tree hole searching here by Johannes Weiner · 11 years ago
- 309381fea mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE by Sasha Levin · 11 years ago
- 8375ad9 vm: adjust ifdef for TINY_RCU by Paul E. McKenney · 12 years ago
- 1d1d1a7 mm: only enforce stable page writes if the backing device requires it by Darrick J. Wong · 12 years ago
- 18468d9 mm: introduce a common interface for balloon pages mobility by Rafael Aquini · 12 years ago
- f981c59 mm: methods for teaching filesystems about PG_swapcache pages by Mel Gorman · 12 years ago
- af2e840 pagemap.h: fix warning about possibly used before init var by Paul Gortmaker · 13 years ago
- 9923777 mm: fixup compilation error due to an asm write through a const pointer by Daniel Vetter · 13 years ago
- f56f821 mm: extend prefault helpers to fault in more than PAGE_SIZE by Daniel Vetter · 13 years ago
- 5e5358e mm: cleanup descriptions of filler arg by Hugh Dickins · 13 years ago
- bdd4e85 sched: Isolate preempt counting in its own config option by Frederic Weisbecker · 14 years ago
- 7b1de58 readahead: readahead page allocations are OK to fail by Wu Fengguang · 14 years ago
- f62e00c mm: introduce wait_on_page_locked_killable() by KOSAKI Motohiro · 14 years ago
- 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
- e64a782 mm: change __remove_from_page_cache() by Minchan Kim · 14 years ago
- 702cfbf mm: goodbye remove_from_page_cache() by Minchan Kim · 14 years ago
- 97cecb5 mm: introduce delete_from_page_cache() by Minchan Kim · 14 years ago
- ef6a3c6 mm: add replace_page_cache_page() function by Miklos Szeredi · 14 years ago
- 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
- 088e546 mm: remove likely() from mapping_unevictable() by Steven Rostedt · 14 years ago
- d065bd8 mm: retry page fault when blocking on disk transfer by Michel Lespinasse · 14 years ago
- 1021a64 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 14 years ago
- 0fe6e20 hugetlb, rmap: add reverse mapping for hugepage by Naoya Horiguchi · 15 years ago
- 8edf344 hugetlb: move definition of is_vm_hugetlb_page() to hugepage_inline.h by Naoya Horiguchi · 15 years ago
- 627295e gcc-4.6: pagemap: avoid unused-but-set variable by Andi Kleen · 14 years ago
- 0531b2a mm: add new 'read_cache_page_gfp()' helper function by Linus Torvalds · 15 years ago
- b560d8a rcu: Expunge lingering references to CONFIG_CLASSIC_RCU, optimize on !SMP by Paul E. McKenney · 15 years ago
- 6837765 mm: remove CONFIG_UNEVICTABLE_LRU config option by KOSAKI Motohiro · 16 years ago
- 385e1ca5f CacheFiles: Permit the page lock state to be monitored by David Howells · 16 years ago
- 9a896c9 mm: define a UNIQUE value for AS_UNEVICTABLE flag by Lee Schermerhorn · 16 years ago
- 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
- 8413ac9 mm: page lock use lock bitops by Nick Piggin · 16 years ago
- f45840b mm: pagecache insertion fewer atomics by Nick Piggin · 16 years ago
- 89e004ea SHM_LOCKED pages are unevictable by Lee Schermerhorn · 16 years ago
- ba9ddf4 Ramfs and Ram Disk pages are unevictable by Lee Schermerhorn · 16 years ago
- 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
- ce0ad7f powerpc/mm: Lockless get_user_pages_fast() for 64-bit (v3) by Nick Piggin · 16 years ago
- 7906d00 mmu-notifiers: add mm_take_all_locks() operation by Andrea Arcangeli · 16 years ago
- e286781 mm: speculative page references by Nick Piggin · 16 years ago
- 2185e69 mapping_set_error: add unlikely() by Andrew Morton · 16 years ago
- b3c9752 include/linux: Remove all users of FASTCALL() macro by Harvey Harrison · 17 years ago
- 2687a35 Add lock_page_killable by Matthew Wilcox · 17 years ago
- afddba4 fs: introduce write_begin, write_end, and perform_write aops by Nick Piggin · 17 years ago
- 0829142 mm: fix pagecache write deadlocks by Nick Piggin · 17 years ago
- 57f6b96 filemap: convert some unsigned long to pgoff_t by Fengguang Wu · 17 years ago
- 3e9f45b Factor outstanding I/O error handling by Guillaume Chazarain · 18 years ago
- 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 18 years ago
- 6204530 [PATCH] mm: remove find_trylock_page by Nick Piggin · 18 years ago
- 2ae8814 [PATCH] mm: clean up pagecache allocation by Nick Piggin · 18 years ago
- db37648 [PATCH] mm: non syncing lock_page() by Nick Piggin · 18 years ago
- 347ce43 [PATCH] zoned vm counters: conversion of nr_pagecache to per zone counter by Christoph Lameter · 18 years ago
- 090d2b1 [PATCH] read_mapping_page for address space by Pekka Enberg · 19 years ago
- ebf4350 [PATCH] Add find_get_pages_contig(): contiguous variant of find_get_pages() by Jens Axboe · 19 years ago
- 93fac70 [PATCH] mm: schedule find_trylock_page() removal by Nick Piggin · 19 years ago
- 44110fe [PATCH] cpuset memory spread page cache implementation and hooks by Paul Jackson · 19 years ago
- 2d6c666 [PATCH] mm: gfp_noreclaim cleanup by Paul Jackson · 19 years ago
- 260b236 [PATCH] gfp_t: the rest by Al Viro · 19 years ago
- 6daa0e2 [PATCH] gfp_t: mm/* (easy parts) by Al Viro · 19 years ago
- dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
- 0c35bba [PATCH] VM: add __GFP_NORECLAIM by Martin Hicks · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago