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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-01
s390: switch to generic kernel_thread()
Al Viro
3
-40
/
+34
2012-10-01
s390: fold kernel_thread_helper() into ret_from_fork()
Al Viro
3
-16
/
+28
2012-10-01
s390: fold execve_tail() into start_thread(), convert to generic sys_execve()
Al Viro
9
-61
/
+5
2012-10-01
um: switch to generic kernel_thread()
Al Viro
3
-16
/
+4
2012-10-01
x86, um/x86: switch to generic sys_execve and kernel_execve
Al Viro
17
-158
/
+34
2012-10-01
x86: split ret_from_fork
Al Viro
7
-85
/
+67
2012-10-01
alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve()
Al Viro
3
-19
/
+14
2012-10-01
alpha: switch to generic kernel_thread()
Al Viro
5
-72
/
+31
2012-10-01
alpha: switch to generic sys_execve()
Al Viro
3
-30
/
+1
2012-10-01
arm: get rid of execve wrapper, switch to generic execve() implementation
Al Viro
4
-26
/
+2
2012-10-01
arm: optimized current_pt_regs()
Al Viro
1
-0
/
+5
2012-10-01
arm: introduce ret_from_kernel_execve(), switch to generic kernel_execve()
Al Viro
3
-42
/
+13
2012-10-01
arm: split ret_from_fork, simplify kernel_thread() [based on patch by rmk]
Al Viro
4
-67
/
+26
2012-09-30
preparation for generic kernel_thread()
Al Viro
1
-0
/
+3
2012-09-20
um: kill thread->forking
Al Viro
7
-66
/
+29
2012-09-20
um: let signal_delivered() do SIGTRAP on singlestepping into handler
Al Viro
2
-7
/
+5
2012-09-20
um: don't leak floating point state and segment registers on execve()
Al Viro
1
-0
/
+1
2012-09-20
um: take cleaning singlestep to start_thread()
Al Viro
1
-19
/
+5
2012-09-20
don't bother exporting kernel_execve()
Al Viro
3
-3
/
+0
2012-09-20
the only place that needs to include asm/exec.h is linux/binfmts.h
Al Viro
1
-1
/
+0
2012-09-20
get rid of generic instances of asm/exec.h
Al Viro
36
-195
/
+22
2012-09-20
x86: get rid of TIF_IRET hackery
Al Viro
5
-17
/
+8
2012-09-19
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
2
-2
/
+2
2012-09-18
sh: Fix up TIF_NOTIFY_RESUME sans TIF_SIGPENDING handling.
Al Viro
2
-2
/
+2
2012-09-15
Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...
Linus Torvalds
1
-1
/
+1
2012-09-15
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
4
-6
/
+11
2012-09-13
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
13
-32
/
+98
2012-09-13
Merge tag 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes
Olof Johansson
8
-21
/
+125
2012-09-13
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
15
-57
/
+151
2012-09-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...
Linus Torvalds
4
-158
/
+69
2012-09-11
ARM: clk-imx35: Fix SSI clock registration
Fabio Estevam
1
-4
/
+2
2012-09-11
ARM: clk-imx25: Fix SSI clock registration
Fabio Estevam
1
-4
/
+2
2012-09-11
kbuild: add symbol prefix arg to kallsyms
James Hogan
1
-1
/
+0
2012-09-11
Merge tag 'kvm-3.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-9
/
+29
2012-09-10
arm: mm: fix DMA pool affiliation check
Thomas Petazzoni
1
-1
/
+1
2012-09-10
KVM: fix error paths for failed gfn_to_page() calls
Xiao Guangrong
2
-6
/
+26
2012-09-09
ARM: 7529/1: delay: set loops_per_jiffy when moving to timer-based loop
Will Deacon
1
-0
/
+1
2012-09-09
ARM: 7528/1: uaccess: annotate [__]{get,put}_user functions with might_fault()
Will Deacon
1
-2
/
+16
2012-09-09
ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINS
Russell King
4
-21
/
+56
2012-09-09
KVM: x86: Check INVPCID feature bit in EBX of leaf 7
Ren, Yongjie
1
-2
/
+2
2012-09-09
Merge branch 'fixes-for-3.6' of git://git.linaro.org/people/mszyprowski/linux...
Linus Torvalds
4
-11
/
+119
2012-09-08
Merge tag 'omap-fixes-for-v3.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...
Olof Johansson
11
-24
/
+94
2012-09-07
ARM: 7526/1: traps: send SIGILL if get_user fails on undef handling path
Will Deacon
1
-4
/
+7
2012-09-07
ARM: 7521/1: Fix semihosting Kconfig text
Stephen Boyd
1
-3
/
+3
2012-09-07
ARM: 7513/1: Make sure dtc is built before running it
David Brown
1
-2
/
+2
2012-09-07
ARM: 7512/1: Fix XIP build due to PHYS_OFFSET definition moving
Stephen Boyd
1
-0
/
+3
2012-09-07
blackfin: smp: adapt to generic smp helpers
Steven Miao
3
-157
/
+69
2012-09-07
Merge tag 'stable/for-linus-3.6-rc4-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2
-2
/
+2
2012-09-06
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
15
-19
/
+57
2012-09-06
uml: fix compile error in deliver_alarm()
Miklos Szeredi
1
-1
/
+1
[next]