summaryrefslogtreecommitdiffstats
path: root/arch/csky
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2019-04-101-18/+8Star
|\ \ \ | | |/ | |/|
| * | syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)2019-04-051-10/+4Star
| * | syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2019-04-051-10/+4Star
| * | csky: Fix syscall_get_arguments() and syscall_set_arguments()Dmitry V. Levin2019-04-041-4/+6
| |/
* / locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long2019-04-031-3/+0Star
|/
* kbuild: force all architectures except um to include mandatory-yMasahiro Yamada2019-03-171-2/+0Star
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+5
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-2/+0Star
|\
| * dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig2019-02-201-1/+0Star
| * of: select OF_RESERVED_MEM automaticallyChristoph Hellwig2019-02-131-1/+0Star
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-052-0/+3
|\ \
| * | 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
| * | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
| |/
* | get rid of legacy 'get_ds()' functionLinus Torvalds2019-03-041-1/+0Star
* | csky: Fixup dead loop in show_stackGuo Ren2019-02-131-0/+4
* | csky: Fixup io-range page attribute for mmap("/dev/mem")Guo Ren2019-02-132-0/+19
* | csky: coding convention: Use task_stack_pageGuo Ren2019-02-132-3/+4
* | csky: Fixup wrong pt_regs sizeGuo Ren2019-02-131-1/+2
* | csky: Fixup _PAGE_GLOBAL bit for 610 tlb entryGuo Ren2019-02-131-2/+2
|/
* csky: fixup compile error with CPU 810.Guo Ren2019-01-101-1/+1
* csky: fixup compile error with pte_allocGuo Ren2019-01-081-25/+18Star
* csky: fixup CACHEV1 store instruction fast retireGuo Ren2019-01-081-0/+25
* csky: fixup relocation error with 807 & 860Guo Ren2019-01-081-16/+22
* arch: remove redundant UAPI generic-y definesMasahiro Yamada2019-01-061-27/+0Star
* Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-01-0533-219/+1550
|\
| * csky: Add perf support for C-SKYGuo Ren2019-01-024-1/+1054
| * csky: Add EM_CSKY_OLD 39Guo Ren2018-12-311-1/+3
| * csky: ftrace call graph supported.Guo Ren2018-12-314-20/+151
| * csky: basic ftrace supportedGuo Ren2018-12-316-0/+64
| * csky: remove unused members in processor.hGuo Ren2018-12-317-40/+0Star
| * csky: optimize kernel panic print.Guo Ren2018-12-313-56/+41Star
| * csky: stacktrace supported.Guo Ren2018-12-316-12/+86
| * csky: CPU-hotplug supported for SMPGuo Ren2018-12-313-15/+69
| * csky: fixup save hi,lo,dspcr regs in switch_stack.Guo Ren2018-12-318-68/+79
| * csky: remove syscall_exit_workGuo Ren2018-12-311-12/+4Star
| * csky: fixup remove vdsp implement for kernel.Guo Ren2018-12-311-7/+1Star
| * csky: bugfix gdb coredump error.Guo Ren2018-12-311-1/+6
| * csky: fixup abiv2 mmap(... O_SYNC) failed.Guo Ren2018-12-313-2/+3
| * 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/+0Star
| * csky: Don't leak device tree node referenceYangtao Li2018-12-301-1/+1
* | 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-044-19/+11Star
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-291-2/+2
|\ \
| * | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-2/+2
| |/
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-282-142/+3Star
|\ \ | |/ |/|
| * dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-131-1/+0Star