index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
mincore.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Change mincore() to count "mapped" pages rather than "cached" pages"
Linus Torvalds
2019-01-24
1
-13
/
+81
*
Change mincore() to count "mapped" pages rather than "cached" pages
Linus Torvalds
2019-01-06
1
-81
/
+13
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-2
/
+2
*
xarray: Replace exceptional entries
Matthew Wilcox
2018-09-29
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
mm: remove shmem_mapping() shmem_zero_setup() duplicates
Hugh Dickins
2017-02-24
1
-0
/
+1
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
mm, swap: use offset of swap entry as key of swap cache
Huang Ying
2016-10-07
1
-2
/
+3
*
mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
*
thp: change pmd_trans_huge_lock() interface to return ptl
Kirill A. Shutemov
2016-01-21
1
-1
/
+2
*
mm, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
2016-01-15
1
-1
/
+1
*
mm/mincore: use offset_in_page macro
Alexander Kuleshov
2015-11-05
1
-1
/
+1
*
mincore: apply page table walker on do_mincore()
Naoya Horiguchi
2015-02-11
1
-106
/
+60
*
mm: remove rest usage of VM_NONLINEAR and pte_file()
Kirill A. Shutemov
2015-02-10
1
-7
/
+2
*
mm: mincore: add hwpoison page handle
Weijie Yang
2014-12-13
1
-2
/
+5
*
mm + fs: prepare for non-page entries in page cache radix trees
Johannes Weiner
2014-04-03
1
-6
/
+14
*
mm: do_mincore() cleanup
Jianguo Wu
2014-01-23
1
-7
/
+0
*
swap: make each swap partition have one address_space
Shaohua Li
2013-02-23
1
-2
/
+3
*
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
Andrea Arcangeli
2012-03-21
1
-1
/
+1
*
mm: clarify the radix_tree exceptional cases
Hugh Dickins
2011-08-03
1
-0
/
+1
*
mm: a few small updates for radix-swap
Hugh Dickins
2011-08-03
1
-4
/
+6
*
thp: mincore transparent hugepage support
Johannes Weiner
2011-01-13
1
-1
/
+7
*
thp: split_huge_page_mm/vma
Andrea Arcangeli
2011-01-13
1
-0
/
+1
*
mincore: do nested page table walks
Johannes Weiner
2010-05-25
1
-17
/
+58
*
mincore: pass ranges as start,end address pairs
Johannes Weiner
2010-05-25
1
-30
/
+27
*
mincore: break do_mincore() into logical pieces
Johannes Weiner
2010-05-25
1
-74
/
+97
*
mincore: cleanups
Johannes Weiner
2010-05-25
1
-49
/
+27
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+1
*
mm: hugetlb: fix hugepage memory leak in mincore()
Naoya Horiguchi
2009-12-15
1
-0
/
+37
*
[CVE-2009-0029] System call wrappers part 14
Heiko Carstens
2009-01-14
1
-2
/
+2
*
mm: remove nopage
Nick Piggin
2008-04-28
1
-1
/
+1
*
[PATCH] mincore: vma crossing fix
Nick Piggin
2007-02-15
1
-2
/
+10
*
[PATCH] mincore: fill in results properly
Nick Piggin
2007-02-15
1
-0
/
+5
*
[PATCH] mincore: CONFIG_SWAP=n fix
Nick Piggin
2007-02-15
1
-0
/
+5
*
[PATCH] mm: mincore anon
Nick Piggin
2007-02-12
1
-26
/
+76
*
[PATCH] sys_mincore: s/max/min/
Oleg Nesterov
2006-12-17
1
-1
/
+1
*
Fix up mm/mincore.c error value cases
Linus Torvalds
2006-12-16
1
-19
/
+10
*
Fix incorrect user space access locking in mincore()
Linus Torvalds
2006-12-16
1
-104
/
+86
*
[PATCH] freepgt: sys_mincore ignore FIRST_USER_PGD_NR
Hugh Dickins
2005-04-19
1
-3
/
+0
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+191