aboutsummaryrefslogtreecommitdiff
path: root/arch/csky/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+4
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hGravatar Eric W. Biederman 1-3/+2
2022-02-25uaccess: remove CONFIG_SET_FSGravatar Arnd Bergmann 1-1/+0
2022-02-25uaccess: fix type mismatch warnings from access_ok()Gravatar Arnd Bergmann 2-2/+2
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-10/+0
2022-01-08csky: Fix function name in csky_alignment() and die()Gravatar Nathan Chancellor 1-1/+1
2021-12-13exit: Add and use make_task_dead.Gravatar Eric W. Biederman 1-1/+1
2021-12-08csky: fix typo of fpu config macroGravatar Kelly Devilliv 1-2/+2
2021-11-17perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvGravatar Sean Christopherson 1-12/+0
2021-11-17perf: Protect perf_guest_cbs with RCUGravatar Sean Christopherson 1-2/+4
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+2
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 4-23/+9
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+2
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-6/+1
2021-10-27ftrace: disable preemption when recursion lockedGravatar 王贇 1-2/+0
2021-10-26irq: csky: perform irqentry in entry codeGravatar Mark Rutland 2-6/+1
2021-10-20csky: Use of_get_cpu_hwid()Gravatar Rob Herring 1-4/+2
2021-10-16csky: Fixup regs.sr broken in ptraceGravatar Guo Ren 1-1/+2
2021-10-16csky: don't let sigreturn play with priveleged bits of status registerGravatar Al Viro 1-0/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedGravatar Kees Cook 1-3/+2
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Gravatar Weizhao Ouyang 1-5/+0
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyGravatar Masami Hiramatsu 2-3/+3
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Gravatar Masami Hiramatsu 1-1/+1
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesGravatar Masami Hiramatsu 1-5/+5
2021-09-30csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()Gravatar Punit Agrawal 1-7/+0
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Gravatar Sean Christopherson 1-3/+1
2021-09-03arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warningsGravatar kernel test robot 1-2/+1
2021-07-08csky: convert to setup_initial_init_mm()Gravatar Kefeng Wang 1-4/+1
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-3/+1
2021-06-18sched,arch: Remove unused TASK_STATE offsetsGravatar Peter Zijlstra 1-1/+0
2021-06-18sched: Introduce task_is_running()Gravatar Peter Zijlstra 1-1/+1
2021-06-03kprobes: Do not increment probe miss count in the fault handlerGravatar Naveen N. Rao 1-7/+0
2021-06-01kprobes: Remove kprobe::fault_handlerGravatar Peter Zijlstra 1-10/+0
2021-05-12sched/core: Initialize the idle task with preemption disabledGravatar Valentin Schneider 1-1/+0
2021-04-20csky: Remove duplicate include in arch/csky/kernel/entry.SGravatar Zhang Yunkai 1-1/+0
2021-03-16ftrace: Fix spelling mistake "disabed" -> "disabled"Gravatar Colin Ian King 1-1/+1
2021-02-28Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxGravatar Linus Torvalds 21-209/+464
2021-02-27csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Gravatar Guo Ren 5-3/+44
2021-02-27csky: kprobe: Fixup code in simulate without 'long'Gravatar Guo Ren 1-15/+7
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADGravatar Jens Axboe 1-1/+1
2021-01-12csky: Fix a size determination in gpr_get()Gravatar Zhenzhong Duan 1-1/+1
2021-01-12csky: Reconstruct VDSO frameworkGravatar Guo Ren 10-56/+245
2021-01-12csky: Fixup do_page_fault parent irq statusGravatar Guo Ren 1-1/+1
2021-01-12csky: Add show_tlb for CPU_CK860 debugGravatar Guo Ren 1-0/+121
2021-01-12csky: Remove prologue of page fault handler in entry.SGravatar Guo Ren 3-126/+8
2021-01-12csky: Fixup show_regs doesn't contain regs->uspGravatar Guo Ren 1-2/+3
2021-01-12csky: Fixup perf probe failedGravatar Guo Ren 1-1/+1
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Gravatar Guo Ren 6-11/+40