aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-17csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+20
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-02-27csky: use free_initmem_default() in free_initmem()David Hildenbrand1-16/+1
2021-02-27csky: Fixup pfn_valid error with wrong max_mapnrGuo Ren1-2/+2
2021-01-12csky: Fix TLB maintenance synchronization problemGuo Ren1-1/+1
2021-01-12csky: Fixup PTE global for 2.5:1.5 virtual memoryGuo Ren1-1/+7
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren1-7/+22
2020-06-09csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport1-3/+3
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-02-21csky: Add setup_initrd check codeGuo Ren1-0/+44
2020-02-21csky/mm: Fixup export invalid_pte_table symbolGuo Ren1-0/+1
2020-02-21csky: Separate fixaddr_init from highmemGuo Ren1-0/+47
2019-09-30csky: Use generic free_initrd_mem()Mike Rapoport1-16/+0
2019-07-19csky: Revert mmu ASID mechanismGuo Ren1-2/+0
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-2/+2
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-2/+1
2018-10-25csky: MMU and page table managementGuo Ren1-0/+122