aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2-0/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner10-0/+10
2019-05-18arch: remove dangling asm-generic wrappersMasahiro Yamada1-4/+0
2019-05-18csky: remove deprecated arch/csky/boot/dts/include/dt-bindingsMasahiro Yamada1-1/+0
2019-05-09Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2019-05-08Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds33-502/+887
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds1-1/+1
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-0/+1
2019-05-06dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presenceChristoph Hellwig1-0/+1
2019-04-22csky/syscall_trace: Fixup return processing flowGuo Ren2-1/+9
2019-04-22csky: Fixup compile warningGuo Ren1-1/+1
2019-04-22csky: Add support for perf registers samplingMao Han4-0/+94
2019-04-22csky: add page fault perf event supportMao Han1-2/+10
2019-04-22csky: Use va_pa_offset instead of phys_offsetGuo Ren7-36/+21
2019-04-22csky: Support vmlinux bootup with MMU offGuo Ren4-85/+90
2019-04-22csky: Add perf_arch_fetch_caller_regs supportMao Han3-0/+10
2019-04-22csky: Fixup wrong update_mmu_cache implementationGuo Ren1-11/+2
2019-04-22csky: Support dynamic start physical addressGuo Ren8-31/+106
2019-04-22csky: Reconstruct signal processingGuo Ren7-274/+150
2019-04-22csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren5-20/+22
2019-04-22csky: Add non-uapi asm/ptrace.h namespaceGuo Ren2-20/+29
2019-04-22csky: mm/fault.c: Remove duplicate headerJagadeesh Pagadala1-1/+0
2019-04-22csky: remove redundant generic-yMasahiro Yamada1-1/+0
2019-04-22csky: Update syscall_trace_enter/exit implementationGuo Ren9-55/+67
2019-04-22csky: Add perf callchain supportMao Han2-0/+120
2019-04-22csky/ftrace: Add dynamic function tracer (include graph tracer)Guo Ren4-6/+202
2019-04-22csky: Fixup vdsp&fpu issues in kernelGuo Ren2-6/+2
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-18/+8
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-10/+4
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-10/+4
2019-04-04csky: Fix syscall_get_arguments() and syscall_set_arguments()Dmitry V. Levin1-4/+6
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-3/+0
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin1-1/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+5
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+3
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig1-1/+0
2019-02-19asm-generic: Make time32 syscall numbers optionalArnd Bergmann1-0/+1
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov1-0/+1
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov1-0/+1
2019-02-13of: select OF_RESERVED_MEM automaticallyChristoph Hellwig1-1/+0
2019-02-13csky: Fixup dead loop in show_stackGuo Ren1-0/+4
2019-02-13csky: Fixup io-range page attribute for mmap("/dev/mem")Guo Ren2-0/+19
2019-02-13csky: coding convention: Use task_stack_pageGuo Ren2-3/+4
2019-02-13csky: Fixup wrong pt_regs sizeGuo Ren1-1/+2
2019-02-13csky: Fixup _PAGE_GLOBAL bit for 610 tlb entryGuo Ren1-2/+2
2019-01-10csky: fixup compile error with CPU 810.Guo Ren1-1/+1