Age | Commit message (Expand) | Author | Files | Lines |
2020-08-15 | mm: add thp_head | Matthew Wilcox (Oracle) | 1 | -0/+15 |
2020-08-15 | mm: replace hpage_nr_pages with thp_nr_pages | Matthew Wilcox (Oracle) | 1 | -4/+9 |
2020-08-15 | mm: add thp_size | Matthew Wilcox (Oracle) | 1 | -0/+11 |
2020-08-15 | mm: add thp_order | Matthew Wilcox (Oracle) | 1 | -0/+19 |
2020-08-12 | mm: thp: remove debug_cow switch | Yang Shi | 1 | -7/+0 |
2020-08-07 | mm/mremap: it is sure to have enough space when extent meets requirement | Wei Yang | 1 | -1/+1 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -1/+1 |
2020-04-07 | mm: merge parameters for change_protection() | Peter Xu | 1 | -1/+1 |
2020-04-04 | Merge tag 'drm-next-2020-04-03-1' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 1 | -2/+39 |
2020-04-02 | include/linux/huge_mm.h: check PageTail in hpage_nr_pages even when !THP | Matthew Wilcox (Oracle) | 1 | -1/+5 |
2020-04-02 | mm/vma: make is_vma_temporary_stack() available for general use | Anshuman Khandual | 1 | -3/+1 |
2020-03-24 | mm: Add vmf_insert_pfn_xxx_prot() for huge page-table entries | Thomas Hellstrom (VMware) | 1 | -2/+39 |
2020-01-27 | mm: thp: KVM: Explicitly check for THP when populating secondary MMU | Sean Christopherson | 1 | -0/+6 |
2019-11-06 | mm: Remove BUG_ON mmap_sem not held from xxx_trans_huge_lock() | Thomas Hellstrom | 1 | -2/+0 |
2019-09-29 | Merge tag 'libnvdimm-fixes-5.4-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+6 |
2019-09-25 | mm: thp: make deferred split shrinker memcg aware | Yang Shi | 1 | -0/+9 |
2019-09-24 | libnvdimm/dax: Pick the right alignment default when creating dax devices | Aneesh Kumar K.V | 1 | -1/+6 |
2019-07-19 | mm: thp: make transhuge_vma_suitable available for anonymous THP | Yang Shi | 1 | -0/+23 |
2019-05-14 | mm/huge_memory: fix vmf_insert_pfn_{pmd, pud}() crash, handle unaligned addre... | Dan Williams | 1 | -4/+2 |
2018-12-28 | mm, thp, proc: report THP eligibility for each vma | Michal Hocko | 1 | -1/+12 |
2018-10-27 | mm/gup: cache dev_pagemap while pinning pages | Keith Busch | 1 | -4/+4 |
2018-10-18 | mremap: properly flush TLB before releasing the page | Linus Torvalds | 1 | -1/+1 |
2018-08-26 | Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/... | Linus Torvalds | 1 | -2/+3 |
2018-08-24 | mm: Change return type int to vm_fault_t for fault handlers | Souptick Joarder | 1 | -4/+5 |
2018-07-20 | device-dax: Convert to vmf_insert_mixed and vm_fault_t | Dan Williams | 1 | -2/+3 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -1/+1 |
2017-09-09 | mm: thp: check pmd migration entry in common path | Zi Yan | 1 | -2/+12 |
2017-09-09 | mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATION | Naoya Horiguchi | 1 | -0/+10 |
2017-07-11 | mm: always enable thp for dax mappings | Dan Williams | 1 | -0/+5 |
2017-07-11 | mm: improve readability of transparent_hugepage_enabled() | Dan Williams | 1 | -12/+29 |
2017-07-11 | mm: make PR_SET_THP_DISABLE immediately active | Michal Hocko | 1 | -0/+1 |
2017-07-07 | mm, THP, swap: check whether THP can be split firstly | Huang Ying | 1 | -0/+7 |
2017-02-25 | mm, x86: add support for PUD-sized transparent hugepages | Matthew Wilcox | 1 | -5/+78 |
2017-02-23 | mm, thp: add new defer+madvise defrag option | David Rientjes | 1 | -0/+1 |
2016-12-15 | mm: join struct fault_env and vm_fault | Jan Kara | 1 | -5/+5 |
2016-12-13 | mm, thp: avoid unlikely branches for split_huge_pmd | David Rientjes | 1 | -0/+2 |
2016-11-17 | mremap: fix race between mremap() and page cleanning | Aaron Lu | 1 | -1/+1 |
2016-10-08 | thp: reduce usage of huge zero page's atomic counter | Aaron Lu | 1 | -4/+4 |
2016-10-08 | thp, dax: add thp_get_unmapped_area for pmd mappings | Toshi Kani | 1 | -0/+7 |
2016-07-29 | mm, THP: clean up return value of madvise_free_huge_pmd | Huang Ying | 1 | -1/+1 |
2016-07-27 | thp: extract khugepaged from mm/huge_memory.c | Kirill A. Shutemov | 1 | -0/+10 |
2016-07-27 | shmem: add huge pages support | Kirill A. Shutemov | 1 | -0/+2 |
2016-07-27 | shmem: prepare huge= mount option and sysfs knob | Kirill A. Shutemov | 1 | -0/+2 |
2016-07-27 | mm: introduce do_set_pmd() | Kirill A. Shutemov | 1 | -0/+2 |
2016-07-27 | mm: introduce fault_env | Kirill A. Shutemov | 1 | -15/+5 |
2016-07-15 | mm: thp: move pmd check inside ptl for freeze_page() | Naoya Horiguchi | 1 | -2/+2 |
2016-05-20 | huge mm: move_huge_pmd does not need new_vma | Hugh Dickins | 1 | -3/+1 |
2016-04-29 | thp: keep huge zero page pinned until tlb flush | Kirill A. Shutemov | 1 | -0/+5 |