Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
997153b9a75c08d545ad45e6f8ceb432435d2425
/
include
/
linux
/
rmap.h
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
f808c13
lib/interval_tree: fast overlap detection
by Davidlohr Bueso
· 7 years ago
b5ff816
mm: thp: introduce separate TTU flag for thp freezing
by Naoya Horiguchi
· 7 years ago
83612a9
mm: remove SWAP_[SUCCESS|AGAIN|FAIL]
by Minchan Kim
· 8 years ago
e4b8222
mm: make rmap_one boolean function
by Minchan Kim
· 8 years ago
1df631a
mm: make rmap_walk() return void
by Minchan Kim
· 8 years ago
666e5a4
mm: make ttu's return boolean
by Minchan Kim
· 8 years ago
ad6b670
mm: remove SWAP_MLOCK in ttu
by Minchan Kim
· 8 years ago
192d723
mm: make try_to_munlock() return void
by Minchan Kim
· 8 years ago
18863d3
mm: remove SWAP_DIRTY in ttu
by Minchan Kim
· 8 years ago
802a3a9
mm: reclaim MADV_FREE pages
by Shaohua Li
· 8 years ago
a128ca7
mm: delete unnecessary TTU_* flags
by Shaohua Li
· 8 years ago
d53a8b4
mm: drop page_check_address{,_transhuge}
by Kirill A. Shutemov
· 8 years ago
ace71a1
mm: introduce page_vma_mapped_walk()
by Kirill A. Shutemov
· 8 years ago
d5a187d
mm, rmap: handle anon_vma_prepare() common case inline
by Vlastimil Babka
· 8 years ago
dd78fed
rmap: support file thp
by Kirill A. Shutemov
· 8 years ago
5a49973
mm: thp: refix false positive BUG in page_move_anon_rmap()
by Hugh Dickins
· 8 years ago
e388466
mm: make remove_migration_ptes() beyond mm/migration.c
by Kirill A. Shutemov
· 9 years ago
2a52bcb
rmap: extend try_to_unmap() to be usable by split_huge_page()
by Kirill A. Shutemov
· 9 years ago
b977319
rmap: introduce rmap_walk_locked()
by Kirill A. Shutemov
· 9 years ago
12352d3
mm: replace vma_lock_anon_vma with anon_vma_lock_read/write
by Konstantin Khlebnikov
· 9 years ago
854e9ed
mm: support madvise(MADV_FREE)
by Minchan Kim
· 9 years ago
8749cfe
mm: add page_check_address_transhuge() helper
by Vladimir Davydov
· 9 years ago
53f9263
mm: rework mapcount accounting to enable 4k mapping of THPs
by Kirill A. Shutemov
· 9 years ago
d281ee6
rmap: add argument to charge compound page
by Kirill A. Shutemov
· 9 years ago
72b252a
mm: send one IPI per CPU to TLB flush all entries after unmapping pages
by Mel Gorman
· 9 years ago
e39155e
mm: uninline and cleanup page-mapping related helpers
by Kirill A. Shutemov
· 10 years ago
e748dcd
vfs: remove get_xip_mem
by Matthew Wilcox
· 10 years ago
27ba064
rmap: drop support of non-linear mappings
by Kirill A. Shutemov
· 10 years ago
7a3ef20
mm: prevent endless growth of anon_vma hierarchy
by Konstantin Khlebnikov
· 10 years ago
81d1b09
mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA
by Sasha Levin
· 10 years ago
daa5ba7
mm/rmap.c: cleanup ttu_flags
by Konstantin Khlebnikov
· 11 years ago
ac76950
mm/rmap.c: make page_referenced_one() and try_to_unmap_one() static
by Kirill A. Shutemov
· 11 years ago
7e09e73
mm: fix swapops.h:131 bug if remap_file_pages raced migration
by Hugh Dickins
· 11 years ago
9f32624
mm/rmap: use rmap_walk() in page_referenced()
by Joonsoo Kim
· 11 years ago
5262950
mm/rmap: use rmap_walk() in try_to_unmap()
by Joonsoo Kim
· 11 years ago
0dd1c7b
mm/rmap: extend rmap_walk_xxx() to cope with different cases
by Joonsoo Kim
· 11 years ago
051ac83
mm/rmap: make rmap_walk to get the rmap_walk_control argument
by Joonsoo Kim
· 11 years ago
08b5270
mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()
by Konstantin Khlebnikov
· 12 years ago
4fc3f1d
mm/rmap, migration: Make rmap_walk_anon() and try_to_unmap_anon() more scalable
by Ingo Molnar
· 12 years ago
5a50508
mm/rmap: Convert the struct anon_vma::mutex to an rwsem
by Ingo Molnar
· 12 years ago
02c6de8
mm: cma: discard clean pages during contiguous allocation instead of migration
by Minchan Kim
· 12 years ago
ed8ea81
mm: add CONFIG_DEBUG_VM_RB build option
by Michel Lespinasse
· 12 years ago
bf181b9
mm anon rmap: replace same_anon_vma linked list with an interval tree.
by Michel Lespinasse
· 12 years ago
108d664
mm anon rmap: remove anon_vma_moveto_tail
by Michel Lespinasse
· 12 years ago
2099597
mm: move is_vma_temporary_stack() declaration to huge_mm.h
by Alex Shi
· 13 years ago
978ea78
rmap: remove __anon_vma_link() declaration
by Xiao Guangrong
· 13 years ago
72835c8
mm: unify remaining mem_cont, mem, etc. variable names to memcg
by Johannes Weiner
· 13 years ago
948f017
mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma()
by Andrea Arcangeli
· 13 years ago
2b575eb
mm: convert anon_vma->lock to a mutex
by Peter Zijlstra
· 14 years ago
25aeeb0
mm: revert page_lock_anon_vma() lock annotation
by Peter Zijlstra
· 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
71e3aac
thp: transparent hugepage core
by Andrea Arcangeli
· 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
182fea8
mm: remove alignment padding from anon_vma on (some) 64 bit builds
by Richard Kennedy
· 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
ad8c2ee
rmap: add exclusive page to private anon_vma on swapin
by Rik van Riel
· 14 years ago
7654506
mm: extend KSM refcounts to the anon_vma root
by Rik van Riel
· 14 years ago
012f1800
mm: always lock the root (oldest) anon_vma
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
bb4a340
mm: rename anon_vma_lock to vma_lock_anon_vma
by Rik van Riel
· 14 years ago
7f60c21
mm: migration: share the anon_vma ref counts between KSM and page migration
by Mel Gorman
· 15 years ago
3f6c827
mm: migration: take a reference to the anon_vma before migrating
by Mel Gorman
· 15 years ago
64574746
vmscan: detect mapped file pages used only once
by Johannes Weiner
· 15 years ago
c44b674
rmap: move exclusively owned pages to own anon_vma in do_wp_page()
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
e9995ef
ksm: rmap_walk to remove_migation_ptes
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
3ca7b3c
mm: define PAGE_MAPPING_FLAGS
by Hugh Dickins
· 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
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
01ff53f
rmap: fixup page_referenced() for nommu systems
by Mike Frysinger
· 16 years ago
6fe6b7e
vmscan: report vm_flags in page_referenced()
by Wu Fengguang
· 16 years ago
6837765
mm: remove CONFIG_UNEVICTABLE_LRU config option
by KOSAKI Motohiro
· 16 years ago
edc315f
badpage: remove vma from page_remove_rmap
by Hugh Dickins
· 16 years ago
2afd1c9
mm: make page_lock_anon_vma() static
by Hugh Dickins
· 16 years ago
fdd2e5f
make mm/rmap.c:anon_vma_cachep static
by Adrian Bunk
· 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
479db0b
mm: dirty page tracking race fix
by Nick Piggin
· 16 years ago
7906d00
mmu-notifiers: add mm_take_all_locks() operation
by Andrea Arcangeli
· 16 years ago
bed7161
Memory controller: make page_referenced() cgroup aware
by Balbir Singh
· 17 years ago
c97a9e1
mm: more rmap checking
by Nick Piggin
· 18 years ago
7de6b80
[PATCH] mm: more rmap debugging
by Nick Piggin
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
d08b385
[PATCH] mm: tracking shared dirty pages
by Peter Zijlstra
· 18 years ago
d75a0fc
[PATCH] Swapless page migration: rip out swap based logic
by Christoph Lameter
· 19 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
a3351e5
[PATCH] Direct Migration V9: remove_from_swap() to remove swap ptes
by Christoph Lameter
· 19 years ago
Next »