aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/Kconfig
AgeCommit message (Expand)AuthorFilesLines
9 dayscsky: Emulate one-byte cmpxchgPaul E. McKenney1-0/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-0/+1
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers1-0/+1
2023-06-28Merge branch 'expand-stack'Linus Torvalds1-0/+1
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds1-0/+1
2023-05-15csky/smp: Switch to hotplug core state synchronizationThomas Gleixner1-0/+1
2023-05-04Merge tag 'csky-for-linus-6.4' of https://github.com/c-sky/csky-linuxLinus Torvalds1-5/+0
2023-04-18csky: drop ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)1-4/+0
2023-04-05csky: remove obsolete config CPU_TLB_SIZELukas Bulwahn1-5/+0
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2022-11-11Revert "csky: Add support for restartable sequence"Mathieu Desnoyers1-1/+0
2022-10-21csky: Kconfig: Fix spelling mistake "Meory" -> "Memory"Colin Ian King1-1/+1
2022-10-21csky: add arch support current_stack_pointerTong Tiangen1-0/+1
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-1/+1
2022-08-04Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds1-0/+29
2022-07-31csky: Enable ARCH_INLINE_READ*/WRITE*/SPIN*Guo Ren1-0/+26
2022-07-31csky: Add qspinlock supportGuo Ren1-0/+1
2022-07-30csky: Add jump-label implementationGuo Ren1-0/+2
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker1-1/+1
2022-04-18csky: Add C based string functionsMatteo Croce1-0/+8
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-1/+0
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann1-1/+0
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland1-1/+0
2021-10-26irq: csky: perform irqentry in entry codeMark Rutland1-1/+0
2021-10-25irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland1-0/+1
2021-10-16csky: Make HAVE_TCM depend on !COMPILE_TESTGuenter Roeck1-0/+1
2021-10-16csky: Select ARCH_WANT_FRAME_POINTERS only if compiler supports itGuenter Roeck1-1/+1
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-3/+1
2021-07-04csky: Kconfig: Remove unused selectsGuo Ren1-3/+0
2021-04-16csky: change a Kconfig symbol name to fix e1000 build errorRandy Dunlap1-1/+1
2021-02-27csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren1-0/+4
2021-01-12csky: Add kmemleak supportGuo Ren1-0/+1
2021-01-12csky: Cleanup asm/spinlock.hGuo Ren1-1/+1
2021-01-12csky: Fixup futex SMP implementationGuo Ren1-0/+1
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren1-0/+16
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2020-11-06csky/mm/highmem: Switch to generic kmap atomicThomas Gleixner1-0/+1
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+0
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-0/+1
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu1-13/+0
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+1
2020-08-06Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds1-1/+28
2020-08-01csky: Add context tracking supportGuo Ren1-0/+2
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: Add support for function error injectionGuo Ren1-0/+1
2020-07-31csky: Add SECCOMP_FILTER supportedGuo Ren1-0/+14
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
2020-05-13csky: Fixup calltrace panicGuo Ren1-0/+2
2020-04-03csky: Add uprobes supportGuo Ren1-0/+3
2020-04-03csky: Add kprobes supportedGuo Ren1-0/+3
2020-04-02csky: Enable LOCKDEP_SUPPORTGuo Ren1-0/+3
2020-04-01csky: Enable the gcov functionMa Jun1-0/+1
2020-03-08csky: Implement ftrace with regsGuo Ren1-0/+1
2020-03-08csky: Add support for restartable sequenceGuo Ren1-0/+1
2020-03-08csky: Implement ptrace regs and stack APIGuo Ren1-0/+1
2020-02-21csky: Implement copy_thread_tlsGuo Ren1-0/+1
2020-02-21csky: Add PCI supportMaJun1-0/+5
2020-02-21csky: Cleanup old Kconfig optionsKrzysztof Kozlowski1-2/+0
2020-02-21arch/csky: fix some Kconfig typosRandy Dunlap1-1/+1
2020-02-21csky: Support icache flush without specific instructionsGuo Ren1-0/+4
2020-02-21csky/Kconfig: Add Kconfig.platforms to support some driversGuo Ren1-0/+2
2020-02-21csky: Separate fixaddr_init from highmemGuo Ren1-1/+0
2020-02-21csky: Tightly-Coupled Memory or Sram supportGuo Ren1-0/+35
2020-02-21csky: Initial stack protector supportMao Han1-0/+1
2019-11-12csky: use generic ioremapChristoph Hellwig1-0/+1
2019-07-19csky: Select intc & timer driversGuo Ren1-0/+4
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
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 Torvalds1-1/+6
2019-05-06dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presenceChristoph Hellwig1-0/+1
2019-04-22csky: Add support for perf registers samplingMao Han1-0/+2
2019-04-22csky: Update syscall_trace_enter/exit implementationGuo Ren1-0/+2
2019-04-22csky/ftrace: Add dynamic function tracer (include graph tracer)Guo Ren1-1/+2
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-3/+0
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig1-1/+0
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov1-0/+1
2019-02-13of: select OF_RESERVED_MEM automaticallyChristoph Hellwig1-1/+0
2019-01-05Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds1-1/+29
2019-01-02csky: Add perf support for C-SKYGuo Ren1-1/+15
2018-12-31csky: ftrace call graph supported.Guo Ren1-0/+1
2018-12-31csky: basic ftrace supportedGuo Ren1-0/+1
2018-12-31csky: stacktrace supported.Guo Ren1-0/+3
2018-12-31csky: CPU-hotplug supported for SMPGuo Ren1-0/+9
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig1-1/+0
2018-12-01csky: use the generic remapping dma alloc implementationChristoph Hellwig1-1/+1
2018-12-01csky: don't select DMA_NONCOHERENT_OPSChristoph Hellwig1-1/+0
2018-12-01dma-mapping: move the remap helpers to a separate fileChristoph Hellwig1-0/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-1/+0
2018-10-25csky: Build infrastructureGuo Ren1-0/+205