aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/Kconfig
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
7 daysARC: Add eBPF JIT supportShahab Vahedi1-0/+1
2024-04-01ARC: mm: fix new code about cache aliasingVineet Gupta1-1/+0
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: simplify architecture specific page size configurationArnd Bergmann1-0/+3
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers1-0/+1
2023-12-08ARC: mm: retire support for aliasing VIPT D$Vineet Gupta1-5/+0
2023-09-04Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds1-3/+5
2023-08-18arc: mm: convert to GENERIC_IOREMAPBaoquan He1-0/+1
2023-08-17ARC: entry: use gp to cache task pointer (vs. r25)Vineet Gupta1-3/+3
2023-08-17ARC: uaccess: use optimized generic __strnlen_user/__strncpy_from_userVineet Gupta1-0/+2
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds1-0/+1
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-2/+2
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-1/+1
2022-04-25ARC: implement syscall tracepointsSergey Matyukevich1-0/+1
2022-04-25ARC: enable HAVE_REGS_AND_STACK_ACCESS_API featureSergey Matyukevich1-0/+1
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-1/+0
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-15arch: remove GENERIC_FIND_FIRST_BIT entirelyYury Norov1-1/+0
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann1-1/+0
2021-10-25irq: arc: avoid CONFIG_HANDLE_DOMAIN_IRQMark Rutland1-1/+0
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-3/+1
2021-08-26ARC: mm: support 3 levels of page tablesVineet Gupta1-0/+4
2021-08-24ARC: mm: remove tlb paranoid codeVineet Gupta1-3/+0
2021-08-24ARC: retire MMUv1 and MMUv2 supportVineet Gupta1-19/+3
2021-08-24ARC: retire ARC750 supportVineet Gupta1-11/+1
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-3/+1
2021-08-03arc: Fix spelling mistake and grammar in KconfigColin Ian King1-1/+1
2021-06-29arc: remove support for DISCONTIGMEMMike Rapoport1-13/+0
2021-05-05mm: drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGEAnshuman Khandual1-4/+1
2021-05-05mm: generalize ARCH_HAS_CACHE_LINE_SIZEAnshuman Khandual1-3/+1
2021-01-22arch: arc: Remove CONFIG_OPROFILE supportViresh Kumar1-1/+0
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2020-12-15arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport1-1/+2
2020-11-06arc/mm/highmem: Use generic kmap atomic implementationThomas 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-05ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta1-2/+0
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+1
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds1-1/+0
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner1-1/+0
2020-06-18ARCv2: support loop buffer (LPB) disablingEugeniy Paltsev1-0/+6
2020-06-16ARC: build: allow users to specify -mcpuEugeniy Paltsev1-0/+9
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-06-04mm/debug: add tests validating architecture page table helpersAnshuman Khandual1-0/+1
2020-03-16ARC: allow userspace DSP applications to use AGU extensionsEugeniy Paltsev1-0/+9
2020-03-16ARC: add support for DSP-enabled userspace applicationsEugeniy Paltsev1-0/+12
2020-03-16ARC: handle DSP presence in HWEugeniy Paltsev1-1/+28
2020-02-09ARC: fix some Kconfig typosRandy Dunlap1-2/+2
2020-01-31Merge tag 'arc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds1-10/+6
2020-01-17ARCv2: fpu: preserve userspace fpu stateVineet Gupta1-10/+5
2020-01-15ARC: wireup clone3 syscallVineet Gupta1-0/+1
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang1-1/+1
2019-12-04Merge tag 'arc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds1-0/+9
2019-11-20ARC: add kmemleak supportEugeniy Paltsev1-0/+1
2019-11-11dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig1-1/+0
2019-11-08ARC: ARCv2: jump label: implement jump label patchingEugeniy Paltsev1-0/+8
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2019-06-25arc: use the generic remapping allocator for coherent DMA allocationsChristoph Hellwig1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-3/+0
2019-03-20Merge tag 'arc-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds1-6/+15
2019-03-11arch: arc: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult1-6/+6
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+1
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2019-02-25ARCv2: Add explcit unaligned access support (and ability to disable too)Eugeniy Paltsev1-0/+9
2019-02-21ARC: enable uboot support unconditionallyEugeniy Paltsev1-12/+0
2019-02-21ARCv2: support manual regfile save on interruptsVineet Gupta1-0/+8
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-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig1-0/+1
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-23/+1
2018-12-28Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+0
2018-12-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2018-12-18clocksource/drivers/arc_timer: Utilize generic sched_clockAlexey Brodkin1-0/+1
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig1-1/+0
2018-12-06arch: switch the default on ARCH_HAS_SG_CHAINChristoph Hellwig1-1/+0
2018-11-30ARC: change defconfig defaults to ARCv2Kevin Hilman1-1/+1
2018-11-23PCI: consolidate the PCI_SYSCALL symbolChristoph Hellwig1-3/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-20/+0
2018-11-12ARC: remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz1-11/+0
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-1/+0
2018-10-22Merge tag 'dma-mapping-4.20' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-2/+2
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig1-1/+1
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig1-1/+1
2018-09-14ARC: fix spelling mistake "entires" -> "entries"Colin Ian King1-1/+1
2018-08-27ARC: sort KconfigVineet Gupta1-5/+5
2018-08-15Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-19/+0
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-2/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig1-1/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig1-16/+0
2018-07-27ARC: dma [non-IOC] setup SMP_CACHE_BYTES and cache_line_sizeEugeniy Paltsev1-0/+3
2018-07-20Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds1-1/+1
2018-07-19ARCv2: [plat-hsdk]: Save accl reg pair by defaultVineet Gupta1-1/+1
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-0/+1
2018-05-19arc: use generic dma_noncoherent_opsChristoph Hellwig1-0/+4
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig1-3/+0
2018-05-09arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig1-3/+1
2018-03-01Merge tag 'arc-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds1-1/+0
2018-02-05ARC: Fix malformed ARC_EMUL_UNALIGNED defaultUlf Magnusson1-1/+0
2018-01-09arc: remove CONFIG_ARC_PLAT_NEEDS_PHYS_TO_DMAChristoph Hellwig1-3/+0
2017-11-25Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds1-1/+1
2017-11-21ARC: perf: avoid vmalloc backed mmapVineet Gupta1-1/+1
2017-10-12treewide: Fix typos in KconfigMasanari Iida1-3/+3
2017-10-03ARC: fix allnoconfig build warningVineet Gupta1-1/+1
2017-09-01ARC: [plat-hsdk] initial port for HSDK boardAlexey Brodkin1-0/+1
2017-09-01ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev1-1/+9
2017-08-04ARC: [plat-sim] Include this platform unconditionallyVineet Gupta1-1/+0
2017-05-05Revert "ARCv2: Allow enabling PAE40 w/o HIGHMEM"Alexey Brodkin1-0/+1
2017-04-20ARCv2: entry: save Accumulator register pair (r58:59) if presentVineet Gupta1-0/+8
2017-02-06ARC: [plat-*] ARC_HAS_COH_CACHES no longer relevantVineet Gupta1-6/+0
2017-02-06ARCv2: intc: Rework the build time irq count informationYuriy Kolerov1-11/+0
2017-01-18ARC: module: Fix !CONFIG_ARC_DW2_UNWIND buildsVineet Gupta1-1/+1
2016-12-18ARC: enable SG chainingVladimir Kondratiev1-0/+1
2016-11-30clocksource: import ARC timer driverVineet Gupta1-5/+2
2016-11-30ARC: timer: gfrc, rtc: build under same option (64-bit timers)Vineet Gupta1-8/+2
2016-10-28ARC: mm: retire ARC_DBG_TLB_MISS_COUNT...Vineet Gupta1-8/+0
2016-10-16ARC: [build] Support gz, lzma compressed uImageDaniel Mentz1-0/+2
2016-10-16ARCv2: intc: untangle SMP, MCIP and IDUVineet Gupta1-8/+9
2016-09-30ARC: CONFIG_NODES_SHIFT fix default valuesNoam Camus1-2/+2
2016-09-30ARCv2: Implement atomic64 based on LLOCKD/SCONDD instructionsVineet Gupta1-1/+1
2016-06-02Revert "ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with ex...Vineet Gupta1-5/+0
2016-05-31ARC: don't enable DISCONTIGMEM unconditionallyVineet Gupta1-2/+2
2016-05-30ARC: [intc-compact] simplify code for 2 priority levelsVineet Gupta1-20/+2
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng1-0/+1
2016-05-09ARC: Add eznps platform to Kconfig and MakefileNoam Camus1-0/+1
2016-05-09ARC: Make vmalloc size configurableNoam Camus1-0/+11
2016-05-09ARC: [intc-*] Do a domain lookup in primary handler for hwirq -> linux virqVineet Gupta1-0/+1
2016-05-09ARC: clockevent: Prepare for DT based probeNoam Camus1-1/+2
2016-05-05ARC: support HIGHMEM even without PAE40Vineet Gupta1-0/+13
2016-04-27ARC: add support for reserved memory defined by device treeAlexey Brodkin1-0/+1
2016-04-27ARC: support generic per-device coherent dma memAlexey Brodkin1-0/+1
2016-04-07ARC: Don't source drivers/pci/pcie/Kconfig ourselvesAndreas Ziegler1-1/+0
2016-03-21Merge tag 'arc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds1-2/+4
2016-03-19ARC: dma: reintroduce platform specific dma<->physVineet Gupta1-0/+3
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+26
2016-03-15ARCv2: LLSC: software backoff is NOT needed starting HS2.1cVineet Gupta1-1/+1
2016-03-12ARCv2: Allow enabling PAE40 w/o HIGHMEMVineet Gupta1-1/+0
2016-03-10ARC: Add PCI supportJoao Pinto1-0/+26
2016-02-24ARC: SMP: No need for CONFIG_ARC_IPI_DBGVineet Gupta1-8/+0
2016-02-23arc: get rid of DEVTMPFS dependency on INITRAMFS_SOURCEAlexey Brodkin1-2/+0
2016-02-18ARC: Assume multiplier is always presentVineet Gupta1-8/+0
2016-02-13Merge tag 'arc-4.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds1-1/+20
2016-02-12ARC: mm: Introduce explicit super page size supportVineet Gupta1-0/+19
2016-01-29ARCv2: clocksource: Rename GRTC -> GFRC ...Vineet Gupta1-1/+1
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon1-3/+0
2015-12-17ARC: [plat-sim] unbork non default CONFIG_LINUX_LINK_BASEVineet Gupta1-0/+1
2015-10-29ARC: mm: PAE40 supportVineet Gupta1-0/+15
2015-10-28ARC: mm: HIGHMEM: kmap API implementationVineet Gupta1-0/+7
2015-10-28ARC: boot: Support Halt-on-reset and Run-on-reset SMP booting modesVineet Gupta1-0/+10
2015-10-17ARC: mm: MMU v1..v3 only selectable for ARCompact ISA based coresVineet Gupta1-0/+4
2015-10-17ARCv2: mm: THP supportVineet Gupta1-0/+4
2015-08-20ARC: Enable HAVE_FUTEX_CMPXCHGVineet Gupta1-0/+1
2015-08-11ARC: Enable optimistic spinning for LLSC configVineet Gupta1-0/+1
2015-08-04ARCv2: spinlock/rwlock/atomics: Delayed retry of failed SCOND with exponentia...Vineet Gupta1-0/+5
2015-07-23ARCv2: allow selection of page size for MMUv4Alexey Brodkin1-2/+2
2015-07-20ARCv2: add knob for DIV_REV in KconfigAlexey Brodkin1-0/+4
2015-07-06ARC: Kconfig: better way to disable ARC_HAS_LLSC for ARC_CPU_750DVineet Gupta1-1/+2
2015-06-25ARCv2: All bits in place, allow ARCv2 buildsVineet Gupta1-5/+4
2015-06-22ARCv2: SMP: clocksource: Enable Global Real Time counterVineet Gupta1-0/+5
2015-06-22ARCv2: SMP: ARConnect debug/robustnessVineet Gupta1-3/+12
2015-06-22ARCv2: SMP: Support ARConnect (MCIP) for Inter-Core-Interrupts et alVineet Gupta1-7/+14
2015-06-22ARCv2: clocksource: Introduce 64bit local RTC counterVineet Gupta1-0/+5
2015-06-22ARCv2: MMUv4: cache programming model changesVineet Gupta1-1/+1
2015-06-22ARCv2: MMUv4: TLB programming Model changesVineet Gupta1-0/+5
2015-06-22ARCv2: Support for ARCv2 ISA and HS38x coresVineet Gupta1-5/+75
2015-06-19ARC: [axs101] Add support for AXS101 SDP (software development platform)Alexey Brodkin1-0/+1
2015-06-19ARC: explicit'ify uboot supportVineet Gupta1-0/+12
2015-06-19ARC: [plat_arcfpga]->[plat_sim]Vineet Gupta1-1/+1
2015-06-19ARC: RIP broken 64bit RTSCVineet Gupta1-5/+0
2015-06-19ARC: [kbuild] Retire CONFIG_ARC_CPU_REL_4_10Vineet Gupta1-10/+1
2015-06-19ARC: remove the unused platform helpers from dma mapping APIVineet Gupta1-4/+0
2014-11-03ARC: add power management optionsAlexey Brodkin1-0/+1
2014-10-13ARC: Remove unneeded Kconfig entry NO_DMAPaul Bolle1-3/+0
2014-10-13ARC: rename kconfig option for unaligned emulationVineet Gupta1-1/+1
2014-10-13ARC: [plat*] move code out of .init_machine into commonVineet Gupta1-0/+1
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-13/+2
2014-02-20Kconfig: Remove useless "default N" linesPaul Bolle1-1/+0
2014-01-25Merge tag 'arc-v3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Linus Torvalds1-11/+0
2014-01-23Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham1-2/+2
2014-01-16ARC: [cmdline] uboot cmdline handling reworkVineet Gupta1-11/+0
2013-11-25ARC: extable: Enable sorting at build timeVineet Gupta1-0/+1
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig1-1/+0
2013-11-07ARC: [SMP] Disallow RTSCVineet Gupta1-5/+1
2013-11-06ARC: [SMP] enlarge possible NR_CPUSNoam Camus1-2/+2
2013-11-06ARC: Add support for irqflags tracing and lockdepVineet Gupta1-0/+6
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-07-04Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds1-0/+1
2013-07-04consolidate per-arch stack overflow debugging optionsDave Hansen1-0/+1
2013-06-22ARC: [mm] Make stack/heap Non-executable by defaultVineet Gupta1-7/+0
2013-06-22ARC: make dcache VIPT aliasing support dependant on dcacheAlexey Brodkin1-0/+1
2013-05-09ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta1-0/+4
2013-05-07ARC: [TB10x] Add support for TB10x platformChristian Ruppert1-0/+1
2013-05-07ARC: [cmdline] Remove CONFIG_CMDLINEVineet Gupta1-9/+2
2013-05-07ARC: Remove non existent refs to GENERIC_KERNEL_EXECVE & GENERIC_KERNEL_THREADAlexander Shiyan1-2/+0
2013-04-09ARC: [kbuild] Include Kconfig.binfmtVineet Gupta1-3/+4