summaryrefslogtreecommitdiffstats
path: root/arch/csky/include/asm/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | csky: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-3/+5
|/
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
* csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-0/+18
* mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-3/+0
* csky: drop definition of PGD_ORDERMike Rapoport2022-07-171-2/+1
* csky: drop definition of PTE_ORDERMike Rapoport2022-07-171-2/+1
* csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-18/+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-1/+0
* csky: Fixup compile errorGuo Ren2021-02-271-1/+0
* csky: Fixup swaponGuo Ren2021-02-271-9/+8
* csky: pgtable.h: Coding conventionGuo Ren2021-02-271-30/+30
* csky: Fixup _PAGE_ACCESSED for default pgprotGuo Ren2021-01-121-7/+9
* csky: Fixup PTE global for 2.5:1.5 virtual memoryGuo Ren2021-01-121-1/+1
* csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren2021-01-121-1/+1
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-30/+0
* csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport2020-06-091-3/+2
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-2/+0
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-3/+0
* csky: Separate fixaddr_init from highmemGuo Ren2020-02-211-5/+1
* csky: use generic ioremapChristoph Hellwig2019-11-121-0/+4
* Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-09-301-0/+10
|\
| * csky: Fixup dma_alloc_coherent with PAGE_SO attributeGuo Ren2019-07-311-0/+10
* | mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-5/+0
|/
* csky: Revert mmu ASID mechanismGuo Ren2019-07-191-2/+0
* csky: Fixup io-range page attribute for mmap("/dev/mem")Guo Ren2019-02-131-0/+5
* csky: Fixup _PAGE_GLOBAL bit for 610 tlb entryGuo Ren2019-02-131-2/+2
* csky: MMU and page table managementGuo Ren2018-10-251-0/+306