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-11-06mm: Remove BUG_ON mmap_sem not held from xxx_trans_huge_lock()Thomas Hellstrom
2019-09-29Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-25mm: thp: make deferred split shrinker memcg awareYang Shi
2019-09-24libnvdimm/dax: Pick the right alignment default when creating dax devicesAneesh Kumar K.V
2019-07-19mm: thp: make transhuge_vma_suitable available for anonymous THPYang Shi
2019-05-14mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre...Dan Williams
2018-12-28mm, thp, proc: report THP eligibility for each vmaMichal Hocko
2018-10-27mm/gup: cache dev_pagemap while pinning pagesKeith Busch
2018-10-18mremap: properly flush TLB before releasing the pageLinus Torvalds
2018-08-26Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds
2018-08-24mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder
2018-07-20device-dax: Convert to vmf_insert_mixed and vm_fault_tDan Williams
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-09-09mm: thp: check pmd migration entry in common pathZi Yan
2017-09-09mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi
2017-07-11mm: always enable thp for dax mappingsDan Williams
2017-07-11mm: improve readability of transparent_hugepage_enabled()Dan Williams
2017-07-11mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko
2017-07-07mm, THP, swap: check whether THP can be split firstlyHuang Ying
2017-02-25mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox
2017-02-23mm, thp: add new defer+madvise defrag optionDavid Rientjes
2016-12-15mm: join struct fault_env and vm_faultJan Kara
2016-12-13mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes
2016-11-17mremap: fix race between mremap() and page cleanningAaron Lu
2016-10-08thp: reduce usage of huge zero page's atomic counterAaron Lu
2016-10-08thp, dax: add thp_get_unmapped_area for pmd mappingsToshi Kani
2016-07-29mm, THP: clean up return value of madvise_free_huge_pmdHuang Ying
2016-07-27thp: extract khugepaged from mm/huge_memory.cKirill A. Shutemov
2016-07-27shmem: add huge pages supportKirill A. Shutemov
2016-07-27shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov
2016-07-27mm: introduce do_set_pmd()Kirill A. Shutemov
2016-07-27mm: introduce fault_envKirill A. Shutemov
2016-07-15mm: thp: move pmd check inside ptl for freeze_page()Naoya Horiguchi
2016-05-20huge mm: move_huge_pmd does not need new_vmaHugh Dickins
2016-04-29thp: keep huge zero page pinned until tlb flushKirill A. Shutemov
2016-04-02include/linux/huge_mm.h: return NULL instead of false for pmd_trans_huge_lock()Chen Gang
2016-03-20Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-03-18thp: rewrite freeze_page()/unfreeze_page() with generic rmap walkersKirill A. Shutemov
2016-03-18rmap: extend try_to_unmap() to be usable by split_huge_page()Kirill A. Shutemov
2016-03-18mm: thp: set THP defrag by default to madvise and add a stall-free defrag optionMel Gorman
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov
2016-01-22thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov
2016-01-16mm, x86: get_user_pages() for dax mappingsDan Williams
2016-01-16mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams
2016-01-16mm, dax: convert vmf_insert_pfn_pmd() to pfn_tDan Williams
2016-01-16mm/huge_memory.c: don't split THP page when MADV_FREE syscall is calledMinchan Kim
2016-01-16mm: prepare page_referenced() and page_idle to new THP refcountingKirill A. Shutemov
2016-01-16thp: introduce deferred_split_huge_page()Kirill A. Shutemov