index
:
~airlied/linux
01.01-gsp-rm
amdgpu-dc-cleanups
amdgpu-non-dc-cleanups
amdgpu-semaphores
amdgpu-semapohres-sync-file
ast-fixes
ast-updates
cache-hacks
dal-4.7-minor-cleanups
dma-buf-merge
dp-mst-audio
drm-5.20-merged
drm-5.8-merged
drm-amdgpu-dal-wip
drm-amdgpu-dal-wip-bios-parser-separate
drm-amdgpu-objects
drm-connector-lifetimes
drm-core-next
drm-core-next-testing
drm-displayid-timings
drm-dmabuf
drm-dmabuf-wip
drm-dmabuf2
drm-exclusive-objects
drm-fixes
drm-fixes-amd-acp
drm-fixes-intel
drm-fixes-kbl
drm-fixes-mst
drm-fixes-no-fbcon
drm-fixes-staging
drm-hacked-to-shit
drm-i915-display-funcs-constify
drm-i915-mst-support
drm-i915-mst-support-next
drm-i915-mst-v3.14
drm-i915-mst-v3.16
drm-i915-next
drm-intel-display-refactor
drm-lease-v5
drm-legacy-cleanup
drm-linus-merged
drm-mst-dell-30-hacks
drm-mst-fixes
drm-mst-hide-monitor
drm-mst-next
drm-mst-tiled
drm-next
drm-next-5.10-merged
drm-next-5.11-merged
drm-next-5.15-merged
drm-next-5.17-merged
drm-next-5.5-merged
drm-next-6.1-merged
drm-next-6.2-merged
drm-next-6.9-merged
drm-next-amd-dc-staging
drm-next-ast-2500
drm-next-ast-fixes
drm-next-coc
drm-next-lease-stage
drm-next-merged
drm-next-mst-prep
drm-next-staging
drm-next-todo
drm-next-wip-fix-runtime-race
drm-nouveau-destage
drm-optimus-power-down
drm-optimus-power-down-snd-merge
drm-prime-dmabuf
drm-prime-dmabuf-initial
drm-prime-vmap
drm-radeon-aiw
drm-radeon-mullins
drm-radeon-poweroff
drm-radeon-sitn-support
drm-radeon-sun-hainan
drm-radeon-testing
drm-rcar-for-v3.12
drm-render-nodes
drm-syncobj
drm-syncobj-amdgpu
drm-syncobj-sem
drm-syncobj-tip
drm-syncobj-wait-null
drm-udl-next
drm-vma-manager
fbcon-fixes
fbcon-locking-fixes
for-intel-ci
i915-display-funcs-refactor-wip
i915-display-struct-refactor
i915-mst-hacks
i915-uncore-vfunc
i915-vtable-cleanup
kms-server
master
mgag200-queue
mst-hacks
nv-pm-ops2
nv-pm-ops2-wip
nv-pm-ops3
nv-pm-ops3-wip
prime-fixes
prime-merge
prime-todo
prime-todo2
qxl-3d
qxl-cleanups
qxl-demidlayer
qxl-fedora-queue
qxl-fixes
qxl-hack
qxl-kms-test
qxl-next
qxl-upstream
qxl-wtuf-reservations-port
radeon-cs-setup
radeon-mst-hacks
radeon-mst-hacks-rebase
radeon-mst-v1
switchy-wip
ttm-refactor-mem-manager
ttm-refactor-mem-manager-rename
udl-unplug
udl-v2
udl-v4
virgl
virgl-wip
virtio-gpu
virtio-vga
virtio-vga-3d
wip-open-source-userspace
Official DRM kernel tree
airlied
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
madvise.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-30
mm/hwpoison: fix traversal of hugetlbfs pages to avoid printk flood
Wanpeng Li
1
-2
/
+3
2013-09-11
mm/madvise.c:madvise_hwpoison(): remove local `ret'
Andrew Morton
1
-4
/
+5
2013-09-11
mm/madvise.c: fix return value of madvise_hwpoison()
Wanpeng Li
1
-1
/
+1
2013-09-11
mm/hwpoison.c: fix held reference count after unpoisoning empty zero page
Wanpeng Li
1
-0
/
+4
2013-09-11
mm/hwpoison: add '#' to madvise_hwpoison
Wanpeng Li
1
-2
/
+2
2013-09-11
mm/madvise.c: fix coding-style errors
Vladimir Cernov
1
-7
/
+7
2013-04-29
mm: madvise: complete input validation before taking lock
Rasmus Villemoes
1
-16
/
+15
2013-02-23
mm: make madvise(MADV_WILLNEED) support swap file prefetch
Shaohua Li
1
-4
/
+101
2012-10-09
mm: prepare VM_DONTDUMP for using in drivers
Konstantin Khlebnikov
1
-2
/
+6
2012-07-06
mm: Hold a file reference in madvise_remove
Andy Lutomirski
1
-4
/
+14
2012-05-29
mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLE
Hugh Dickins
1
-8
/
+7
2012-03-23
coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP
Jason Baron
1
-0
/
+8
2012-01-03
HWPOISON: Clean up memory_failure() vs. __memory_failure()
Tony Luck
1
-1
/
+1
2011-07-20
fs: kill i_alloc_sem
Christoph Hellwig
1
-1
/
+1
2011-01-13
thp: khugepaged: make khugepaged aware about madvise
Andrea Arcangeli
1
-1
/
+1
2011-01-13
thp: madvise(MADV_NOHUGEPAGE)
Andrea Arcangeli
1
-1
/
+3
2011-01-13
thp: madvise(MADV_HUGEPAGE)
Andrea Arcangeli
1
-0
/
+8
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-16
mm: madvise(): correct return code
Nick Piggin
1
-1
/
+22
2009-06-16
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-05
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-16
[PATCH] mm: fix madvise infinine loop
Nick Piggin
1
-1
/
+4
2006-04-17
[PATCH] Fix MADV_REMOVE protection checking
Hugh Dickins
1
-0
/
+3
2006-02-14
[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-28
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-29
[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-27
[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-21
[PATCH] madvise: merge the maps
Prasanna Meda
1
-29
/
+51
2005-06-21
[PATCH] madvise: do not split the maps
Prasanna Meda
1
-11
/
+16
[next]