summaryrefslogtreecommitdiffstats
path: root/arch/csky
Commit message (Expand)AuthorAgeFilesLines
* csky: Move $(core-y) into arch/csky/KbuildMasahiro Yamada2022-05-132-2/+2
* csky: Remove unused core-y for dtsMasahiro Yamada2022-05-131-1/+0
* csky: Remove unused $(dtb-y) from boot/MakefileMasahiro Yamada2022-05-131-1/+0
* csky: atomic: Add conditional atomic operations' optimizationGuo Ren2022-04-251-0/+95
* csky: atomic: Add custom atomic.h implementationGuo Ren2022-04-251-0/+142
* csky: atomic: Optimize cmpxchg with acquire & releaseGuo Ren2022-04-252-8/+67
* csky: optimize memcpy_{from,to}io() and memset_io()Guo Ren2022-04-183-1/+103
* csky: Add C based string functionsMatteo Croce2022-04-188-356/+150
* csky: Fix versioncheck warningsDeyan Wang2022-04-083-3/+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
* | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-0/+1
|\ \
| * | parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki2022-03-181-0/+1
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-238-30/+2
|\ \
| * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-256-19/+0
| * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-8/+0
| * | uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-252-2/+2
| * | uaccess: fix integer overflow on access_ok()Arnd Bergmann2022-02-141-4/+3
| |/
* / arch: Add pmd_pfn() where it is missingMike Rapoport2022-03-211-0/+1
|/
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-1/+0
|\
| * include: move find.h from asm_generic to linuxYury Norov2022-01-151-1/+0
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-173-3/+3
|\ \
| * | csky: Fix function name in csky_alignment() and die()Nathan Chancellor2022-01-082-2/+2
| * | exit: Add and use make_task_dead.Eric W. Biederman2021-12-133-3/+3
* | | 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
| |/ /
* | | Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar2021-12-131-2/+2
|\ \ \ | | |/ | |/|
| * | csky: fix typo of fpu config macroKelly Devilliv2021-12-081-2/+2
| |/
* | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-071-1/+1
* | futex: Remove futex_cmpxchg detectionArnd Bergmann2021-11-251-1/+0
|/
* Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-11-101-9/+0
|\
| * arch: remove unused function syscall_set_arguments()Peter Collingbourne2021-09-141-9/+0
* | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-11-082-3/+3
|\ \
| * | kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2021-10-242-3/+3
| |/
* | 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-015-24/+10
|\ \
| * | 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-303-4/+4
| * | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-1/+1
| * | kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu2021-09-301-5/+5
| * | csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()Punit Agrawal2021-09-301-7/+0
* | | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-012-4/+3
|\ \ \
| * | | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-152-4/+3
| |/ /
* | | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-11-013-7/+1
|\ \ \