index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
madvise.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-13
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-23
/
+38
2022-12-12
Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2022-12-11
mm: add cond_resched() in swapin_walk_pmd_entry()
Kefeng Wang
1
-0
/
+1
2022-12-11
mm/madvise: fix madvise_pageout for private file mappings
Pavankumar Kondeti
1
-18
/
+35
2022-11-30
mm: anonymous shared memory naming
Pasha Tatashin
1
-5
/
+2
2022-11-30
madvise: use zap_page_range_single for madvise dontneed
Mike Kravetz
1
-3
/
+3
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-1
/
+1
2022-10-28
mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfs
Rik van Riel
1
-1
/
+11
2022-10-03
madvise: convert madvise_free_pte_range() to use a folio
Matthew Wilcox (Oracle)
1
-24
/
+25
2022-09-26
mm/madvise: use vma_find() instead of vma linked list
Liam R. Howlett
1
-1
/
+1
2022-09-26
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
1
-2
/
+5
2022-09-26
mm: fix madivse_pageout mishandling on non-LRU page
Minchan Kim
1
-2
/
+5
2022-09-11
mm/madvise: add MADV_COLLAPSE to process_madvise()
Zach O'Keefe
1
-2
/
+2
2022-09-11
mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse
Zach O'Keefe
1
-0
/
+5
2022-07-17
mm: handling Non-LRU pages returned by vm_normal_pages
Alex Sierra
1
-2
/
+2
2022-07-03
mm/madvise: minor cleanup for swapin_walk_pmd_entry()
Miaohe Lin
1
-5
/
+5
2022-06-16
mm/memory-failure: disable unpoison once hw error happens
zhenwei pi
1
-1
/
+1
2022-05-27
mm: filter out swapin error entry in shmem mapping
Miaohe Lin
1
-1
/
+4
2022-05-27
mm/madvise: free hwpoison and swapin error entry in madvise_free_pte_range
Miaohe Lin
1
-5
/
+8
2022-05-09
mm: submit multipage reads for SWP_FS_OPS swap-space
NeilBrown
1
-2
/
+6
2022-05-09
mm: create new mm/swap.h header file
NeilBrown
1
-0
/
+1
2022-04-28
mm/madvise: fix potential pte_unmap_unlock pte error
Miaohe Lin
1
-4
/
+4
2022-04-01
Revert "mm: madvise: skip unmapped vma holes passed to process_madvise"
Charan Teja Kalla
1
-8
/
+1
2022-03-24
mm: madvise: MADV_DONTNEED_LOCKED
Johannes Weiner
1
-10
/
+14
2022-03-24
mm: enable MADV_DONTNEED for hugetlb mappings
Mike Kravetz
1
-3
/
+30
2022-03-22
Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-0
/
+5
2022-03-22
mm: madvise: skip unmapped vma holes passed to process_madvise
Charan Teja Kalla
1
-1
/
+8
2022-03-22
mm: madvise: return correct bytes advised with process_madvise
Charan Teja Kalla
1
-2
/
+1
2022-03-22
mm/madvise: use vma_lookup() instead of find_vma()
Miaohe Lin
1
-2
/
+2
2022-03-22
mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler
luofei
1
-0
/
+2
2022-03-05
mm: fix use-after-free when anon vma name is used after vma is freed
Suren Baghdasaryan
1
-1
/
+7
2022-03-05
mm: prevent vm_area_struct::anon_name refcount saturation
Suren Baghdasaryan
1
-2
/
+1
2022-03-05
mm: refactor vm_area_struct::anon_vma_name usage code
Suren Baghdasaryan
1
-58
/
+29
2022-02-17
mm/munlock: delete munlock_vma_pages_all(), allow oomreap
Hugh Dickins
1
-0
/
+5
2022-01-15
mm: move anon_vma declarations to linux/mm_inline.h
Arnd Bergmann
1
-0
/
+1
2022-01-15
mm: add anonymous vma name refcounting
Suren Baghdasaryan
1
-6
/
+36
2022-01-15
mm: add a field to store names for private anonymous memory
Colin Cross
1
-4
/
+125
2022-01-15
mm: rearrange madvise code to allow for reuse
Colin Cross
1
-160
/
+178
2021-10-14
mm: use pidfd_get_task()
Christian Brauner
1
-12
/
+3
2021-09-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+1
2021-09-03
mm/madvise: add MADV_WILLNEED to process_madvise()
zhangkui
1
-0
/
+1
2021-08-30
Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2021-08-13
mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)
David Hildenbrand
1
-1
/
+3
2021-07-12
mm: Fix comments mentioning i_mutex
Jan Kara
1
-1
/
+1
2021-06-30
mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
David Hildenbrand
1
-0
/
+66
2021-05-07
mm: fix typos in comments
Ingo Molnar
1
-2
/
+2
2021-03-13
mm/madvise: replace ptrace attach requirement for process_madvise
Suren Baghdasaryan
1
-1
/
+12
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+3
2021-01-29
tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()
Will Deacon
1
-3
/
+3
2021-01-29
tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()
Will Deacon
1
-3
/
+3
[next]