aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-18Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds32-195/+3839
2010-03-12microblaze: use generic ptrace_resume codeChristoph Hellwig1-37/+0
2010-03-12ptrace: use ptrace_request() in the remaining architecturesChristoph Hellwig1-26/+1
2010-03-11microblaze: entry.S use delay slot for return handlersMichal Simek1-6/+3
2010-03-11microblaze: Save current task directlyMichal Simek1-8/+4
2010-03-11microblaze: Simplify entry.S - save/restore r3/r4 - ret_from_trapMichal Simek1-48/+30
2010-03-11microblaze: PCI early support for noMMU systemMichal Simek4-6/+18
2010-03-11microblaze: Fix dma alloc and free coherent dma functionsMichal Simek1-4/+13
2010-03-11microblaze: Add consistent codeMichal Simek3-1/+256
2010-03-11microblaze: pgtable.h: move consistent functionsMichal Simek1-9/+9
2010-03-11microblaze: Remove ancient Kconfig option for consistent mappingMichal Simek1-31/+2
2010-03-11microblaze: Remove VMALLOC_VMADDRMichal Simek2-2/+1
2010-03-11microblaze: Add define for ASM_LOOPMichal Simek1-43/+161
2010-03-11microblaze: Preliminary support for dma driversMichal Simek1-6/+3
2010-03-11microblaze: remove trailing space in messagesFrans Pop1-1/+1
2010-03-11microblaze: Use generic show_mem()Michal Simek1-6/+0
2010-03-11microblaze: Change temp register for cmdlineMichal Simek1-6/+7
2010-03-11microblaze: Preliminary support for dma driversMichal Simek3-16/+17
2010-03-11microblaze: Move cache function to cache.cMichal Simek2-6/+5
2010-03-11microblaze: Add support from PREEMPTMichal Simek3-2/+26
2010-03-11microblaze: Add support for Xilinx PCI host bridgeMichal Simek5-0/+183
2010-03-11microblaze: Enable PCI, missing filesMichal Simek8-1/+268
2010-03-11microblaze: Add core PCI filesMichal Simek2-0/+2070
2010-03-11microblaze: Add pci-bridge.hMichal Simek1-0/+195
2010-03-11microblaze: Add pci.hMichal Simek1-1/+170
2010-03-11microblaze: io.h include asm-generic/iomap.hMichal Simek1-10/+3
2010-03-11microblaze: Add irq_create_{of_,}mapping functionsMichal Simek2-1/+51
2010-03-11microblaze: Add {z,}alloc_maybe_bootmem functionsMichal Simek2-0/+26
2010-03-11microblaze: Implement __dma_sync_pageMichal Simek2-4/+23
2010-03-11microblaze: Support DMAMichal Simek7-5/+322
2010-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2010-03-01Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-1/+1
2010-02-25Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-998/+15
2010-02-24microblaze: Fix out_le32() macroSteven J. Magnani1-1/+1
2010-02-24microblaze: Fix cache loop function for cache rangeMichal Simek1-19/+8
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-1/+1
2010-02-14of: remove undefined request_OF_resource & release_OF_resourceGrant Likely1-4/+0
2010-02-14of: move definition of of_chosen into common code.Grant Likely2-5/+0
2010-02-14of: remove unused extern reference to devtree_lockGrant Likely1-2/+0
2010-02-14of: put default string compare and #a/s-cell values into common headerGrant Likely1-7/+0
2010-02-14of/flattree: Don't assume HAVE_LMBJeremy Kerr1-0/+5
2010-02-09of/flattree: use callback to setup initrd from /chosenJeremy Kerr1-0/+10
2010-02-09of/flattree: merge early_init_dt_scan_memory() common codeGrant Likely1-49/+2
2010-02-09of: merge of_find_node_by_phandleJeremy Kerr1-21/+0
2010-02-09of: merge of_attach_node() & of_detach_node()Grant Likely2-63/+0
2010-02-09microblaze: remove early_init_dt_scan_cpus() and phyp_dump_*()Grant Likely1-153/+0
2010-02-08microblaze: Invalidate dcache before enabling itMichal Simek1-0/+1
2010-02-03microblaze: fix interrupt state restoreSteven J. Magnani1-4/+6
2010-02-03microblaze: Defconfig updateMichal Simek2-44/+169
2010-02-02Merge branch 'master' into percpuTejun Heo5-5/+20