index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
microblaze
/
kernel
/
entry.S
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-08
sched/rt, microblaze: Use CONFIG_PREEMPTION
Thomas Gleixner
1
-1
/
+1
2019-10-08
microblaze: entry: Remove unneeded need_resched() loop
Valentin Schneider
1
-5
/
+0
2017-06-22
microblaze: Fix MSR flags when returning from exception
Michal Simek
1
-6
/
+13
2017-06-22
microblaze: Separate GP registers from MSR handling
Michal Simek
1
-3
/
+6
2015-03-04
microblaze: Fix syscall error recovery for invalid syscall IDs
Jamie Garside
1
-1
/
+2
2015-03-04
microblaze: Coding style cleanup
Michal Simek
1
-2
/
+2
2013-02-03
microblaze: Move restart allowed out of block
Michal Simek
1
-1
/
+1
2013-02-03
microblaze: fix handling of multiple pending signals
Al Viro
1
-27
/
+31
2013-02-03
microblaze: fix the horror with restarts of sigreturn()
Al Viro
1
-1
/
+3
2012-11-28
microblaze: switch to generic fork/vfork/clone
Al Viro
1
-26
/
+0
2012-11-16
microblaze: switch to generic sys_execve()
Al Viro
1
-4
/
+0
2012-11-16
microblaze: switch to generic kernel_execve()
Al Viro
1
-20
/
+2
2012-11-16
microblaze: switch to generic kernel_thread()
Al Viro
1
-0
/
+9
2012-11-15
microblaze: Fix bug with schedule_tail
Michal Simek
1
-1
/
+1
2012-05-28
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
1
-3
/
+4
2012-05-25
microblaze: Add TLS support to sys_clone
Edgar E. Iglesias
1
-3
/
+4
2012-05-21
microblaze: drop 'oldset' argument of do_notify_resume()
Al Viro
1
-8
/
+4
2012-05-21
microblaze: handle TIF_NOTIFY_RESUME
Al Viro
1
-9
/
+9
2012-01-05
microblaze: Trivial asm fix
Michal Simek
1
-1
/
+1
2011-03-15
microblaze: Do not copy reset vectors/manual reset vector setup
Michal Simek
1
-4
/
+3
2011-03-15
microblaze: Fix _reset function
Michal Simek
1
-1
/
+1
2011-03-15
microblaze: Fix microblaze init vectors
Michal Simek
1
-1
/
+4
2011-03-09
microblaze: Do not use "la" pseudo instruction - use addik instead
Michal Simek
1
-1
/
+1
2011-03-09
microblaze: Remove r0_ram pointer and PTO alignment
Michal Simek
1
-149
/
+143
2011-03-09
microblaze: Do not use r0_ram space for syscall debugging
Michal Simek
1
-3
/
+16
2010-11-18
Revert "microblaze: Simplify syscall rutine"
Michal Simek
1
-7
/
+39
2010-10-21
microblaze: Fix r16 and r17 reg saving
Michal Simek
1
-7
/
+4
2010-10-21
microblaze: Clear return value in pt_regs
Michal Simek
1
-0
/
+2
2010-10-21
microblaze: Fix sys_rt_sigreturn_wrapper
Michal Simek
1
-7
/
+1
2010-08-04
microblaze: Add KGDB support
Michal Simek
1
-49
/
+57
2010-08-04
microblaze: Support brki rX, 0x18 for user application debugging
Michal Simek
1
-18
/
+12
2010-08-04
microblaze: Remove nop after MSRCLR/SET, MTS, MFS instructions
Michal Simek
1
-51
/
+0
2010-08-04
microblaze: Simplify syscall rutine
Michal Simek
1
-39
/
+7
2010-08-04
microblaze: Move PT_MODE saving to delay slot
Michal Simek
1
-3
/
+1
2010-08-04
microblaze: Fix _interrupt function
Michal Simek
1
-5
/
+3
2010-08-04
microblaze: Fix _user_exception function
Michal Simek
1
-4
/
+3
2010-08-04
microblaze: Put together addik instructions
Michal Simek
1
-5
/
+9
2010-08-04
microblaze: Use delay slot in syscall macros
Michal Simek
1
-19
/
+10
2010-08-04
microblaze: Save kernel mode in delay slot
Michal Simek
1
-2
/
+1
2010-08-04
microblaze: Do not mix register saving and mode setting
Michal Simek
1
-1
/
+1
2010-08-04
microblaze: Move SAVE_STATE upward
Michal Simek
1
-32
/
+31
2010-08-04
microblaze: entry.S: Macro optimization
Michal Simek
1
-12
/
+12
2010-08-04
microblaze: Optimize hw exception rutine
Michal Simek
1
-16
/
+6
2010-08-04
microblaze: Implement clear_ums macro and fix SAVE_STATE macro
Michal Simek
1
-0
/
+15
2010-08-04
microblaze: Remove additional setup for kernel_mode
Michal Simek
1
-15
/
+10
2010-08-04
microblaze: Optimize SAVE_STATE macro
Michal Simek
1
-8
/
+13
2010-08-04
microblaze: Remove additional loading
Michal Simek
1
-5
/
+0
2010-08-04
microblaze: Completely remove working with R11 register
Michal Simek
1
-41
/
+21
2010-08-04
microblaze: Do not setup BIP in _debug_exception
Michal Simek
1
-3
/
+0
2010-08-04
microblaze: Simplify _debug_exception function
Michal Simek
1
-5
/
+2
[next]