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
/
madvise.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
1
-10
/
+10
*
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
1
-10
/
+10
*
mm: check that mm is still valid in madvise()
Linus Torvalds
2020-04-24
1
-0
/
+18
*
mm: do not allow MADV_PAGEOUT for CoW pages
Michal Hocko
2020-03-21
1
-3
/
+9
*
mm: make do_madvise() available internally
Jens Axboe
2020-01-20
1
-1
/
+6
*
mm/madvise.c: use PAGE_ALIGN[ED] for range checking
Wei Yang
2019-12-01
1
-2
/
+2
*
mm/madvise.c: replace with page_size() in madvise_inject_error()
Yunfeng Ye
2019-12-01
1
-4
/
+4
*
mm, soft-offline: convert parameter to pfn
Naoya Horiguchi
2019-12-01
1
-1
/
+1
*
mm: fix trying to reclaim unevictable lru page when calling madvise_pageout
zhong jiang
2019-11-15
1
-4
/
+12
*
mm: factor out common parts between MADV_COLD and MADV_PAGEOUT
Minchan Kim
2019-09-25
1
-147
/
+45
*
mm: introduce MADV_PAGEOUT
Minchan Kim
2019-09-25
1
-0
/
+189
*
mm: introduce MADV_COLD
Minchan Kim
2019-09-25
1
-2
/
+177
*
mm: untag user pointers passed to memory syscalls
Andrey Konovalov
2019-09-25
1
-0
/
+2
*
mm/madvise: reduce code duplication in error handling paths
Mike Rapoport
2019-09-24
1
-36
/
+16
*
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
2019-09-21
1
-29
/
+13
|
\
|
*
pagewalk: separate function pointers from iterator data
Christoph Hellwig
2019-09-07
1
-29
/
+12
|
*
mm: split out a new pagewalk.h header from mm.h
Christoph Hellwig
2019-09-07
1
-0
/
+1
*
|
mm: Handle MADV_WILLNEED through vfs_fadvise()
Jan Kara
2019-08-30
1
-6
/
+16
|
/
*
mm: remove MEMORY_DEVICE_PUBLIC support
Christoph Hellwig
2019-07-02
1
-1
/
+1
*
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
2019-05-14
1
-1
/
+1
*
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
2019-05-14
1
-1
/
+2
*
asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE
Peter Zijlstra
2019-04-03
1
-1
/
+1
*
mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
Jérôme Glisse
2018-12-28
1
-10
/
+11
*
Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-10-28
1
-1
/
+1
|
\
|
*
xarray: Replace exceptional entries
Matthew Wilcox
2018-09-29
1
-1
/
+1
*
|
mm: madvise(MADV_DODUMP): allow hugetlbfs pages
Daniel Black
2018-10-05
1
-1
/
+1
|
/
*
mm, madvise_inject_error: Let memory_failure() optionally take a page reference
Dan Williams
2018-07-23
1
-3
/
+13
*
mm/memory_failure: Remove unused trapno from memory_failure
Eric W. Biederman
2018-01-23
1
-1
/
+1
*
mm/madvise.c: fix madvise() infinite loop under special circumstances
chenjie
2017-11-29
1
-3
/
+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/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORK
Yang Shi
2017-10-13
1
-1
/
+6
*
mm, hugetlb, soft_offline: save compound page order before page migration
Alexandru Moise
2017-10-03
1
-2
/
+10
*
mm/device-public-memory: device memory cache coherent with CPU
Jérôme Glisse
2017-09-08
1
-1
/
+1
*
mm,fork: introduce MADV_WIPEONFORK
Rik van Riel
2017-09-06
1
-0
/
+13
*
mm, madvise: ensure poisoned pages are removed from per-cpu lists
Mel Gorman
2017-08-31
1
-0
/
+6
*
mm/madvise.c: fix freeing of locked page with MADV_FREE
Eric Biggers
2017-08-25
1
-1
/
+1
*
mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...
Mel Gorman
2017-08-02
1
-0
/
+1
*
userfaultfd: non-cooperative: add madvise() event for MADV_FREE request
Mike Rapoport
2017-07-10
1
-20
/
+22
*
swap: add block io poll in swapin path
Shaohua Li
2017-07-10
1
-2
/
+2
*
mm/madvise: move up the behavior parameter validation
Anshuman Khandual
2017-05-03
1
-4
/
+9
*
mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISON
Anshuman Khandual
2017-05-03
1
-14
/
+20
*
mm: enable MADV_FREE for swapless system
Shaohua Li
2017-05-03
1
-7
/
+1
*
mm: reclaim MADV_FREE pages
Shaohua Li
2017-05-03
1
-0
/
+1
*
mm: move MADV_FREE pages into LRU_INACTIVE_FILE list
Shaohua Li
2017-05-03
1
-2
/
+0
*
userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEED
Andrea Arcangeli
2017-03-09
1
-3
/
+41
*
mm: remove shmem_mapping() shmem_zero_setup() duplicates
Hugh Dickins
2017-02-24
1
-0
/
+1
*
mm, madvise: fail with ENOMEM when splitting vma will hit max_map_count
David Rientjes
2017-02-24
1
-9
/
+42
*
userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE request
Mike Rapoport
2017-02-24
1
-0
/
+1
*
userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE
Mike Rapoport
2017-02-24
1
-1
/
+1
*
oom-reaper: use madvise_dontneed() logic to decide if unmap the VMA
Kirill A. Shutemov
2017-02-22
1
-1
/
+3
[next]