summaryrefslogtreecommitdiffstats
path: root/arch/csky
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-8/+7
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-5/+5
* | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-301-4/+2
|\ \
| * \ Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki2022-05-251-4/+2
| |\ \
| | * | csky: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-4/+2
| | |/
* | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-1/+1
|\ \ \
| * | | printk: stop including cache.h from printk.hPeter Collingbourne2022-05-131-1/+1
| | |/ | |/|
* | | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-263-116/+3
|\ \ \ | |_|/ |/| |
| * | csky: Move to generic ticket-spinlockGuo Ren2022-05-113-116/+3
| |/
* | 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
| |/