summaryrefslogtreecommitdiffstats
path: root/arch/csky/include
AgeCommit message (Expand)AuthorLines
2022-07-21csky/tlb: Remove tlb_flush() definePeter Zijlstra-2/+0
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra-13/+0
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-116/+3
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne-1/+1
2022-05-11csky: Move to generic ticket-spinlockGuo Ren-116/+3
2022-04-25csky: atomic: Add conditional atomic operations' optimizationGuo Ren-0/+95
2022-04-25csky: atomic: Add custom atomic.h implementationGuo Ren-0/+142
2022-04-25csky: atomic: Optimize cmpxchg with acquire & releaseGuo Ren-8/+67
2022-04-18csky: optimize memcpy_{from,to}io() and memset_io()Guo Ren-0/+11
2022-04-08csky: Fix versioncheck warningsDeyan Wang-1/+0
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-26/+0
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport-0/+1
2022-03-18parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki-0/+1
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann-17/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann-8/+0
2022-02-14uaccess: fix integer overflow on access_ok()Arnd Bergmann-4/+3
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds-1/+0
2022-01-15include: move find.h from asm_generic to linuxYury Norov-1/+0
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior-1/+1
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-9/+0
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+1
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2021-10-16csky: bitops: Remove duplicate __clear_bit defineGuenter Roeck-1/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-1/+1
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu-1/+1
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne-9/+0
2021-07-23csky: use generic strncpy/strnlen from_userArnd Bergmann-6/+0
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann-4/+4
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+0
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual-2/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual-1/+0
2021-05-26locking/atomic: csky: move to ARCH_ATOMICMark Rutland-4/+4
2021-04-28csky: uaccess.h: Coding convention with asm genericGuo Ren-327/+133
2021-04-20csky: Fixup typosJunlin Yang-3/+3
2021-04-16csky: change a Kconfig symbol name to fix e1000 build errorRandy Dunlap-1/+1
2021-02-27csky: Fixup compile errorGuo Ren-34/+0
2021-02-27csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren-0/+167
2021-02-27csky: Fixup swaponGuo Ren-9/+8
2021-02-27csky: pgtable.h: Coding conventionGuo Ren-30/+30
2021-01-12csky: Fixup _PAGE_ACCESSED for default pgprotGuo Ren-7/+9
2021-01-12csky: remove unused including <linux/version.h>Tian Tao-1/+0
2021-01-12csky: Reconstruct VDSO frameworkGuo Ren-3/+16
2021-01-12csky: Sync riscv mm/fault.c for easy maintenanceGuo Ren-0/+2
2021-01-12csky: Fix TLB maintenance synchronization problemGuo Ren-2/+1
2021-01-12csky: Fixup PTE global for 2.5:1.5 virtual memoryGuo Ren-1/+1
2021-01-12csky: Cleanup asm/spinlock.hGuo Ren-177/+0
2021-01-12csky: Fixup asm/cmpxchg.h with correct ordering barrierGuo Ren-10/+17
2021-01-12csky: Fixup futex SMP implementationGuo Ren-0/+121