summaryrefslogtreecommitdiffstats
path: root/arch/csky/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* csky: Debug and Ptrace GDBGuo Ren2018-10-262-0/+130
* csky: User accessGuo Ren2018-10-261-0/+416
* csky: Library functionsGuo Ren2018-10-261-0/+13
* csky: ELF and module probeGuo Ren2018-10-261-0/+85
* csky: Atomic operationsGuo Ren2018-10-264-0/+578
* csky: IRQ handlingGuo Ren2018-10-261-0/+49
* csky: VDSO and rt_sigreturnGuo Ren2018-10-261-0/+12
* csky: Process management and SignalGuo Ren2018-10-265-0/+396
* csky: MMU and page table managementGuo Ren2018-10-259-0/+655
* csky: Cache and TLB routinesGuo Ren2018-10-257-0/+175
* csky: System CallGuo Ren2018-10-253-0/+96
* csky: Exception handling and mm-faultGuo Ren2018-10-252-0/+48
* csky: Build infrastructureGuo Ren2018-10-252-0/+81