aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-31csky: remove unused members in processor.hGuo Ren7-40/+0
2018-12-31csky: optimize kernel panic print.Guo Ren3-56/+41
2018-12-31csky: stacktrace supported.Guo Ren6-12/+86
2018-12-31csky: CPU-hotplug supported for SMPGuo Ren3-15/+69
2018-12-31csky: fixup save hi,lo,dspcr regs in switch_stack.Guo Ren8-68/+79
2018-12-31csky: remove syscall_exit_workGuo Ren1-12/+4
2018-12-31csky: fixup remove vdsp implement for kernel.Guo Ren1-7/+1
2018-12-31csky: bugfix gdb coredump error.Guo Ren1-1/+6
2018-12-31csky: fixup abiv2 mmap(... O_SYNC) failed.Guo Ren3-2/+3
2018-12-30csky: define syscall_get_arch()Dmitry V. Levin1-0/+7
2018-12-30elf-em.h: add EM_CSKYDmitry V. Levin1-1/+1
2018-12-30csky: remove meaningless header-yMasahiro Yamada1-2/+0
2018-12-30csky: Don't leak device tree node referenceYangtao Li1-1/+1
2018-12-03csky: bugfix tlb_get_pgd error.Guo Ren1-2/+2
2018-11-01Merge tag 'csky-for-linus-4.20-fixup-dtb' of https://github.com/c-sky/csky-linuxLinus Torvalds3-31/+2
2018-11-01csky: use common dtb build rulesGuo Ren2-13/+1
2018-11-01csky: remove builtin-dtb KbuildGuo Ren3-18/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport4-6/+3
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-1/+0
2018-10-31treewide: remove current_text_addrNick Desaulniers1-6/+0
2018-10-26csky: Misc headersGuo Ren9-0/+351
2018-10-26csky: SMP supportGuo Ren2-0/+263
2018-10-26csky: Debug and Ptrace GDBGuo Ren4-0/+510
2018-10-26csky: User accessGuo Ren2-0/+678
2018-10-26csky: Library functionsGuo Ren19-0/+1420
2018-10-26csky: ELF and module probeGuo Ren4-0/+246
2018-10-26csky: Atomic operationsGuo Ren5-0/+665
2018-10-26csky: IRQ handlingGuo Ren2-0/+71
2018-10-26csky: VDSO and rt_sigreturnGuo Ren4-0/+138
2018-10-26csky: Process management and SignalGuo Ren10-0/+1231
2018-10-25csky: MMU and page table managementGuo Ren20-0/+1620
2018-10-25csky: Cache and TLB routinesGuo Ren15-0/+838
2018-10-25csky: System CallGuo Ren5-0/+153
2018-10-25csky: Exception handling and mm-faultGuo Ren9-0/+1546
2018-10-25csky: Kernel bootingGuo Ren3-0/+305
2018-10-25csky: defconfigGuo Ren1-0/+61
2018-10-25csky: Build infrastructureGuo Ren13-0/+466