summaryrefslogtreecommitdiff
path: root/arch/csky/mm
AgeCommit message (Expand)Author
2020-04-07mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-04-03csky: Add kprobes supportedGuo Ren
2020-04-01csky: Fixup get wrong psr value from phyical regGuo Ren
2020-03-31csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INSGuo Ren
2020-02-21csky: Add setup_initrd check codeGuo Ren
2020-02-21csky: Remove unused cache implementationGuo Ren
2020-02-21csky: Fixup ftrace modify panicGuo Ren
2020-02-21csky: Add flush_icache_mm to defer flush icache allGuo Ren
2020-02-21csky: Support icache flush without specific instructionsGuo Ren
2020-02-21csky/mm: Fixup export invalid_pte_table symbolGuo Ren
2020-02-21csky: Separate fixaddr_init from highmemGuo Ren
2020-02-21csky: Tightly-Coupled Memory or Sram supportGuo Ren
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig
2019-11-12csky: use generic ioremapChristoph Hellwig
2019-11-11csky: remove ioremap_cacheChristoph Hellwig
2019-09-30Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds
2019-09-30csky: Use generic free_initrd_mem()Mike Rapoport
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig
2019-08-15csky: Fixup ioremap function losingGuo Ren
2019-08-06csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_rangeGuo Ren
2019-08-06csky/dma: Fixup cache_op failed when cross memory ZONEsGuo Ren
2019-07-31csky: Fixup dma_alloc_coherent with PAGE_SO attributeGuo Ren
2019-07-19Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds
2019-07-19csky: Improve tlb operation with help of asidGuo Ren
2019-07-19csky: Use generic asid algorithm to implement switch_mmGuo Ren
2019-07-19csky: Add new asid lib code from armGuo Ren
2019-07-19csky: Revert mmu ASID mechanismGuo Ren
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-04-22csky: Fixup compile warningGuo Ren
2019-04-22csky: add page fault perf event supportMao Han
2019-04-22csky: Use va_pa_offset instead of phys_offsetGuo Ren
2019-04-22csky: mm/fault.c: Remove duplicate headerJagadeesh Pagadala
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-02-13csky: Fixup io-range page attribute for mmap("/dev/mem")Guo Ren
2019-01-05Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds
2018-12-31csky: remove unused members in processor.hGuo Ren
2018-12-31csky: optimize kernel panic print.Guo Ren
2018-12-31csky: fixup abiv2 mmap(... O_SYNC) failed.Guo Ren
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-01csky: use the generic remapping dma alloc implementationChristoph Hellwig
2018-12-01csky: don't use GFP_DMA in atomic_pool_initChristoph Hellwig
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport
2018-10-25csky: MMU and page table managementGuo Ren
2018-10-25csky: Cache and TLB routinesGuo Ren
2018-10-25csky: Exception handling and mm-faultGuo Ren