Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6111e4ca6829a0e8b092b8e5eeb6b5366091f29c
/
mm
/
rmap.c
6111e4c
mm: improve page_lock_anon_vma() comment
by Peter Zijlstra
· 13 years ago
25aeeb0
mm: revert page_lock_anon_vma() lock annotation
by Peter Zijlstra
· 13 years ago
3d48ae4
mm: Convert i_mmap_lock to a mutex
by Peter Zijlstra
· 13 years ago
2d42552
[S390] merge page_test_dirty and page_clear_dirty
by Martin Schwidefsky
· 13 years ago
a66979a
fs: move i_wb_list out from under inode_lock
by Dave Chinner
· 14 years ago
250df6e
fs: protect inode->i_state with inode->i_lock
by Dave Chinner
· 14 years ago
01d8b20
mm: simplify anon_vma refcounts
by Peter Zijlstra
· 14 years ago
8381326
mm: move anon_vma ref out from under CONFIG_foo
by Peter Zijlstra
· 14 years ago
9e60109
mm: rename drop_anon_vma() to put_anon_vma()
by Peter Zijlstra
· 14 years ago
2da28bf
thp: fix page_referenced to modify mapcount/vm_flags only if page is found
by Andrea Arcangeli
· 14 years ago
2a7106f
memcg: create extensible page stat update routines
by Greg Thelen
· 14 years ago
91600e9
thp: fix memory-failure hugetlbfs vs THP collision
by Andrea Arcangeli
· 14 years ago
7913417
thp: transparent hugepage vmstat
by Andrea Arcangeli
· 14 years ago
05759d3
thp: split_huge_page anon_vma ordering dependency
by Andrea Arcangeli
· 14 years ago
71e3aac
thp: transparent hugepage core
by Andrea Arcangeli
· 14 years ago
3f04f62
thp: split_huge_page paging
by Andrea Arcangeli
· 14 years ago
23a0790
mm/rmap.c: fix comment
by Figo.zhang
· 14 years ago
e574b5f
rmap: make anon_vma_chain_free() static
by Namhyung Kim
· 14 years ago
e9a81a8
rmap: wrap page_check_address() using __cond_lock()
by Namhyung Kim
· 14 years ago
ea4525b
rmap: annotate lock context change on page_[un]lock_anon_vma()
by Namhyung Kim
· 14 years ago
f1ebdd6
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 14 years ago
e2b8d7a
[S390] add support for nonquiescing sske
by Martin Schwidefsky
· 14 years ago
4e1c197
Clean up __page_set_anon_rmap
by Andi Kleen
· 14 years ago
4829b90
ksm: fix page_address_in_vma anon_vma oops
by Hugh Dickins
· 14 years ago
a850ea3
hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap()
by Naoya Horiguchi
· 14 years ago
433abed
hugetlb, rmap: always use anon_vma root pointer
by Naoya Horiguchi
· 14 years ago
f1819427
mm: fix hang on anon_vma->root->lock
by Hugh Dickins
· 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
e3390f6
hwpoison: rename CONFIG
by Naoya Horiguchi
· 14 years ago
0fe6e20
hugetlb, rmap: add reverse mapping for hugepage
by Naoya Horiguchi
· 14 years ago
ad8c2ee
rmap: add exclusive page to private anon_vma on swapin
by Rik van Riel
· 14 years ago
44ab57a
rmap: add anon_vma bug checks
by Andrea Arcangeli
· 14 years ago
21d0d44
rmap: resurrect page_address_in_vma anon_vma check
by Andrea Arcangeli
· 14 years ago
288468c
rmap: always use anon_vma root pointer
by Andrea Arcangeli
· 14 years ago
26ba0cb
rmap: always add new vmas at the end
by Andrea Arcangeli
· 14 years ago
7654506
mm: extend KSM refcounts to the anon_vma root
by Rik van Riel
· 14 years ago
5c341ee1
mm: track the root (oldest) anon_vma
by Rik van Riel
· 14 years ago
cba48b9
mm: change direct call of spin_lock(anon_vma->lock) to inline function
by Rik van Riel
· 14 years ago
a8bef8ff
mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks
by Mel Gorman
· 14 years ago
7f60c21
mm: migration: share the anon_vma ref counts between KSM and page migration
by Mel Gorman
· 14 years ago
3f6c827
mm: migration: take a reference to the anon_vma before migrating
by Mel Gorman
· 14 years ago
ab941e0
rmap: remove anon_vma check in page_address_in_vma()
by Naoya Horiguchi
· 14 years ago
31f2b0e
rmap: anon_vma_prepare() can leak anon_vma_chain
by Oleg Nesterov
· 15 years ago
e8a03fe
rmap: add exclusively owned pages to the newest anon_vma
by Rik van Riel
· 15 years ago
ea90002
anonvma: when setting up page->mapping, we need to pick the _oldest_ anonvma
by Linus Torvalds
· 15 years ago
646d87b
anon_vma: clone the anon_vma chain in the right order
by Linus Torvalds
· 15 years ago
4946d54
rmap: fix anon_vma_fork() memory leak
by Rik van Riel
· 15 years ago
64574746
vmscan: detect mapped file pages used only once
by Johannes Weiner
· 15 years ago
fc148a5
mm: remove VM_LOCK_RMAP code
by Rik van Riel
· 15 years ago
c44b674
rmap: move exclusively owned pages to own anon_vma in do_wp_page()
by Rik van Riel
· 15 years ago
033a64b
rmap: remove obsolete check from __page_check_anon_rmap()
by Rik van Riel
· 15 years ago
5beb493
mm: change anon_vma linking to fix multi-process server scalability issue
by Rik van Riel
· 15 years ago
b084d43
mm: count swap usage
by KAMEZAWA Hiroyuki
· 15 years ago
d559db0
mm: clean up mm_counter
by KAMEZAWA Hiroyuki
· 15 years ago
d804658
memcg: make memcg's file mapped consistent with global VM
by KAMEZAWA Hiroyuki
· 15 years ago
caed0f48
mm: simplify try_to_unmap_one()
by KOSAKI Motohiro
· 15 years ago
e9995ef
ksm: rmap_walk to remove_migation_ptes
by Hugh Dickins
· 15 years ago
80e14822
ksm: share anon page without allocating
by Hugh Dickins
· 15 years ago
db114b8
ksm: hold anon_vma in rmap_item
by Hugh Dickins
· 15 years ago
5ad6468
ksm: let shared pages be swappable
by Hugh Dickins
· 15 years ago
1cb1729
mm: pass address down to rmap ones
by Hugh Dickins
· 15 years ago
af8e335
mm: CONFIG_MMU for PG_mlocked
by Hugh Dickins
· 15 years ago
53f79ac
mm: mlocking in try_to_unmap_one
by Hugh Dickins
· 15 years ago
3ca7b3c
mm: define PAGE_MAPPING_FLAGS
by Hugh Dickins
· 15 years ago
273f047
rmap: move label `out' to a better place
by Huang Shijie
· 15 years ago
7b51159
rmap: simplify try_to_unmap_file()
by Huang Shijie
· 15 years ago
8051be5
rmap: fix the comment for try_to_unmap_anon
by Huang Shijie
· 15 years ago
570a335b
swap_info: swap count continuations
by Hugh Dickins
· 15 years ago
bf89c8c
mm/rmap.c: fix comment
by Huang Shijie
· 15 years ago
db16826
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 15 years ago
21333b2
ksm: no debug in page_dup_rmap()
by Hugh Dickins
· 15 years ago
b904dcf
mm: clean up page_remove_rmap()
by KOSAKI Motohiro
· 15 years ago
6a46079
HWPOISON: The high level memory error handler in the VM v7
by Andi Kleen
· 15 years ago
888b9f7
HWPOISON: Handle hardware poisoned pages in try_to_unmap
by Andi Kleen
· 15 years ago
14fa31b
HWPOISON: Use bitmask/action code for try_to_unmap behaviour
by Andi Kleen
· 15 years ago
10be22d
HWPOISON: Export some rmap vma locking to outside world
by Andi Kleen
· 15 years ago
03ef83a
mm: fix for infinite churning of mlocked pages
by Minchan Kim
· 15 years ago
d69b042
memcg: add file-based RSS accounting
by Balbir Singh
· 15 years ago
6fe6b7e
vmscan: report vm_flags in page_referenced()
by Wu Fengguang
· 15 years ago
6837765
mm: remove CONFIG_UNEVICTABLE_LRU config option
by KOSAKI Motohiro
· 15 years ago
98f3260
hugh: update email address
by Hugh Dickins
· 15 years ago
508b9f8
mm: fix mlocked page counter mismatch
by MinChan Kim
· 16 years ago
edc315f
badpage: remove vma from page_remove_rmap
by Hugh Dickins
· 16 years ago
3dc1474
badpage: replace page_remove_rmap Eeek and BUG
by Hugh Dickins
· 16 years ago
cbf84b7
mm: further cleanup page_add_new_anon_rmap
by Hugh Dickins
· 16 years ago
2afd1c9
mm: make page_lock_anon_vma() static
by Hugh Dickins
· 16 years ago
b5934c5
mm: add_active_or_unevictable into rmap
by Hugh Dickins
· 16 years ago
4917e5d
mm: more likely reclaim MADV_SEQUENTIAL mappings
by Johannes Weiner
· 16 years ago
64cdd54
mm: cleanup: remove #ifdef CONFIG_MIGRATION
by KOSAKI Motohiro
· 16 years ago
fdd2e5f
make mm/rmap.c:anon_vma_cachep static
by Adrian Bunk
· 16 years ago
5b4e655
memcg: avoid accounting special pages
by KAMEZAWA Hiroyuki
· 16 years ago
af936a1
vmscan: unevictable LRU scan sysctl
by Lee Schermerhorn
· 16 years ago
b291f00
mlock: mlocked pages are unevictable
by Nick Piggin
· 16 years ago
d9d332e
anon_vma_prepare: properly lock even newly allocated entries
by Linus Torvalds
· 16 years ago
479db0b
mm: dirty page tracking race fix
by Nick Piggin
· 16 years ago
16f8c5b
mm: page_remove_rmap comments on PageAnon
by Hugh Dickins
· 16 years ago
529ae9a
mm: rename page trylock
by Nick Piggin
· 16 years ago
a4b526b
[S390] Optimize storage key operations for anon pages
by Martin Schwidefsky
· 16 years ago
cddb8a5
mmu-notifiers: core
by Andrea Arcangeli
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
Next »