Age | Commit message (Expand) | Author | Files | Lines |
2024-05-07 | mm: fix race between __split_huge_pmd_locked() and GUP-fast |  Ryan Roberts | 1 | -0/+2 |
2023-08-18 | mm/pgtable: notes on pte_offset_map[_lock]() |  Hugh Dickins | 1 | -0/+44 |
2023-08-18 | mm/pgtable: add pte_free_defer() for pgtable as page |  Hugh Dickins | 1 | -0/+20 |
2023-08-18 | mm/pgtable: add PAE safety to __pte_offset_map() |  Hugh Dickins | 1 | -0/+29 |
2023-08-18 | mm/pgtable: add rcu_read_lock() and rcu_read_unlock()s |  Hugh Dickins | 1 | -2/+2 |
2023-06-19 | mm: ptep_get() conversion |  Ryan Roberts | 1 | -1/+1 |
2023-06-19 | mm/pgtable: allow pte_offset_map[_lock]() to fail |  Hugh Dickins | 1 | -0/+56 |
2023-03-28 | mm: add PTE pointer parameter to flush_tlb_fix_spurious_fault() |  Gerald Schaefer | 1 | -1/+1 |
2022-05-13 | mm: avoid unnecessary flush on change_huge_pmd() |  Nadav Amit | 1 | -0/+8 |
2022-01-15 | mm: move tlb_flush_pending inline helpers to mm_inline.h |  Arnd Bergmann | 1 | -0/+1 |
2021-06-16 | mm/thp: fix __split_huge_pmd_locked() on shmem migration entry |  Hugh Dickins | 1 | -3/+2 |
2021-02-24 | mm/pgtable-generic.c: optimize the VM_BUG_ON condition in pmdp_huge_clear_flush() |  Miaohe Lin | 1 | -2/+3 |
2021-02-24 | mm/pgtable-generic.c: simplify the VM_BUG_ON condition in pmdp_huge_clear_flush() |  Miaohe Lin | 1 | -2/+2 |
2020-06-09 | mm: introduce include/linux/pgtable.h |  Mike Rapoport | 1 | -3/+3 |
2020-06-03 | mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid() |  Anshuman Khandual | 1 | -1/+1 |
2019-12-01 | asm-generic/mm: stub out p{4,u}d_clear_bad() if __PAGETABLE_P{4,U}D_FOLDED |  Vineet Gupta | 1 | -0/+9 |
2018-10-09 | x86/mm: Page size aware flush_tlb_mm_range() |  Peter Zijlstra | 1 | -0/+1 |
2018-01-31 | mm: do not lose dirty and accessed bits in pmdp_invalidate() |  Kirill A. Shutemov | 1 | -3/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license |  Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-08 | mm: thp: enable thp migration in generic path |  Zi Yan | 1 | -1/+2 |
2017-03-09 | mm: convert generic code to 5-level paging |  Kirill A. Shutemov | 1 | -0/+6 |
2017-02-24 | mm, x86: add support for PUD-sized transparent hugepages |  Matthew Wilcox | 1 | -0/+14 |
2016-03-17 | mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range |  Aneesh Kumar K.V | 1 | -14/+0 |
2016-02-11 | mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGE |  Vineet Gupta | 1 | -2/+2 |
2016-02-11 | mm,thp: khugepaged: call pte flush at the time of collapse |  Vineet Gupta | 1 | -1/+3 |
2016-01-15 | mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd |  Dan Williams | 1 | -1/+1 |
2016-01-15 | mm, thp: remove infrastructure for handling splitting PMDs |  Kirill A. Shutemov | 1 | -12/+0 |
2016-01-14 | mm, thp: use list_first_entry_or_null() |  Geliang Tang | 1 | -6/+3 |
2015-10-17 | mm,thp: introduce flush_pmd_tlb_range |  Vineet Gupta | 1 | -6/+20 |
2015-10-17 | mm,thp: reduce ifdef'ery for THP in generic code |  Vineet Gupta | 1 | -21/+3 |
2015-10-17 | mm: group pte related helpers together |  Vineet Gupta | 1 | -25/+25 |
2015-06-24 | mm: clarify that the function operates on hugepage pte |  Aneesh Kumar K.V | 1 | -5/+9 |
2015-06-24 | powerpc/mm: use generic version of pmdp_clear_flush() |  Aneesh Kumar K.V | 1 | -0/+17 |
2015-02-12 | mm: convert p[te|md]_mknonnuma and remaining page table manipulations |  Mel Gorman | 1 | -2/+0 |
2015-02-12 | mm: convert p[te|md]_numa users to p[te|md]_protnone_numa |  Mel Gorman | 1 | -1/+1 |
2014-08-29 | mm: actually clear pmd_numa before invalidating |  Matthew Wilcox | 1 | -1/+1 |
2013-12-18 | mm: fix TLB flush race between migration, and change_protection_range |  Rik van Riel | 1 | -2/+3 |
2013-12-18 | mm: clear pmd_numa before invalidating |  Mel Gorman | 1 | -0/+3 |
2013-11-15 | mm: convert the rest to new page table lock api |  Kirill A. Shutemov | 1 | -2/+2 |
2013-11-15 | mm, thp: do not access mm->pmd_huge_pte directly |  Kirill A. Shutemov | 1 | -6/+6 |
2013-09-11 | mm: move pgtable related functions to right place |  Joonsoo Kim | 1 | -0/+24 |
2013-06-20 | mm/THP: add pmd args to pgtable deposit and withdraw APIs |  Aneesh Kumar K.V | 1 | -2/+3 |
2012-12-11 | mm: Only flush the TLB when clearing an accessible pte |  Rik van Riel | 1 | -1/+2 |
2012-12-11 | mm,generic: only flush the local TLB in ptep_set_access_flags |  Rik van Riel | 1 | -3/+3 |
2012-10-09 | thp: introduce pmdp_invalidate() |  Gerald Schaefer | 1 | -0/+11 |
2012-10-09 | thp: remove assumptions on pgtable_t type |  Gerald Schaefer | 1 | -0/+39 |
2012-05-25 | arch/tile: allow building Linux with transparent huge pages enabled |  Chris Metcalf | 1 | -2/+2 |
2012-03-21 | thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGE |  Naoya Horiguchi | 1 | -2/+3 |
2011-01-26 | mm/pgtable-generic.c: fix CONFIG_SWAP=n build |  Andrew Morton | 1 | -0/+1 |
2011-01-16 | fix non-x86 build failure in pmdp_get_and_clear |  Andrea Arcangeli | 1 | -7/+4 |