summaryrefslogtreecommitdiffstats
path: root/arch/csky/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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: 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-181-0/+11
* | csky: Fix versioncheck warningsDeyan Wang2022-04-081-1/+0
|/
* 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-244-26/+0
|\ \
| * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-254-17/+0
| * | uaccess: generalize access_ok()Arnd Bergmann2022-02-251-8/+0
| * | 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
* | locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior2021-12-071-1/+1
|/
* 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 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-021-1/+1
|\ \
| * | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-10-011-1/+1
| |/
* | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-011-1/+1
|\ \
| * | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-1/+1
| |/
* / csky: bitops: Remove duplicate __clear_bit defineGuenter Roeck2021-10-161-1/+0
|/
* csky: use generic strncpy/strnlen from_userArnd Bergmann2021-07-231-6/+0
* asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann2021-07-231-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-022-3/+0
|\
| * mm/thp: define default pmd_pgtable()Anshuman Khandual2021-07-011-2/+0
| * mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual2021-07-011-1/+0
* | locking/atomic: csky: move to ARCH_ATOMICMark Rutland2021-05-261-4/+4
|/
* csky: uaccess.h: Coding convention with asm genericGuo Ren2021-04-283-327/+133
* csky: Fixup typosJunlin Yang2021-04-203-3/+3
* csky: change a Kconfig symbol name to fix e1000 build errorRandy Dunlap2021-04-171-1/+1
* csky: Fixup compile errorGuo Ren2021-02-2734-34/+0
* csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren2021-02-276-0/+167
* csky: Fixup swaponGuo Ren2021-02-271-9/+8
* csky: pgtable.h: Coding conventionGuo Ren2021-02-271-30/+30
* csky: Fixup _PAGE_ACCESSED for default pgprotGuo Ren2021-01-121-7/+9
* csky: remove unused including <linux/version.h>Tian Tao2021-01-121-1/+0
* csky: Reconstruct VDSO frameworkGuo Ren2021-01-121-3/+16
* csky: Sync riscv mm/fault.c for easy maintenanceGuo Ren2021-01-121-0/+2
* csky: Fix TLB maintenance synchronization problemGuo Ren2021-01-121-2/+1
* csky: Fixup PTE global for 2.5:1.5 virtual memoryGuo Ren2021-01-121-1/+1
* csky: Cleanup asm/spinlock.hGuo Ren2021-01-122-177/+0
* csky: Fixup asm/cmpxchg.h with correct ordering barrierGuo Ren2021-01-121-10/+17
* csky: Fixup futex SMP implementationGuo Ren2021-01-121-0/+121
* csky: Fixup barrier designGuo Ren2021-01-121-22/+60
* csky: Remove custom asm/atomic.h implementationGuo Ren2021-01-121-212/+0