index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
rmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-21
memcg: use new logic for page stat accounting
KAMEZAWA Hiroyuki
1
-4
/
+24
2012-03-21
rmap: anon_vma_prepare: Reduce code duplication by calling anon_vma_chain_link
Kautuk Consul
1
-19
/
+16
2012-03-21
mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION)
Konstantin Khlebnikov
1
-3
/
+4
2012-01-12
mm: unify remaining mem_cont, mem, etc. variable names to memcg
Johannes Weiner
1
-10
/
+10
2012-01-10
mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding i...
Andrea Arcangeli
1
-0
/
+45
2011-11-06
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2011-10-31
ksm: fix the comment of try_to_unmap_one()
Wanlong Gao
1
-1
/
+1
2011-10-31
mm: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-07-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg...
Linus Torvalds
1
-2
/
+2
2011-07-24
[S390] reference bit testing for unmapped pages
Martin Schwidefsky
1
-3
/
+3
2011-07-20
fs: kill i_alloc_sem
Christoph Hellwig
1
-1
/
+0
2011-06-27
mm/memory-failure.c: fix spinlock vs mutex order
Peter Zijlstra
1
-3
/
+2
2011-06-17
mm: avoid anon_vma_chain allocation under anon_vma lock
Linus Torvalds
1
-8
/
+12
2011-06-17
mm: avoid repeated anon_vma lock/unlock sequences in unlink_anon_vmas()
Peter Zijlstra
1
-21
/
+28
2011-06-17
mm: avoid repeated anon_vma lock/unlock sequences in anon_vma_clone()
Linus Torvalds
1
-3
/
+36
2011-06-08
writeback: split inode_wb_list_lock into bdi_writeback.list_lock
Christoph Hellwig
1
-2
/
+2
2011-05-29
mm, rmap: Add yet more comments to page_get_anon_vma/page_lock_anon_vma
Peter Zijlstra
1
-1
/
+6
2011-05-28
mm: fix page_lock_anon_vma leaving mutex locked
Hugh Dickins
1
-5
/
+8
2011-05-28
mm: fix kernel BUG at mm/rmap.c:1017!
Hugh Dickins
1
-2
/
+2
2011-05-25
mm: optimize page_lock_anon_vma() fast-path
Peter Zijlstra
1
-4
/
+82
2011-05-25
mm: convert anon_vma->lock to a mutex
Peter Zijlstra
1
-4
/
+4
2011-05-25
mm: use refcounts for page_lock_anon_vma()
Peter Zijlstra
1
-15
/
+27
2011-05-25
mm: improve page_lock_anon_vma() comment
Peter Zijlstra
1
-2
/
+16
2011-05-25
mm: revert page_lock_anon_vma() lock annotation
Peter Zijlstra
1
-3
/
+1
2011-05-25
mm: Convert i_mmap_lock to a mutex
Peter Zijlstra
1
-14
/
+14
2011-05-23
[S390] merge page_test_dirty and page_clear_dirty
Martin Schwidefsky
1
-7
/
+4
2011-03-24
fs: move i_wb_list out from under inode_lock
Dave Chinner
1
-2
/
+2
2011-03-24
fs: protect inode->i_state with inode->i_lock
Dave Chinner
1
-0
/
+1
2011-03-22
mm: simplify anon_vma refcounts
Peter Zijlstra
1
-48
/
+28
2011-03-22
mm: move anon_vma ref out from under CONFIG_foo
Peter Zijlstra
1
-8
/
+6
2011-03-22
mm: rename drop_anon_vma() to put_anon_vma()
Peter Zijlstra
1
-2
/
+2
2011-03-13
thp: fix page_referenced to modify mapcount/vm_flags only if page is found
Andrea Arcangeli
1
-19
/
+35
2011-01-13
memcg: create extensible page stat update routines
Greg Thelen
1
-2
/
+2
2011-01-13
thp: fix memory-failure hugetlbfs vs THP collision
Andrea Arcangeli
1
-1
/
+1
2011-01-13
thp: transparent hugepage vmstat
Andrea Arcangeli
1
-4
/
+16
2011-01-13
thp: split_huge_page anon_vma ordering dependency
Andrea Arcangeli
1
-0
/
+4
2011-01-13
thp: transparent hugepage core
Andrea Arcangeli
1
-24
/
+38
2011-01-13
thp: split_huge_page paging
Andrea Arcangeli
1
-0
/
+1
2010-12-27
mm/rmap.c: fix comment
Figo.zhang
1
-1
/
+1
2010-10-26
rmap: make anon_vma_chain_free() static
Namhyung Kim
1
-1
/
+1
2010-10-26
rmap: wrap page_check_address() using __cond_lock()
Namhyung Kim
1
-1
/
+1
2010-10-26
rmap: annotate lock context change on page_[un]lock_anon_vma()
Namhyung Kim
1
-1
/
+3
2010-10-26
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
1
-17
/
+8
2010-10-25
[S390] add support for nonquiescing sske
Martin Schwidefsky
1
-2
/
+2
2010-10-08
Clean up __page_set_anon_rmap
Andi Kleen
1
-17
/
+8
2010-10-04
ksm: fix page_address_in_vma anon_vma oops
Hugh Dickins
1
-1
/
+7
2010-09-23
hugetlb, rmap: add BUG_ON(!PageLocked) in hugetlb_add_anon_rmap()
Naoya Horiguchi
1
-0
/
+2
2010-09-23
hugetlb, rmap: always use anon_vma root pointer
Naoya Horiguchi
1
-6
/
+7
2010-08-28
mm: fix hang on anon_vma->root->lock
Hugh Dickins
1
-3
/
+16
2010-08-12
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
1
-0
/
+59
[next]