summaryrefslogtreecommitdiffstats
path: root/arch/csky/mm
Commit message (Expand)AuthorAgeFilesLines
* 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
* csky: mm/fault.c: Remove duplicate headerJagadeesh Pagadala2019-04-221-1/+0
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+5
* csky: Fixup io-range page attribute for mmap("/dev/mem")Guo Ren2019-02-131-0/+14
* Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-01-052-6/+3
|\
| * csky: remove unused members in processor.hGuo Ren2018-12-311-3/+0
| * csky: optimize kernel panic print.Guo Ren2018-12-311-2/+2
| * csky: fixup abiv2 mmap(... O_SYNC) failed.Guo Ren2018-12-311-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-281-2/+2
|\ \
| * | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-2/+2
| |/
* | csky: use the generic remapping dma alloc implementationChristoph Hellwig2018-12-011-140/+2
* | csky: don't use GFP_DMA in atomic_pool_initChristoph Hellwig2018-12-011-1/+1
|/
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-312-4/+3
* csky: MMU and page table managementGuo Ren2018-10-254-0/+622
* csky: Cache and TLB routinesGuo Ren2018-10-254-0/+456
* csky: Exception handling and mm-faultGuo Ren2018-10-251-0/+212