index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
microblaze
/
kernel
/
entry.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
microblaze: Move restart allowed out of block
Michal Simek
2013-02-03
1
-1
/
+1
*
microblaze: fix handling of multiple pending signals
Al Viro
2013-02-03
1
-27
/
+31
*
microblaze: fix the horror with restarts of sigreturn()
Al Viro
2013-02-03
1
-1
/
+3
*
microblaze: switch to generic fork/vfork/clone
Al Viro
2012-11-28
1
-26
/
+0
*
microblaze: switch to generic sys_execve()
Al Viro
2012-11-16
1
-4
/
+0
*
microblaze: switch to generic kernel_execve()
Al Viro
2012-11-16
1
-20
/
+2
*
microblaze: switch to generic kernel_thread()
Al Viro
2012-11-16
1
-0
/
+9
*
microblaze: Fix bug with schedule_tail
Michal Simek
2012-11-15
1
-1
/
+1
*
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2012-05-28
1
-3
/
+4
|
\
|
*
microblaze: Add TLS support to sys_clone
Edgar E. Iglesias
2012-05-25
1
-3
/
+4
*
|
microblaze: drop 'oldset' argument of do_notify_resume()
Al Viro
2012-05-21
1
-8
/
+4
*
|
microblaze: handle TIF_NOTIFY_RESUME
Al Viro
2012-05-21
1
-9
/
+9
|
/
*
microblaze: Trivial asm fix
Michal Simek
2012-01-05
1
-1
/
+1
*
microblaze: Do not copy reset vectors/manual reset vector setup
Michal Simek
2011-03-15
1
-4
/
+3
*
microblaze: Fix _reset function
Michal Simek
2011-03-15
1
-1
/
+1
*
microblaze: Fix microblaze init vectors
Michal Simek
2011-03-15
1
-1
/
+4
*
microblaze: Do not use "la" pseudo instruction - use addik instead
Michal Simek
2011-03-09
1
-1
/
+1
*
microblaze: Remove r0_ram pointer and PTO alignment
Michal Simek
2011-03-09
1
-149
/
+143
*
microblaze: Do not use r0_ram space for syscall debugging
Michal Simek
2011-03-09
1
-3
/
+16
*
Revert "microblaze: Simplify syscall rutine"
Michal Simek
2010-11-18
1
-7
/
+39
*
microblaze: Fix r16 and r17 reg saving
Michal Simek
2010-10-21
1
-7
/
+4
*
microblaze: Clear return value in pt_regs
Michal Simek
2010-10-21
1
-0
/
+2
*
microblaze: Fix sys_rt_sigreturn_wrapper
Michal Simek
2010-10-21
1
-7
/
+1
*
microblaze: Add KGDB support
Michal Simek
2010-08-04
1
-49
/
+57
*
microblaze: Support brki rX, 0x18 for user application debugging
Michal Simek
2010-08-04
1
-18
/
+12
*
microblaze: Remove nop after MSRCLR/SET, MTS, MFS instructions
Michal Simek
2010-08-04
1
-51
/
+0
*
microblaze: Simplify syscall rutine
Michal Simek
2010-08-04
1
-39
/
+7
*
microblaze: Move PT_MODE saving to delay slot
Michal Simek
2010-08-04
1
-3
/
+1
*
microblaze: Fix _interrupt function
Michal Simek
2010-08-04
1
-5
/
+3
*
microblaze: Fix _user_exception function
Michal Simek
2010-08-04
1
-4
/
+3
*
microblaze: Put together addik instructions
Michal Simek
2010-08-04
1
-5
/
+9
*
microblaze: Use delay slot in syscall macros
Michal Simek
2010-08-04
1
-19
/
+10
*
microblaze: Save kernel mode in delay slot
Michal Simek
2010-08-04
1
-2
/
+1
*
microblaze: Do not mix register saving and mode setting
Michal Simek
2010-08-04
1
-1
/
+1
*
microblaze: Move SAVE_STATE upward
Michal Simek
2010-08-04
1
-32
/
+31
*
microblaze: entry.S: Macro optimization
Michal Simek
2010-08-04
1
-12
/
+12
*
microblaze: Optimize hw exception rutine
Michal Simek
2010-08-04
1
-16
/
+6
*
microblaze: Implement clear_ums macro and fix SAVE_STATE macro
Michal Simek
2010-08-04
1
-0
/
+15
*
microblaze: Remove additional setup for kernel_mode
Michal Simek
2010-08-04
1
-15
/
+10
*
microblaze: Optimize SAVE_STATE macro
Michal Simek
2010-08-04
1
-8
/
+13
*
microblaze: Remove additional loading
Michal Simek
2010-08-04
1
-5
/
+0
*
microblaze: Completely remove working with R11 register
Michal Simek
2010-08-04
1
-41
/
+21
*
microblaze: Do not setup BIP in _debug_exception
Michal Simek
2010-08-04
1
-3
/
+0
*
microblaze: Simplify _debug_exception function
Michal Simek
2010-08-04
1
-5
/
+2
*
microblaze: Optimize SAVE_STATE macro
Michal Simek
2010-08-04
1
-6
/
+14
*
microblaze: trivial: Use la insted of addik
Michal Simek
2010-08-04
1
-32
/
+32
*
microblaze: remove enable_irq from SAVE_STATE macro
Michal Simek
2010-08-04
1
-1
/
+0
*
microblaze: Move stack backup to SAVE_STATE macro
Michal Simek
2010-08-04
1
-4
/
+1
*
microblaze: Move BIP setup to the end of ret_from_trap/ret_from_exc
Michal Simek
2010-08-04
1
-6
/
+6
*
microblaze: Remove PER_CPU(KM) variable
Michal Simek
2010-08-04
1
-23
/
+20
[next]