summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel
Commit message (Expand)AuthorAgeFilesLines
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-2/+2
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-092-10/+3
* csky: add show_stack_loglvl()Dmitry Safonov2020-06-091-2/+9
* csky: simplify detection of memory zone boundariesMike Rapoport2020-06-031-15/+11
* csky: Fixup CONFIG_DEBUG_RSEQGuo Ren2020-05-281-5/+10
* csky: Coding convention in entry.SGuo Ren2020-05-281-30/+36
* csky: Fixup abiv2 syscall_trace break a4 & a5Guo Ren2020-05-281-2/+4
* csky: Fixup CONFIG_PREEMPT panicGuo Ren2020-05-281-25/+11
* csky: Fixup gdbmacros.txt with name sp in thread_structGuo Ren2020-05-152-4/+4
* csky: Fixup remove unnecessary save/restore PSR codeGuo Ren2020-05-132-9/+2
* csky: Fixup remove duplicate irq_disableLiu Yibin2020-05-131-2/+0
* csky: Fixup calltrace panicGuo Ren2020-05-134-118/+140
* csky: Fixup perf callchain unwindMao Han2020-05-131-2/+7
* csky: Fixup perf probe -x hungupGuo Ren2020-05-132-0/+11
* csky/ftrace: Fixup error when disable CONFIG_DYNAMIC_FTRACEGuo Ren2020-05-131-0/+2
* csky: Fixup cpu speculative execution to IO areaGuo Ren2020-04-033-49/+22
* csky: Add uprobes supportGuo Ren2020-04-035-1/+163
* csky: Add kprobes supportedGuo Ren2020-04-0310-1/+1116
* csky: Enable LOCKDEP_SUPPORTGuo Ren2020-04-021-0/+11
* csky: Fixup get wrong psr value from phyical regGuo Ren2020-04-011-1/+10
* csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INSGuo Ren2020-03-311-0/+31
* csky: Implement ftrace with regsGuo Ren2020-03-082-0/+12
* csky: Add support for restartable sequenceGuo Ren2020-03-082-1/+7
* csky: Implement ptrace regs and stack APIGuo Ren2020-03-081-0/+103
* csky: Fixup init_fpu compile warning with __initGuo Ren2020-03-081-0/+3
* csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven2020-02-231-1/+1
* csky: Implement copy_thread_tlsGuo Ren2020-02-211-3/+4
* csky: Add setup_initrd check codeGuo Ren2020-02-211-3/+0
* 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-211-2/+6
* csky: Separate fixaddr_init from highmemGuo Ren2020-02-211-0/+2
* csky: Tightly-Coupled Memory or Sram supportGuo Ren2020-02-211-0/+49
* csky: Initial stack protector supportMao Han2020-02-211-0/+6
* 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
* | sched/rt, csky: Use CONFIG_PREEMPTIONThomas Gleixner2019-12-081-2/+2
|/
* 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
* 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
* Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-07-193-37/+380
|\
| * csky: Revert mmu ASID mechanismGuo Ren2019-07-191-2/+0
| * csky: Fixup some error count in 810 & 860.Guo Ren2019-07-191-6/+54
| * csky: Fix perf record in kernel/user spaceMao Han2019-07-191-12/+14
| * csky: Add pmu interrupt supportMao Han2019-07-191-15/+246
| * csky: Add count-width property for csky pmuMao Han2019-07-191-1/+14