summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/kernel/entry.S
Commit message (Expand)AuthorAgeFilesLines
* microblaze: Fix MSR flags when returning from exceptionMichal Simek2017-06-221-6/+13
* microblaze: Separate GP registers from MSR handlingMichal Simek2017-06-221-3/+6
* microblaze: Fix syscall error recovery for invalid syscall IDsJamie Garside2015-03-041-1/+2
* microblaze: Coding style cleanupMichal Simek2015-03-041-2/+2
* microblaze: Move restart allowed out of blockMichal Simek2013-02-041-1/+1
* microblaze: fix handling of multiple pending signalsAl Viro2013-02-041-27/+31
* microblaze: fix the horror with restarts of sigreturn()Al Viro2013-02-041-1/+3
* microblaze: switch to generic fork/vfork/cloneAl Viro2012-11-291-26/+0Star
* microblaze: switch to generic sys_execve()Al Viro2012-11-161-4/+0Star
* microblaze: switch to generic kernel_execve()Al Viro2012-11-161-20/+2Star
* microblaze: switch to generic kernel_thread()Al Viro2012-11-161-0/+9
* microblaze: Fix bug with schedule_tailMichal Simek2012-11-151-1/+1
* Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2012-05-281-3/+4
|\
| * microblaze: Add TLS support to sys_cloneEdgar E. Iglesias2012-05-251-3/+4
* | microblaze: drop 'oldset' argument of do_notify_resume()Al Viro2012-05-221-8/+4Star
* | microblaze: handle TIF_NOTIFY_RESUMEAl Viro2012-05-221-9/+9
|/
* microblaze: Trivial asm fixMichal Simek2012-01-051-1/+1
* microblaze: Do not copy reset vectors/manual reset vector setupMichal Simek2011-03-151-4/+3Star
* microblaze: Fix _reset functionMichal Simek2011-03-151-1/+1
* microblaze: Fix microblaze init vectorsMichal Simek2011-03-151-1/+4
* microblaze: Do not use "la" pseudo instruction - use addik insteadMichal Simek2011-03-091-1/+1
* microblaze: Remove r0_ram pointer and PTO alignmentMichal Simek2011-03-091-149/+143Star
* microblaze: Do not use r0_ram space for syscall debuggingMichal Simek2011-03-091-3/+16
* Revert "microblaze: Simplify syscall rutine"Michal Simek2010-11-181-7/+39
* microblaze: Fix r16 and r17 reg savingMichal Simek2010-10-211-7/+4Star
* microblaze: Clear return value in pt_regsMichal Simek2010-10-211-0/+2
* microblaze: Fix sys_rt_sigreturn_wrapperMichal Simek2010-10-211-7/+1Star
* microblaze: Add KGDB supportMichal Simek2010-08-041-49/+57
* microblaze: Support brki rX, 0x18 for user application debuggingMichal Simek2010-08-041-18/+12Star
* microblaze: Remove nop after MSRCLR/SET, MTS, MFS instructionsMichal Simek2010-08-041-51/+0Star
* microblaze: Simplify syscall rutineMichal Simek2010-08-041-39/+7Star
* microblaze: Move PT_MODE saving to delay slotMichal Simek2010-08-041-3/+1Star
* microblaze: Fix _interrupt functionMichal Simek2010-08-041-5/+3Star
* microblaze: Fix _user_exception functionMichal Simek2010-08-041-4/+3Star
* microblaze: Put together addik instructionsMichal Simek2010-08-041-5/+9
* microblaze: Use delay slot in syscall macrosMichal Simek2010-08-041-19/+10Star
* microblaze: Save kernel mode in delay slotMichal Simek2010-08-041-2/+1Star
* microblaze: Do not mix register saving and mode settingMichal Simek2010-08-041-1/+1
* microblaze: Move SAVE_STATE upwardMichal Simek2010-08-041-32/+31Star
* microblaze: entry.S: Macro optimizationMichal Simek2010-08-041-12/+12
* microblaze: Optimize hw exception rutineMichal Simek2010-08-041-16/+6Star
* microblaze: Implement clear_ums macro and fix SAVE_STATE macroMichal Simek2010-08-041-0/+15
* microblaze: Remove additional setup for kernel_modeMichal Simek2010-08-041-15/+10Star
* microblaze: Optimize SAVE_STATE macroMichal Simek2010-08-041-8/+13
* microblaze: Remove additional loadingMichal Simek2010-08-041-5/+0Star
* microblaze: Completely remove working with R11 registerMichal Simek2010-08-041-41/+21Star
* microblaze: Do not setup BIP in _debug_exceptionMichal Simek2010-08-041-3/+0Star
* microblaze: Simplify _debug_exception functionMichal Simek2010-08-041-5/+2Star
* microblaze: Optimize SAVE_STATE macroMichal Simek2010-08-041-6/+14
* microblaze: trivial: Use la insted of addikMichal Simek2010-08-041-32/+32