Age | Commit message (Expand) | Author |
2022-06-16 | mm/memory-failure: disable unpoison once hw error happens | zhenwei pi |
2022-05-27 | mm: filter out swapin error entry in shmem mapping | Miaohe Lin |
2022-05-27 | mm/madvise: free hwpoison and swapin error entry in madvise_free_pte_range | Miaohe Lin |
2022-05-09 | mm: submit multipage reads for SWP_FS_OPS swap-space | NeilBrown |
2022-05-09 | mm: create new mm/swap.h header file | NeilBrown |
2022-04-28 | mm/madvise: fix potential pte_unmap_unlock pte error | Miaohe Lin |
2022-04-01 | Revert "mm: madvise: skip unmapped vma holes passed to process_madvise" | Charan Teja Kalla |
2022-03-24 | mm: madvise: MADV_DONTNEED_LOCKED | Johannes Weiner |
2022-03-24 | mm: enable MADV_DONTNEED for hugetlb mappings | Mike Kravetz |
2022-03-22 | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds |
2022-03-22 | mm: madvise: skip unmapped vma holes passed to process_madvise | Charan Teja Kalla |
2022-03-22 | mm: madvise: return correct bytes advised with process_madvise | Charan Teja Kalla |
2022-03-22 | mm/madvise: use vma_lookup() instead of find_vma() | Miaohe Lin |
2022-03-22 | mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler | luofei |
2022-03-05 | mm: fix use-after-free when anon vma name is used after vma is freed | Suren Baghdasaryan |
2022-03-05 | mm: prevent vm_area_struct::anon_name refcount saturation | Suren Baghdasaryan |
2022-03-05 | mm: refactor vm_area_struct::anon_vma_name usage code | Suren Baghdasaryan |
2022-02-17 | mm/munlock: delete munlock_vma_pages_all(), allow oomreap | Hugh Dickins |
2022-01-15 | mm: move anon_vma declarations to linux/mm_inline.h | Arnd Bergmann |
2022-01-15 | mm: add anonymous vma name refcounting | Suren Baghdasaryan |
2022-01-15 | mm: add a field to store names for private anonymous memory | Colin Cross |
2022-01-15 | mm: rearrange madvise code to allow for reuse | Colin Cross |
2021-10-14 | mm: use pidfd_get_task() | Christian Brauner |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-03 | mm/madvise: add MADV_WILLNEED to process_madvise() | zhangkui |
2021-08-30 | Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2021-08-13 | mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE) | David Hildenbrand |
2021-07-12 | mm: Fix comments mentioning i_mutex | Jan Kara |
2021-06-30 | mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables | David Hildenbrand |
2021-05-07 | mm: fix typos in comments | Ingo Molnar |
2021-03-13 | mm/madvise: replace ptrace attach requirement for process_madvise | Suren Baghdasaryan |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-01-29 | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu() | Will Deacon |
2021-01-29 | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu() | Will Deacon |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner |
2021-01-24 | fs: add file and path permissions helpers | Christian Brauner |
2020-12-15 | mm,memory_failure: always pin the page in madvise_inject_error | Oscar Salvador |
2020-12-15 | mm,hwpoison: drop unneeded pcplist draining | Oscar Salvador |
2020-12-08 | mm/madvise: remove racy mm ownership check | Minchan Kim |
2020-11-22 | mm: fix madvise WILLNEED performance problem | Matthew Wilcox (Oracle) |
2020-11-22 | mm/madvise: fix memory leak from process_madvise | Eric Dumazet |
2020-10-18 | mm/madvise: introduce process_madvise() syscall: an external memory hinting API | Minchan Kim |
2020-10-18 | mm/madvise: pass mm to do_madvise | Minchan Kim |
2020-10-16 | mm: remove the now-unnecessary mmget_still_valid() hack | Jann Horn |
2020-10-16 | mm,hwpoison: return 0 if the page is already poisoned in soft-offline | Oscar Salvador |
2020-10-16 | mm,hwpoison: refactor madvise_inject_error | Oscar Salvador |
2020-10-13 | mm: optimise madvise WILLNEED | Matthew Wilcox (Oracle) |
2020-09-26 | mm: validate pmd after splitting | Minchan Kim |
2020-09-05 | mm: madvise: fix vma user-after-free | Yang Shi |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |