aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsGravatar Waiman Long 1-3/+0
2019-03-20Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Gravatar Linus Torvalds 1-6/+15
2019-03-11arch: arc: Kconfig: pedantic formattingGravatar Enrico Weigelt, metux IT consult 1-6/+6
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+1
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2019-02-25ARCv2: Add explcit unaligned access support (and ability to disable too)Gravatar Eugeniy Paltsev 1-0/+9
2019-02-21ARC: enable uboot support unconditionallyGravatar Eugeniy Paltsev 1-12/+0
2019-02-21ARCv2: support manual regfile save on interruptsGravatar Vineet Gupta 1-0/+8
2019-02-20dma-mapping: improve selection of dma_declare_coherent availabilityGravatar Christoph Hellwig 1-1/+0
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionGravatar Yury Norov 1-0/+1
2019-02-13of: select OF_RESERVED_MEM automaticallyGravatar Christoph Hellwig 1-1/+0
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityGravatar Christoph Hellwig 1-0/+1
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-23/+1
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+0
2018-12-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-12-18clocksource/drivers/arc_timer: Utilize generic sched_clockGravatar Alexey Brodkin 1-0/+1
2018-12-13dma-mapping: always build the direct mapping codeGravatar Christoph Hellwig 1-1/+0
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINGravatar Christoph Hellwig 1-1/+0
2018-11-30ARC: change defconfig defaults to ARCv2Gravatar Kevin Hilman 1-1/+1
2018-11-23PCI: consolidate the PCI_SYSCALL symbolGravatar Christoph Hellwig 1-3/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciGravatar Christoph Hellwig 1-20/+0
2018-11-12ARC: remove redundant 'default n' from KconfigGravatar Bartlomiej Zolnierkiewicz 1-11/+0
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKGravatar Mike Rapoport 1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMGravatar Mike Rapoport 1-1/+0
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-2/+2
2018-09-20dma-mapping: consolidate the dma mmap implementationsGravatar Christoph Hellwig 1-1/+1
2018-09-20dma-mapping: merge direct and noncoherent opsGravatar Christoph Hellwig 1-1/+1
2018-09-14ARC: fix spelling mistake "entires" -> "entries"Gravatar Colin Ian King 1-1/+1
2018-08-27ARC: sort KconfigGravatar Vineet Gupta 1-5/+5
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-19/+0
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigGravatar Christoph Hellwig 1-2/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuGravatar Christoph Hellwig 1-1/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigGravatar Christoph Hellwig 1-16/+0
2018-07-27ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_sizeGravatar Eugeniy Paltsev 1-0/+3
2018-07-20Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 1-1/+1
2018-07-19ARCv2: [plat-hsdk]: Save accl reg pair by defaultGravatar Vineet Gupta 1-1/+1
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALGravatar Laurent Dufour 1-0/+1
2018-05-19arc: use generic dma_noncoherent_opsGravatar Christoph Hellwig 1-0/+4
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigGravatar Christoph Hellwig 1-3/+0
2018-05-09arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolGravatar Christoph Hellwig 1-3/+1
2018-03-01Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 1-1/+0
2018-02-05ARC: Fix malformed ARC_EMUL_UNALIGNED defaultGravatar Ulf Magnusson 1-1/+0
2018-01-09arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMAGravatar Christoph Hellwig 1-3/+0
2017-11-25Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Gravatar Linus Torvalds 1-1/+1
2017-11-21ARC: perf: avoid vmalloc backed mmapGravatar Vineet Gupta 1-1/+1
2017-10-12treewide: Fix typos in KconfigGravatar Masanari Iida 1-3/+3
2017-10-03ARC: fix allnoconfig build warningGravatar Vineet Gupta 1-1/+1
2017-09-01ARC: [plat-hsdk] initial port for HSDK boardGravatar Alexey Brodkin 1-0/+1
2017-09-01ARC: mm: Decouple RAM base address from kernel link addressGravatar Eugeniy Paltsev 1-1/+9