Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig
2019-05-14mm/mmu_notifier: use correct mmu_notifier events for each invalidationJérôme Glisse
2019-05-14mm/mmu_notifier: contextual information for event triggering invalidationJérôme Glisse
2019-04-03asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZEPeter Zijlstra
2018-12-28mm/mmu_notifier: use structure for invalidate_range_start/end calls v2Jérôme Glisse
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-06mm: madvise(MADV_DODUMP): allow hugetlbfs pagesDaniel Black
2018-09-30xarray: Replace exceptional entriesMatthew Wilcox
2018-07-23mm, madvise_inject_error: Let memory_failure() optionally take a page referenceDan Williams
2018-01-23mm/memory_failure: Remove unused trapno from memory_failureEric W. Biederman
2017-11-30mm/madvise.c: fix madvise() infinite loop under special circumstanceschenjie
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-14mm/madvise.c: add description for MADV_WIPEONFORK and MADV_KEEPONFORKYang Shi
2017-10-04mm, hugetlb, soft_offline: save compound page order before page migrationAlexandru Moise
2017-09-09mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse
2017-09-07mm,fork: introduce MADV_WIPEONFORKRik van Riel
2017-09-01mm, madvise: ensure poisoned pages are removed from per-cpu listsMel Gorman
2017-08-26mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers
2017-08-03mm, mprotect: flush TLB if potentially racing with a parallel reclaim leaving...Mel Gorman
2017-07-11userfaultfd: non-cooperative: add madvise() event for MADV_FREE requestMike Rapoport
2017-07-11swap: add block io poll in swapin pathShaohua Li
2017-05-04mm/madvise: move up the behavior parameter validationAnshuman Khandual
2017-05-04mm/madvise.c: clean up MADV_SOFT_OFFLINE and MADV_HWPOISONAnshuman Khandual
2017-05-04mm: enable MADV_FREE for swapless systemShaohua Li
2017-05-04mm: reclaim MADV_FREE pagesShaohua Li
2017-05-04mm: move MADV_FREE pages into LRU_INACTIVE_FILE listShaohua Li
2017-03-10userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDAndrea Arcangeli
2017-02-25mm: remove shmem_mapping() shmem_zero_setup() duplicatesHugh Dickins
2017-02-25mm, madvise: fail with ENOMEM when splitting vma will hit max_map_countDavid Rientjes
2017-02-25userfaultfd: non-cooperative: add madvise() event for MADV_REMOVE requestMike Rapoport
2017-02-25userfaultfd: non-cooperative: rename *EVENT_MADVDONTNEED to *EVENT_REMOVEMike Rapoport
2017-02-23oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov
2017-02-23mm: drop unused argument of zap_page_range()Kirill A. Shutemov
2017-02-23userfaultfd: non-cooperative: avoid MADV_DONTNEED race conditionAndrea Arcangeli
2017-02-23userfaultfd: non-cooperative: add madvise() event for MADV_DONTNEED requestPavel Emelyanov
2016-12-13mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V
2016-05-24mm: make mmap_sem for write waits killable for mm syscallsMichal Hocko
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-03-16mm/madvise: update comment on sys_madvise()Naoya Horiguchi
2016-03-16mm/madvise: pass return code of memory_failure() to userspaceNaoya Horiguchi
2016-01-16mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim
2016-01-16mm: move lazily freed pages to inactive listMinchan Kim
2016-01-16mm/madvise.c: free swp_entry in madvise_freeMinchan Kim
2016-01-16mm: support madvise(MADV_FREE)Minchan Kim
2015-09-09mm: madvise allow remove operation for hugetlbfsMike Kravetz
2015-09-05mm/madvise.c: make madvise_behaviour_valid() return boolNicholas Krause
2015-09-05userfaultfd: teach vma_merge to merge across vma->vm_userfaultfd_ctxAndrea Arcangeli
2015-06-02writeback: separate out include/linux/backing-dev-defs.hTejun Heo
2015-02-17vfs: remove get_xip_memMatthew Wilcox
2015-02-13Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds