summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2010-10-21microblaze: Fix r16 and r17 reg savingMichal Simek1-7/+4
2010-10-21microblaze: Removing dead CONTIGUOUS_PAGE_ALLOC config optionChristian Dietrich1-3/+0
2010-10-21microblaze: Report if only one timer is usedMichal Simek3-7/+7
2010-10-21microblaze: Clear return value in pt_regsMichal Simek1-0/+2
2010-10-21microblaze: Fix sys_rt_sigreturn_wrapperMichal Simek1-7/+1
2010-10-21microblaze: remove unused TIF_KERNEL_TRACEMichal Simek1-4/+0
2010-10-21microblaze: Add seccomp supportMichal Simek2-0/+33
2010-10-21microblaze: Remove old user debugging gdb stubMichal Simek1-8/+1
2010-10-21microblaze: trivial: thread_info cleanupMichal Simek1-8/+8
2010-10-21microblaze: Fix pmd_populate macroMichal Simek1-1/+2
2010-10-21microblaze: kgdb: Remove unused variable and fix return valueMichal Simek1-2/+1
2010-10-21microblaze: Fix generic DTS to ensure OF requirementsMichal Simek1-0/+2
2010-10-21microblaze: Remove pr_<level> uses of KERN_<level>Joe Perches1-10/+6
2010-10-12Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek50-3721/+1007
2010-10-07Fix IRQ flag handling namingDavid Howells1-91/+102
2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe1-5/+0
2010-09-11memblock, microblaze: Fix memblock API change falloutMichal Simek1-5/+5
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar52-3726/+1018
2010-08-18Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds3-3/+5
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-3/+7
2010-08-16of: Fix missing includesGrant Likely2-1/+3
2010-08-16microblaze: Fix of: eliminate of_device->node and dev_archdata->{of,prom}_nodeMichal Simek1-1/+1
2010-08-16microblaze: Fix of/address: Merge all of the bus translation codeMichal Simek1-1/+1
2010-08-14defconfig reductionSam Ravnborg2-1689/+2
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori1-1/+0
2010-08-11dma-mapping: unify dma_get_cache_alignment implementationsFUJITA Tomonori1-5/+0
2010-08-11dma-mapping: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGNFUJITA Tomonori1-1/+1
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+0
2010-08-07remove needless ISA_DMA_THRESHOLDFUJITA Tomonori1-2/+0
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-3/+0
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds15-1474/+27
2010-08-05Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds33-541/+974
2010-08-05memblock: Introduce default allocation limit and use it to replace explicit onesBenjamin Herrenschmidt1-3/+0
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-1/+1
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-3/+0
2010-08-04Merge branch 'master' into for-nextJiri Kosina4-33/+33
2010-08-04microblaze: Add KGDB supportMichal Simek8-81/+234
2010-08-04microblaze: Support brki rX, 0x18 for user application debuggingMichal Simek2-19/+19
2010-08-04microblaze: Remove nop after MSRCLR/SET, MTS, MFS instructionsMichal Simek1-51/+0
2010-08-04microblaze: Simplify syscall rutineMichal Simek1-39/+7
2010-08-04microblaze: Move PT_MODE saving to delay slotMichal Simek1-3/+1
2010-08-04microblaze: Fix _interrupt functionMichal Simek1-5/+3
2010-08-04microblaze: Fix _user_exception functionMichal Simek1-4/+3
2010-08-04microblaze: Put together addik instructionsMichal Simek1-5/+9
2010-08-04microblaze: Use delay slot in syscall macrosMichal Simek1-19/+10
2010-08-04microblaze: Save kernel mode in delay slotMichal Simek1-2/+1
2010-08-04microblaze: Do not mix register saving and mode settingMichal Simek1-1/+1
2010-08-04microblaze: Move SAVE_STATE upwardMichal Simek1-32/+31