summaryrefslogtreecommitdiffstats
path: root/arch/csky/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12 days2-92/+1
|\
| * csky: Use new fallback IO memcpy/memsetJulian Vetter2024-10-282-92/+1
* | Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12 days1-2/+2
|\ \
| * | of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif2024-10-291-2/+2
| |/
* | csky/vdso: Remove arch_vma_name()Thomas Weißschuh2024-11-021-7/+0
* | csky/vdso: Remove gettimeofday() and friends from VDSOThomas Weißschuh2024-11-024-57/+2
|/
* mm: remove legacy install_special_mapping() codeLinus Torvalds2024-09-021-7/+21
* csky: convert to generic syscall tableArnd Bergmann2024-07-102-1/+7
* syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann2024-06-251-1/+1
* Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-181-6/+2
|\
| * Makefile: remove redundant tool coverage variablesMasahiro Yamada2024-05-141-4/+0
| * kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-091-1/+1
| * arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada2024-05-021-1/+1
* | kprobe/ftrace: bail out if ftrace was killedStephen Brennan2024-05-161-0/+3
|/
* Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-121-4/+0
|\
| * smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner2024-03-041-4/+0
* | csky/vdso: Use generic union vdso_data_storeAnna-Maria Behnsen2024-02-201-8/+2
* | csky/vdso: Remove superfluous ifdefferyAnna-Maria Behnsen2024-02-201-4/+0
|/
* arch: vdso: consolidate gettime prototypesArnd Bergmann2023-11-231-10/+1
* arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann2023-11-231-0/+1
* Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-11-041-10/+0
|\
| * csky: remove unused cmd_vdso_installMasahiro Yamada2023-10-181-10/+0
* | vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann2023-10-171-12/+0
|/
* csky: Fixup -Wmissing-prototypes warningGuo Ren2023-08-111-0/+11
* csky: fix old style declaration in module.cArnd Bergmann2023-07-301-1/+1
* Merge tag 'csky-for-linus-6.5' of https://github.com/c-sky/csky-linuxLinus Torvalds2023-07-021-0/+3
|\
| * csky: uprobes: Restore thread.trap_noTiezhu Yang2023-06-181-0/+3
* | csky/smp: Switch to hotplug core state synchronizationThomas Gleixner2023-05-151-6/+2
|/
* Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-291-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-071-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-221-4/+2
* | [elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro2022-11-251-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-301-5/+0
* | Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds2022-08-055-9/+69
|\ \
| * | csky: Add jump-label implementationGuo Ren2022-07-302-0/+55
| * | csky: Move HEAD_TEXT_SECTION out of __init_begin-endGuo Ren2022-07-231-6/+6
| * | csky: Correct position of _stextGuo Ren2022-07-232-3/+4
| * | csky/kprobe: reclaim insn_slot on kprobe unregistrationLiao Chang2022-07-231-0/+4
| |/
* | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-301-2/+2