aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/Kconfig
AgeCommit message (Expand)AuthorFilesLines
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-0/+1
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle1-0/+1
2022-11-25microblaze/PCI: Remove support for Xilinx PCI host bridgeThippeswamy Havalige1-8/+0
2022-09-26microblaze: Add xmb_manager_register functionAppana Durga Kedareswara rao1-0/+10
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2022-06-30arch: microblaze: Remove unused "select HANDLE_DOMAIN_IRQ"Ying Sun1-1/+0
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann1-1/+0
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+0
2022-03-04irqchip/xilinx: Switch to GENERIC_IRQ_MULTI_HANDLERMichal Simek1-0/+2
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann1-1/+0
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-0/+1
2021-06-30mm: generalize ZONE_[DMA|DMA32]Kefeng Wang1-3/+1
2021-02-23Merge tag 'microblaze-v5.12' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+0
2021-01-22arch: microblaze: Remove CONFIG_OPROFILE supportViresh Kumar1-1/+0
2021-01-04microblaze: do not select TRACING_SUPPORT directlyMasahiro Yamada1-1/+0
2020-12-16Merge tag 'microblaze-v5.11' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-47/+6
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2020-11-26microblaze: Remove noMMU codeMichal Simek1-47/+6
2020-11-06microblaze/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-08seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu1-17/+1
2020-09-08uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig1-0/+1
2020-06-03mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport1-1/+0
2020-04-05Merge tag 'irq-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+0
2020-04-04Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2020-04-01Revert "irqchip/xilinx: Enable generic irq multi handler"Marc Zyngier1-2/+0
2020-03-22irqchip/xilinx: Enable generic irq multi handlerMichal Simek1-0/+2
2020-03-16dma-direct: make uncached_kernel_address more generalChristoph Hellwig1-1/+1
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-0/+1
2020-02-04microblaze: Wire CMA allocatorMichal Simek1-0/+1
2019-12-13scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang1-1/+1
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds1-1/+0
2019-11-11dma-direct: provide mmap and get_sgtable method overridesChristoph Hellwig1-1/+0
2019-10-25microblaze: Enable SPARSE_IRQMichal Simek1-0/+1
2019-09-24Merge tag 'microblaze-v5.4-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-0/+3
2019-09-04dma-mapping: remove CONFIG_ARCH_NO_COHERENT_DMA_MMAPChristoph Hellwig1-1/+0
2019-08-30microblaze: use the generic dma coherent remap allocatorChristoph Hellwig1-0/+1
2019-08-30microblaze/nommu: use the generic uncached segment supportChristoph Hellwig1-0/+2
2019-06-24binfmt_flat: add a ARCH_HAS_BINFMT_FLAT optionChristoph Hellwig1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+0
2019-04-03locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archsWaiman Long1-6/+0
2019-04-03arch/tlb: Clean up simple architecturesPeter 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-14/+3
2018-12-13dma-mapping: always build the direct mapping codeChristoph Hellwig1-1/+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-6/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-5/+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: consolidate the dma mmap implementationsChristoph Hellwig1-1/+1
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig1-1/+1
2018-08-21Merge tag 'microblaze-v4.19-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-0/+4
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-08-02kconfig: remove duplicate SWAP symbol defintionsChristoph Hellwig1-3/+1
2018-07-20microblaze: use generic dma_noncoherent_opsChristoph Hellwig1-0/+4
2018-05-08dma-debug: remove CONFIG_HAVE_DMA_API_DEBUGChristoph Hellwig1-1/+0
2018-03-16microblaze: switch to NO_BOOTMEMRob Herring1-0/+1
2017-09-25arch: change default endian for microblazeBabu Moger1-1/+1
2017-09-08arch/microblaze: add choice for endianness and update MakefileBabu Moger1-0/+16
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+1
2017-06-30drivers: dma-mapping: allow dma_common_mmap() for NOMMUVladimir Murzin1-0/+1
2017-06-14clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano1-1/+1
2016-11-29microblaze/irqchip: Move intc driver to irqchipZubair Lutfullah Kakakhel1-0/+1
2016-06-08microblaze: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij1-1/+0
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds1-0/+1
2016-05-28microblaze: Add <asm/hash.h>George Spelvin1-0/+1
2016-05-20lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng1-0/+1
2016-03-08microblaze/PCI: Support generic Xilinx AXI PCIe Host Bridge IP driverBharat Kumar Gogada1-0/+3
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-1/+0
2016-01-16Kconfig: remove HAVE_LATENCYTOP_SUPPORTWill Deacon1-3/+0
2014-12-13gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio1-0/+1
2014-10-27microblaze: Fix missing NR_CPUS in menuconfigMichal Simek1-0/+4
2014-09-09microblaze: Rename Advance setup to Kernel featuresMichal Simek1-1/+1
2014-09-09microblaze: Add mm/Kconfig to advance menuMichal Simek1-2/+2
2014-07-18microblaze: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)1-1/+0
2014-04-07microblaze: Remove platform folderMichal Simek1-1/+1
2014-04-07microblaze: Sort Kconfig optionsMichal Simek1-26/+26
2014-01-28Merge tag 'microblaze-3.14-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-0/+2
2014-01-27microblaze: timer: Use generic sched_clock implementationMichal Simek1-0/+1
2014-01-27microblaze: Add support for CCFMichal Simek1-0/+1
2014-01-23microblaze: extable: sort the exception table at build timeMichal Simek1-0/+1
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-0/+1
2013-11-07microblaze: Calculate kernel pad automaticallyMichal Simek1-4/+0
2013-11-06microblaze: Remove unused NO_MMU Kconfig parameterMichael Opdenacker1-5/+0
2013-10-23microblaze: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter1-0/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-03microblaze: timer: Use CLKSRC_OF initializationMichal Simek1-0/+1
2013-08-13microblaze: fix clone syscallMichal Simek1-1/+1
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+0
2013-04-30Merge tag 'metag-for-v3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+0
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot1-3/+0
2013-04-08microblaze: Use generic idle loopThomas Gleixner1-0/+2
2013-03-20memblock: Kill ARCH_POPULATES_NODE_MAP once morePaul Bolle1-3/+0
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-2/+0
2012-11-28microblaze: switch to generic fork/vfork/cloneAl Viro1-0/+1
2012-11-16microblaze: switch to generic kernel_execve()Al Viro1-0/+1
2012-11-16microblaze: switch to generic kernel_thread()Al Viro1-0/+1
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2012-10-09Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config optionCatalin Marinas1-0/+1
2012-10-04microblaze: Support 4k/16k/64k pagesMichal Simek1-5/+2
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-0/+1
2012-07-30ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon1-0/+1
2012-05-28Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2012-05-25microblaze: Do not select GENERIC_GPIO by defaultLars-Peter Clausen1-1/+1
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner1-2/+0
2012-05-21microblaze: Use generic time configAnna-Maria Gleixner1-6/+1
2012-03-27Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-12/+21
2012-03-23microblaze: Improve TLB calculation for small systemsMichal Simek1-0/+4
2012-03-23microblaze: Highmem supportMichal Simek1-13/+11
2012-03-23microblaze: Use active regionsMichal Simek1-0/+4
2012-03-23microblaze: mm: Use ZONE_DMA instead of ZONE_NORMALMichal Simek1-0/+3
2012-02-16irq_domain/microblaze: Convert microblaze to use irq_domainsGrant Likely1-0/+1
2012-01-20microblaze: generic atomic64 supportDaniel Borkmann1-0/+1
2012-01-11cpu: Register a generic CPU device on architectures that currently do notBen Hutchings1-0/+1
2011-11-28microblaze: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin1-0/+1
2011-05-26arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita1-6/+0
2011-04-13usb: Fix Kconfig unmet dependencies for Microblaze EHCIMichal Simek1-1/+0
2011-03-30genirq: Remove the now obsolete config options and select statementsThomas Gleixner1-1/+0
2011-03-29microblaze: Use generic show_interrupts()Thomas Gleixner1-0/+1
2011-03-23bitops: introduce CONFIG_GENERIC_FIND_BIT_LEAkinobu Mita1-0/+3
2011-03-15microblaze: Do not copy reset vectors/manual reset vector setupMichal Simek1-0/+11
2011-03-09microblaze: Fix typo in KconfigTobias Klauser1-1/+1
2011-03-09microblaze: Select GENERIC_HARDIRQS_NO_DEPRECATEDThomas Gleixner1-0/+1
2011-01-21microblaze: Use generic irq KconfigThomas Gleixner1-6/+2
2011-01-21genirq: Remove __do_IRQThomas Gleixner1-3/+0
2010-12-29of/flattree: Add Kconfig for EARLY_FLATTREEStephen Neuendorffer1-1/+1
2010-10-28Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds1-5/+0
2010-10-21microblaze: Add seccomp supportMichal Simek1-0/+17
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek1-18/+33
2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe1-5/+0
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-3/+0
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-15/+2
2010-08-04microblaze: Add KGDB supportMichal Simek1-0/+1
2010-08-04microblaze: Allow PAGE_SIZE configurationSteven J. Magnani1-0/+30
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz1-3/+0
2010-07-24Merge commit 'v2.6.35-rc6' into devicetree/nextGrant Likely1-1/+1
2010-07-14lmb: rename to memblockYinghai Lu1-1/+1
2010-07-05proc: unify PROC_DEVICETREE configAndres Salomon1-8/+0
2010-07-05of: Put all CONFIG_OF dependencies into a Kconfig menu blockGrant Likely1-3/+0
2010-07-05of: remove architecture CONFIG_OF definitionsStephen Rothwell1-3/+0
2010-07-05microblaze: turn CONFIG_OF into a selectStephen Rothwell1-2/+3
2010-04-01microblaze: Kconfig Fix - pciMichal Simek1-3/+0
2010-03-11microblaze: Add consistent codeMichal Simek1-0/+9
2010-03-11microblaze: Remove ancient Kconfig option for consistent mappingMichal Simek1-31/+2
2010-03-11microblaze: Add support for Xilinx PCI host bridgeMichal Simek1-0/+4
2010-03-11microblaze: Enable PCI, missing filesMichal Simek1-0/+15
2010-03-11microblaze: Support DMAMichal Simek1-3/+2
2010-01-28Merge commit 'v2.6.33-rc5' into secretlab/test-devicetreeGrant Likely1-1/+20
2010-01-18microblaze: Add missing double apostrophe in KconfigMichal Simek1-1/+1
2009-12-14microblaze: Enable DTC compilationMichal Simek1-0/+3
2009-12-14microblaze: Core oprofile configs and hooksJohn Williams1-0/+2
2009-12-14microblaze: ftrace: add function graph supportMichal Simek1-0/+1
2009-12-14microblaze: ftrace: Add dynamic trace supportMichal Simek1-0/+2
2009-12-14microblaze: ftrace: enable HAVE_FUNCTION_TRACE_MCOUNT_TESTMichal Simek1-0/+1
2009-12-14microblaze: ftrace: add static function tracerMichal Simek1-0/+1
2009-12-14microblaze: preliminary enabling for LATENCYTOP support in KconfigMichal Simek1-0/+3
2009-12-14microblaze: Lockdep supportMichal Simek1-0/+3
2009-12-14microblaze: Stack trace supportMichal Simek1-0/+3
2009-11-23of/flattree: merge find_flat_dt_string and initial_boot_paramsGrant Likely1-0/+1
2009-09-22microblaze: Add architectural support for USB EHCI host controllersJulie Zhu1-0/+1
2009-07-06microblaze: use the generic lib/checksum.cRemis Lima Baima1-0/+3
2009-05-26microblaze_mmu_v2: Kconfig updateMichal Simek1-3/+109
2009-05-21microblaze: use generic dma-mapping-broken.hArnd Bergmann1-1/+1
2009-05-21microblaze: Kconfig: Enable drivers for MicroblazeMichal Simek1-3/+4
2009-03-27microblaze_v8: Kconfig patchesMichal Simek1-0/+141