summaryrefslogtreecommitdiffstats
path: root/arch/csky/include
Commit message (Expand)AuthorAgeFilesLines
* arch: remove dangling asm-generic wrappersMasahiro Yamada2019-05-181-4/+0
* Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-05-0811-70/+158
|\
| * csky/syscall_trace: Fixup return processing flowGuo Ren2019-04-221-0/+7
| * csky: Add support for perf registers samplingMao Han2019-04-221-0/+51
| * csky: Use va_pa_offset instead of phys_offsetGuo Ren2019-04-222-20/+7
| * csky: Add perf_arch_fetch_caller_regs supportMao Han2019-04-221-0/+8
| * csky: Support dynamic start physical addressGuo Ren2019-04-222-25/+18
| * csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren2019-04-221-0/+12
| * csky: Add non-uapi asm/ptrace.h namespaceGuo Ren2019-04-222-20/+29
| * csky: remove redundant generic-yMasahiro Yamada2019-04-221-1/+0
| * csky: Update syscall_trace_enter/exit implementationGuo Ren2019-04-224-15/+21
| * csky/ftrace: Add dynamic function tracer (include graph tracer)Guo Ren2019-04-221-1/+17
* | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-071-1/+1
|\ \
| * | syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin2019-03-201-1/+1
* | | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2019-05-061-0/+1
|\ \ \ | |_|/ |/| |
| * | arch: Use asm-generic header for asm/mmiowb.hWill Deacon2019-04-081-0/+1
| |/
* | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-10/+4
* | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-10/+4
* | csky: Fix syscall_get_arguments() and syscall_set_arguments()Dmitry V. Levin2019-04-041-4/+6
|/
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0
* Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-0/+2
|\
| * asm-generic: Make time32 syscall numbers optionalArnd Bergmann2019-02-191-0/+1
| * asm-generic: Drop getrlimit and setrlimit syscalls from default listYury Norov2019-02-191-0/+1
* | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0
* | csky: Fixup io-range page attribute for mmap("/dev/mem")Guo Ren2019-02-131-0/+5
* | csky: coding convention: Use task_stack_pageGuo Ren2019-02-131-2/+2
* | csky: Fixup _PAGE_GLOBAL bit for 610 tlb entryGuo Ren2019-02-131-2/+2
|/
* csky: fixup compile error with pte_allocGuo Ren2019-01-091-25/+18
* csky: fixup CACHEV1 store instruction fast retireGuo Ren2019-01-081-0/+25
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-27/+0
* Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-01-059-57/+47
|\
| * csky: Add perf support for C-SKYGuo Ren2019-01-021-0/+7
| * csky: Add EM_CSKY_OLD 39Guo Ren2018-12-311-1/+3
| * csky: ftrace call graph supported.Guo Ren2018-12-311-1/+5
| * csky: basic ftrace supportedGuo Ren2018-12-311-0/+9
| * csky: remove unused members in processor.hGuo Ren2018-12-311-12/+0
| * csky: stacktrace supported.Guo Ren2018-12-311-0/+4
| * csky: CPU-hotplug supported for SMPGuo Ren2018-12-311-0/+4
| * csky: fixup save hi,lo,dspcr regs in switch_stack.Guo Ren2018-12-312-40/+2
| * csky: bugfix gdb coredump error.Guo Ren2018-12-311-1/+6
| * csky: define syscall_get_arch()Dmitry V. Levin2018-12-301-0/+7
| * elf-em.h: add EM_CSKYDmitry V. Levin2018-12-301-1/+1
| * csky: remove meaningless header-yMasahiro Yamada2018-12-301-2/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-01-051-1/+1
|\ \
| * | fls: change parameter to unsigned intMatthew Wilcox2019-01-041-1/+1
| |/
* / Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-12/+4
|/
* csky: bugfix tlb_get_pgd error.Guo Ren2018-12-031-2/+2
* treewide: remove current_text_addrNick Desaulniers2018-10-311-6/+0
* csky: Misc headersGuo Ren2018-10-264-0/+167
* csky: SMP supportGuo Ren2018-10-261-0/+26