summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra1-2/+1
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-75/+2
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-09-08csky: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-75/+2
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-14/+10
2020-08-06Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds5-122/+238
2020-08-01csky: Add context tracking supportGuo Ren1-0/+25
2020-07-31csky: Add arch_show_interrupts for IPI interruptsGuo Ren1-8/+41
2020-07-31csky: Add irq_work supportGuo Ren1-0/+12
2020-07-31csky: Optimize the trap processing flowGuo Ren2-103/+149
2020-07-31csky: Add cpu feature register hint for smpGuo Ren1-0/+3
2020-07-31csky: Add SECCOMP_FILTER supportedGuo Ren2-2/+9
2020-07-31csky: remove unusued thread_saved_pc and *_segments functions/macrosTobias Klauser1-10/+0
2020-07-27csky: switch to ->regset_get()Al Viro1-14/+10
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner1-1/+1
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-2/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2-10/+3
2020-06-09csky: add show_stack_loglvl()Dmitry Safonov1-2/+9
2020-06-03csky: simplify detection of memory zone boundariesMike Rapoport1-15/+11
2020-05-28csky: Fixup CONFIG_DEBUG_RSEQGuo Ren1-5/+10
2020-05-28csky: Coding convention in entry.SGuo Ren1-30/+36
2020-05-28csky: Fixup abiv2 syscall_trace break a4 & a5Guo Ren1-2/+4
2020-05-28csky: Fixup CONFIG_PREEMPT panicGuo Ren1-25/+11
2020-05-15csky: Fixup gdbmacros.txt with name sp in thread_structGuo Ren2-4/+4
2020-05-13csky: Fixup remove unnecessary save/restore PSR codeGuo Ren2-9/+2
2020-05-13csky: Fixup remove duplicate irq_disableLiu Yibin1-2/+0
2020-05-13csky: Fixup calltrace panicGuo Ren4-118/+140
2020-05-13csky: Fixup perf callchain unwindMao Han1-2/+7
2020-05-13csky: Fixup perf probe -x hungupGuo Ren2-0/+11
2020-05-13csky/ftrace: Fixup error when disable CONFIG_DYNAMIC_FTRACEGuo Ren1-0/+2
2020-04-03csky: Fixup cpu speculative execution to IO areaGuo Ren3-49/+22
2020-04-03csky: Add uprobes supportGuo Ren5-1/+163
2020-04-03csky: Add kprobes supportedGuo Ren10-1/+1116
2020-04-02csky: Enable LOCKDEP_SUPPORTGuo Ren1-0/+11
2020-04-01csky: Fixup get wrong psr value from phyical regGuo Ren1-1/+10
2020-03-31csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INSGuo Ren1-0/+31
2020-03-08csky: Implement ftrace with regsGuo Ren2-0/+12
2020-03-08csky: Add support for restartable sequenceGuo Ren2-1/+7
2020-03-08csky: Implement ptrace regs and stack APIGuo Ren1-0/+103