summaryrefslogtreecommitdiff
path: root/arch/nios2/include/asm/pgtable.h
AgeCommit message (Expand)Author
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-24nios2: implement the new page table range APIMatthew Wilcox (Oracle)
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02nios2/mm: refactor swap PTE layoutDavid Hildenbrand
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-07-17nios2: drop definition of PGD_ORDERMike Rapoport
2022-07-17nios2: drop definition of PTE_ORDERMike Rapoport
2022-07-17nios2/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-04nios2: add support for folded p4d page tablesMike Rapoport
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-03-07nios2: pte_clear does not need to flush TLBNicholas Piggin
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov
2016-04-22nios2: use correct void* return type for page_to_virt()Ard Biesheuvel
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov
2015-02-10nios2: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov
2014-12-08nios2: Page table managementLey Foon Tan