index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
madvise.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-16
HWPOISON: Add a madvise() injector for soft page offlining
Andi Kleen
1
-3
/
+12
2009-12-16
HWPOISON: Use get_user_page_fast in hwpoison madvise
Andi Kleen
1
-2
/
+1
2009-12-16
HWPOISON: Turn ref argument into flags argument
Andi Kleen
1
-1
/
+1
2009-12-16
HWPOISON: avoid grabbing the page count multiple times during madvise injection
Wu Fengguang
1
-1
/
+0
2009-09-24
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
1
-0
/
+30
2009-09-22
ksm: the mm interface to ksm
Hugh Dickins
1
-0
/
+14
2009-09-22
ksm: first tidy up madvise_vma()
Hugh Dickins
1
-26
/
+13
2009-09-16
HWPOISON: Add madvise() based injector for hardware poisoned pages v4
Andi Kleen
1
-0
/
+30
2009-06-17
mm: madvise(): correct return code
Nick Piggin
1
-1
/
+22
2009-06-17
readahead: move max_sane_readahead() calls into force_page_cache_readahead()
Wu Fengguang
1
-2
/
+1
2009-05-13
Revert "Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions"
Linus Torvalds
1
-8
/
+0
2009-05-06
Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions
Mel Gorman
1
-0
/
+8
2009-01-14
[CVE-2009-0029] System call wrappers part 14
Heiko Carstens
1
-1
/
+1
2008-07-30
madvise: update function comment of madvise_dontneed
Fernando Luis Vazquez Cao
1
-2
/
+2
2008-04-28
xip: support non-struct page backed memory
Nick Piggin
1
-1
/
+1
2007-07-16
speed up madvise_need_mmap_write() usage
Jason Baron
1
-2
/
+4
2007-05-21
Detach sched.h from mm.h
Alexey Dobriyan
1
-0
/
+1
2007-05-07
mm: madvise avoid exclusive mmap_sem
Nick Piggin
1
-4
/
+29
2007-03-29
[PATCH] holepunch: fix mmap_sem i_mutex deadlock
Hugh Dickins
1
-5
/
+14
2007-03-17
[PATCH] mm: fix madvise infinine loop
Nick Piggin
1
-1
/
+4
2006-04-18
[PATCH] Fix MADV_REMOVE protection checking
Hugh Dickins
1
-0
/
+3
2006-02-15
[PATCH] madvise MADV_DONTFORK/MADV_DOFORK
Michael S. Tsirkin
1
-4
/
+17
2006-01-06
[PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing store
Badari Pulavarty
1
-0
/
+35
2005-11-29
mm: re-architect the VM_UNPAGED logic
Linus Torvalds
1
-1
/
+1
2005-11-22
[PATCH] unpaged: VM_UNPAGED
Hugh Dickins
1
-1
/
+1
2005-10-30
[PATCH] core remove PageReserved
Nick Piggin
1
-1
/
+1
2005-10-11
[PATCH] madvise: Avoid returning error code -EBADF for anonymous mappings
Suzuki
1
-7
/
+4
2005-09-05
[PATCH] mm: fix madvise vma merging
Hugh Dickins
1
-4
/
+5
2005-07-28
[PATCH] madvise() does not always return -EBADF on non-file mapped area
suzuki
1
-5
/
+8
2005-06-24
[PATCH] xip: madvice/fadvice: execute in place
Carsten Otte
1
-0
/
+5
2005-06-23
[PATCH] remove redundant vm_flags clearing from madvise.c
Pekka Enberg
1
-1
/
+0
2005-06-22
[PATCH] madvise: merge the maps
Prasanna Meda
1
-29
/
+51
2005-06-22
[PATCH] madvise: do not split the maps
Prasanna Meda
1
-11
/
+16
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+242