summaryrefslogtreecommitdiff
path: root/arch/sparc/include/asm/pgtable_64.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-26mm: remove "prot" parameter from move_pte()David Hildenbrand1-1/+1
2024-04-26mm/arch: provide pud_pfn() fallbackPeter Xu1-0/+1
2024-03-07mm/treewide: align up pXd_leaf() retval across archsPeter Xu1-2/+2
2024-03-07mm/treewide: drop pXd_large()Peter Xu1-4/+4
2024-02-22sparc/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand1-0/+2
2024-01-05mm/mglru: add dummy pmd_dirty()Kinsey Ho1-0/+1
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3
2023-08-25sparc64: implement the new page table range APIMatthew Wilcox (Oracle)1-7/+22
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-3/+3
2023-04-19sparc/mm: don't unconditionally set HW writable bit when setting PTE dirty on...David Hildenbrand1-50/+66
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03sparc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 64bitDavid Hildenbrand1-3/+35
2022-12-01mm: add dummy pmd_young() for architectures not having itJuergen Gross1-0/+1
2022-07-18sparc/mm: move protection_map[] inside the platformAnshuman Khandual1-19/+0
2021-07-08mm: rename p4d_page_vaddr to p4d_pgtable and make it return pud_t *Aneesh Kumar K.V1-2/+2
2021-07-08mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V1-3/+3
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-0/+2
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-3/+0
2021-07-01mm/hugetlb: change parameters of arch_make_huge_pte()Christophe Leroy1-2/+1
2020-12-09sparc64/mm: Implement pXX_leaf_size() supportPeter Zijlstra1-0/+13
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-28/+3
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+0
2020-04-11mm: bring sparc pte_index() semantics inline with other platformsArjun Roy1-5/+5
2020-02-04sparc: mm: add p?d_leaf() definitionsSteven Price1-0/+2
2020-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-12/+12
2020-01-30sparc64: add support for folded p4d page tablesMike Rapoport1-12/+12
2019-09-26arch/sparc/include/asm/pgtable_64.h: fix buildAndrew Morton1-1/+1
2019-09-26lib: untag user pointers in strn*_userAndrey Konovalov1-2/+3
2019-09-25mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-1/+0
2019-07-12sparc64: use the generic get_user_pages_fast codeChristoph Hellwig1-0/+18
2019-07-12sparc64: define untagged_addr()Christoph Hellwig1-0/+22
2019-07-12sparc64: add the missing pgd_page definitionChristoph Hellwig1-0/+3
2019-05-14mm: use mm_zero_struct_page from SPARC on all 64b architecturesAlexander Duyck1-30/+0
2018-06-08mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-3/+0
2018-03-18sparc64: Add support for ADI (Application Data Integrity)Khalid Aziz1-0/+46
2018-03-18sparc64: Add support for ADI register fields, ASIs and trapsKhalid Aziz1-0/+2
2018-02-01sparc64: update pmdp_invalidate() to return old pmd valueNitin Gupta1-1/+1
2017-11-30mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams1-1/+1
2017-11-16sparc64: optimize struct page zeroingPavel Tatashin1-0/+30
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-16sparc64: Add 16GB hugepage supportNitin Gupta1-0/+5
2017-08-16sparc64: Support huge PUD case in get_user_pagesNitin Gupta1-2/+13
2017-08-10sparc64: Revert 16GB huge page support.David S. Miller1-18/+2
2017-08-10sparc64: Add 16GB hugepage supportNitin Gupta1-0/+5
2017-08-10sparc64: Support huge PUD case in get_user_pagesNitin Gupta1-2/+13
2017-04-06sparc64: Fix kernel panic due to erroneous #ifdef surrounding pmd_write()Tom Hromatka1-7/+8
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov1-0/+1
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar1-0/+3
2017-02-23sparc64: Multi-page size supportNitin Gupta1-8/+15
2016-12-12sparc64: fix typo in pgd_clear()Kirill A. Shutemov1-1/+1