summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel
Commit message (Expand)AuthorAgeFilesLines
* kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-2/+2
* Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-08-071-5/+0
|\
| * profile: setup_profiling_timer() is moslty not implementedBen Dooks2022-07-291-5/+0
* | Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds2022-08-045-9/+69
|\ \
| * | csky: Add jump-label implementationGuo Ren2022-07-302-0/+55
| * | csky: Move HEAD_TEXT_SECTION out of __init_begin-endGuo Ren2022-07-221-6/+6
| * | csky: Correct position of _stextGuo Ren2022-07-222-3/+4
| * | csky/kprobe: reclaim insn_slot on kprobe unregistrationLiao Chang2022-07-221-0/+4
| |/
* | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-291-2/+2
* | context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker2022-06-291-2/+2
|/
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-8/+7
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-5/+5
* | Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki2022-05-251-4/+2
|\ \
| * | csky: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-4/+2
| |/
* | csky: optimize memcpy_{from,to}io() and memset_io()Guo Ren2022-04-182-1/+92
* | csky: Fix versioncheck warningsDeyan Wang2022-04-081-1/+0
* | csky: patch_text: Fixup last cpu should be masterGuo Ren2022-04-071-1/+1
* | csky: fix typos in commentsJulia Lawall2022-04-062-2/+2
|/
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-5/+4
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+2
* | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-251-1/+0
* | uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-252-2/+2
|/
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * csky: Fix function name in csky_alignment() and die()Nathan Chancellor2022-01-081-1/+1
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-01-121-10/+0
|\ \
| * | perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvSean Christopherson2021-11-171-12/+0
| * | perf: Protect perf_guest_cbs with RCUSean Christopherson2021-11-171-2/+4
| |/
* / csky: fix typo of fpu config macroKelly Devilliv2021-12-081-2/+2
|/
* Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-021-4/+2
|\
| * csky: Use of_get_cpu_hwid()Rob Herring2021-10-201-4/+2
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-014-23/+9
|\ \
| * | ftrace: disable preemption when recursion locked王贇2021-10-271-2/+0
| * | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-081-5/+0
| * | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-302-3/+3
| * | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-1/+1
| * | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-09-301-5/+5
| * | csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()Punit Agrawal2021-09-301-7/+0
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-3/+2
|\ \ \
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-3/+2
| |/ /
* | | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-012-6/+1
|\ \ \
| * | | irq: csky: perform irqentry in entry codeMark Rutland2021-10-262-6/+1
| |/ /
* | | csky: Fixup regs.sr broken in ptraceGuo Ren2021-10-161-1/+2
* | | csky: don't let sigreturn play with priveleged bits of status registerAl Viro2021-10-161-0/+4
|/ /
* / entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson2021-09-221-3/+1
|/
* arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warningskernel test robot2021-09-031-2/+1
* csky: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-283-3/+1
|\