aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-03Merge tag 'csky-for-linus-5.13-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2-1/+2
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2021-04-28csky: uaccess.h: Coding convention with asm genericGuo Ren1-1/+1
2021-04-28csky: fix syscache.c fallthrough warningRandy Dunlap1-0/+1
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: mm: abort uaccess retries upon fatal signalGuo Ren1-1/+4
2021-01-12csky: Sync riscv mm/fault.c for easy maintenanceGuo Ren1-155/+187
2021-01-12csky: Fixup do_page_fault parent irq statusGuo Ren1-0/+4
2021-01-12csky: Add faulthandler_disabled() checkGuo Ren1-2/+2
2021-01-12csky: Fixup FAULT_FLAG_XXX param for handle_mm_faultGuo Ren1-2/+21
2021-01-12csky: Fix TLB maintenance synchronization problemGuo Ren2-8/+36
2021-01-12csky: Remove prologue of page fault handler in entry.SGuo Ren1-5/+40
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 Ren2-13/+23
2020-11-06csky/mm/highmem: Switch to generic kmap atomicThomas Gleixner1-74/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+0
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-2/+1
2020-08-12mm/csky: use general page fault accountingPeter Xu1-11/+1
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+2
2020-07-31csky: Fixup warning by EXPORT_SYMBOL(kmap)Guo Ren1-2/+0
2020-07-31csky: Optimize the trap processing flowGuo Ren1-5/+5
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-4/+4
2020-06-09csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport3-5/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-04kmap: remove kmap_atomic_to_page()Ira Weiny1-13/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+3
2020-06-04arch/kmap: don't hard code kmap_prot valuesIra Weiny1-1/+1
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-6/+3
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-7/+2
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-9/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-10/+4
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny1-1/+1
2020-04-07mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual1-1/+1
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-1/+1
2020-04-03csky: Add kprobes supportedGuo Ren1-0/+4
2020-04-01csky: Fixup get wrong psr value from phyical regGuo Ren1-0/+7
2020-03-31csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INSGuo Ren1-6/+39
2020-02-21csky: Add setup_initrd check codeGuo Ren1-0/+44
2020-02-21csky: Remove unused cache implementationGuo Ren1-15/+1
2020-02-21csky: Fixup ftrace modify panicGuo Ren1-0/+2
2020-02-21csky: Add flush_icache_mm to defer flush icache allGuo Ren1-8/+5
2020-02-21csky: Support icache flush without specific instructionsGuo Ren2-8/+26
2020-02-21csky/mm: Fixup export invalid_pte_table symbolGuo Ren1-0/+1
2020-02-21csky: Separate fixaddr_init from highmemGuo Ren2-60/+51
2020-02-21csky: Tightly-Coupled Memory or Sram supportGuo Ren2-0/+170
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-4/+4
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-4/+4
2019-11-12csky: use generic ioremapChristoph Hellwig1-45/+0
2019-11-11csky: remove ioremap_cacheChristoph Hellwig1-7/+0