summaryrefslogtreecommitdiffstats
path: root/arch/csky
Commit message (Expand)AuthorAgeFilesLines
...
* csky: Implement copy_thread_tlsGuo Ren2020-02-212-3/+5
* csky: Add PCI supportMaJun2020-02-213-1/+39
* csky: Minimize defconfig to support buildroot config.fragmentMa Jun2020-02-211-7/+0
* csky: Add setup_initrd check codeGuo Ren2020-02-212-3/+44
* csky: Cleanup old Kconfig optionsKrzysztof Kozlowski2020-02-212-3/+0
* arch/csky: fix some Kconfig typosRandy Dunlap2020-02-211-1/+1
* csky: Fixup compile warning for three unimplemented syscallsGuo Ren2020-02-211-0/+3
* 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-217-11/+77
* csky: Optimize abiv2 copy_to_user_page with VM_EXECGuo Ren2020-02-211-1/+3
* csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860)Guo Ren2020-02-212-8/+18
* csky: Remove unnecessary flush_icache_* implementationGuo Ren2020-02-213-37/+2
* csky: Support icache flush without specific instructionsGuo Ren2020-02-214-8/+31
* csky/Kconfig: Add Kconfig.platforms to support some driversGuo Ren2020-02-212-0/+11
* csky/smp: Fixup boot failed when CONFIG_SMPGuo Ren2020-02-211-1/+1
* csky: Set regs->usp to kernel sp, when the exception is from kernelGuo Ren2020-02-213-7/+31
* csky/mm: Fixup export invalid_pte_table symbolGuo Ren2020-02-211-0/+1
* csky: Separate fixaddr_init from highmemGuo Ren2020-02-217-66/+61
* csky: Tightly-Coupled Memory or Sram supportGuo Ren2020-02-217-1/+304
* csky: Initial stack protector supportMao Han2020-02-213-0/+36
* Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-02-041-1/+0
|\
| * asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek2020-02-041-1/+0
* | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-01-291-4/+0
|\ \
| * | arch/csky/setup: Drop dummy_con initializationArvind Sankar2020-01-141-4/+0
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-281-2/+2
|\ \
| * | sched/rt, csky: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-2/+2
| |/
* / mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
|/
* 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
* | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-284-60/+8
|\ \
| * | csky: use generic ioremapChristoph Hellwig2019-11-124-50/+8
| * | csky: remove ioremap_cacheChristoph Hellwig2019-11-112-9/+0
| * | arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-1/+0
| |/
* | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook2019-11-041-1/+1
* | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook2019-11-041-1/+1
* | vmlinux.lds.h: Move NOTES into RO_DATAKees Cook2019-11-041-1/+0
|/
* Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-09-3017-212/+291
|\
| * csky: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-301-1/+1
| * csky: entry: Remove unneeded need_resched() loopValentin Schneider2019-09-301-4/+0
| * csky: Fixup csky_pmu.max_period assignmentMao Han2019-09-301-1/+1
| * csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2019-09-302-21/+31
| * csky: Use generic free_initrd_mem()Mike Rapoport2019-09-301-16/+0
| * csky: Fixup 610 vipt cache flush mechanismGuo Ren2019-08-222-12/+49
| * csky: Support kernel non-aligned accessGuo Ren2019-08-201-17/+45
| * csky: Fixup defer cache flush for 610Guo Ren2019-08-202-25/+29
| * csky: Fixup arch_get_unmapped_area() implementationGuo Ren2019-08-202-37/+43
| * csky: Fixup ioremap function losingGuo Ren2019-08-152-17/+29
| * csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_rangeGuo Ren2019-08-064-5/+19
| * csky/dma: Fixup cache_op failed when cross memory ZONEsGuo Ren2019-08-061-45/+26