summaryrefslogtreecommitdiff
path: root/arch/csky/kernel
AgeCommit message (Expand)Author
2023-11-23arch: vdso: consolidate gettime prototypesArnd Bergmann
2023-11-23arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2023-10-18csky: remove unused cmd_vdso_installMasahiro Yamada
2023-10-17vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann
2023-08-10csky: Fixup -Wmissing-prototypes warningGuo Ren
2023-07-29csky: fix old style declaration in module.cArnd Bergmann
2023-07-01Merge tag 'csky-for-linus-6.5' of https://github.com/c-sky/csky-linuxLinus Torvalds
2023-06-18csky: uprobes: Restore thread.trap_noTiezhu Yang
2023-05-15csky/smp: Switch to hotplug core state synchronizationThomas Gleixner
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf
2023-03-06csky/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra
2022-12-19Merge tag 'csky-for-linus-6.2-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro
2022-11-11Revert "csky: Add support for restartable sequence"Mathieu Desnoyers
2022-11-11Revert "csky: Fixup CONFIG_DEBUG_RSEQ"Mathieu Desnoyers
2022-10-21csky: add arch support current_stack_pointerTong Tiangen
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-08-04Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds
2022-07-30csky: Add jump-label implementationGuo Ren
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks
2022-07-22csky: Move HEAD_TEXT_SECTION out of __init_begin-endGuo Ren
2022-07-22csky: Correct position of _stextGuo Ren
2022-07-22csky/kprobe: reclaim insn_slot on kprobe unregistrationLiao Chang
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker
2022-06-29context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki
2022-05-19csky: Use do_kernel_power_off()Dmitry Osipenko
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman
2022-04-18csky: optimize memcpy_{from,to}io() and memset_io()Guo Ren
2022-04-08csky: Fix versioncheck warningsDeyan Wang
2022-04-07csky: patch_text: Fixup last cpu should be masterGuo Ren
2022-04-06csky: fix typos in commentsJulia Lawall
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-01-08csky: Fix function name in csky_alignment() and die()Nathan Chancellor