summaryrefslogtreecommitdiffstats
path: root/arch/csky/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/csky: use general page fault accountingPeter Xu2020-08-121-11/+1
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+2
* csky: Fixup warning by EXPORT_SYMBOL(kmap)Guo Ren2020-07-311-2/+0
* csky: Optimize the trap processing flowGuo Ren2020-07-311-5/+5
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport2020-06-093-5/+5
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* kmap: remove kmap_atomic_to_page()Ira Weiny2020-06-041-13/+0
* arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-3/+3
* arch/kmap: don't hard code kmap_prot valuesIra Weiny2020-06-041-1/+1
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-6/+3
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-7/+2
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-9/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-10/+4
* arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-1/+1
* mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual2020-04-071-1/+1
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* csky: Add kprobes supportedGuo Ren2020-04-031-0/+4
* csky: Fixup get wrong psr value from phyical regGuo Ren2020-04-011-0/+7
* csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INSGuo Ren2020-03-311-6/+39
* csky: Add setup_initrd check codeGuo Ren2020-02-211-0/+44
* csky: Remove unused cache implementationGuo Ren2020-02-211-15/+1
* csky: Fixup ftrace modify panicGuo Ren2020-02-211-0/+2
* csky: Add flush_icache_mm to defer flush icache allGuo Ren2020-02-211-8/+5
* csky: Support icache flush without specific instructionsGuo Ren2020-02-212-8/+26
* csky/mm: Fixup export invalid_pte_table symbolGuo Ren2020-02-211-0/+1
* csky: Separate fixaddr_init from highmemGuo Ren2020-02-212-60/+51
* csky: Tightly-Coupled Memory or Sram supportGuo Ren2020-02-212-0/+170
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-4/+4
|\
| * dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
* | csky: use generic ioremapChristoph Hellwig2019-11-121-45/+0
* | csky: remove ioremap_cacheChristoph Hellwig2019-11-111-7/+0
|/
* Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-09-305-75/+62
|\
| * csky: Use generic free_initrd_mem()Mike Rapoport2019-09-301-16/+0
| * csky: Fixup ioremap function losingGuo Ren2019-08-151-6/+17
| * csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_rangeGuo Ren2019-08-063-5/+18
| * csky/dma: Fixup cache_op failed when cross memory ZONEsGuo Ren2019-08-061-45/+26
| * csky: Fixup dma_alloc_coherent with PAGE_SO attributeGuo Ren2019-07-311-4/+2
* | dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig2019-08-291-6/+0
|/
* Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-07-195-145/+332
|\
| * csky: Improve tlb operation with help of asidGuo Ren2019-07-191-4/+132
| * csky: Use generic asid algorithm to implement switch_mmGuo Ren2019-07-192-0/+47
| * csky: Add new asid lib code from armGuo Ren2019-07-192-0/+190
| * csky: Revert mmu ASID mechanismGuo Ren2019-07-192-185/+7
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-2/+2
|\ \ | |/ |/|
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* csky: Fixup compile warningGuo Ren2019-04-221-1/+1
* csky: add page fault perf event supportMao Han2019-04-221-2/+10
* csky: Use va_pa_offset instead of phys_offsetGuo Ren2019-04-221-1/+1