aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-26microblaze: Remove noMMU codeMichal Simek1-2/+0
2020-11-10microblaze: Replace <linux/clk-provider.h> by <linux/of_clk.h>Geert Uytterhoeven1-1/+1
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-02-25microblaze: Remove unused boot_cpuid variableMichal Simek1-1/+0
2020-02-24microblaze: Kernel parameters should be parsed earlierMichal Simek1-1/+0
2020-01-14arch/microblaze/setup: Drop dummy_con initializationArvind Sankar1-4/+0
2019-01-14microblaze: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-11/+2
2018-04-23microblaze: remove redundant early_printk supportRob Herring1-13/+4
2017-06-14clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano1-1/+1
2016-02-09locking/lockdep: Eliminate lockdep_init()Andrey Ryabinin1-2/+0
2015-10-01clocksource: cosmetic: Drop OF 'dependency' from symbolsMarc Zyngier1-1/+1
2014-06-04microblaze: remove check for CONFIG_XILINX_CONSOLEPaul Bolle1-5/+1
2014-06-04microblaze: Return default dma operationsMichal Simek1-28/+0
2014-01-27microblaze: Fix missing bracket in printkMichal Simek1-1/+1
2014-01-27microblaze: Add support for CCFMichal Simek1-0/+3
2014-01-21microblaze: Remove _fdt_start castsGeert Uytterhoeven1-3/+2
2013-10-09microblaze: clean-up prom.h implicit includesRob Herring1-0/+1
2013-10-09microblaze: use early_init_dt_scanRob Herring1-1/+1
2013-09-03microblaze: timer: Use CLKSRC_OF initializationMichal Simek1-0/+6
2013-09-03microblaze: Remove selfmodified featureMichal Simek1-4/+0
2013-02-12microblaze: Fix coding style issuesMichal Simek1-13/+15
2013-02-12microblaze: Add missing return from debugfs_tlbMichal Simek1-0/+2
2012-10-04microblaze: Prefer to use pr_XXX instead of printk(KERN_XX)Michal Simek1-1/+1
2012-10-04microblaze: Fix bug with passing command lineMichal Simek1-7/+6
2012-06-27mtd/uclinux: Use generic __bss_stop instead of _ebssGeert Uytterhoeven1-2/+2
2012-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into nextMichal Simek1-3/+0
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for MicroblazeDavid Howells1-1/+0
2012-03-28microblaze: Fix tlb_skip variable on noMMU systemMichal Simek1-0/+2
2012-03-27Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+23
2012-03-23microblaze: Handle TLB skip size dynamicallyMichal Simek1-0/+13
2012-03-23microblaze: Improve TLB calculation for small systemsMichal Simek1-1/+10
2012-02-14irq_domain: convert microblaze from irq_host to irq_domainGrant Likely1-2/+0
2012-01-31Revert "microblaze: Add topology init"Michal Simek1-20/+1
2012-01-11microblaze: Add topology initMichal Simek1-1/+20
2012-01-05microblaze: Remove eprintk macroMichal Simek1-9/+9
2011-07-25microblaze: Get early printk console earlierMichal Simek1-0/+5
2011-03-15microblaze: Do not copy reset vectors/manual reset vector setupMichal Simek1-2/+10
2011-02-07microblaze: Fix msr instruction detectionMichal Simek1-2/+2
2010-10-21microblaze: Report if only one timer is usedMichal Simek1-6/+0
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely1-6/+0
2010-04-01microblaze: Print early printk information to log bufferMichal Simek1-9/+15
2010-03-11microblaze: Move cache function to cache.cMichal Simek1-6/+0
2010-03-11microblaze: Add support for Xilinx PCI host bridgeMichal Simek1-0/+3
2010-03-11microblaze: Support DMAMichal Simek1-0/+36
2010-02-08microblaze: Invalidate dcache before enabling itMichal Simek1-0/+1
2009-12-14microblaze: Support for WB cacheMichal Simek1-4/+5
2009-12-14microblaze: Remove panic_timeout init valueMichal Simek1-2/+0