aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-13/+0
2020-10-12Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-75/+2
2020-10-12Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu1-13/+0
2020-09-08csky: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu1-75/+2
2020-09-01vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook1-0/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-12mm/csky: use general page fault accountingPeter Xu1-11/+1
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+2
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-7/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-6/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-08-07Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-14/+10
2020-08-06Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds18-142/+307
2020-08-01csky: Add context tracking supportGuo Ren2-0/+27
2020-07-31csky: Add arch_show_interrupts for IPI interruptsGuo Ren1-8/+41
2020-07-31csky: Add irq_work supportGuo Ren2-0/+23
2020-07-31csky: Fixup warning by EXPORT_SYMBOL(kmap)Guo Ren1-2/+0
2020-07-31csky: Set CONFIG_NR_CPU 4 as defaultGuo Ren1-1/+1
2020-07-31csky: Use top-down mmap layoutGuo Ren1-0/+10
2020-07-31csky: Optimize the trap processing flowGuo Ren5-109/+157
2020-07-31csky: Add support for function error injectionGuo Ren4-0/+18
2020-07-31csky: Fixup kprobes handler couldn't change pcGuo Ren1-1/+3
2020-07-31csky: Fixup duplicated restore sp in RESTORE_REGS_FTRACEGuo Ren1-3/+0
2020-07-31csky: Add cpu feature register hint for smpGuo Ren1-0/+3
2020-07-31csky: Add SECCOMP_FILTER supportedGuo Ren5-3/+25
2020-07-31csky: remove unusued thread_saved_pc and *_segments functions/macrosTobias Klauser2-16/+0
2020-07-27csky: switch to ->regset_get()Al Viro1-14/+10
2020-07-04arch: rename copy_thread_tls() back to copy_thread()fork-v5.9do_fork_removalChristian Brauner1-1/+1
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-2/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2-6/+6
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-30/+0
2020-06-09csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport4-8/+7
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport2-3/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport4-4/+0
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2-10/+3
2020-06-09csky: add show_stack_loglvl()Dmitry Safonov1-2/+9
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-2/+0
2020-06-04kmap: remove kmap_atomic_to_page()Ira Weiny2-14/+0
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+3
2020-06-04arch/kmap: don't hard code kmap_prot valuesIra Weiny1-1/+1
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny2-7/+3
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny2-8/+2
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny2-12/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny2-12/+6
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny1-1/+1
2020-06-03csky: simplify detection of memory zone boundariesMike Rapoport1-15/+11
2020-05-28csky: Fixup CONFIG_DEBUG_RSEQGuo Ren1-5/+10
2020-05-28csky: Coding convention in entry.SGuo Ren4-40/+42
2020-05-28csky: Fixup abiv2 syscall_trace break a4 & a5Guo Ren2-2/+6
2020-05-28csky: Fixup CONFIG_PREEMPT panicGuo Ren3-27/+11
2020-05-15csky: Fixup raw_copy_from_user()Al Viro2-29/+28
2020-05-15csky: Fixup gdbmacros.txt with name sp in thread_structGuo Ren4-9/+9
2020-05-13csky: Fixup remove unnecessary save/restore PSR codeGuo Ren3-11/+2
2020-05-13csky: Fixup remove duplicate irq_disableLiu Yibin1-2/+0
2020-05-13csky: Fixup calltrace panicGuo Ren8-119/+159
2020-05-13csky: Fixup perf callchain unwindMao Han1-2/+7
2020-05-13csky: Fixup msa highest 3 bits maskLiu Yibin2-4/+4
2020-05-13csky: Fixup perf probe -x hungupGuo Ren2-0/+11
2020-05-13csky: Fixup compile error for abiv1 entry.SGuo Ren1-4/+4
2020-05-13csky/ftrace: Fixup error when disable CONFIG_DYNAMIC_FTRACEGuo Ren2-0/+4
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual1-3/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-3/+0
2020-04-07mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual1-1/+1
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual1-1/+1
2020-04-06Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds34-74/+1807
2020-04-03csky: Fixup cpu speculative execution to IO areaGuo Ren5-58/+25
2020-04-03csky: Add uprobes supportGuo Ren8-1/+201
2020-04-03csky: Add kprobes supportedGuo Ren16-2/+1197
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-36/+0
2020-04-02csky: Enable LOCKDEP_SUPPORTGuo Ren2-0/+14
2020-04-01csky: Enable the gcov functionMa Jun1-0/+1
2020-04-01csky: Fixup get wrong psr value from phyical regGuo Ren3-1/+18
2020-03-31csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INSGuo Ren2-6/+70
2020-03-21csky: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior1-1/+0
2020-03-08csky: Implement ftrace with regsGuo Ren6-0/+123
2020-03-08csky: Add support for restartable sequenceGuo Ren3-1/+8
2020-03-08csky: Implement ptrace regs and stack APIGuo Ren3-0/+145
2020-03-08csky: Fixup init_fpu compile warning with __initGuo Ren3-6/+5
2020-02-23csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-02-21csky: Implement copy_thread_tlsGuo Ren2-3/+5
2020-02-21csky: Add PCI supportMaJun3-1/+39
2020-02-21csky: Minimize defconfig to support buildroot config.fragmentMa Jun1-7/+0
2020-02-21csky: Add setup_initrd check codeGuo Ren2-3/+44
2020-02-21csky: Cleanup old Kconfig optionsKrzysztof Kozlowski2-3/+0
2020-02-21arch/csky: fix some Kconfig typosRandy Dunlap1-1/+1
2020-02-21csky: Fixup compile warning for three unimplemented syscallsGuo Ren1-0/+3
2020-02-21csky: Remove unused cache implementationGuo Ren1-15/+1
2020-02-21csky: Fixup ftrace modify panicGuo Ren1-0/+2
2020-02-21csky: Add flush_icache_mm to defer flush icache allGuo Ren7-11/+77
2020-02-21csky: Optimize abiv2 copy_to_user_page with VM_EXECGuo Ren1-1/+3
2020-02-21csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860)Guo Ren2-8/+18
2020-02-21csky: Remove unnecessary flush_icache_* implementationGuo Ren3-37/+2
2020-02-21csky: Support icache flush without specific instructionsGuo Ren4-8/+31
2020-02-21csky/Kconfig: Add Kconfig.platforms to support some driversGuo Ren2-0/+11
2020-02-21csky/smp: Fixup boot failed when CONFIG_SMPGuo Ren1-1/+1
2020-02-21csky: Set regs->usp to kernel sp, when the exception is from kernelGuo Ren3-7/+31
2020-02-21csky/mm: Fixup export invalid_pte_table symbolGuo Ren1-0/+1
2020-02-21csky: Separate fixaddr_init from highmemGuo Ren7-66/+61
2020-02-21csky: Tightly-Coupled Memory or Sram supportGuo Ren7-1/+304
2020-02-21csky: Initial stack protector supportMao Han3-0/+36
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+0
2020-02-04asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek1-1/+0
2020-01-29Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-4/+0
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2020-01-14arch/csky/setup: Drop dummy_con initializationArvind Sankar1-4/+0
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar1-0/+4
2019-12-08sched/rt, csky: Use CONFIG_PREEMPTIONThomas Gleixner1-2/+2
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds1-4/+4
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds4-60/+8
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-4/+4
2019-11-12csky: use generic ioremapChristoph Hellwig4-50/+8
2019-11-11csky: remove ioremap_cacheChristoph Hellwig2-9/+0
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig1-1/+0
2019-11-04vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATAKees Cook1-1/+1
2019-11-04vmlinux.lds.h: Move NOTES into RO_DATAKees Cook1-1/+0
2019-09-30Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds17-212/+291
2019-09-30csky: Move static keyword to the front of declarationKrzysztof Wilczynski1-1/+1
2019-09-30csky: entry: Remove unneeded need_resched() loopValentin Schneider1-4/+0
2019-09-30csky: Fixup csky_pmu.max_period assignmentMao Han1-1/+1
2019-09-30csky: Fixup add zero_fp fixup perf backtrace panicGuo Ren2-21/+31
2019-09-30csky: Use generic free_initrd_mem()Mike Rapoport1-16/+0
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-2/+0
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-4/+4
2019-09-07csky: add missing brackets in a macro for tlb.hJason Gunthorpe1-4/+4
2019-08-29dma-mapping: make dma_atomic_pool_init self-containedChristoph Hellwig1-6/+0
2019-08-22csky: Fixup 610 vipt cache flush mechanismGuo Ren2-12/+49
2019-08-20csky: Support kernel non-aligned accessGuo Ren1-17/+45
2019-08-20csky: Fixup defer cache flush for 610Guo Ren2-25/+29
2019-08-20csky: Fixup arch_get_unmapped_area() implementationGuo Ren2-37/+43
2019-08-15csky: Fixup ioremap function losingGuo Ren2-17/+29
2019-08-06csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_rangeGuo Ren4-5/+19
2019-08-06csky/dma: Fixup cache_op failed when cross memory ZONEsGuo Ren1-45/+26
2019-07-31csky: Fixup dma_alloc_coherent with PAGE_SO attributeGuo Ren2-4/+12
2019-07-31csky: Fixup mb() synchronization problemGuo Ren1-8/+7
2019-07-25treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada6-6/+6
2019-07-19Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds19-329/+823
2019-07-19csky: Fixup abiv1 memset errorGuo Ren4-42/+0
2019-07-19csky: Improve tlb operation with help of asidGuo Ren1-4/+132
2019-07-19csky: Use generic asid algorithm to implement switch_mmGuo Ren6-2/+74
2019-07-19csky: Add new asid lib code from armGuo Ren3-0/+268
2019-07-19csky: Revert mmu ASID mechanismGuo Ren6-295/+14
2019-07-19csky: Fixup some error count in 810 & 860.Guo Ren1-6/+54
2019-07-19csky: Fix perf record in kernel/user spaceMao Han1-12/+14
2019-07-19csky: Add pmu interrupt supportMao Han1-15/+246
2019-07-19csky: Add count-width property for csky pmuMao Han1-1/+14
2019-07-19csky: Init pmu as a deviceMao Han1-2/+48
2019-07-19csky: Fixup no panic in kernel for some trapsGuo Ren1-0/+5
2019-07-19csky: Select intc & timer driversGuo Ren1-0/+4
2019-07-12Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+0
2019-07-12csky: switch to generic version of pte allocationMike Rapoport1-27/+3
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-8/+6
2019-06-26csky: Fixup libgcc unwind errorGuo Ren1-0/+5
2019-06-09kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada1-1/+0
2019-05-30treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2-0/+2
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman4-5/+5
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-3/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner10-0/+10
2019-05-18arch: remove dangling asm-generic wrappersMasahiro Yamada1-4/+0
2019-05-18csky: remove deprecated arch/csky/boot/dts/include/dt-bindingsMasahiro Yamada1-1/+0
2019-05-09Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2019-05-08Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds33-502/+887
2019-05-07Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+1
2019-05-06dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presenceChristoph Hellwig1-0/+1
2019-04-22csky/syscall_trace: Fixup return processing flowGuo Ren2-1/+9
2019-04-22csky: Fixup compile warningGuo Ren1-1/+1
2019-04-22csky: Add support for perf registers samplingMao Han4-0/+94
2019-04-22csky: add page fault perf event supportMao Han1-2/+10
2019-04-22csky: Use va_pa_offset instead of phys_offsetGuo Ren7-36/+21
2019-04-22csky: Support vmlinux bootup with MMU offGuo Ren4-85/+90
2019-04-22csky: Add perf_arch_fetch_caller_regs supportMao Han3-0/+10
2019-04-22csky: Fixup wrong update_mmu_cache implementationGuo Ren1-11/+2
2019-04-22csky: Support dynamic start physical addressGuo Ren8-31/+106
2019-04-22csky: Reconstruct signal processingGuo Ren7-274/+150
2019-04-22csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren5-20/+22
2019-04-22csky: Add non-uapi asm/ptrace.h namespaceGuo Ren2-20/+29
2019-04-22csky: mm/fault.c: Remove duplicate headerJagadeesh Pagadala1-1/+0
2019-04-22csky: remove redundant generic-yMasahiro Yamada1-1/+0
2019-04-22csky: Update syscall_trace_enter/exit implementationGuo Ren9-55/+67
2019-04-22csky: Add perf callchain supportMao Han2-0/+120
2019-04-22csky/ftrace: Add dynamic function tracer (include graph tracer)Guo Ren4-6/+202
2019-04-22csky: Fixup vdsp&fpu issues in kernelGuo Ren2-6/+2
2019-04-10Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-18/+8
2019-04-08arch: Use asm-generic header for asm/mmiowb.hWill Deacon1-0/+1
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-10/+4
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)1-10/+4
2019-04-04csky: Fix syscall_get_arguments() and syscall_set_arguments()Dmitry V. Levin1-4/+6
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-3/+0
2019-03-20syscall_get_arch: add "struct task_struct *" argumentDmitry V. Levin1-1/+1
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+5
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-0/+3
2019-03-04get rid of legacy 'get_ds()' functionLinus Torvalds1-1/+0