summaryrefslogtreecommitdiffstats
path: root/include/linux/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-27/+46
2022-12-15mm: Convert __HAVE_ARCH_P..P_GET to the new stylePeter Zijlstra1-2/+2
2022-12-15mm: Rename pmd_read_atomic()Peter Zijlstra1-7/+2
2022-12-15mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra1-2/+2
2022-12-15mm: Fix pmd_read_atomic()Peter Zijlstra1-10/+37
2022-12-15mm: Update ptep_get_lockless()'s commentPeter Zijlstra1-9/+6
2022-12-11include/linux/pgtable.h: : remove redundant pte variablezhang songyi1-3/+1
2022-11-30mm: remove unused savedwrite infrastructureDavid Hildenbrand1-24/+0
2022-11-30mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross1-0/+11
2022-11-30mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+7
2022-09-26mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao1-2/+2
2022-09-26mm: x86, arm64: add arch_has_hw_pte_young()Yu Zhao1-0/+13
2022-09-11mm/thp: remove redundant CONFIG_TRANSPARENT_HUGEPAGELiu Shixin1-2/+1
2022-09-11mm/thp: simplify has_transparent_hugepage by using IS_BUILTINLiu Shixin1-5/+1
2022-07-17mm/mmap: define DECLARE_VM_GET_PAGE_PROTAnshuman Khandual1-0/+28
2022-05-13mm: functions may simplify the use of return valuesLi kunyu1-9/+3
2022-05-13mm: remove __HAVE_ARCH_PTEP_CLEAR in pgtable.hTong Tiangen1-2/+0
2022-05-13mm: page_table_check: add hooks to public helpersTong Tiangen1-8/+15
2022-05-13mm/shmem: convert shmem_swapin_page() to shmem_swapin_folio()Matthew Wilcox (Oracle)1-1/+1
2022-05-13mm: avoid unnecessary flush on change_huge_pmd()Nadav Amit1-0/+20
2022-05-09mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand1-0/+29
2022-02-04mm/pgtable: define pte_index so that preprocessor could recognize itMike Rapoport1-0/+1
2022-01-15mm: ptep_clear() page table helperPasha Tatashin1-0/+8
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek1-25/+1
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-1/+1
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-1/+1
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-0/+9
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-0/+9
2021-06-30mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy1-1/+25
2021-06-29mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens1-0/+22
2021-06-05Revert "MIPS: make userspace mapping young by default"Thomas Bogendoerfer1-0/+8
2021-05-07include/linux/pgtable.h: few spelling fixesBhaskar Chowdhury1-5/+5
2021-05-05mm/gup: do not migrate zero pagePavel Tatashin1-0/+12
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas1-0/+4
2021-02-26MIPS: make userspace mapping young by defaultHuang Pei1-8/+0
2021-01-20mm: Cleanup faultaround and finish_fault() codepathsKirill A. Shutemov1-0/+11
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+71
2020-12-03mm: Introduce pXX_leaf_size()Peter Zijlstra1-0/+16
2020-12-03mm/gup: Provide gup_get_pte() more genericPeter Zijlstra1-0/+55
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann1-0/+13
2020-11-02mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe1-4/+0
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+28
2020-09-26mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik1-0/+10
2020-09-04mm: Add arch hooks for saving/restoring tagsSteven Price1-0/+28
2020-08-17arch/ia64: Restore arch-specific pgd_offset_k implementationJessica Clarke1-0/+2
2020-08-12mm: drop duplicated words in <linux/pgtable.h>Randy Dunlap1-6/+6
2020-07-30mm: pgtable: Make generic pgprot_* macros available for no-MMUPekka Enberg1-34/+37
2020-06-20mm: Allow arches to provide ptep_get()Christophe Leroy1-0/+7
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-3/+3
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-0/+91