summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2020-12-171-3/+13
|\
| * ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)2020-11-131-1/+3
| * ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)2020-11-061-1/+1
| * kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)2020-11-061-2/+10
* | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+1
|\ \
| * | csky: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+1
| |/
* | Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-291-1/+1
|\ \
| * | sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra2020-11-241-1/+1
| |/
* / perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2020-11-091-2/+1
|/
* tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-151-1/+1
|\
| * dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-75/+2
|\ \
| * | csky: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-75/+2
| |/
* | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ | |/ |/|
| * vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-071-1/+0
|\
| * mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-14/+10
|\ \ | |/ |/|
| * csky: switch to ->regset_get()Al Viro2020-07-271-14/+10
* | Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds2020-08-065-122/+238
|\ \
| * | csky: Add context tracking supportGuo Ren2020-08-011-0/+25
| * | csky: Add arch_show_interrupts for IPI interruptsGuo Ren2020-07-311-8/+41
| * | 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-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