summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel
AgeCommit message (Expand)AuthorLines
2020-07-31csky: Optimize the trap processing flowGuo Ren-103/+149
2020-07-31csky: Add cpu feature register hint for smpGuo Ren-0/+3
2020-07-31csky: Add SECCOMP_FILTER supportedGuo Ren-2/+9
2020-07-31csky: remove unusued thread_saved_pc and *_segments functions/macrosTobias Klauser-10/+0
2020-07-27csky: switch to ->regset_get()Al Viro-14/+10
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner-1/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-2/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-2/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-10/+3
2020-06-09csky: add show_stack_loglvl()Dmitry Safonov-2/+9
2020-06-03csky: simplify detection of memory zone boundariesMike Rapoport-15/+11
2020-05-28csky: Fixup CONFIG_DEBUG_RSEQGuo Ren-5/+10
2020-05-28csky: Coding convention in entry.SGuo Ren-30/+36
2020-05-28csky: Fixup abiv2 syscall_trace break a4 & a5Guo Ren-2/+4
2020-05-28csky: Fixup CONFIG_PREEMPT panicGuo Ren-25/+11
2020-05-15csky: Fixup gdbmacros.txt with name sp in thread_structGuo Ren-4/+4
2020-05-13csky: Fixup remove unnecessary save/restore PSR codeGuo Ren-9/+2
2020-05-13csky: Fixup remove duplicate irq_disableLiu Yibin-2/+0
2020-05-13csky: Fixup calltrace panicGuo Ren-118/+140
2020-05-13csky: Fixup perf callchain unwindMao Han-2/+7
2020-05-13csky: Fixup perf probe -x hungupGuo Ren-0/+11
2020-05-13csky/ftrace: Fixup error when disable CONFIG_DYNAMIC_FTRACEGuo Ren-0/+2
2020-04-03csky: Fixup cpu speculative execution to IO areaGuo Ren-49/+22
2020-04-03csky: Add uprobes supportGuo Ren-1/+163
2020-04-03csky: Add kprobes supportedGuo Ren-1/+1116
2020-04-02csky: Enable LOCKDEP_SUPPORTGuo Ren-0/+11
2020-04-01csky: Fixup get wrong psr value from phyical regGuo Ren-1/+10
2020-03-31csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INSGuo Ren-0/+31
2020-03-08csky: Implement ftrace with regsGuo Ren-0/+12
2020-03-08csky: Add support for restartable sequenceGuo Ren-1/+7
2020-03-08csky: Implement ptrace regs and stack APIGuo Ren-0/+103
2020-03-08csky: Fixup init_fpu compile warning with __initGuo Ren-0/+3
2020-02-23csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven-1/+1
2020-02-21csky: Implement copy_thread_tlsGuo Ren-3/+4
2020-02-21csky: Add setup_initrd check codeGuo Ren-3/+0
2020-02-21csky/smp: Fixup boot failed when CONFIG_SMPGuo Ren-1/+1
2020-02-21csky: Set regs->usp to kernel sp, when the exception is from kernelGuo Ren-2/+6
2020-02-21csky: Separate fixaddr_init from highmemGuo Ren-0/+2
2020-02-21csky: Tightly-Coupled Memory or Sram supportGuo Ren-0/+49
2020-02-21csky: Initial stack protector supportMao Han-0/+6
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-4/+0
2020-01-14arch/csky/setup: Drop dummy_con initializationArvind Sankar-4/+0
2019-12-08sched/rt, csky: Use CONFIG_PREEMPTIONThomas Gleixner-2/+2
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook-1/+0
2019-09-30csky: Move static keyword to the front of declarationKrzysztof Wilczynski-1/+1
2019-09-30csky: entry: Remove unneeded need_resched() loopValentin Schneider-4/+0
2019-09-30csky: Fixup csky_pmu.max_period assignmentMao Han-1/+1