summaryrefslogtreecommitdiffstats
path: root/arch/nios2/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* nios2: define virtual address space for modulesMike Rapoport (IBM)2024-05-141-1/+4
* nios2/pgtable: define PFN_PTE_SHIFTDavid Hildenbrand2024-02-221-0/+2
* Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\
| * mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
* | nios2: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-9/+19
|/
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
* nios2/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+21
* nios2/mm: refactor swap PTE layoutDavid Hildenbrand2023-02-021-8/+10
* mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-2/+0
* nios2: drop definition of PGD_ORDERMike Rapoport2022-07-171-3/+1
* nios2: drop definition of PTE_ORDERMike Rapoport2022-07-171-2/+1
* nios2/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-16/+0
* arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
* mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-2/+0
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-18/+4
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-2/+0
* nios2: add support for folded p4d page tablesMike Rapoport2020-06-041-2/+1
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-3/+0
* mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-2/+0
* nios2: pte_clear does not need to flush TLBNicholas Piggin2019-03-071-1/+0
* arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov2017-03-091-0/+1
* nios2: use correct void* return type for page_to_virt()Ard Biesheuvel2016-04-221-1/+1
* mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov2015-02-111-1/+1
* nios2: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-101-9/+1
* nios2: Page table managementLey Foon Tan2014-12-081-0/+310