aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-10-21microblaze: Add libgcc function directly to kernelMichal Simek1-25/+0
2010-10-21microblaze: wire up prlimit64 and fanotify* syscallsMichal Simek1-0/+3
2010-10-21microblaze: Add new microblaze versionsMichal Simek1-0/+2
2010-10-21microblaze: remove OUTPUT_FORMAT from linker scriptMichal Simek1-1/+0
2010-10-21microblaze: Fix r16 and r17 reg savingMichal Simek1-7/+4
2010-10-21microblaze: Report if only one timer is usedMichal Simek2-7/+1
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 old user debugging gdb stubMichal Simek1-8/+1
2010-10-21microblaze: kgdb: Remove unused variable and fix return valueMichal Simek1-2/+1
2010-10-21microblaze: Remove pr_<level> uses of KERN_<level>Joe Perches1-10/+6
2010-08-18Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-1/+1
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-3/+7
2010-08-16microblaze: Fix of/address: Merge all of the bus translation codeMichal Simek1-1/+1
2010-08-13Mark arguments to certain syscalls as being constDavid Howells1-1/+1
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds7-1214/+11
2010-08-04microblaze: Add KGDB supportMichal Simek4-50/+205
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
2010-08-04microblaze: entry.S: Macro optimizationMichal Simek1-12/+12
2010-08-04microblaze: Optimize hw exception rutineMichal Simek1-16/+6
2010-08-04microblaze: Implement clear_ums macro and fix SAVE_STATE macroMichal Simek1-0/+15
2010-08-04microblaze: Remove additional setup for kernel_modeMichal Simek1-15/+10
2010-08-04microblaze: Optimize SAVE_STATE macroMichal Simek1-8/+13
2010-08-04microblaze: Remove additional loadingMichal Simek1-5/+0
2010-08-04microblaze: Completely remove working with R11 registerMichal Simek1-41/+21
2010-08-04microblaze: Do not setup BIP in _debug_exceptionMichal Simek1-3/+0
2010-08-04microblaze: Simplify _debug_exception functionMichal Simek1-5/+2
2010-08-04microblaze: Optimize SAVE_STATE macroMichal Simek1-6/+14
2010-08-04microblaze: trivial: Use la insted of addikMichal Simek1-32/+32
2010-08-04microblaze: remove enable_irq from SAVE_STATE macroMichal Simek1-1/+0
2010-08-04microblaze: Move stack backup to SAVE_STATE macroMichal Simek1-4/+1
2010-08-04microblaze: Move BIP setup to the end of ret_from_trap/ret_from_excMichal Simek1-6/+6
2010-08-04microblaze: Remove PER_CPU(KM) variableMichal Simek1-23/+20
2010-08-04microblaze: Optimize clear_vms_ums macroMichal Simek1-3/+1
2010-08-04microblaze: Save and restore r3/r4 in SAVE/RESTORE_REGS macrosMichal Simek1-40/+8
2010-08-04microblaze: Fix VM_ON and VM_OFF macrosMichal Simek1-4/+6
2010-08-04microblaze: Do not use _start in vmlinuxMichal Simek1-2/+2
2010-08-04microblaze: Decrease time shifting valuesMichal Simek1-4/+5
2010-08-04microblaze: Do not trace cpu_relax functionMichal Simek1-2/+5
2010-08-04microblaze: Improve ftrace time measuringMichal Simek1-0/+17