aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-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-13csky: Fixup io-range page attribute for mmap("/dev/mem")Guo Ren1-0/+5
2019-02-13csky: coding convention: Use task_stack_pageGuo Ren1-2/+2
2019-02-13csky: Fixup _PAGE_GLOBAL bit for 610 tlb entryGuo Ren1-2/+2
2019-01-09csky: fixup compile error with pte_allocGuo Ren1-25/+18
2019-01-08csky: fixup CACHEV1 store instruction fast retireGuo Ren1-0/+25
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada1-27/+0
2019-01-05Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds9-57/+47
2019-01-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2019-01-04fls: change parameter to unsigned intMatthew Wilcox1-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-12/+4
2019-01-02csky: Add perf support for C-SKYGuo Ren1-0/+7
2018-12-31csky: Add EM_CSKY_OLD 39Guo Ren1-1/+3
2018-12-31csky: ftrace call graph supported.Guo Ren1-1/+5
2018-12-31csky: basic ftrace supportedGuo Ren1-0/+9
2018-12-31csky: remove unused members in processor.hGuo Ren1-12/+0
2018-12-31csky: stacktrace supported.Guo Ren1-0/+4
2018-12-31csky: CPU-hotplug supported for SMPGuo Ren1-0/+4
2018-12-31csky: fixup save hi,lo,dspcr regs in switch_stack.Guo Ren2-40/+2
2018-12-31csky: bugfix gdb coredump error.Guo Ren1-1/+6
2018-12-30csky: define syscall_get_arch()Dmitry V. Levin1-0/+7
2018-12-30elf-em.h: add EM_CSKYDmitry V. Levin1-1/+1
2018-12-30csky: remove meaningless header-yMasahiro Yamada1-2/+0
2018-12-03csky: bugfix tlb_get_pgd error.Guo Ren1-2/+2
2018-10-31treewide: remove current_text_addrNick Desaulniers1-6/+0
2018-10-26csky: Misc headersGuo Ren4-0/+167
2018-10-26csky: SMP supportGuo Ren1-0/+26
2018-10-26csky: Debug and Ptrace GDBGuo Ren2-0/+130
2018-10-26csky: User accessGuo Ren1-0/+416
2018-10-26csky: Library functionsGuo Ren1-0/+13
2018-10-26csky: ELF and module probeGuo Ren1-0/+85
2018-10-26csky: Atomic operationsGuo Ren4-0/+578
2018-10-26csky: IRQ handlingGuo Ren1-0/+49
2018-10-26csky: VDSO and rt_sigreturnGuo Ren1-0/+12
2018-10-26csky: Process management and SignalGuo Ren5-0/+396
2018-10-25csky: MMU and page table managementGuo Ren9-0/+655
2018-10-25csky: Cache and TLB routinesGuo Ren7-0/+175
2018-10-25csky: System CallGuo Ren3-0/+96
2018-10-25csky: Exception handling and mm-faultGuo Ren2-0/+48
2018-10-25csky: Build infrastructureGuo Ren2-0/+81