summaryrefslogtreecommitdiff
path: root/arch/csky/include/asm/pgtable.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-25csky: implement the new page table range APIMatthew Wilcox (Oracle)1-3/+5
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-0/+18
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-3/+0
2022-07-18csky: drop definition of PGD_ORDERMike Rapoport1-2/+1
2022-07-18csky: drop definition of PTE_ORDERMike Rapoport1-2/+1
2022-07-18csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-18/+0
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport1-0/+1
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-1/+0
2021-02-27csky: Fixup compile errorGuo Ren1-1/+0
2021-02-27csky: Fixup swaponGuo Ren1-9/+8
2021-02-27csky: pgtable.h: Coding conventionGuo Ren1-30/+30
2021-01-12csky: Fixup _PAGE_ACCESSED for default pgprotGuo Ren1-7/+9
2021-01-12csky: Fixup PTE global for 2.5:1.5 virtual memoryGuo Ren1-1/+1
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren1-1/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-30/+0
2020-06-09csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport1-3/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-2/+0
2020-04-11mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual1-3/+0
2020-02-21csky: Separate fixaddr_init from highmemGuo Ren1-5/+1
2019-11-12csky: use generic ioremapChristoph Hellwig1-0/+4
2019-09-30Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds1-0/+10
2019-09-25mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-07-31csky: Fixup dma_alloc_coherent with PAGE_SO attributeGuo Ren1-0/+10
2019-07-19csky: Revert mmu ASID mechanismGuo Ren1-2/+0
2019-02-13csky: Fixup io-range page attribute for mmap("/dev/mem")Guo Ren1-0/+5
2019-02-13csky: Fixup _PAGE_GLOBAL bit for 610 tlb entryGuo Ren1-2/+2
2018-10-25csky: MMU and page table managementGuo Ren1-0/+306