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
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-14
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-07-01
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-24
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
2021-01-24
inode: make init and permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+2
2021-01-24
fs: add file and path permissions helpers
Christian Brauner
1
-1
/
+1
2020-12-15
mm,memory_failure: always pin the page in madvise_inject_error
Oscar Salvador
1
-8
/
+1
2020-12-15
mm,hwpoison: drop unneeded pcplist draining
Oscar Salvador
1
-5
/
+0
2020-12-09
mm/madvise: remove racy mm ownership check
Minchan Kim
1
-2
/
+1
2020-11-22
mm: fix madvise WILLNEED performance problem
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-11-22
mm/madvise: fix memory leak from process_madvise
Eric Dumazet
1
-2
/
+0
2020-10-18
mm/madvise: introduce process_madvise() syscall: an external memory hinting API
Minchan Kim
1
-1
/
+92
2020-10-18
mm/madvise: pass mm to do_madvise
Minchan Kim
1
-14
/
+18
2020-10-16
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
1
-17
/
+0
2020-10-16
mm,hwpoison: return 0 if the page is already poisoned in soft-offline
Oscar Salvador
1
-5
/
+0
2020-10-16
mm,hwpoison: refactor madvise_inject_error
Oscar Salvador
1
-17
/
+13
2020-10-14
mm: optimise madvise WILLNEED
Matthew Wilcox (Oracle)
1
-9
/
+12
2020-09-26
mm: validate pmd after splitting
Minchan Kim
1
-1
/
+1
2020-09-05
mm: madvise: fix vma user-after-free
Yang Shi
1
-1
/
+1
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-10
/
+10
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-10
/
+10
2020-04-24
mm: check that mm is still valid in madvise()
Linus Torvalds
1
-0
/
+18
2020-03-22
mm: do not allow MADV_PAGEOUT for CoW pages
Michal Hocko
1
-3
/
+9
2020-01-21
mm: make do_madvise() available internally
Jens Axboe
1
-1
/
+6
2019-12-01
mm/madvise.c: use PAGE_ALIGN[ED] for range checking
Wei Yang
1
-2
/
+2
2019-12-01
mm/madvise.c: replace with page_size() in madvise_inject_error()
Yunfeng Ye
1
-4
/
+4
2019-12-01
mm, soft-offline: convert parameter to pfn
Naoya Horiguchi
1
-1
/
+1
2019-11-16
mm: fix trying to reclaim unevictable lru page when calling madvise_pageout
zhong jiang
1
-4
/
+12
2019-09-26
mm: factor out common parts between MADV_COLD and MADV_PAGEOUT
Minchan Kim
1
-147
/
+45
2019-09-26
mm: introduce MADV_PAGEOUT
Minchan Kim
1
-0
/
+189
2019-09-26
mm: introduce MADV_COLD
Minchan Kim
1
-2
/
+177
2019-09-26
mm: untag user pointers passed to memory syscalls
Andrey Konovalov
1
-0
/
+2
2019-09-25
mm/madvise: reduce code duplication in error handling paths
Mike Rapoport
1
-36
/
+16
2019-09-21
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
1
-29
/
+13
2019-09-07
pagewalk: separate function pointers from iterator data
Christoph Hellwig
1
-29
/
+12
2019-09-07
mm: split out a new pagewalk.h header from mm.h
Christoph Hellwig
1
-0
/
+1
2019-08-31
mm: Handle MADV_WILLNEED through vfs_fadvise()
Jan Kara
1
-6
/
+16
2019-07-02
mm: remove MEMORY_DEVICE_PUBLIC support
Christoph Hellwig
1
-1
/
+1
2019-05-14
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
1
-1
/
+1
2019-05-14
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
1
-1
/
+2
2019-04-03
asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE
Peter Zijlstra
1
-1
/
+1
2018-12-28
mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
Jérôme Glisse
1
-10
/
+11
2018-10-28
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-1
/
+1
[next]