summaryrefslogtreecommitdiff
path: root/arch/csky/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-24csky: 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-02csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-07-17csky: drop definition of PGD_ORDERMike Rapoport
2022-07-17csky: drop definition of PTE_ORDERMike Rapoport
2022-07-17csky/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
2021-02-27csky: Fixup compile errorGuo Ren
2021-02-27csky: Fixup swaponGuo Ren
2021-02-27csky: pgtable.h: Coding conventionGuo Ren
2021-01-12csky: Fixup _PAGE_ACCESSED for default pgprotGuo Ren
2021-01-12csky: Fixup PTE global for 2.5:1.5 virtual memoryGuo Ren
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual
2020-02-21csky: Separate fixaddr_init from highmemGuo Ren
2019-11-12csky: use generic ioremapChristoph Hellwig
2019-09-30Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-07-31csky: Fixup dma_alloc_coherent with PAGE_SO attributeGuo Ren
2019-07-19csky: Revert mmu ASID mechanismGuo Ren
2019-02-13csky: Fixup io-range page attribute for mmap("/dev/mem")Guo Ren
2019-02-13csky: Fixup _PAGE_GLOBAL bit for 610 tlb entryGuo Ren
2018-10-25csky: MMU and page table managementGuo Ren