summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | csky: Add irq_work supportGuo Ren2020-07-311-0/+12
| * | csky: Optimize the trap processing flowGuo Ren2020-07-312-103/+149
| * | csky: Add cpu feature register hint for smpGuo Ren2020-07-311-0/+3
| * | csky: Add SECCOMP_FILTER supportedGuo Ren2020-07-312-2/+9
| * | csky: remove unusued thread_saved_pc and *_segments functions/macrosTobias Klauser2020-07-311-10/+0
* | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-1/+1
|/ /
* / maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+3
|/
* 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-041-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-142-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-03-311-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