summaryrefslogtreecommitdiff
path: root/arch/csky
AgeCommit message (Expand)Author
2022-01-20perf: Protect perf_guest_cbs with RCUSean Christopherson
2021-10-20csky: Fixup regs.sr broken in ptraceGuo Ren
2021-10-20csky: don't let sigreturn play with priveleged bits of status registerAl Viro
2021-04-28csky: change a Kconfig symbol name to fix e1000 build errorRandy Dunlap
2020-06-17csky: Fixup abiv2 syscall_trace break a4 & a5Guo Ren
2020-06-03csky: Fixup raw_copy_from_user()Al Viro
2020-06-03csky: Fixup remove duplicate irq_disableLiu Yibin
2020-06-03csky: Fixup perf callchain unwindMao Han
2020-06-03csky: Fixup msa highest 3 bits maskLiu Yibin
2020-04-23csky: Fixup init_fpu compile warning with __initGuo Ren
2020-04-23csky: Fixup get wrong psr value from phyical regGuo Ren
2020-04-23csky: Fixup cpu speculative execution to IO areaGuo Ren
2020-03-12csky: Implement copy_thread_tlsGuo Ren
2020-03-12arch/csky: fix some Kconfig typosRandy Dunlap
2020-03-12csky: Fixup compile warning for three unimplemented syscallsGuo Ren
2020-03-12csky: Fixup ftrace modify panicGuo Ren
2020-03-12csky/smp: Fixup boot failed when CONFIG_SMPGuo Ren
2020-03-12csky: Set regs->usp to kernel sp, when the exception is from kernelGuo Ren
2020-03-12csky/mm: Fixup export invalid_pte_table symbolGuo Ren
2019-09-30Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds
2019-09-30csky: Move static keyword to the front of declarationKrzysztof Wilczynski
2019-09-30csky: entry: Remove unneeded need_resched() loopValentin Schneider
2019-09-30csky: Fixup csky_pmu.max_period assignmentMao Han
2019-09-30csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren
2019-09-30csky: Use generic free_initrd_mem()Mike Rapoport
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-07csky: add missing brackets in a macro for tlb.hJason Gunthorpe
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig
2019-08-22csky: Fixup 610 vipt cache flush mechanismGuo Ren
2019-08-20csky: Support kernel non-aligned accessGuo Ren
2019-08-20csky: Fixup defer cache flush for 610Guo Ren
2019-08-20csky: Fixup arch_get_unmapped_area() implementationGuo Ren
2019-08-15csky: Fixup ioremap function losingGuo Ren
2019-08-06csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_rangeGuo Ren
2019-08-06csky/dma: Fixup cache_op failed when cross memory ZONEsGuo Ren
2019-07-31csky: Fixup dma_alloc_coherent with PAGE_SO attributeGuo Ren
2019-07-31csky: Fixup mb() synchronization problemGuo Ren
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada
2019-07-19Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds
2019-07-19csky: Fixup abiv1 memset errorGuo Ren
2019-07-19csky: Improve tlb operation with help of asidGuo Ren
2019-07-19csky: Use generic asid algorithm to implement switch_mmGuo Ren
2019-07-19csky: Add new asid lib code from armGuo Ren
2019-07-19csky: Revert mmu ASID mechanismGuo Ren
2019-07-19csky: Fixup some error count in 810 & 860.Guo Ren
2019-07-19csky: Fix perf record in kernel/user spaceMao Han
2019-07-19csky: Add pmu interrupt supportMao Han