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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-20
x86: ia32_signal: remove unnecessary declaration
Hiroshi Shimamoto
1
-1
/
+0
2008-12-19
x86: ia32.h: remove unused struct sigfram32 and rt_sigframe32
Hiroshi Shimamoto
1
-18
/
+0
2008-12-19
x86: asm-offset_64: use rt_sigframe_ia32
Hiroshi Shimamoto
1
-1
/
+3
2008-12-19
x86: sigframe.h: include headers for dependency
Hiroshi Shimamoto
1
-0
/
+4
2008-12-19
x86: sigframe.h: add guard macro
Hiroshi Shimamoto
1
-0
/
+5
2008-12-18
x86: ia32_signal: use sigframe.h
Hiroshi Shimamoto
1
-24
/
+2
2008-12-18
x86: ia32_signal: rename struct sigframe and rt_sigframe
Hiroshi Shimamoto
1
-7
/
+7
2008-12-18
x86: signal: prepare to include from ia32_signal.c
Hiroshi Shimamoto
1
-2
/
+20
2008-12-18
x86: signal: move sigframe.h to arch/x86/include/asm
Hiroshi Shimamoto
3
-2
/
+2
2008-12-18
x86: signal: rename sigframe and rt_sigframe on 32-bit
Hiroshi Shimamoto
1
-11
/
+17
2008-12-18
x86: signal: move ia32 func declarations into arch/x86/kernel/signal.c
Hiroshi Shimamoto
2
-5
/
+5
2008-12-17
x86: ia32_signal: use proper macro __USER32_DS
Hiroshi Shimamoto
1
-1
/
+1
2008-12-17
x86: ia32_signal: use __put_user() instead of __copy_to_user()
Hiroshi Shimamoto
1
-2
/
+2
2008-12-17
x86: signal: use signal_fault() in sys_sigreturn()
Hiroshi Shimamoto
1
-12
/
+3
2008-12-08
x86: signal: change type of paramter for sys_rt_sigreturn()
Hiroshi Shimamoto
2
-5
/
+3
2008-11-26
x86: signal: unify signal_{32|64}.c
Hiroshi Shimamoto
3
-916
/
+1
2008-11-26
x86: signal: unify signal_{32|64}.c, prepare
Hiroshi Shimamoto
2
-1
/
+121
2008-11-26
x86: signal: cosmetic unification of __setup_sigframe() and __setup_rt_sigfra...
Hiroshi Shimamoto
2
-242
/
+536
2008-11-26
x86: signal: move {setup|restore}_sigcontext()
Hiroshi Shimamoto
2
-209
/
+210
2008-11-23
x86: signal: cosmetic unification of sys_rt_sigreturn()
Hiroshi Shimamoto
2
-0
/
+16
2008-11-23
x86: signal: cosmetic unification of sys_sigaltstack()
Hiroshi Shimamoto
2
-0
/
+24
2008-11-23
x86: signal: cosmetic unification of including headers
Hiroshi Shimamoto
2
-13
/
+21
2008-11-21
x86: signal: rename COPY_SEG_STRICT to COPY_SEG_CPL3
Hiroshi Shimamoto
2
-8
/
+8
2008-11-18
x86: ia32_signal: change order of storing in setup_sigcontext()
Hiroshi Shimamoto
1
-2
/
+2
2008-11-18
x86: ia32_signal: remove using temporary variable
Hiroshi Shimamoto
1
-4
/
+2
2008-11-18
x86: ia32_signal: cleanup macro RELOAD_SEG
Hiroshi Shimamoto
1
-10
/
+11
2008-11-18
x86: ia32_signal: introduce COPY_SEG_CPL3
Hiroshi Shimamoto
1
-4
/
+8
2008-11-18
x86: ia32_signal: cleanup macro COPY
Hiroshi Shimamoto
1
-4
/
+2
2008-11-12
x86: ia32_signal: remove unnecessary padding
Hiroshi Shimamoto
1
-4
/
+1
2008-11-12
x86: signal_32: introduce retcode and rt_retcode
Hiroshi Shimamoto
1
-6
/
+24
2008-11-08
x86: signal: cosmetic unification of setup_sigcontext()
Hiroshi Shimamoto
2
-9
/
+56
2008-11-06
x86: signal_64: make setup_sigcontext() similar
Hiroshi Shimamoto
1
-7
/
+5
2008-11-06
x86: signal_64: setup fpstate in setup_sigcontext()
Hiroshi Shimamoto
1
-4
/
+6
2008-11-06
x86: ia32_signal: do save_i387_xstate_ia32 at get_sigframe()
Hiroshi Shimamoto
1
-6
/
+3
2008-11-06
x86: signal_32: do save_i387_xstate() at get_sigframe()
Hiroshi Shimamoto
1
-5
/
+3
2008-11-04
x86: signal_64: remove unused code in __setup_rt_frame()
Hiroshi Shimamoto
1
-5
/
+1
2008-10-30
x86: signal: cosmetic unification of NR_restart_syscall
Hiroshi Shimamoto
2
-0
/
+11
2008-10-30
x86: signal: cosmetic unification of macros for setup_rt_frame()
Hiroshi Shimamoto
2
-2
/
+24
2008-10-30
x86: signal: cosmetic unification of signr_convert()
Hiroshi Shimamoto
2
-0
/
+8
2008-10-27
x86: signal_64.c: get_stack() doesn't need entire regs
Hiroshi Shimamoto
1
-6
/
+4
2008-10-27
x86: signal: cosmetic unification of restore_sigcontext()
Hiroshi Shimamoto
2
-0
/
+37
2008-10-27
Merge branch 'for-linus' of git://neil.brown.name/md
Linus Torvalds
2
-24
/
+40
2008-10-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
8
-2
/
+1259
2008-10-27
Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd
Linus Torvalds
2
-0
/
+14
2008-10-27
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2008-10-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
11
-57
/
+124
2008-10-27
docbooks: fix fatal filename errors
Randy Dunlap
4
-9
/
+9
2008-10-27
kernel-doc: allow more whitespace in macros
Randy Dunlap
1
-3
/
+3
2008-10-27
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
10
-94
/
+129
2008-10-26
Linux 2.6.28-rc2
Linus Torvalds
1
-1
/
+1
[next]