summaryrefslogtreecommitdiffstats
path: root/arch/csky
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
|\
| * dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig2019-02-201-1/+0
| * of: select OF_RESERVED_MEM automaticallyChristoph Hellwig2019-02-131-1/+0
* | 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/+0
* | 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-091-25/+18
* 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/+0
* 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/+0
| * csky: optimize kernel panic print.Guo Ren2018-12-313-56/+41
| * 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/+4
| * csky: fixup remove vdsp implement for kernel.Guo Ren2018-12-311-7/+1
| * 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/+0
| * 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-034-19/+11
|/ /
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-281-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/+3
|\ \ | |/ |/|
| * dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-131-1/+0
| * csky: use the generic remapping dma alloc implementationChristoph Hellwig2018-12-012-141/+3
| * csky: don't use GFP_DMA in atomic_pool_initChristoph Hellwig2018-12-011-1/+1
| * csky: don't select DMA_NONCOHERENT_OPSChristoph Hellwig2018-12-011-1/+0
| * dma-mapping: move the remap helpers to a separate fileChristoph Hellwig2018-12-011-0/+1
* | csky: bugfix tlb_get_pgd error.Guo Ren2018-12-031-2/+2
|/
* Merge tag 'csky-for-linus-4.20-fixup-dtb' of https://github.com/c-sky/csky-linuxLinus Torvalds2018-11-013-31/+2
|\