aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-06-09microblaze: Fix sg_dma_len() regressionFUJITA Tomonori1-1/+0
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely13-112/+72
2010-05-22arch/microblaze: Move dma_mask from of_device into pdev_archdataGrant Likely2-2/+2
2010-05-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely1-3/+1
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2-6/+6
2010-05-14microblaze: Fix module loading on system with WB cacheMichal Simek1-0/+2
2010-05-13microblaze: export assembly functions used by modulesMichal Simek1-0/+1
2010-05-13microblaze: Remove compilation warnings in cache macroMichal Simek1-1/+2
2010-05-13microblaze: export assembly functions used by modulesSteven J. Magnani1-0/+10
2010-05-13microblaze: re-enable interrupts before calling scheduleSteven J. Magnani1-0/+2
2010-05-06microblaze: Optimize CACHE_LOOP_LIMITS and CACHE_RANGE_LOOP macrosMichal Simek1-27/+35
2010-05-06microblaze: cpuinfo shows cache line lengthMichal Simek1-4/+6
2010-05-06microblaze: Fix typo fault in cache codeMichal Simek1-5/+5
2010-05-06microblaze: Fix consistent codeMichal Simek1-1/+1
2010-05-06microblaze: Remove "cache" optimized copy_page functionMichal Simek2-36/+1
2010-05-06microblaze: fix divide by zero exception messageRandy Dunlap1-1/+1
2010-05-06microblaze: Remove ancient codeMichal Simek1-34/+0
2010-05-06microblaze: Quiet section mismatch warningsSteven J. Magnani2-2/+4
2010-05-06microblaze: Fix IRQ entry/exit ftracingSteven J. Magnani1-1/+2
2010-04-28driver-core: Add device node pointer to struct deviceGrant Likely1-0/+1
2010-04-07microblaze: Remove unused variable from ptraceMichal Simek1-1/+0
2010-04-07microblaze: Fix ftrace_update_ftrace_func panicSteven J. Magnani1-9/+3
2010-04-05Merge branch 'master' into export-slabhTejun Heo7-87/+94
2010-04-01microblaze: Print early printk information to log bufferMichal Simek1-9/+15
2010-04-01microblaze: head.S typo fixMichal Simek1-2/+2
2010-04-01microblaze: Use MICROBLAZE_TLB_SIZE in asm codeMichal Simek2-3/+3
2010-04-01microblaze: Adding likely macrosMichal Simek2-5/+6
2010-04-01microblaze: Add .type and .size to ASM functionsMichal Simek1-0/+11
2010-04-01microblaze: Use instruction with delay slotMichal Simek1-8/+5
2010-04-01microblaze: Remove additional resr and rear loadingMichal Simek1-15/+3
2010-04-01microblaze: Change register usage for ESR and EARMichal Simek1-35/+35
2010-04-01microblaze: Prepare work for optimization in exception codeMichal Simek1-6/+3
2010-04-01microblaze: Add DEBUG optionMichal Simek1-0/+2
2010-04-01microblaze: Support systems without lmb bramMichal Simek1-0/+6
2010-04-01microblaze: Remove segment.hMichal Simek1-0/+1
2010-04-01microblaze: Fix "kstack=" parsingSteven J. Magnani1-4/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo5-3/+2
2010-03-18Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds8-116/+443
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: Fix dma alloc and free coherent dma functionsMichal Simek1-4/+13
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: Change temp register for cmdlineMichal Simek1-6/+7
2010-03-11microblaze: Preliminary support for dma driversMichal Simek1-6/+12
2010-03-11microblaze: Move cache function to cache.cMichal Simek2-6/+5