eta name='robots' content='noindex, nofollow'/>
aboutsummaryrefslogtreecommitdiff
path: root/arch/csky/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-07-14csky: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-2/+2
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-05-21csky/perf: Remove driver-specific throttle supportKan Liang1-2/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+43
2025-03-17csky: move setup_initrd() to setup.cMike Rapoport (Microsoft)1-0/+43
2025-02-21vdso: Rename included MakefileThomas Weißschuh1-1/+1
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-92/+1
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-11-02csky/vdso: Remove arch_vma_name()Thomas Weißschuh1-7/+0
2024-11-02csky/vdso: Remove gettimeofday() and friends from VDSOThomas Weißschuh4-57/+2
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-2/+2
2024-10-28csky: Use new fallback IO memcpy/memsetJulian Vetter2-92/+1
2024-09-01mm: remove legacy install_special_mapping() codeLinus Torvalds1-7/+21
2024-07-10csky: convert to generic syscall tableArnd Bergmann2-1/+7
2024-06-25syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann1-1/+1
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-6/+2
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada1-4/+0
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada1-1/+1
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada1-1/+1
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+0
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thom