summaryrefslogtreecommitdiff
path: root/arch/csky/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-04-08uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2-2/+2
2022-01-20perf: Protect perf_guest_cbs with RCUSean Christopherson1-2/+4
2021-12-14csky: fix typo of fpu config macroKelly Devilliv1-2/+2
2021-10-16csky: Fixup regs.sr broken in ptraceGuo Ren1-1/+2
2021-10-16csky: don't let sigreturn play with priveleged bits of status registerAl Viro1-0/+4
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson1-3/+1
2021-09-03arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warningskernel test robot1-2/+1
2021-07-08csky: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+1
2021-06-18sched,arch: Remove unused TASK_STATE offsetsPeter Zijlstra1-1/+0
2021-06-18sched: Introduce task_is_running()Peter Zijlstra1-1/+1
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao1-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra1-10/+0
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider1-1/+0
2021-04-20csky: Remove duplicate include in arch/csky/kernel/entry.SZhang Yunkai1-1/+0
2021-03-17ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King1-1/+1
2021-02-28Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds21-209/+464
2021-02-27csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren5-3/+44
2021-02-27csky: kprobe: Fixup code in simulate without 'long'Guo Ren1-15/+7
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-01-12csky: Fix a size determination in gpr_get()Zhenzhong Duan1-1/+1
2021-01-12csky: Reconstruct VDSO frameworkGuo Ren10-56/+245
2021-01-12csky: Fixup do_page_fault parent irq statusGuo Ren1-1/+1
2021-01-12csky: Add show_tlb for CPU_CK860 debugGuo Ren1-0/+121
2021-01-12csky: Remove prologue of page fault handler in entry.SGuo Ren3-126/+8
2021-01-12csky: Fixup show_regs doesn't contain regs->uspGuo Ren1-2/+3
2021-01-12csky: Fixup perf probe failedGuo Ren1-1/+1
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren6-11/+40
2020-12-18Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-3/+13
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
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-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-1/+3
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra1-2/+1
2020-11-09csky: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+1
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)1-1/+1
2020-11-06kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)1-2/+10
2020-10-18tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe1-1/+0
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-10-13Merge 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-24treewide: 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