aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-3/+1
2021-09-02Merge tag 'xtensa-20210902' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-1/+1
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+2
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-3/+1
2021-08-11xtensa: fix kconfig unmet dependency warning for HAVE_FUTEX_CMPXCHGRandy Dunlap1-1/+1
2021-07-30arch: Kconfig: clean up obsolete use of HAVE_IDELukas Bulwahn1-1/+0
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann1-1/+2
2021-04-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-04-30mm/memtest: add ARCH_USE_MEMTESTAnshuman Khandual1-0/+1
2021-04-04xtensa: ISS: add GDBIO implementation to semihosting interfaceMax Filippov1-0/+22
2021-04-04xtensa: move CONFIG_CPU_*_ENDIAN defines to KconfigMasahiro Yamada1-0/+6
2021-04-04xtensa: fix spelling mistake in Kconfig "wont" -> "won't"Colin Ian King1-1/+1
2021-01-29arch: xtensa: Remove CONFIG_OPROFILE supportViresh Kumar1-1/+0
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+0
2020-11-06xtensa/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/viro/vfsLinus Torvalds1-0/+1
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu1-14/+0
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+1
2020-09-01xtensa: fix Kconfig typoRandy Dunlap1-1/+1
2020-08-06Merge tag 'xtensa-20200805' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-0/+16
2020-07-28xtensa: add seccomp supportMax Filippov1-0/+15
2020-07-28xtensa: add audit supportMax Filippov1-0/+1
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
2020-04-10Merge tag 'xtensa-20200410' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-1/+1
2020-03-30arch/xtensa: fix grammar in Kconfig help textHu Haowen1-1/+1
2020-03-16dma-direct: make uncached_kernel_address more generalChristoph Hellwig1-1/+1
2020-02-07Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-9/+35
2020-02-04xtensa: reorganize vectors placementMax Filippov1-7/+33
2020-02-01arch/xtensa: fix Kconfig typos for HAVE_SMPRandy Dunlap1-2/+2
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-01-07xtensa: Implement copy_thread_tlsAmanieu d'Antras1-0/+1
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang1-1/+1
2019-12-03Merge tag 'xtensa-20191201' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-175/+221
2019-11-26xtensa: add XIP kernel supportMax Filippov1-2/+46
2019-11-11xtensa: use the generic uncached segment supportChristoph Hellwig1-2/+4
2019-10-20xtensa: move kernel memory layout to platform optionsMax Filippov1-173/+175
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+0
2019-09-04dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig1-1/+0
2019-09-01xtensa: add support for call0 ABI in userspaceMax Filippov1-0/+48
2019-06-24binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionChristoph Hellwig1-0/+1
2019-05-11Merge tag 'xtensa-20190510' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-6/+20
2019-05-07xtensa: implement initialize_cacheattr for MPU coresMax Filippov1-6/+20
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-1/+0
2019-03-07Merge tag 'xtensa-20190307' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds1-0/+2
2019-02-27Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner1-0/+1
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