- df6c650 mm/madvise.c: use PAGE_ALIGN[ED] for range checking by Wei Yang · 5 years ago
- d3cd257 mm/madvise.c: replace with page_size() in madvise_inject_error() by Yunfeng Ye · 5 years ago
- feec24a mm, soft-offline: convert parameter to pfn by Naoya Horiguchi · 5 years ago
- 8207296 mm: fix trying to reclaim unevictable lru page when calling madvise_pageout by zhong jiang · 5 years ago
- d616d51 mm: factor out common parts between MADV_COLD and MADV_PAGEOUT by Minchan Kim · 5 years ago
- 1a4e58c mm: introduce MADV_PAGEOUT by Minchan Kim · 5 years ago
- 9c276cc mm: introduce MADV_COLD by Minchan Kim · 5 years ago
- 057d3389 mm: untag user pointers passed to memory syscalls by Andrey Konovalov · 5 years ago
- f3bc0db mm/madvise: reduce code duplication in error handling paths by Mike Rapoport · 5 years ago
- 84da111 Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 5 years ago
- 7b86ac3 pagewalk: separate function pointers from iterator data by Christoph Hellwig · 5 years ago
- a520110 mm: split out a new pagewalk.h header from mm.h by Christoph Hellwig · 5 years ago
- 692fe62 mm: Handle MADV_WILLNEED through vfs_fadvise() by Jan Kara · 5 years ago
- 25b2995 mm: remove MEMORY_DEVICE_PUBLIC support by Christoph Hellwig · 6 years ago
- 7269f99 mm/mmu_notifier: use correct mmu_notifier events for each invalidation by Jérôme Glisse · 6 years ago
- 6f4f13e mm/mmu_notifier: contextual information for event triggering invalidation by Jérôme Glisse · 6 years ago
- ed6a793 asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE by Peter Zijlstra · 6 years ago
- ac46d4f mm/mmu_notifier: use structure for invalidate_range_start/end calls v2 by Jérôme Glisse · 6 years ago
- dad4f14 Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
- d41aa52 mm: madvise(MADV_DODUMP): allow hugetlbfs pages by Daniel Black · 6 years ago
- 3159f94 xarray: Replace exceptional entries by Matthew Wilcox · 7 years ago
- 23e7b5c mm, madvise_inject_error: Let memory_failure() optionally take a page reference by Dan Williams · 6 years ago
- 83b5753 mm/memory_failure: Remove unused trapno from memory_failure by Eric W. Biederman · 7 years ago
- 6ea8d95 mm/madvise.c: fix madvise() infinite loop under special circumstances by chenjie · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- c02c300 mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORK by Yang Shi · 7 years ago
- 19bfbe2 mm, hugetlb, soft_offline: save compound page order before page migration by Alexandru Moise · 7 years ago
- df6ad69 mm/device-public-memory: device memory cache coherent with CPU by Jérôme Glisse · 7 years ago
- d2cd9ed mm,fork: introduce MADV_WIPEONFORK by Rik van Riel · 7 years ago
- c461ad6 mm, madvise: ensure poisoned pages are removed from per-cpu lists by Mel Gorman · 7 years ago
- 263630e mm/madvise.c: fix freeing of locked page with MADV_FREE by Eric Biggers · 7 years ago
- 3ea2771 mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving stale TLB entries by Mel Gorman · 7 years ago
- 230ca98 userfaultfd: non-cooperative: add madvise() event for MADV_FREE request by Mike Rapoport · 7 years ago
- 2395562 swap: add block io poll in swapin path by Shaohua Li · 7 years ago
- 5e451be mm/madvise: move up the behavior parameter validation by Anshuman Khandual · 8 years ago
- 97167a7 mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISON by Anshuman Khandual · 8 years ago
- 93e06c7 mm: enable MADV_FREE for swapless system by Shaohua Li · 8 years ago
- 802a3a9 mm: reclaim MADV_FREE pages by Shaohua Li · 8 years ago
- f7ad2a6 mm: move MADV_FREE pages into LRU_INACTIVE_FILE list by Shaohua Li · 8 years ago
- 70ccb92 userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEED by Andrea Arcangeli · 8 years ago
- 3a4f8a0 mm: remove shmem_mapping() shmem_zero_setup() duplicates by Hugh Dickins · 8 years ago
- def5efe mm, madvise: fail with ENOMEM when splitting vma will hit max_map_count by David Rientjes · 8 years ago
- a6bf53eb userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE request by Mike Rapoport · 8 years ago
- d811914 userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVE by Mike Rapoport · 8 years ago
- 2351907 oom-reaper: use madvise_dontneed() logic to decide if unmap the VMA by Kirill A. Shutemov · 8 years ago
- ecf1385 mm: drop unused argument of zap_page_range() by Kirill A. Shutemov · 8 years ago
- 0594f58 userfaultfd: non-cooperative: avoid MADV_DONTNEED race condition by Andrea Arcangeli · 8 years ago
- 05ce772 userfaultfd: non-cooperative: add madvise() event for MADV_DONTNEED request by Pavel Emelyanov · 8 years ago
- 07e3266 mm: add tlb_remove_check_page_size_change to track page size change by Aneesh Kumar K.V · 8 years ago
- dc0ef0d mm: make mmap_sem for write waits killable for mm syscalls by Michal Hocko · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- d7206a7 mm/madvise: update comment on sys_madvise() by Naoya Horiguchi · 9 years ago
- 23a003b mm/madvise: pass return code of memory_failure() to userspace by Naoya Horiguchi · 9 years ago
- b8d3c4c mm/huge_memory.c: don't split THP page when MADV_FREE syscall is called by Minchan Kim · 9 years ago
- 10853a0 mm: move lazily freed pages to inactive list by Minchan Kim · 9 years ago
- 64b42bc mm/madvise.c: free swp_entry in madvise_free by Minchan Kim · 9 years ago
- 854e9ed mm: support madvise(MADV_FREE) by Minchan Kim · 9 years ago
- 72079ba mm: madvise allow remove operation for hugetlbfs by Mike Kravetz · 9 years ago
- 1ecef9e mm/madvise.c: make madvise_behaviour_valid() return bool by Nicholas Krause · 9 years ago
- 19a809a userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctx by Andrea Arcangeli · 9 years ago
- 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 years ago
- e748dcd vfs: remove get_xip_mem by Matthew Wilcox · 10 years ago
- 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
- 0661a33 mm: remove rest usage of VM_NONLINEAR and pte_file() by Kirill A. Shutemov · 10 years ago
- 8a5f14a mm: drop support of non-linear mapping from unmap/zap codepath by Kirill A. Shutemov · 10 years ago
- 97b713b fs: kill BDI_CAP_SWAP_BACKED by Christoph Hellwig · 10 years ago
- 72c72bd VFS: Rename do_fallocate() to vfs_fallocate() by Anna Schumaker · 10 years ago
- 54980b9 mm: update the description for madvise_remove by Wang Sheng-Hui · 10 years ago
- 55231e5 mm: madvise: fix MADV_WILLNEED on shmem swapouts by Johannes Weiner · 11 years ago
- 20cb6ca mm/hwpoison: fix traversal of hugetlbfs pages to avoid printk flood by Wanpeng Li · 11 years ago
- 325c4ef mm/madvise.c:madvise_hwpoison(): remove local `ret' by Andrew Morton · 11 years ago
- 8302423 mm/madvise.c: fix return value of madvise_hwpoison() by Wanpeng Li · 11 years ago
- 29b4eed mm/hwpoison.c: fix held reference count after unpoisoning empty zero page by Wanpeng Li · 11 years ago
- b194b8c mm/hwpoison: add '#' to madvise_hwpoison by Wanpeng Li · 11 years ago
- ec9bed9 mm/madvise.c: fix coding-style errors by Vladimir Cernov · 11 years ago
- 84d96d8 mm: madvise: complete input validation before taking lock by Rasmus Villemoes · 12 years ago
- 1998cc0 mm: make madvise(MADV_WILLNEED) support swap file prefetch by Shaohua Li · 12 years ago
- 0103bd1 mm: prepare VM_DONTDUMP for using in drivers by Konstantin Khlebnikov · 12 years ago
- 9ab4233 mm: Hold a file reference in madvise_remove by Andy Lutomirski · 12 years ago
- 3f31d07 mm/fs: route MADV_REMOVE to FALLOC_FL_PUNCH_HOLE by Hugh Dickins · 13 years ago
- accb61f coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP by Jason Baron · 13 years ago
- cd42f4a HWPOISON: Clean up memory_failure() vs. __memory_failure() by Tony Luck · 13 years ago
- bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 14 years ago
- 60ab324 thp: khugepaged: make khugepaged aware about madvise by Andrea Arcangeli · 14 years ago
- a664b2d thp: madvise(MADV_NOHUGEPAGE) by Andrea Arcangeli · 14 years ago
- 0af4e98 thp: madvise(MADV_HUGEPAGE) by Andrea Arcangeli · 14 years ago
- afcf938 HWPOISON: Add a madvise() injector for soft page offlining by Andi Kleen · 15 years ago
- d15f107 HWPOISON: Use get_user_page_fast in hwpoison madvise by Andi Kleen · 15 years ago
- 82ba011 HWPOISON: Turn ref argument into flags argument by Andi Kleen · 15 years ago
- bd1ce5f HWPOISON: avoid grabbing the page count multiple times during madvise injection by Wu Fengguang · 15 years ago
- db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
- f8af4da ksm: the mm interface to ksm by Hugh Dickins · 15 years ago
- 3866ea9 ksm: first tidy up madvise_vma() by Hugh Dickins · 15 years ago
- 9893e49 HWPOISON: Add madvise() based injector for hardware poisoned pages v4 by Andi Kleen · 15 years ago
- 75927af mm: madvise(): correct return code by Nick Piggin · 16 years ago
- f7e839d readahead: move max_sane_readahead() calls into force_page_cache_readahead() by Wu Fengguang · 16 years ago
- 0f18132 Revert "Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions" by Linus Torvalds · 16 years ago
- a425a63 Ignore madvise(MADV_WILLNEED) for hugetlbfs-backed regions by Mel Gorman · 16 years ago
- 3480b25 [CVE-2009-0029] System call wrappers part 14 by Heiko Carstens · 16 years ago
- 7e6cbea madvise: update function comment of madvise_dontneed by Fernando Luis Vazquez Cao · 16 years ago