summaryrefslogtreecommitdiff
path: root/arch/csky/kernel
AgeCommit message (Expand)Author
2024-09-01mm: remove legacy install_special_mapping() codeLinus Torvalds
2024-07-10csky: convert to generic syscall tableArnd Bergmann
2024-06-25syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner
2024-02-20csky/vdso: Use generic union vdso_data_storeAnna-Maria Behnsen
2024-02-20csky/vdso: Remove superfluous ifdefferyAnna-Maria Behnsen
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