index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
microblaze
/
kernel
/
entry.S
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-25
microblaze: Fix _reset() function
Michal Simek
1
-0
/
+1
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-04
microblaze: Move restart allowed out of block
Michal Simek
1
-1
/
+1
2013-02-04
microblaze: fix handling of multiple pending signals
Al Viro
1
-27
/
+31
2013-02-04
microblaze: fix the horror with restarts of sigreturn()
Al Viro
1
-1
/
+3
2012-11-29
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-22
microblaze: drop 'oldset' argument of do_notify_resume()
Al Viro
1
-8
/
+4
2012-05-22
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
[next]