summaryrefslogtreecommitdiffstats
path: root/arch/arc/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-03-101-2/+1
|\
| * dma-mapping: improve selection of dma_declare_coherent availabilityChristoph Hellwig2019-02-201-1/+0
| * of: select OF_RESERVED_MEM automaticallyChristoph Hellwig2019-02-131-1/+0
| * dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig2019-02-131-0/+1
* | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-051-0/+1
|\ \
| * | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov2019-02-191-0/+1
| |/
* | ARC: enable uboot support unconditionallyEugeniy Paltsev2019-02-211-12/+0
* | ARCv2: support manual regfile save on interruptsVineet Gupta2019-02-211-0/+8
|/
* Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-291-23/+1
|\
| * PCI: consolidate the PCI_SYSCALL symbolChristoph Hellwig2018-11-231-3/+1
| * PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig2018-11-231-20/+0
* | Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-12-281-2/+0
|\ \
| * | dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-131-1/+0
| * | arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig2018-12-061-1/+0
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-12-251-0/+1
|\ \
| * | clocksource/drivers/arc_timer: Utilize generic sched_clockAlexey Brodkin2018-12-181-0/+1
| |/
* | ARC: change defconfig defaults to ARCv2Kevin Hilman2018-11-301-1/+1
* | ARC: remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2018-11-121-11/+0
|/
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-311-1/+0
* mm: remove CONFIG_NO_BOOTMEMMike Rapoport2018-10-311-1/+0
* Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-10-221-2/+2
|\
| * dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-201-1/+1
| * dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-201-1/+1
* | ARC: fix spelling mistake "entires" -> "entries"Colin Ian King2018-09-141-1/+1
|/
* ARC: sort KconfigVineet Gupta2018-08-271-5/+5
* Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-19/+0
|\
| * kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig2018-08-021-2/+0
| * Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig2018-08-021-1/+0
| * kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig2018-08-021-16/+0
* | ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_sizeEugeniy Paltsev2018-07-271-0/+3
* | Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2018-07-201-1/+1
|\ \ | |/ |/|
| * ARCv2: [plat-hsdk]: Save accl reg pair by defaultVineet Gupta2018-07-191-1/+1
* | mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour2018-06-071-0/+1
* | arc: use generic dma_noncoherent_opsChristoph Hellwig2018-05-191-0/+4
* | arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig2018-05-091-3/+0
* | arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig2018-05-091-3/+1
|/
* Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2018-03-011-1/+0
|\
| * ARC: Fix malformed ARC_EMUL_UNALIGNED defaultUlf Magnusson2018-02-051-1/+0
* | arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMAChristoph Hellwig2018-01-091-3/+0
|/
* Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2017-11-251-1/+1
|\
| * ARC: perf: avoid vmalloc backed mmapVineet Gupta2017-11-211-1/+1
* | treewide: Fix typos in KconfigMasanari Iida2017-10-121-3/+3
|/
* ARC: fix allnoconfig build warningVineet Gupta2017-10-031-1/+1
* ARC: [plat-hsdk] initial port for HSDK boardAlexey Brodkin2017-09-011-0/+1
* ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev2017-09-011-1/+9
* ARC: [plat-sim] Include this platform unconditionallyVineet Gupta2017-08-041-1/+0
* Revert "ARCv2: Allow enabling PAE40 w/o HIGHMEM"Alexey Brodkin2017-05-051-0/+1
* ARCv2: entry: save Accumulator register pair (r58:59) if presentVineet Gupta2017-04-201-0/+8
* ARC: [plat-*] ARC_HAS_COH_CACHES no longer relevantVineet Gupta2017-02-061-6/+0
* ARCv2: intc: Rework the build time irq count informationYuriy Kolerov2017-02-061-11/+0