summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel
AgeCommit message (Expand)Author
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra
2020-11-09csky: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)
2020-11-06kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)
2020-10-17tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-09-08csky: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-08-06Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds
2020-08-01csky: Add context tracking supportGuo Ren
2020-07-31csky: Add arch_show_interrupts for IPI interruptsGuo Ren
2020-07-31csky: Add irq_work supportGuo Ren
2020-07-31csky: Optimize the trap processing flowGuo Ren
2020-07-31csky: Add cpu feature register hint for smpGuo Ren
2020-07-31csky: Add SECCOMP_FILTER supportedGuo Ren
2020-07-31csky: remove unusued thread_saved_pc and *_segments functions/macrosTobias Klauser
2020-07-27csky: switch to ->regset_get()Al Viro
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09csky: add show_stack_loglvl()Dmitry Safonov
2020-06-03csky: simplify detection of memory zone boundariesMike Rapoport
2020-05-28csky: Fixup CONFIG_DEBUG_RSEQGuo Ren
2020-05-28csky: Coding convention in entry.SGuo Ren
2020-05-28csky: Fixup abiv2 syscall_trace break a4 & a5Guo Ren
2020-05-28csky: Fixup CONFIG_PREEMPT panicGuo Ren
2020-05-15csky: Fixup gdbmacros.txt with name sp in thread_structGuo Ren
2020-05-13csky: Fixup remove unnecessary save/restore PSR codeGuo Ren
2020-05-13csky: Fixup remove duplicate irq_disableLiu Yibin
2020-05-13csky: Fixup calltrace panicGuo Ren
2020-05-13csky: Fixup perf callchain unwindMao Han
2020-05-13csky: Fixup perf probe -x hungupGuo Ren
2020-05-13csky/ftrace: Fixup error when disable CONFIG_DYNAMIC_FTRACEGuo Ren
2020-04-03csky: Fixup cpu speculative execution to IO areaGuo Ren
2020-04-03csky: Add uprobes supportGuo Ren
2020-04-03csky: Add kprobes supportedGuo Ren