aboutsummaryrefslogtreecommitdiff
path: root/arch/csky
AgeCommit message (Expand)AuthorFilesLines
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsGravatar Steven Rostedt (VMware) 1-10/+4
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsGravatar Steven Rostedt (Red Hat) 1-10/+4
2019-04-04csky: Fix syscall_get_arguments() and syscall_set_arguments()Gravatar Dmitry V. Levin 1-4/+6
2019-03-17kbuild: force all architectures except um to include mandatory-yGravatar Masahiro Yamada 1-2/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-0/+5
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-0/+3
2019-03-04get rid of legacy 'get_ds()' functionGravatar Linus Torvalds 1-1/+0
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityGravatar Christoph Hellwig 1-1/+0
2019-02-19asm-generic: Make time32 syscall numbers optionalGravatar Arnd Bergmann 1-0/+1
2019-02-19asm-generic: Drop getrlimit and setrlimit syscalls from default listGravatar Yury Norov 1-0/+1
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionGravatar Yury Norov 1-0/+1
2019-02-13of: select OF_RESERVED_MEM automaticallyGravatar Christoph Hellwig 1-1/+0
2019-02-13csky: Fixup dead loop in show_stackGravatar Guo Ren 1-0/+4
2019-02-13csky: Fixup io-range page attribute for mmap("/dev/mem")Gravatar Guo Ren 2-0/+19
2019-02-13csky: coding convention: Use task_stack_pageGravatar Guo Ren 2-3/+4
2019-02-13csky: Fixup wrong pt_regs sizeGravatar Guo Ren 1-1/+2
2019-02-13csky: Fixup _PAGE_GLOBAL bit for 610 tlb entryGravatar Guo Ren 1-2/+2
2019-01-10csky: fixup compile error with CPU 810.Gravatar Guo Ren 1-1/+1
2019-01-09csky: fixup compile error with pte_allocGravatar Guo Ren 1-25/+18
2019-01-08csky: fixup CACHEV1 store instruction fast retireGravatar Guo Ren 1-0/+25
2019-01-08csky: fixup relocation error with 807 & 860Gravatar Guo Ren 1-16/+22
2019-01-06arch: remove redundant UAPI generic-y definesGravatar Masahiro Yamada 1-27/+0
2019-01-05Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxGravatar Linus Torvalds 33-219/+1550
2019-01-05Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2019-01-04fls: change parameter to unsigned intGravatar Matthew Wilcox 1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 4-19/+11
2019-01-02csky: Add perf support for C-SKYGravatar Guo Ren 4-1/+1054
2018-12-31csky: Add EM_CSKY_OLD 39Gravatar Guo Ren 1-1/+3
2018-12-31csky: ftrace call graph supported.Gravatar Guo Ren 4-20/+151
2018-12-31csky: basic ftrace supportedGravatar Guo Ren 6-0/+64
2018-12-31csky: remove unused members in processor.hGravatar Guo Ren 7-40/+0
2018-12-31csky: optimize kernel panic print.Gravatar Guo Ren 3-56/+41
2018-12-31csky: stacktrace supported.Gravatar Guo Ren 6-12/+86
2018-12-31csky: CPU-hotplug supported for SMPGravatar Guo Ren 3-15/+69
2018-12-31csky: fixup save hi,lo,dspcr regs in switch_stack.Gravatar Guo Ren 8-68/+79
2018-12-31csky: remove syscall_exit_workGravatar Guo Ren 1-12/+4
2018-12-31csky: fixup remove vdsp implement for kernel.Gravatar Guo Ren 1-7/+1
2018-12-31csky: bugfix gdb coredump error.Gravatar Guo Ren 1-1/+6
2018-12-31csky: fixup abiv2 mmap(... O_SYNC) failed.Gravatar Guo Ren 3-2/+3
2018-12-30csky: define syscall_get_arch()Gravatar Dmitry V. Levin 1-0/+7
2018-12-30elf-em.h: add EM_CSKYGravatar Dmitry V. Levin 1-1/+1
2018-12-30csky: remove meaningless header-yGravatar Masahiro Yamada 1-2/+0
2018-12-30csky: Don't leak device tree node referenceGravatar Yangtao Li 1-1/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-2/+2
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-142/+3
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-2/+2
2018-12-13dma-mapping: always build the direct mapping codeGravatar Christoph Hellwig 1-1/+0
2018-12-03csky: bugfix tlb_get_pgd error.Gravatar Guo Ren 1-2/+2
2018-12-01csky: use the generic remapping dma alloc implementationGravatar Christoph Hellwig 2-141/+3