aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-8/+4
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-08sparc32: Do not select GENERIC_ISA_DMASam Ravnborg1-4/+0
2024-03-08sparc32: Use generic cmpdi2/ucmpdi2 variantsSam Ravnborg1-0/+2
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-0/+2
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers1-0/+1
2024-02-16sparc: Use shared font dataDr. David Alan Gilbert1-0/+2
2024-02-15sparc: remove obsolete config ARCH_ATULukas Bulwahn1-4/+0
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2023-06-28Merge branch 'expand-stack'Linus Torvalds1-0/+1
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds1-0/+1
2023-06-19watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek1-1/+1
2023-06-16sparc/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-0/+1
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+10
2023-04-18sparc: reword ARCH_FORCE_MAX_ORDER prompt and help textMike Rapoport (IBM)1-7/+9
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-4/+1
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle1-0/+1
2023-02-09sparc: allow PM configs for sparc32 COMPILE_TESTRandy Dunlap1-1/+1
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-1/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra1-0/+2
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+0
2022-07-17sparc/mm: move protection_map[] inside the platformAnshuman Khandual1-1/+1
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker1-1/+1
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+0
2022-04-28sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+1
2022-04-26arch: Add SYSVIPC_COMPAT for all architecturesGuo Ren1-5/+0
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-1/+0
2022-02-25sparc64: remove CONFIG_SET_FS supportArnd Bergmann1-1/+1
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-0/+1
2022-01-20mm: percpu: generalize percpu related configKefeng Wang1-9/+3
2021-10-21sparc32: use DMA_DIRECT_REMAPChristoph Hellwig1-1/+2
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-0/+1
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-0/+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-2/+0
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang1-4/+1
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport1-1/+1
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2021-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-1/+1
2021-02-21Merge tag 'oprofile-removal-5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2021-02-18sparc64: only select COMPAT_BINFMT_ELF if BINFMT_ELF is setRandy Dunlap1-1/+1
2021-02-10softirq: Move __ARCH_HAS_DO_SOFTIRQ to KconfigThomas Gleixner1-0/+1
2021-01-29arch: sparc: Remove CONFIG_OPROFILE supportViresh Kumar1-1/+0
2021-01-06Kconfig: regularize selection of CONFIG_BINFMT_ELFAl Viro1-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-3/+1
2020-12-15arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOCMike Rapoport1-3/+1
2020-11-06sparc/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-13Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+1
2020-10-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu1-17/+1
2020-09-28PCI: MSI: Fix Kconfig dependencies for PCI_MSI_ARCH_FALLBACKSThomas Gleixner1-1/+1
2020-09-16PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectableThomas Gleixner1-0/+1
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+1
2020-08-04Merge tag 'irq-core-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2020-07-19dma-mapping: make support for dma ops optionalChristoph Hellwig1-0/+1
2020-07-13arch/sparc: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2020-07-04sparc64: Deselect IRQ_PREFLOW_FASTEOIValentin Schneider1-1/+0
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-6/+6
2020-06-03mm: remove early_pfn_in_nid() and CONFIG_NODES_SPAN_OTHER_NODESMike Rapoport1-9/+0
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-1/+0
2020-03-31Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-5/+0
2020-03-03kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada1-5/+0
2020-02-14context-tracking: Introduce CONFIG_HAVE_TIF_NOHZFrederic Weisbecker1-0/+1
2020-02-04asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra1-1/+1
2020-02-04mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra1-1/+0
2019-12-08sched/rt, sparc: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-10-15sparc64: disable fast-GUP due to unexplained oopsesLinus Torvalds1-1/+0
2019-08-22kbuild: add CONFIG_ASM_MODVERSIONSMasahiro Yamada1-0/+1
2019-07-15docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab1-1/+1
2019-07-12mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUPChristoph Hellwig1-1/+1
2019-07-12sparc64: use the generic get_user_pages_fast codeChristoph Hellwig1-0/+1
2019-07-12sparc: remove ARCH_SELECT_MEMORY_MODELMike Rapoport1-3/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti1-1/+1
2019-05-14mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOCAlexandre Ghiti1-1/+1
2019-05-14sparc: advertise gigantic page supportAlexandre Ghiti1-0/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+0
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-8/+0
2019-04-03asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATEPeter Zijlstra1-0/+1
2019-02-1932-bit userspace ABI: introduce ARCH_32BIT_OFF_T config optionYury Norov1-0/+1
2018-12-29Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-22/+3
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-1/+1
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-1/+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-23pcmcia: allow PCMCIA support independent of the architectureChristoph Hellwig1-2/+0
2018-11-23PCI: consolidate the PCI_SYSCALL symbolChristoph Hellwig1-3/+1
2018-11-23PCI: consolidate the PCI_DOMAINS and PCI_DOMAINS_GENERIC config optionsChristoph Hellwig1-3/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-14/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport1-1/+0
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport1-1/+0
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig1-1/+1
2018-08-21sparc32: switch to NO_BOOTMEMMike Rapoport1-2/+2
2018-08-21sparc: use generic dma_noncoherent_opsChristoph Hellwig1-0/+2
2018-08-02kconfig: include kernel/Kconfig.preempt from init/KconfigChristoph Hellwig1-2/+0
2018-08-02Kconfig: consolidate the "Kernel hacking" menuChristoph Hellwig1-2/+0
2018-08-02kconfig: include common Kconfig files from top-level KconfigChristoph Hellwig1-24/+0
2018-06-15arch/*: Kconfig: fix documentation for NMI watchdogMauro Carvalho Chehab1-1/+1
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour1-0/+1
2018-06-06Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds1-2/+2
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada1-2/+2
2018-05-09arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/KconfigChristoph Hellwig1-4/+0
2018-05-09dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/KconfigChristoph Hellwig1-3/+1
2018-05-09scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/KconfigChristoph Hellwig1-3/+1
2018-05-09iommu-helper: move the IOMMU_HELPER config symbol to lib/Christoph Hellwig1-4/+1
2018-05-08dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig1-1/+0
2018-02-15sparc,leon: Select USB_UHCI_BIG_ENDIAN_{MMIO,DESC}James Hogan1-0/+2
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds1-0/+2
2017-11-17arch: Fix duplicates in Kconfig for parisc and sparcBabu Moger1-3/+0
2017-11-15vDSO for sparcNagarathnam Muthusamy1-0/+2
2017-10-09Revert commit 1a8b6d76dc5b ("net:add one common config...")Ding Tianhong1-1/+0
2017-09-08arch: define CPU_BIG_ENDIAN for all fixed big endian archsBabu Moger1-0/+3
2017-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-0/+5
2017-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller1-4/+8
2017-06-09security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni1-3/+0
2017-06-06arch/sparc: support NR_CPUS = 4096Jane Chu1-2/+2
2017-05-26arch/sparc: increase CONFIG_NODES_SHIFT on SPARC64 to 5Jane Chu1-2/+6
2017-05-25arch/sparc: Enable queued spinlock support for SPARCBabu Moger1-0/+1
2017-05-25arch/sparc: Enable queued rwlocks for SPARCBabu Moger1-0/+1
2017-05-25arch/sparc: Define config parameter CPU_BIG_ENDIANBabu Moger1-0/+3
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-04-26HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro1-1/+0
2017-04-26CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro1-1/+0
2017-04-23sparc64: Fill in rest of HAVE_REGS_AND_STACK_ACCESS_APIDavid S. Miller1-0/+1
2017-04-22sparc64: Add eBPF JIT.David S. Miller1-1/+2
2017-04-18sparc64: Use LOCKDEP_SMALL, not PROVE_LOCKING_SMALLDaniel Jordan1-1/+1
2017-04-02sparc: switch to RAW_COPY_USERAl Viro1-0/+1
2017-01-18net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan1-0/+1
2016-12-11sparc64:Support User Probes for sparcAllen Pais1-0/+3
2016-11-18config: Adding the new config parameter CONFIG_PROVE_LOCKING_SMALL for sparcBabu Moger1-0/+1
2016-11-18sparc64: Enable 64-bit DMATushar Dave1-0/+4
2016-11-18sparc64: Add FORCE_MAX_ZONEORDER and default to 13Dave Kleikamp1-0/+18
2016-10-07atomic64: no need for CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVEVineet Gupta1-1/+0
2016-08-24ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from configJosh Poimboeuf1-1/+0
2016-07-26sparc/uaccess: Enable hardened usercopyKees Cook1-0/+1
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng1-0/+1
2016-05-20printk/nmi: generic solution for safe printk in NMIPetr Mladek1-0/+1
2016-05-20exit_thread: remove empty bodiesJiri Slaby1-0/+1
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds1-1/+0
2016-05-16bpf: split HAVE_BPF_JIT into cBPF and eBPF variantDaniel Borkmann1-1/+1
2016-04-26sparc: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij1-1/+0
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-1/+0
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon1-4/+0
2015-06-25sparc: time: Replace update_persistent_clock() with CONFIG_RTC_SYSTOHCXunlei Pang1-1/+1
2015-04-14sparc: expose number of page table levelsKirill A. Shutemov1-0/+4
2015-03-18sparc: Fix /proc/kcoreDavid S. Miller1-0/+3
2014-10-05sparc64: sparse irqbob picco1-0/+1
2014-08-08lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott1-0/+1
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-1/+0
2014-07-18sparc64,ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)1-1/+0
2014-07-16locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra1-0/+1
2014-04-12Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-0/+1
2014-03-20audit: Add CONFIG_HAVE_ARCH_AUDITSYSCALLAKASHI Takahiro1-0/+1
2014-02-19sparc32: fix build failure for arch_jump_label_transformPaul Gortmaker1-1/+1
2014-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2014-01-23Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham1-2/+2
2014-01-02Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on sparcMark Salter1-0/+1
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-0/+1
2013-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-0/+1
2013-11-15kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig1-1/+0
2013-11-14sparc64: Implement HAVE_CONTEXT_TRACKINGKirill Tkhai1-0/+1
2013-10-23sparc: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter1-0/+1
2013-10-02sparc: fix MSI build failure on Sparc32Thomas Petazzoni1-1/+6
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-08-12PCI: remove ARCH_SUPPORTS_MSI kconfig optionThomas Petazzoni1-1/+0
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-1/+0
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-5/+0
2013-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller1-24/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+0
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-23/+0
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot1-5/+0
2013-04-10cpufreq: sparc: move cpufreq driver to drivers/cpufreqViresh Kumar1-23/+0
2013-04-09USB: remove USB_EHCI_BIG_ENDIAN_{DESC,MMIO} depends on architecture symbolFlorian Fainelli1-0/+2
2013-03-20sparc64: Hibernation supportTkhai Kirill1-0/+7
2013-03-20sparc,leon: updated GRPCI2 config nameDaniel Hellstrom1-1/+1
2013-03-20sparc,leon: support for GRPCI1 PCI host bridge controllerDaniel Hellstrom1-0/+11
2013-03-19sparc: remove unused "config BITS"Paul Bolle1-6/+0
2013-03-19sparc: delete "if !ULTRA_HAS_POPULATION_COUNT"Paul Bolle1-1/+1
2013-03-03make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro1-1/+0
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-3/+0
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+4
2013-02-19Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2013-02-14burying unused conditionalsAl Viro1-5/+0
2013-02-13sparc64: Add missing HAVE_ARCH_TRANSPARENT_HUGEPAGE.David S. Miller1-0/+1
2013-02-03sparc: switch to generic old sigsuspendAl Viro1-0/+1
2013-02-03sparc: switch to use of generic old sigactionAl Viro1-0/+2
2013-02-03sparc: switch sys_compat_rt_sigaction() to COMPAT_SYSCALL_DEFINEAl Viro1-0/+1
2013-02-03sparc: switch to generic compat rt_sigqueueinfo()Al Viro1-0/+1
2013-02-03sparc: switch to generic compat rt_sigpending()Al Viro1-0/+1
2013-02-03sparc: switch to generic compat rt_sigprocmask(2)Al Viro1-0/+1
2013-02-03sparc: switch to generic sigaltstackAl Viro1-0/+1
2013-02-03sanitize rt_sigaction() situation a bitAl Viro1-0/+1