summaryrefslogtreecommitdiff
path: root/arch/csky/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-281-1/+1
|\
| * treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider2023-03-241-1/+1
* | Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-281-1/+3
|\ \
| * | sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf2023-03-081-1/+1
| * | csky/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf2023-03-061-0/+2
| |/
* | vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song2023-03-211-3/+1
|/
* arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2023-01-132-2/+1
* objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra2023-01-131-1/+0
* Merge tag 'csky-for-linus-6.2-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds2022-12-193-16/+3
|\
| * Revert "csky: Add support for restartable sequence"Mathieu Desnoyers2022-11-112-6/+0
| * Revert "csky: Fixup CONFIG_DEBUG_RSEQ"Mathieu Desnoyers2022-11-111-10/+5
| * csky: add arch support current_stack_pointerTong Tiangen2022-10-211-4/+2
* | [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro2022-11-241-2/+2
|/
* 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