aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely1-1/+1
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely1-5/+4
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely1-1/+1
2013-10-23microblaze: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter1-0/+1
2013-10-09of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring1-2/+0
2013-10-09of: implement pci_address_to_pio as weak functionRob Herring1-9/+0
2013-10-09microblaze: clean-up prom.h implicit includesRob Herring5-27/+5
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-9/+0
2013-10-09of: create default early_init_dt_add_memory_archRob Herring1-5/+0
2013-10-09microblaze: use early_init_dt_scanRob Herring2-15/+4
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+5
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-7/+1
2013-09-06Merge tag 'microblaze-3.12-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds14-367/+178
2013-09-04microblaze: Show message when reset gpio is not presentMichal Simek1-1/+5
2013-09-03microblaze: Add linux.bin.ub targetJason Wu2-4/+6
2013-09-03microblaze: Add PVR version string for MB v9.0 and v9.1Michal Simek1-0/+2
2013-09-03microblaze: timer: Replace microblaze_ prefix by xilinx_Michal Simek1-39/+39
2013-09-03microblaze: timer: Update headerMichal Simek1-1/+2
2013-09-03microblaze: timer: Remove unused headerMichal Simek1-13/+0
2013-09-03microblaze: timer: Clear driver init functionMichal Simek1-13/+15
2013-09-03microblaze: timer: Use CLKSRC_OF initializationMichal Simek3-13/+11
2013-09-03microblaze: intc: Remove unused headerMichal Simek1-3/+0
2013-09-03microblaze: intc: Clean driver init functionMichal Simek1-10/+19
2013-09-03microblaze: intc: Using irqchipMichal Simek2-5/+14
2013-09-03microblaze: intc: Update headerMichal Simek1-1/+2
2013-09-03microblaze: intc: Remove unused headersMichal Simek1-3/+0
2013-09-03microblaze: Remove selfmodified featureMichal Simek7-192/+24
2013-09-03of/pci: Use of_pci_range_parserAndrew Murray1-68/+38
2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely1-5/+0
2013-08-28Merge tag 'v3.11-rc7' into devicetree/nextGrant Likely1-1/+1
2013-08-21microblaze: remove undefined of_get_cpu_node declarationSudeep KarkadaNagesha1-3/+0
2013-08-13microblaze: fix clone syscallMichal Simek1-1/+1
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar1-2/+1
2013-07-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds4-4/+7
2013-07-10microblaze: Move __NR_syscalls from uapiMichal Simek2-2/+3
2013-07-03mm/microblaze: clean up unused VALID_PAGE()Jiang Liu1-1/+0
2013-07-03mm/microblaze: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-45/+6
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-26microblaze: Enable KGDB in defconfigMichal Simek1-1/+3
2013-06-26microblaze: Don't mark arch_kgdb_ops as const.Graeme Smecher1-1/+1
2013-06-03microblaze: Use static inline functions in cacheflush.hMichal Simek1-16/+18
2013-06-03microblaze: Fix sparse warningsMichal Simek1-2/+2
2013-05-28microblaze: uaccess s/might_sleep/might_fault/Michael S. Tsirkin1-3/+3
2013-05-27microblaze: Reversed logic in futex cmpxchgMeyer, Kirk1-1/+1