summaryrefslogtreecommitdiffstats
path: root/arch/csky/mm
AgeCommit message (Expand)AuthorFilesLines
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/torval...Linus 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
2019-09-30Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds5-75/+62
2019-09-30csky: Use generic free_initrd_mem()Mike Rapoport1-16/+0
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig1-6/+0
2019-08-15csky: Fixup ioremap function losingGuo Ren1-6/+17
2019-08-06csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_rangeGuo Ren3-5/+18
2019-08-06csky/dma: Fixup cache_op failed when cross memory ZONEsGuo Ren1-45/+26
2019-07-31csky: Fixup dma_alloc_coherent with PAGE_SO attributeGuo Ren1-4/+2
2019-07-19Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds5-145/+332
2019-07-19csky: Improve tlb operation with help of asidGuo Ren1-4/+132
2019-07-19csky: Use generic asid algorithm to implement switch_mmGuo Ren2-0/+47
2019-07-19csky: Add new asid lib code from armGuo Ren2-0/+190
2019-07-19csky: Revert mmu ASID mechanismGuo Ren2-185/+7
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1