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
/
mincore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-02-24
mm: remove shmem_mapping() shmem_zero_setup() duplicates
Hugh Dickins
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-07
mm, swap: use offset of swap entry as key of swap cache
Huang Ying
1
-2
/
+3
2016-04-04
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
1
-2
/
+2
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2016-01-21
thp: change pmd_trans_huge_lock() interface to return ptl
Kirill A. Shutemov
1
-1
/
+2
2016-01-15
mm, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
1
-1
/
+1
2015-11-05
mm/mincore: use offset_in_page macro
Alexander Kuleshov
1
-1
/
+1
2015-02-11
mincore: apply page table walker on do_mincore()
Naoya Horiguchi
1
-106
/
+60
2015-02-10
mm: remove rest usage of VM_NONLINEAR and pte_file()
Kirill A. Shutemov
1
-7
/
+2
2014-12-13
mm: mincore: add hwpoison page handle
Weijie Yang
1
-2
/
+5
2014-04-03
mm + fs: prepare for non-page entries in page cache radix trees
Johannes Weiner
1
-6
/
+14
2014-01-23
mm: do_mincore() cleanup
Jianguo Wu
1
-7
/
+0
2013-02-23
swap: make each swap partition have one address_space
Shaohua Li
1
-2
/
+3
2012-03-21
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
Andrea Arcangeli
1
-1
/
+1
2011-08-03
mm: clarify the radix_tree exceptional cases
Hugh Dickins
1
-0
/
+1
2011-08-03
mm: a few small updates for radix-swap
Hugh Dickins
1
-4
/
+6
2011-01-13
thp: mincore transparent hugepage support
Johannes Weiner
1
-1
/
+7
2011-01-13
thp: split_huge_page_mm/vma
Andrea Arcangeli
1
-0
/
+1
2010-05-25
mincore: do nested page table walks
Johannes Weiner
1
-17
/
+58
2010-05-25
mincore: pass ranges as start,end address pairs
Johannes Weiner
1
-30
/
+27
2010-05-25
mincore: break do_mincore() into logical pieces
Johannes Weiner
1
-74
/
+97
2010-05-25
mincore: cleanups
Johannes Weiner
1
-49
/
+27
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+1
2009-12-15
mm: hugetlb: fix hugepage memory leak in mincore()
Naoya Horiguchi
1
-0
/
+37
2009-01-14
[CVE-2009-0029] System call wrappers part 14
Heiko Carstens
1
-2
/
+2
2008-04-28
mm: remove nopage
Nick Piggin
1
-1
/
+1
2007-02-15
[PATCH] mincore: vma crossing fix
Nick Piggin
1
-2
/
+10
2007-02-15
[PATCH] mincore: fill in results properly
Nick Piggin
1
-0
/
+5
2007-02-15
[PATCH] mincore: CONFIG_SWAP=n fix
Nick Piggin
1
-0
/
+5
2007-02-12
[PATCH] mm: mincore anon
Nick Piggin
1
-26
/
+76
2006-12-17
[PATCH] sys_mincore: s/max/min/
Oleg Nesterov
1
-1
/
+1
2006-12-16
Fix up mm/mincore.c error value cases
Linus Torvalds
1
-19
/
+10
2006-12-16
Fix incorrect user space access locking in mincore()
Linus Torvalds
1
-104
/
+86
2005-04-19
[PATCH] freepgt: sys_mincore ignore FIRST_USER_PGD_NR
Hugh Dickins
1
-3
/
+0
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+191