summaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
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: uaccess: Sync strlen, strnlen, copy_to/from_userMichal Simek1-56/+32
2010-04-01microblaze: uaccess: Unify __copy_tofrom_userMichal Simek2-39/+22
2010-04-01microblaze: uaccess: Move functions to generic locationMichal Simek3-200/+61
2010-04-01microblaze: uaccess: Fix put_user for noMMUMichal Simek1-22/+56
2010-04-01microblaze: uaccess: Fix get_user macro for noMMUMichal Simek1-23/+66
2010-04-01microblaze: uaccess: fix clear_user for noMMU kernelMichal Simek1-45/+36
2010-04-01microblaze: uaccess: Fix strncpy_from_user functionMichal Simek1-3/+11
2010-04-01microblaze: uaccess: fix copy_from_user macroMichal Simek1-9/+14
2010-04-01microblaze: uaccess: copy_to_user unificationMichal Simek1-9/+16
2010-04-01microblaze: uaccess: sync put/get/clear_user macrosMichal Simek1-37/+69
2010-04-01microblaze: uaccess: fix put_user and get_user macrosMichal Simek1-51/+49
2010-04-01microblaze: uaccess: fix __get_user_asm macroMichal Simek1-16/+17
2010-04-01microblaze: uaccess: fix clean user macroMichal Simek1-34/+55
2010-04-01microblaze: move noMMU __range_ok function to uaccess.hMichal Simek2-9/+6
2010-04-01microblaze: Move exception_table_entry upwardMichal Simek1-16/+15
2010-04-01microblaze: Remove segment.hMichal Simek5-52/+34
2010-04-01microblaze: Remove memset in free_init_pagesMichal Simek1-1/+0
2010-04-01microblaze: Makefile cleanupsArun Bhanu1-4/+0
2010-04-01microblaze: Fix Makefile to delete build generated filesArun Bhanu2-1/+3
2010-04-01microblaze: Add a missing single quote to make 'make help' happyArun Bhanu1-1/+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 imp...Tejun Heo9-3/+6
2010-03-19Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds32-195/+3839
2010-03-13microblaze: use generic ptrace_resume codeChristoph Hellwig1-37/+0
2010-03-13ptrace: 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