summaryrefslogtreecommitdiff
path: root/include/linux/pgtable.h
AgeCommit message (Expand)Author
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-06-30mm/pgtable: add stubs for {pmd/pub}_{set/clear}_hugeChristophe Leroy
2021-06-29mm: define default MAX_PTRS_PER_* in include/pgtable.hDaniel Axtens
2021-06-05Revert "MIPS: make userspace mapping young by default"Thomas Bogendoerfer
2021-05-07include/linux/pgtable.h: few spelling fixesBhaskar Chowdhury
2021-05-05mm/gup: do not migrate zero pagePavel Tatashin
2021-03-10arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas
2021-02-26MIPS: make userspace mapping young by defaultHuang Pei
2021-01-20mm: Cleanup faultaround and finish_fault() codepathsKirill A. Shutemov
2020-12-14Merge tag 'perf-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-12-03mm: Introduce pXX_leaf_size()Peter Zijlstra
2020-12-03mm/gup: Provide gup_get_pte() more genericPeter Zijlstra
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann
2020-11-02mm: always have io_remap_pfn_range() set pgprot_decrypted()Jason Gunthorpe
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-09-26mm/gup: fix gup_fast with dynamic page table foldingVasily Gorbik
2020-09-04mm: Add arch hooks for saving/restoring tagsSteven Price
2020-08-17arch/ia64: Restore arch-specific pgd_offset_k implementationJessica Clarke
2020-08-12mm: drop duplicated words in <linux/pgtable.h>Randy Dunlap
2020-07-30mm: pgtable: Make generic pgprot_* macros available for no-MMUPekka Enberg
2020-06-20mm: Allow arches to provide ptep_get()Christophe Leroy
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport