summaryrefslogtreecommitdiffstats
path: root/arch/csky
Commit message (Expand)AuthorAgeFilesLines
* csky: Fixup CONFIG_DEBUG_RSEQGuo Ren2020-05-281-5/+10
* csky: Coding convention in entry.SGuo Ren2020-05-284-40/+42
* csky: Fixup abiv2 syscall_trace break a4 & a5Guo Ren2020-05-282-2/+6
* csky: Fixup CONFIG_PREEMPT panicGuo Ren2020-05-283-27/+11
* csky: Fixup raw_copy_from_user()Al Viro2020-05-152-29/+28
* csky: Fixup gdbmacros.txt with name sp in thread_structGuo Ren2020-05-154-9/+9
* csky: Fixup remove unnecessary save/restore PSR codeGuo Ren2020-05-133-11/+2
* csky: Fixup remove duplicate irq_disableLiu Yibin2020-05-131-2/+0
* csky: Fixup calltrace panicGuo Ren2020-05-138-119/+159
* csky: Fixup perf callchain unwindMao Han2020-05-131-2/+7
* csky: Fixup msa highest 3 bits maskLiu Yibin2020-05-132-4/+4
* csky: Fixup perf probe -x hungupGuo Ren2020-05-132-0/+11
* csky: Fixup compile error for abiv1 entry.SGuo Ren2020-05-131-4/+4
* csky/ftrace: Fixup error when disable CONFIG_DYNAMIC_FTRACEGuo Ren2020-05-132-0/+4
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-3/+0
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-3/+0
* 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
* Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2020-04-0634-74/+1807
|\
| * csky: Fixup cpu speculative execution to IO areaGuo Ren2020-04-035-58/+25
| * csky: Add uprobes supportGuo Ren2020-04-038-1/+201
| * csky: Add kprobes supportedGuo Ren2020-04-0316-2/+1197
| * csky: Enable LOCKDEP_SUPPORTGuo Ren2020-04-022-0/+14
| * csky: Enable the gcov functionMa Jun2020-04-011-0/+1
| * csky: Fixup get wrong psr value from phyical regGuo Ren2020-04-013-1/+18
| * csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INSGuo Ren2020-03-312-6/+70
| * csky: Implement ftrace with regsGuo Ren2020-03-086-0/+123
| * csky: Add support for restartable sequenceGuo Ren2020-03-083-1/+8
| * csky: Implement ptrace regs and stack APIGuo Ren2020-03-083-0/+145
| * csky: Fixup init_fpu compile warning with __initGuo Ren2020-03-083-6/+5
* | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-36/+0
* | csky: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior2020-03-211-1/+0
|/
* csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-231-1/+1
* 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