summaryrefslogtreecommitdiffstats
path: root/arch/csky
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-09-3017-212/+291
|\
| * csky: Move static keyword to the front of declarationKrzysztof Wilczynski2019-09-301-1/+1
| * csky: entry: Remove unneeded need_resched() loopValentin Schneider2019-09-301-4/+0
| * csky: Fixup csky_pmu.max_period assignmentMao Han2019-09-301-1/+1
| * csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2019-09-302-21/+31
| * csky: Use generic free_initrd_mem()Mike Rapoport2019-09-301-16/+0
| * csky: Fixup 610 vipt cache flush mechanismGuo Ren2019-08-222-12/+49
| * csky: Support kernel non-aligned accessGuo Ren2019-08-201-17/+45
| * csky: Fixup defer cache flush for 610Guo Ren2019-08-202-25/+29
| * csky: Fixup arch_get_unmapped_area() implementationGuo Ren2019-08-202-37/+43
| * csky: Fixup ioremap function losingGuo Ren2019-08-152-17/+29
| * csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_rangeGuo Ren2019-08-064-5/+19
| * csky/dma: Fixup cache_op failed when cross memory ZONEsGuo Ren2019-08-061-45/+26
| * csky: Fixup dma_alloc_coherent with PAGE_SO attributeGuo Ren2019-07-312-4/+12
| * csky: Fixup mb() synchronization problemGuo Ren2019-07-311-8/+7
* | mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-1/+1
* | mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-5/+0
* | mm: remove quicklist page table cachesNicholas Piggin2019-09-241-2/+0
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-4/+4
|\ \
| * | csky: add missing brackets in a macro for tlb.hJason Gunthorpe2019-09-071-4/+4
| |/
* / dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig2019-08-291-6/+0
|/
* treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-256-6/+6
* Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-07-1919-329/+823
|\
| * csky: Fixup abiv1 memset errorGuo Ren2019-07-194-42/+0
| * csky: Improve tlb operation with help of asidGuo Ren2019-07-191-4/+132
| * csky: Use generic asid algorithm to implement switch_mmGuo Ren2019-07-196-2/+74
| * csky: Add new asid lib code from armGuo Ren2019-07-193-0/+268
| * csky: Revert mmu ASID mechanismGuo Ren2019-07-196-295/+14
| * csky: Fixup some error count in 810 & 860.Guo Ren2019-07-191-6/+54
| * csky: Fix perf record in kernel/user spaceMao Han2019-07-191-12/+14
| * csky: Add pmu interrupt supportMao Han2019-07-191-15/+246
| * csky: Add count-width property for csky pmuMao Han2019-07-191-1/+14
| * csky: Init pmu as a deviceMao Han2019-07-191-2/+48
| * csky: Fixup no panic in kernel for some trapsGuo Ren2019-07-191-0/+5
| * csky: Select intc & timer driversGuo Ren2019-07-191-0/+4
* | Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-07-121-1/+0
|\ \
| * | kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada2019-06-091-1/+0
* | | csky: switch to generic version of pte allocationMike Rapoport2019-07-121-27/+3
* | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-085-8/+6
|\ \ \ | |_|/ |/| |
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-294-5/+5
| * | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-3/+1
* | | csky: Fixup libgcc unwind errorGuo Ren2019-06-261-0/+5
| |/ |/|
* | treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2110-0/+10
|/
* arch: remove dangling asm-generic wrappersMasahiro Yamada2019-05-181-4/+0
* csky: remove deprecated arch/csky/boot/dts/include/dt-bindingsMasahiro Yamada2019-05-181-1/+0
* Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-05-091-0/+1
|\
| * dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presenceChristoph Hellwig2019-05-061-0/+1
* | Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-05-0833-502/+887
|\ \
| * | csky/syscall_trace: Fixup return processing flowGuo Ren2019-04-222-1/+9